Last change
on this file since 4054 was 4054, checked in by ansari, 14 years ago |
ajout programme telacc.cc pour test rapidite acces aux elements, Reza 17/03/2012
|
-
Property svn:executable
set to
*
|
File size:
571 bytes
|
Rev | Line | |
---|
[2798] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
[2362] | 2 |
|
---|
[4054] | 3 | all : tjet telacc
|
---|
| 4 | echo 'makefile : tjet,telacc made'
|
---|
[2362] | 5 |
|
---|
[2798] | 6 | clean :
|
---|
[4054] | 7 | rm tjet tjet.o smtx.o telacc telacc.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
|
---|
[4054] | 17 |
|
---|
| 18 | #---------------------------------------------
|
---|
| 19 | telacc : telacc.o
|
---|
| 20 | $(CXXLINK) -o telacc telacc.o $(SOPHYAEXTSLBLIST)
|
---|
| 21 |
|
---|
| 22 | telacc.o : telacc.cc
|
---|
| 23 | $(CXXCOMPILE) -o telacc.o telacc.cc
|
---|
| 24 | # $(CXXCOMPILE) -g0 -O3 -o telacc.o telacc.cc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.