Changeset 2751 in Sophya for trunk/SophyaProg/PrgMap
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaProg/PrgMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/Makefile
r2743 r2751 39 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 40 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \ 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 42 43 $(SOPHYAINCP)machdefs.h \ 43 44 $(SOPHYAINCP)nbmath.h \ … … 108 109 $(SOPHYAINCP)FitsIO/longnam.h \ 109 110 $(SOPHYAINCP)fitstarray.h 110 $(CXXCOMPILE ) -o $@ $<111 $(CXXCOMPILEPROG) -o $@ $< 111 112 112 113 $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \ … … 153 154 $(SOPHYAINCP)FitsIO/fitsio.h \ 154 155 $(SOPHYAINCP)FitsIO/longnam.h 155 $(CXXCOMPILE ) -o $@ $<156 $(CXXCOMPILEPROG) -o $@ $< 156 157 157 158 $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \ … … 198 199 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 200 $(SOPHYAINCP)FitsIO/longnam.h 200 $(CXXCOMPILE ) -o $@ $<201 $(CXXCOMPILEPROG) -o $@ $< 201 202 202 203 $(SOPHYAOBJP)extrapsph.o: extrapsph.cc \ … … 243 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 245 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILE) -o $@ $< 246 247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \ 246 $(CXXCOMPILEPROG) -o $@ $< 247 248 $(SOPHYAOBJP)map2cl.o: map2cl.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 248 250 $(SOPHYAINCP)machdefs.h \ 249 251 $(SOPHYAINCP)nbmath.h \ … … 314 316 $(SOPHYAINCP)FitsIO/longnam.h \ 315 317 $(SOPHYAINCP)fitstarray.h 316 $(CXXCOMPILE ) -o $@ $<318 $(CXXCOMPILEPROG) -o $@ $< 317 319 318 320 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ … … 386 388 $(SOPHYAINCP)FitsIO/longnam.h \ 387 389 $(SOPHYAINCP)fitstarray.h 388 $(CXXCOMPILE ) -o $@ $<389 390 $(CXXCOMPILEPROG) -o $@ $< 391 -
trunk/SophyaProg/PrgMap/smakefile
r2743 r2751 39 39 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 40 40 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \ 41 $(SOPHYAOBJP)cl2map.o: cl2map.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 42 43 $(SOPHYAINCP)machdefs.h \ 43 44 $(SOPHYAINCP)nbmath.h \ … … 108 109 $(SOPHYAINCP)FitsIO/longnam.h \ 109 110 $(SOPHYAINCP)fitstarray.h 110 $(CXXCOMPILE ) -o $@ $<111 $(CXXCOMPILEPROG) -o $@ $< 111 112 112 113 $(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \ … … 153 154 $(SOPHYAINCP)FitsIO/fitsio.h \ 154 155 $(SOPHYAINCP)FitsIO/longnam.h 155 $(CXXCOMPILE ) -o $@ $<156 $(CXXCOMPILEPROG) -o $@ $< 156 157 157 158 $(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \ … … 198 199 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 200 $(SOPHYAINCP)FitsIO/longnam.h 200 $(CXXCOMPILE ) -o $@ $<201 $(CXXCOMPILEPROG) -o $@ $< 201 202 202 203 $(SOPHYAOBJP)extrapsph.o: extrapsph.cc \ … … 243 244 $(SOPHYAINCP)FitsIO/fitsio.h \ 244 245 $(SOPHYAINCP)FitsIO/longnam.h 245 $(CXXCOMPILE) -o $@ $< 246 247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \ 246 $(CXXCOMPILEPROG) -o $@ $< 247 248 $(SOPHYAOBJP)map2cl.o: map2cl.cc \ 249 $(SOPHYAINCP)sopnamsp.h \ 248 250 $(SOPHYAINCP)machdefs.h \ 249 251 $(SOPHYAINCP)nbmath.h \ … … 314 316 $(SOPHYAINCP)FitsIO/longnam.h \ 315 317 $(SOPHYAINCP)fitstarray.h 316 $(CXXCOMPILE ) -o $@ $<318 $(CXXCOMPILEPROG) -o $@ $< 317 319 318 320 $(SOPHYAOBJP)prjsmap.o: prjsmap.cc \ … … 386 388 $(SOPHYAINCP)FitsIO/longnam.h \ 387 389 $(SOPHYAINCP)fitstarray.h 388 $(CXXCOMPILE ) -o $@ $<389 390 $(CXXCOMPILEPROG) -o $@ $< 391
Note:
See TracChangeset
for help on using the changeset viewer.