Changeset 2765 in Sophya for trunk/SophyaPI/ProgPI/smakefile
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/smakefile
r2751 r2765 12 12 echo $@ " done" 13 13 $(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o 14 $(CXXLINK) -o $@ $?$(SOPHYAALLSLBLIST)14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o $(SOPHYAALLSLBLIST) 15 15 16 16 $(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc \ … … 31 31 $(SOPHYAINCP)servnobjm.h \ 32 32 $(SOPHYAINCP)pdlmgr.h \ 33 $(SOPHYAINCP)zthread.h \ 33 34 $(SOPHYAINCP)nomgadapter.h \ 34 35 $(SOPHYAINCP)pidrawer.h \ … … 102 103 $(SOPHYAINCP)commander.h \ 103 104 $(SOPHYAINCP)ctimer.h \ 104 $(SOPHYAINCP)zthread.h \105 105 $(SOPHYAINCP)pisiadw.h \ 106 106 $(SOPHYAINCP)pilistx.h \ … … 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbtadapter.cc 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 118 117 $(SOPHYAINCP)pistdimgapp.h \ 119 118 $(SOPHYAINCP)pisysdep.h \ … … 202 201 $(SOPHYAINCP)xntuple.h \ 203 202 $(SOPHYAINCP)ntupintf.h 204 $(CXXCOMPILE PROG) -o $@ $<203 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc 205 204 206 205 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 322 321 $(SOPHYAINCP)triangmtx.h \ 323 322 $(SOPHYAINCP)lambdaBuilder.h 324 $(CXXCOMPILE PROG) -o $@ $<323 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapmodule.cc 325 324 326 325 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 431 430 $(SOPHYAINCP)longlat.h \ 432 431 $(SOPHYAINCP)utilgeom.h 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 432 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopiamodule.cc 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 437 435 $(SOPHYAINCP)machdefs.h \ 438 436 $(SOPHYAINCP)piacmd.h \ … … 512 510 $(SOPHYAINCP)pitherm.h \ 513 511 $(SOPHYAINCP)resusage.h 514 $(CXXCOMPILE PROG) -o $@ $<515 512 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ w2ps.cc 513
Note:
See TracChangeset
for help on using the changeset viewer.