source: Sophya/trunk/SophyaExt/XAstroPack/Maketest@ 3049

Last change on this file since 3049 was 2768, checked in by cmv, 20 years ago

nouvelle gestion de CXXTEMPFLG cmv 25/05/2005

File size: 609 bytes
RevLine 
[2763]1include $(SOPHYABASE)/include/sophyamake.inc
[1799]2
[2763]3all: tstxastro tstmollweide
[1799]4
5clean:
[2763]6 rm -f *.o tstxastro tstmollweide mollw.data mollw2.data
[1799]7
[2763]8#---------------------
9tstxastro: tstxastro.o
[2768]10 $(CXXLINK) $(CXXTEMPFLG) -o $@ tstxastro.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
[2763]11
[1799]12tstxastro.o: tstxastro.cc
[2768]13 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstxastro.cc
[2763]14
15#---------------------
16tstmollweide: tstmollweide.o
[2768]17 $(CXXLINK) $(CXXTEMPFLG) -o $@ tstmollweide.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
[2763]18
19tstmollweide.o: tstmollweide.cc
[2768]20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstmollweide.cc
Note: See TracBrowser for help on using the repository browser.