Changeset 3879 in Sophya for trunk/SophyaProg/PrgUtil/smakefile
- Timestamp:
- Sep 10, 2010, 10:19:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/smakefile
r3615 r3879 24 24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanfits.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 \ … … 54 55 $(SOPHYAINCP)sopemtx.h \ 55 56 $(SOPHYAINCP)arrctcast.h \ 57 $(SOPHYAINCP)spesqmtx.h \ 58 $(SOPHYAINCP)diagmtx.h \ 59 $(SOPHYAINCP)spesqmtx_tsnl.h \ 60 $(SOPHYAINCP)trngmtx.h \ 61 $(SOPHYAINCP)symmtx.h \ 56 62 $(SOPHYAINCP)sambainit.h \ 57 63 $(SOPHYAINCP)skymapinit.h \ … … 65 71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc 66 72 67 $(SOPHYAOBJP)scanfits.o: scanfits.cc $(SOPHYAINCP)sopnamsp.h \ 73 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ 74 $(SOPHYAINCP)sopnamsp.h \ 68 75 $(SOPHYAINCP)fitsfile.h \ 69 76 $(SOPHYAINCP)ndatablock.h \ … … 89 96 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 90 97 91 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 98 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 99 $(SOPHYAINCP)sopnamsp.h \ 92 100 $(SOPHYAINCP)ppersist.h \ 93 101 $(SOPHYAINCP)machdefs.h \
Note:
See TracChangeset
for help on using the changeset viewer.