Changeset 2751 in Sophya for trunk/SophyaPI/ProgPI
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaPI/ProgPI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/Makefile
r2743 r2751 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILE) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 117 118 $(SOPHYAINCP)pistdimgapp.h \ 118 119 $(SOPHYAINCP)pisysdep.h \ … … 201 202 $(SOPHYAINCP)xntuple.h \ 202 203 $(SOPHYAINCP)ntupintf.h 203 $(CXXCOMPILE ) -o $@ $<204 $(CXXCOMPILEPROG) -o $@ $< 204 205 205 206 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 321 322 $(SOPHYAINCP)triangmtx.h \ 322 323 $(SOPHYAINCP)lambdaBuilder.h 323 $(CXXCOMPILE ) -o $@ $<324 $(CXXCOMPILEPROG) -o $@ $< 324 325 325 326 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 430 431 $(SOPHYAINCP)longlat.h \ 431 432 $(SOPHYAINCP)utilgeom.h 432 $(CXXCOMPILE) -o $@ $< 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 435 437 $(SOPHYAINCP)machdefs.h \ 436 438 $(SOPHYAINCP)piacmd.h \ … … 510 512 $(SOPHYAINCP)pitherm.h \ 511 513 $(SOPHYAINCP)resusage.h 512 $(CXXCOMPILE ) -o $@ $<513 514 $(CXXCOMPILEPROG) -o $@ $< 515 -
trunk/SophyaPI/ProgPI/smakefile
r2743 r2751 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILE) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 117 118 $(SOPHYAINCP)pistdimgapp.h \ 118 119 $(SOPHYAINCP)pisysdep.h \ … … 201 202 $(SOPHYAINCP)xntuple.h \ 202 203 $(SOPHYAINCP)ntupintf.h 203 $(CXXCOMPILE ) -o $@ $<204 $(CXXCOMPILEPROG) -o $@ $< 204 205 205 206 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 321 322 $(SOPHYAINCP)triangmtx.h \ 322 323 $(SOPHYAINCP)lambdaBuilder.h 323 $(CXXCOMPILE ) -o $@ $<324 $(CXXCOMPILEPROG) -o $@ $< 324 325 325 326 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 430 431 $(SOPHYAINCP)longlat.h \ 431 432 $(SOPHYAINCP)utilgeom.h 432 $(CXXCOMPILE) -o $@ $< 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 435 437 $(SOPHYAINCP)machdefs.h \ 436 438 $(SOPHYAINCP)piacmd.h \ … … 510 512 $(SOPHYAINCP)pitherm.h \ 511 513 $(SOPHYAINCP)resusage.h 512 $(CXXCOMPILE ) -o $@ $<513 514 $(CXXCOMPILEPROG) -o $@ $< 515
Note:
See TracChangeset
for help on using the changeset viewer.