Last change
on this file since 3670 was 3537, checked in by ansari, 17 years ago |
Ajout du module AddOn/TAcq (programmes test pour acquisition BAORadio) ds cvs sophya (sous-repertoire AddOn/) , Reza 22/10/2008
|
-
Property svn:executable
set to
*
|
File size:
362 bytes
|
Line | |
---|
1 | all : tstrdfits
|
---|
2 |
|
---|
3 | clean :
|
---|
4 | rm *.o tstrdfits
|
---|
5 |
|
---|
6 | ########################################################
|
---|
7 |
|
---|
8 | ## --------------
|
---|
9 | tstrdfits : tstrdfits.o minifits.o
|
---|
10 | g++ -o tstrdfits tstrdfits.o minifits.o -lstdc++ -lm
|
---|
11 |
|
---|
12 | tstrdfits.o : tstrdfits.cc minifits.h
|
---|
13 | g++ -c -o tstrdfits.o tstrdfits.cc
|
---|
14 |
|
---|
15 | minifits.o : minifits.cc minifits.h
|
---|
16 | g++ -c -o minifits.o minifits.cc
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.