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
|
Line | |
---|
1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
2 |
|
---|
3 | all : tjet telacc
|
---|
4 | echo 'makefile : tjet,telacc made'
|
---|
5 |
|
---|
6 | clean :
|
---|
7 | rm tjet tjet.o smtx.o telacc telacc.o
|
---|
8 |
|
---|
9 | tjet : tjet.o smtx.o
|
---|
10 | $(CXXLINK) -o tjet tjet.o smtx.o $(SOPHYASLBLIST)
|
---|
11 |
|
---|
12 | tjet.o : tjet.cc jet.h smtx.h
|
---|
13 | $(CXXCOMPILE) tjet.cc
|
---|
14 |
|
---|
15 | smtx.o : smtx.cc jet.h smtx.h
|
---|
16 | $(CXXCOMPILE) smtx.cc
|
---|
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.