Changeset 2751 in Sophya for trunk/SophyaExt/XAstroPack
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaExt/XAstroPack
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/Makefile
r2743 r2751 16 16 17 17 $(SOPHYAOBJP)mollweide.o: mollweide.cc mollweide.h 18 $(CXXCOMPILE ) -o $@ $<18 $(CXXCOMPILELIB) -o $@ $< 19 19 20 20 $(SOPHYAOBJP)xastropack.o: xastropack.cc xastropack.h \ 21 21 $(SOPHYAINCP)machdefs.h \ 22 22 $(SOPHYAINCP)XAstro/astro.h 23 $(CXXCOMPILE ) -o $@ $<23 $(CXXCOMPILELIB) -o $@ $< 24 24 25 25 $(SOPHYAOBJP)magfield.o: magfield.c magfield.h … … 31 31 32 32 tstxastro.o: tstxastro.cc 33 $(CXXCOMPILE ) -o $@ $<33 $(CXXCOMPILEPROG) -o $@ $< 34 34 35 35 #--------------------- … … 38 38 39 39 tstmollweide.o: tstmollweide.cc 40 $(CXXCOMPILE ) -o $@ $<40 $(CXXCOMPILEPROG) -o $@ $< -
trunk/SophyaExt/XAstroPack/smakefile
r2743 r2751 16 16 17 17 $(SOPHYAOBJP)mollweide.o: mollweide.cc mollweide.h 18 $(CXXCOMPILE ) -o $@ $<18 $(CXXCOMPILELIB) -o $@ $< 19 19 20 20 $(SOPHYAOBJP)xastropack.o: xastropack.cc xastropack.h \ 21 21 $(SOPHYAINCP)machdefs.h \ 22 22 $(SOPHYAINCP)XAstro/astro.h 23 $(CXXCOMPILE ) -o $@ $<23 $(CXXCOMPILELIB) -o $@ $< 24 24 25 25 $(SOPHYAOBJP)magfield.o: magfield.c magfield.h … … 31 31 32 32 tstxastro.o: tstxastro.cc 33 $(CXXCOMPILE ) -o $@ $<33 $(CXXCOMPILEPROG) -o $@ $< 34 34 35 35 #--------------------- … … 38 38 39 39 tstmollweide.o: tstmollweide.cc 40 $(CXXCOMPILE ) -o $@ $<40 $(CXXCOMPILEPROG) -o $@ $<
Note:
See TracChangeset
for help on using the changeset viewer.