source:
Sophya/trunk/SophyaProg/Examples/Makefile
| Last change on this file was 3427, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 371 bytes | |
| Rev | Line | |
|---|---|---|
| [3427] | 1 | # ------------------ SOPHYA ------------------------- |
| 2 | # Makefile for compiling and linking C++ programs | |
| 3 | # with SOPHYA | |
| 4 | # The SOPHYABASE environment variable should be defined | |
| [1337] | 5 | |
| [3427] | 6 | include $(SOPHYABASE)/include/sophyamake.inc |
| [1337] | 7 | |
| [3427] | 8 | all : ex1 |
| [1337] | 9 | |
| [3427] | 10 | clean : |
| 11 | rm ex1.o ex1 | |
| [1337] | 12 | |
| [3427] | 13 | ex1 : ex1.o |
| 14 | $(CXXLINK) -o ex1 ex1.o $(SOPHYASLBLIST) | |
| 15 | ex1.o : ex1.cc | |
| 16 | $(CXXCOMPILE) -c -o ex1.o ex1.cc |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)