Changeset 3007 in Sophya for trunk/SophyaProg/PrgUtil/smakefile
- Timestamp:
- Jul 5, 2006, 10:59:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/smakefile
r2765 r3007 28 28 $(SOPHYAINCP)tarrinit.h \ 29 29 $(SOPHYAINCP)sophyainit.h \ 30 $(SOPHYAINCP)machdefs.h \ 30 31 $(SOPHYAINCP)array.h \ 31 32 $(SOPHYAINCP)tarray.h \ … … 33 34 $(SOPHYAINCP)anydataobj.h \ 34 35 $(SOPHYAINCP)mutyv.h \ 36 $(SOPHYAINCP)timestamp.h \ 37 $(SOPHYAINCP)objfio.h \ 38 $(SOPHYAINCP)ppersist.h \ 39 $(SOPHYAINCP)pexceptions.h \ 40 $(SOPHYAINCP)gnumd5.h \ 41 $(SOPHYAINCP)ppfbinstream.h \ 42 $(SOPHYAINCP)rawstream.h \ 43 $(SOPHYAINCP)ppfnametag.h \ 44 $(SOPHYAINCP)dvlist.h \ 45 $(SOPHYAINCP)ndatablock.h \ 46 $(SOPHYAINCP)utilarr.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tmatrix_tsnl.h \ 49 $(SOPHYAINCP)tvector.h \ 50 $(SOPHYAINCP)tvector_tsnl.h \ 51 $(SOPHYAINCP)matharr.h \ 52 $(SOPHYAINCP)fioarr.h \ 53 $(SOPHYAINCP)sopemtx.h \ 54 $(SOPHYAINCP)sambainit.h \ 55 $(SOPHYAINCP)skymapinit.h \ 56 $(SOPHYAINCP)ntoolsinit.h \ 57 $(SOPHYAINCP)tarrinit.h \ 58 $(SOPHYAINCP)skyinit.h \ 59 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)cxxcmplnk.h \ 61 $(SOPHYAINCP)pdlmgr.h \ 62 $(SOPHYAINCP)timing.h 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc 64 65 $(SOPHYAOBJP)scanfits.o: scanfits.cc \ 66 $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)fitsfile.h \ 68 $(SOPHYAINCP)ndatablock.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)anydataobj.h \ 35 71 $(SOPHYAINCP)dvlist.h \ 36 72 $(SOPHYAINCP)objfio.h \ … … 41 77 $(SOPHYAINCP)rawstream.h \ 42 78 $(SOPHYAINCP)ppfnametag.h \ 43 $(SOPHYAINCP)ndatablock.h \44 $(SOPHYAINCP)utilarr.h \45 $(SOPHYAINCP)tmatrix.h \46 $(SOPHYAINCP)tvector.h \47 $(SOPHYAINCP)matharr.h \48 $(SOPHYAINCP)fioarr.h \49 $(SOPHYAINCP)sopemtx.h \50 $(SOPHYAINCP)sambainit.h \51 $(SOPHYAINCP)skymapinit.h \52 $(SOPHYAINCP)ntoolsinit.h \53 $(SOPHYAINCP)skyinit.h \54 $(SOPHYAINCP)cxxcmplnk.h \55 $(SOPHYAINCP)pdlmgr.h \56 $(SOPHYAINCP)timing.h57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc58 59 $(SOPHYAOBJP)scanfits.o: scanfits.cc \60 $(SOPHYAINCP)sopnamsp.h \61 $(SOPHYAINCP)histinit.h \62 $(SOPHYAINCP)ntoolsinit.h \63 $(SOPHYAINCP)tarrinit.h \64 $(SOPHYAINCP)sophyainit.h \65 $(SOPHYAINCP)machdefs.h \66 $(SOPHYAINCP)dvlist.h \67 $(SOPHYAINCP)objfio.h \68 $(SOPHYAINCP)anydataobj.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)pexceptions.h \71 $(SOPHYAINCP)gnumd5.h \72 $(SOPHYAINCP)ppfbinstream.h \73 $(SOPHYAINCP)rawstream.h \74 $(SOPHYAINCP)ppfnametag.h \75 79 $(SOPHYAINCP)mutyv.h \ 76 $(SOPHYAINCP)ntuple.h \ 77 $(SOPHYAINCP)ntupintf.h \ 78 $(SOPHYAINCP)xntuple.h \ 79 $(SOPHYAINCP)fitsxntuple.h \ 80 $(SOPHYAINCP)fitsfile.h \ 81 $(SOPHYAINCP)ndatablock.h \ 80 $(SOPHYAINCP)timestamp.h \ 81 $(SOPHYAINCP)fitsinoutfile.h \ 82 82 $(SOPHYAINCP)FitsIO/fitsio.h \ 83 83 $(SOPHYAINCP)FitsIO/longnam.h \ 84 $(SOPHYAINCP)fitsntuple.h 84 $(SOPHYAINCP)fitshandler.h \ 85 $(SOPHYAINCP)fitsmanager.h \ 86 $(SOPHYAINCP)fiosinit.h \ 87 $(SOPHYAINCP)sophyainit.h 85 88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc 86 89 87 $(SOPHYAOBJP)scanppf.o: scanppf.cc $(SOPHYAINCP)sopnamsp.h \ 90 $(SOPHYAOBJP)scanppf.o: scanppf.cc \ 91 $(SOPHYAINCP)sopnamsp.h \ 88 92 $(SOPHYAINCP)ppersist.h \ 89 93 $(SOPHYAINCP)machdefs.h \ … … 93 97 $(SOPHYAINCP)rawstream.h \ 94 98 $(SOPHYAINCP)ppfnametag.h \ 99 $(SOPHYAINCP)ppersist.h \ 95 100 $(SOPHYAINCP)anydataobj.h \ 96 101 $(SOPHYAINCP)sambainit.h \
Note:
See TracChangeset
for help on using the changeset viewer.