source:
Sophya/trunk/Eval/JET/makefile@
2798
Last change on this file since 2798 was 2798, checked in by , 20 years ago | |
---|---|
|
|
File size: 303 bytes |
Rev | Line | |
---|---|---|
[2798] | 1 | include $(SOPHYABASE)/include/sophyamake.inc |
[2362] | 2 | |
[2798] | 3 | all : tjet |
4 | echo 'makefile : tjet made' | |
[2362] | 5 | |
[2798] | 6 | clean : |
7 | rm tjet tjet.o smtx.o | |
[2362] | 8 | |
[2798] | 9 | tjet : tjet.o smtx.o |
10 | $(CXXLINK) -o tjet tjet.o smtx.o $(SOPHYASLBLIST) | |
[2362] | 11 | |
[2798] | 12 | tjet.o : tjet.cc jet.h smtx.h |
13 | $(CXXCOMPILE) tjet.cc | |
[2362] | 14 | |
[2798] | 15 | smtx.o : smtx.cc jet.h smtx.h |
16 | $(CXXCOMPILE) smtx.cc |
Note:
See TracBrowser
for help on using the repository browser.