Changeset 2768 in Sophya for trunk/SophyaExt/XAstroPack
- Timestamp:
- May 25, 2005, 11:21:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/Maketest
r2763 r2768 8 8 #--------------------- 9 9 tstxastro: tstxastro.o 10 $(CXXLINK) $ ^ -o $@$(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm10 $(CXXLINK) $(CXXTEMPFLG) -o $@ tstxastro.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm 11 11 12 12 tstxastro.o: tstxastro.cc 13 $(CXXCOMPILE) -o $@ $<13 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstxastro.cc 14 14 15 15 #--------------------- 16 16 tstmollweide: tstmollweide.o 17 $(CXXLINK) -o $@ $^$(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm17 $(CXXLINK) $(CXXTEMPFLG) -o $@ tstmollweide.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm 18 18 19 19 tstmollweide.o: tstmollweide.cc 20 $(CXXCOMPILE) -o $@ $<20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstmollweide.cc
Note:
See TracChangeset
for help on using the changeset viewer.