Last change
on this file since 2903 was 2768, checked in by cmv, 20 years ago |
nouvelle gestion de CXXTEMPFLG cmv 25/05/2005
|
File size:
609 bytes
|
Line | |
---|
1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
2 |
|
---|
3 | all: tstxastro tstmollweide
|
---|
4 |
|
---|
5 | clean:
|
---|
6 | rm -f *.o tstxastro tstmollweide mollw.data mollw2.data
|
---|
7 |
|
---|
8 | #---------------------
|
---|
9 | tstxastro: tstxastro.o
|
---|
10 | $(CXXLINK) $(CXXTEMPFLG) -o $@ tstxastro.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
|
---|
11 |
|
---|
12 | tstxastro.o: tstxastro.cc
|
---|
13 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstxastro.cc
|
---|
14 |
|
---|
15 | #---------------------
|
---|
16 | tstmollweide: tstmollweide.o
|
---|
17 | $(CXXLINK) $(CXXTEMPFLG) -o $@ tstmollweide.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
|
---|
18 |
|
---|
19 | tstmollweide.o: tstmollweide.cc
|
---|
20 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstmollweide.cc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.