Changeset 2751 in Sophya for trunk/SophyaProg/PrgUtil/Makefile
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/Makefile
r2743 r2751 24 24 $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST) 25 25 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \ 26 $(SOPHYAOBJP)runcxx.o: runcxx.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 27 28 $(SOPHYAINCP)machdefs.h \ 28 29 $(SOPHYAINCP)tarrinit.h \ … … 55 56 $(SOPHYAINCP)pdlmgr.h \ 56 57 $(SOPHYAINCP)timing.h 57 $(CXXCOMPILE ) -o $@ $<58 $(CXXCOMPILEPROG) -o $@ $< 58 59 59 60 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ … … 83 84 $(SOPHYAINCP)FitsIO/longnam.h \ 84 85 $(SOPHYAINCP)fitsntuple.h 85 $(CXXCOMPILE ) -o $@ $<86 $(CXXCOMPILEPROG) -o $@ $< 86 87 87 88 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ … … 101 102 $(SOPHYAINCP)tarrinit.h \ 102 103 $(SOPHYAINCP)histinit.h 103 $(CXXCOMPILE ) -o $@ $<104 $(CXXCOMPILEPROG) -o $@ $< 104 105
Note:
See TracChangeset
for help on using the changeset viewer.