Changeset 2765 in Sophya for trunk/SophyaExt/XAstroPack
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaExt/XAstroPack
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)mollweide.o: mollweide.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 mollweide.h 16 $(CXXCOMPILELIB) -o $@ $< 14 $(SOPHYAINCP)sopnamsp.h mollweide.h 15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mollweide.cc 17 16 18 17 $(SOPHYAOBJP)xastropack.o: xastropack.cc \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 xastropack.h \ 18 $(SOPHYAINCP)sopnamsp.h xastropack.h \ 21 19 $(SOPHYAINCP)machdefs.h \ 22 20 $(SOPHYAINCP)XAstro/astro.h 23 $(CXXCOMPILE LIB) -o $@ $<21 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xastropack.cc 24 22 25 23 $(SOPHYAOBJP)magfield.o: magfield.c magfield.h 26 $(CCOMPILE) -o $@ $<24 $(CCOMPILE) -o $@ magfield.c 27 25 -
trunk/SophyaExt/XAstroPack/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)mollweide.o: mollweide.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 mollweide.h 16 $(CXXCOMPILELIB) -o $@ $< 14 $(SOPHYAINCP)sopnamsp.h mollweide.h 15 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mollweide.cc 17 16 18 17 $(SOPHYAOBJP)xastropack.o: xastropack.cc \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 xastropack.h \ 18 $(SOPHYAINCP)sopnamsp.h xastropack.h \ 21 19 $(SOPHYAINCP)machdefs.h \ 22 20 $(SOPHYAINCP)XAstro/astro.h 23 $(CXXCOMPILE LIB) -o $@ $<21 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xastropack.cc 24 22 25 23 $(SOPHYAOBJP)magfield.o: magfield.c magfield.h 26 $(CCOMPILE) -o $@ $<24 $(CCOMPILE) -o $@ magfield.c 27 25
Note:
See TracChangeset
for help on using the changeset viewer.