Changeset 919 in Sophya
- Timestamp:
- Apr 13, 2000, 6:38:15 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r825 r919 3 3 all: $(LIB)libFitsIOServer.a 4 4 clean: 5 rm -f $(OBJ)fits ioserver.o5 rm -f $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 6 6 rm -f $(LIB)libFitsIOServer.a 7 $(LIB)libFitsIOServer.a : $(OBJ)fits ioserver.o7 $(LIB)libFitsIOServer.a : $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)fitsioserver.o : fitsioserver.cc fitsioserver.h $(INC)machdefs.h $(INC)tarray.h 13 $(OBJ)fitsfile.o: fitsfile.cc fitsfile.h \ 14 $(INC)ndatablock.h \ 15 $(INC)machdefs.h \ 16 $(INC)anydataobj.h \ 17 $(INC)dvlist.h \ 18 $(INC)objfio.h \ 19 $(INC)ppersist.h \ 20 $(INC)pexceptions.h \ 21 $(INC)gnumd5.h \ 22 $(EXTINCPATH)FitsIO/fitsio.h \ 23 $(EXTINCPATH)FitsIO/longnam.h \ 24 $(INC)strutil.h fitsspherehealpix.h \ 25 $(INC)spherehealpix.h \ 26 $(INC)sphericalmap.h \ 27 $(INC)smathconst.h \ 28 $(INC)pixelmap.h \ 29 $(INC)spherepos.h \ 30 $(INC)unitvector.h \ 31 $(INC)vector3d.h \ 32 $(INC)longlat.h \ 33 $(INC)utilgeom.h \ 34 $(INC)tvector.h \ 35 $(INC)tmatrix.h \ 36 $(INC)tarray.h \ 37 $(INC)basarr.h \ 38 $(INC)utilarr.h 39 $(OBJ)fitsioserver.o: fitsioserver.cc \ 40 $(INC)machdefs.h fitsioserver.h \ 41 $(INC)tarray.h \ 42 $(INC)basarr.h \ 43 $(INC)anydataobj.h \ 44 $(INC)dvlist.h \ 45 $(INC)objfio.h \ 46 $(INC)ppersist.h \ 47 $(INC)pexceptions.h \ 48 $(INC)gnumd5.h \ 49 $(INC)ndatablock.h \ 50 $(INC)utilarr.h \ 51 $(INC)tmatrix.h \ 52 $(INC)tvector.h \ 53 $(INC)skymap.h \ 54 $(INC)spherethetaphi.h \ 55 $(INC)sphericalmap.h \ 56 $(INC)smathconst.h \ 57 $(INC)pixelmap.h \ 58 $(INC)spherepos.h \ 59 $(INC)unitvector.h \ 60 $(INC)vector3d.h \ 61 $(INC)longlat.h \ 62 $(INC)utilgeom.h \ 63 $(INC)spherehealpix.h \ 64 $(INC)localmap.h \ 65 $(INC)fiospherethetaphi.h \ 66 $(INC)fiospherehealpix.h \ 67 $(INC)fiolocalmap.h \ 68 $(INC)ntuple.h \ 69 $(INC)ntupintf.h \ 70 $(INC)cimage.h \ 71 $(INC)rzimage.h \ 72 $(INC)rzvect.h \ 73 $(INC)perrors.h \ 74 $(INC)datatypes.h \ 75 $(EXTINCPATH)FitsIO/fitsio.h \ 76 $(EXTINCPATH)FitsIO/longnam.h \ 77 $(INC)strutil.h 78 $(OBJ)fitsntuple.o: fitsntuple.cc \ 79 $(INC)pexceptions.h \ 80 $(INC)machdefs.h fitsntuple.h \ 81 $(INC)ntuple.h \ 82 $(INC)objfio.h \ 83 $(INC)anydataobj.h \ 84 $(INC)ppersist.h \ 85 $(INC)gnumd5.h \ 86 $(INC)ntupintf.h \ 87 $(INC)dvlist.h fitsfile.h \ 88 $(INC)ndatablock.h \ 89 $(EXTINCPATH)FitsIO/fitsio.h \ 90 $(EXTINCPATH)FitsIO/longnam.h 91 $(OBJ)fitsspherehealpix.o: fitsspherehealpix.cc \ 92 $(INC)pexceptions.h \ 93 $(INC)machdefs.h fitsspherehealpix.h \ 94 $(INC)spherehealpix.h \ 95 $(INC)sphericalmap.h \ 96 $(INC)smathconst.h \ 97 $(INC)pixelmap.h \ 98 $(INC)ppersist.h \ 99 $(INC)gnumd5.h \ 100 $(INC)dvlist.h \ 101 $(INC)objfio.h \ 102 $(INC)anydataobj.h \ 103 $(INC)spherepos.h \ 104 $(INC)unitvector.h \ 105 $(INC)vector3d.h \ 106 $(INC)longlat.h \ 107 $(INC)utilgeom.h \ 108 $(INC)tvector.h \ 109 $(INC)tmatrix.h \ 110 $(INC)tarray.h \ 111 $(INC)basarr.h \ 112 $(INC)ndatablock.h \ 113 $(INC)utilarr.h fitsfile.h \ 114 $(EXTINCPATH)FitsIO/fitsio.h \ 115 $(EXTINCPATH)FitsIO/longnam.h 116 $(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \ 117 $(INC)pexceptions.h fitstarray.h \ 118 $(INC)tarray.h \ 119 $(INC)basarr.h \ 120 $(INC)anydataobj.h \ 121 $(INC)dvlist.h \ 122 $(INC)objfio.h \ 123 $(INC)ppersist.h \ 124 $(INC)gnumd5.h \ 125 $(INC)ndatablock.h \ 126 $(INC)utilarr.h fitsfile.h \ 127 $(EXTINCPATH)FitsIO/fitsio.h \ 128 $(EXTINCPATH)FitsIO/longnam.h 129 $(OBJ)fitsxntuple.o: fitsxntuple.cc \ 130 $(INC)pexceptions.h \ 131 $(INC)machdefs.h fitsxntuple.h \ 132 $(INC)xntuple.h \ 133 $(INC)objfio.h \ 134 $(INC)anydataobj.h \ 135 $(INC)ppersist.h \ 136 $(INC)gnumd5.h \ 137 $(INC)ntupintf.h \ 138 $(INC)dvlist.h fitsfile.h \ 139 $(INC)ndatablock.h \ 140 $(EXTINCPATH)FitsIO/fitsio.h \ 141 $(EXTINCPATH)FitsIO/longnam.h -
trunk/SophyaExt/FitsIOServer/objlist.list
r664 r919 1 fitsfile.o 1 2 fitsioserver.o 3 fitsntuple.o 4 fitsspherehealpix.o 5 fitstarray.o 6 fitsxntuple.o -
trunk/SophyaExt/IFFTW/Makefile
r825 r919 11 11 endif 12 12 13 $(OBJ)fftwserver.o : fftwserver.cc $(INC)machdefs.h $(INC)fftservintf.h 14 13 $(OBJ)fftwserver.o: fftwserver.cc fftwserver.h \ 14 $(INC)machdefs.h \ 15 $(INC)fftservintf.h \ 16 $(INC)pexceptions.h \ 17 $(INC)tmatrix.h \ 18 $(INC)tarray.h \ 19 $(INC)basarr.h \ 20 $(INC)anydataobj.h \ 21 $(INC)dvlist.h \ 22 $(INC)objfio.h \ 23 $(INC)ppersist.h \ 24 $(INC)gnumd5.h \ 25 $(INC)ndatablock.h \ 26 $(INC)utilarr.h \ 27 $(INC)tvector.h \ 28 $(EXTINCPATH)FFTW/fftw.h \ 29 $(EXTINCPATH)FFTW/rfftw.h -
trunk/SophyaExt/LinAlg/Makefile
r824 r919 13 13 $(OBJ)intflapack.o: intflapack.cc intflapack.h \ 14 14 $(INC)machdefs.h \ 15 $(INC)pclassids.h \16 15 $(INC)tarray.h \ 17 16 $(INC)basarr.h \ -
trunk/SophyaLib/BaseTools/Makefile
r822 r919 3 3 all: $(LIB)libSysTools.a 4 4 clean: 5 rm -f $(OBJ)ctimer.o $(OBJ)datacards.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)sophyainit.o $(OBJ) gnumd5.o $(OBJ)strutil.o $(OBJ)timing.o5 rm -f $(OBJ)ctimer.o $(OBJ)datacards.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)sophyainit.o $(OBJ)utils.o $(OBJ)gnumd5.o $(OBJ)srandgen.o $(OBJ)strutil.o $(OBJ)timing.o 6 6 rm -f $(LIB)libSysTools.a 7 $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)datacards.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)sophyainit.o $(OBJ)s trutil.o $(OBJ)timing.o7 $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)datacards.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)ndatablock.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)sophyainit.o $(OBJ)srandgen.o $(OBJ)strutil.o $(OBJ)timing.o $(OBJ)utils.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)ctimer.o: ctimer.cc machdefs.h \ 14 $(INC)pclassids.h ctimer.h 15 $(OBJ)datacards.o: datacards.cc machdefs.h \ 16 $(INC)pclassids.h datacards.h \ 17 $(INC)peida.h \ 18 $(INC)machdefs.h \ 19 $(INC)utils.h \ 20 $(INC)perrors.h \ 21 $(INC)pexceptions.h \ 22 $(INC)fmath.h pexceptions.h 23 $(OBJ)dvlist.o: dvlist.cc machdefs.h \ 24 $(INC)pclassids.h dvlist.h objfio.h \ 25 anydataobj.h ppersist.h pexceptions.h gnumd5.h strutil.h 26 $(OBJ)fiondblock.o: fiondblock.cc machdefs.h \ 27 $(INC)pclassids.h pexceptions.h fiondblock.h \ 13 $(OBJ)ctimer.o: ctimer.cc machdefs.h ctimer.h 14 $(OBJ)datacards.o: datacards.cc machdefs.h datacards.h pexceptions.h 15 $(OBJ)dvlist.o: dvlist.cc machdefs.h dvlist.h objfio.h anydataobj.h \ 16 ppersist.h pexceptions.h gnumd5.h strutil.h 17 $(OBJ)fiondblock.o: fiondblock.cc machdefs.h pexceptions.h fiondblock.h \ 28 18 ppersist.h gnumd5.h ndatablock.h anydataobj.h piocmplx.h 29 $(OBJ)ndatablock.o: ndatablock.cc machdefs.h \ 30 $(INC)pclassids.h pexceptions.h ndatablock.h \ 19 $(OBJ)ndatablock.o: ndatablock.cc machdefs.h pexceptions.h ndatablock.h \ 31 20 anydataobj.h 32 $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h machdefs.h \ 33 $(INC)pclassids.h 34 $(OBJ)periodic.o: periodic.cc machdefs.h \ 35 $(INC)pclassids.h periodic.h 36 $(OBJ)pexceptions.o: pexceptions.cc pexceptions.h machdefs.h \ 37 $(INC)pclassids.h 38 $(OBJ)ppersist.o: ppersist.cc machdefs.h \ 39 $(INC)pclassids.h pexceptions.h ppersist.h \ 40 gnumd5.h anydataobj.h 41 $(OBJ)psighand.o: psighand.cc psighand.h machdefs.h \ 42 $(INC)pclassids.h pexceptions.h 43 $(OBJ)sophyainit.o: sophyainit.cc machdefs.h \ 44 $(INC)pclassids.h sophyainit.h pexceptions.h \ 21 $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h machdefs.h 22 $(OBJ)periodic.o: periodic.cc machdefs.h periodic.h 23 $(OBJ)pexceptions.o: pexceptions.cc pexceptions.h machdefs.h 24 $(OBJ)ppersist.o: ppersist.cc machdefs.h pexceptions.h ppersist.h gnumd5.h \ 25 anydataobj.h 26 $(OBJ)psighand.o: psighand.cc psighand.h machdefs.h pexceptions.h 27 $(OBJ)sophyainit.o: sophyainit.cc machdefs.h sophyainit.h pexceptions.h \ 45 28 ppersist.h gnumd5.h fiondblock.h ndatablock.h anydataobj.h dvlist.h \ 46 29 objfio.h sversion.h 30 $(OBJ)utils.o: utils.cc machdefs.h utils.h pexceptions.h 47 31 $(OBJ)gnumd5.o: gnumd5.c machdefs.h bithelp.h gnumd5.h 32 $(OBJ)srandgen.o: srandgen.c machdefs.h srandgen.h smathconst.h 48 33 $(OBJ)strutil.o: strutil.c strutil.h 49 34 $(OBJ)timing.o: timing.c -
trunk/SophyaLib/BaseTools/objlist.list
r822 r919 11 11 psighand.o 12 12 sophyainit.o 13 srandgen.o 13 14 strutil.o 14 15 timing.o 16 utils.o -
trunk/SophyaLib/HiStats/Makefile
r824 r919 12 12 13 13 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h hisprof.h \ 15 $(INC)peida.h \ 14 hisprof.h $(INC)peida.h \ 16 15 $(INC)utils.h \ 17 16 $(INC)perrors.h \ … … 30 29 $(INC)utilarr.h histos.h 31 30 $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \ 32 $(INC)pclassids.h histinit.h \ 33 $(INC)ntoolsinit.h \ 31 histinit.h $(INC)ntoolsinit.h \ 34 32 $(INC)tarrinit.h \ 35 33 $(INC)sophyainit.h histos.h \ … … 51 49 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \ 52 50 $(INC)ntupintf.h xntuple.h 53 $(OBJ)histos.o: histos.cc $(INC)machdefs.h \ 54 $(INC)pclassids.h histos.h \ 51 $(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \ 55 52 $(INC)objfio.h \ 56 53 $(INC)anydataobj.h \ … … 75 72 $(INC)ntupintf.h 76 73 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \ 77 $(INC)pclassids.h histos2.h \ 78 $(INC)peida.h \ 74 histos2.h $(INC)peida.h \ 79 75 $(INC)utils.h \ 80 76 $(INC)perrors.h \ … … 99 95 $(INC)perrors.h \ 100 96 $(INC)pexceptions.h \ 101 $(INC)machdefs.h \ 102 $(INC)pclassids.h ntuple.h \ 97 $(INC)machdefs.h ntuple.h \ 103 98 $(INC)objfio.h \ 104 99 $(INC)anydataobj.h \ … … 109 104 $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \ 110 105 $(INC)machdefs.h \ 111 $(INC)pclassids.h \112 106 $(INC)pexceptions.h \ 113 107 $(INC)gnumd5.h \ -
trunk/SophyaLib/NTools/Makefile
r824 r919 3 3 all: $(LIB)libNTools.a 4 4 clean: 5 rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ) utils.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbrandom.o $(OBJ)nbtri.o5 rm -f $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o 6 6 rm -f $(LIB)libNTools.a 7 $(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nb random.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)utils.o7 $(LIB)libNTools.a : $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftserver.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)rzimage.o $(OBJ)simplesort.o $(OBJ)tabmath.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 12 12 13 13 $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h \15 14 $(INC)perrors.h \ 16 15 $(INC)pexceptions.h cimage.h rzimage.h \ … … 26 25 $(INC)ndatablock.h \ 27 26 $(INC)utilarr.h generaldata.h ntupintf.h \ 28 poly.h peida.h utils.h fmath.h \27 poly.h peida.h $(INC)utils.h fmath.h \ 29 28 $(INC)histos.h \ 30 29 $(INC)peida.h nbconst.h 31 30 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 32 $(INC)pclassids.h nbtri.h cspline.h \ 33 $(INC)pexceptions.h 31 nbtri.h cspline.h $(INC)pexceptions.h 34 32 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 35 $(INC)machdefs.h \ 36 $(INC)pclassids.h 33 $(INC)machdefs.h 37 34 $(OBJ)dates.o: dates.cc $(INC)machdefs.h \ 38 $(INC)pclassids.h \39 35 $(INC)perrors.h \ 40 36 $(INC)pexceptions.h dates.h 41 37 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 42 $(INC)pclassids.h \43 38 $(INC)pexceptions.h \ 44 39 $(INC)tvector.h \ … … 54 49 $(INC)utilarr.h \ 55 50 $(INC)ctimer.h 56 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h \ 57 $(INC)pclassids.h fmath.h perandom.h \ 58 $(INC)histos.h \ 51 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h fmath.h \ 52 perandom.h $(INC)histos.h \ 59 53 $(INC)objfio.h \ 60 54 $(INC)anydataobj.h \ … … 72 66 $(INC)dvlist.h \ 73 67 $(INC)ndatablock.h \ 74 $(INC)utilarr.h nbrandom.h cimage.h \ 75 rzimage.h rzvect.h datatypes.h dynccd.h 68 $(INC)utilarr.h nbrandom.h \ 69 $(INC)srandgen.h cimage.h rzimage.h rzvect.h \ 70 datatypes.h dynccd.h 76 71 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \ 77 $(INC)pclassids.h fct1dfit.h generalfit.h \ 78 $(INC)pexceptions.h \ 79 $(INC)tvector.h \ 80 $(INC)tmatrix.h \ 81 $(INC)tarray.h \ 82 $(INC)basarr.h \ 83 $(INC)anydataobj.h \ 84 $(INC)dvlist.h \ 85 $(INC)objfio.h \ 86 $(INC)ppersist.h \ 87 $(INC)gnumd5.h \ 88 $(INC)ndatablock.h \ 89 $(INC)utilarr.h generaldata.h ntupintf.h \ 90 poly.h peida.h utils.h $(INC)perrors.h \ 91 fmath.h nbconst.h tabmath.h 72 fct1dfit.h generalfit.h $(INC)pexceptions.h \ 73 $(INC)tvector.h \ 74 $(INC)tmatrix.h \ 75 $(INC)tarray.h \ 76 $(INC)basarr.h \ 77 $(INC)anydataobj.h \ 78 $(INC)dvlist.h \ 79 $(INC)objfio.h \ 80 $(INC)ppersist.h \ 81 $(INC)gnumd5.h \ 82 $(INC)ndatablock.h \ 83 $(INC)utilarr.h generaldata.h ntupintf.h \ 84 poly.h peida.h $(INC)utils.h \ 85 $(INC)perrors.h fmath.h nbconst.h tabmath.h 92 86 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ 93 $(INC)pclassids.h fct2dfit.h generalfit.h \94 $(INC) pexceptions.h \95 $(INC)t vector.h \96 $(INC)t matrix.h \97 $(INC) tarray.h \98 $(INC) basarr.h \99 $(INC) anydataobj.h \100 $(INC) dvlist.h \101 $(INC) objfio.h \102 $(INC) ppersist.h \103 $(INC) gnumd5.h \104 $(INC) ndatablock.h \105 $(INC)utilarr.h generaldata.h ntupintf.h \106 poly.h peida.h utils.h $(INC)perrors.h \107 fmath.h nbconst.h tabmath.hsimps2d.h87 fct2dfit.h generalfit.h $(INC)pexceptions.h \ 88 $(INC)tvector.h \ 89 $(INC)tmatrix.h \ 90 $(INC)tarray.h \ 91 $(INC)basarr.h \ 92 $(INC)anydataobj.h \ 93 $(INC)dvlist.h \ 94 $(INC)objfio.h \ 95 $(INC)ppersist.h \ 96 $(INC)gnumd5.h \ 97 $(INC)ndatablock.h \ 98 $(INC)utilarr.h generaldata.h ntupintf.h \ 99 poly.h peida.h $(INC)utils.h \ 100 $(INC)perrors.h fmath.h nbconst.h tabmath.h \ 101 simps2d.h 108 102 $(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \ 109 103 $(INC)machdefs.h \ 110 $(INC)pclassids.h \111 104 $(INC)pexceptions.h \ 112 105 $(INC)tmatrix.h \ … … 123 116 $(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \ 124 117 $(INC)machdefs.h \ 125 $(INC)pclassids.h \126 118 $(INC)pexceptions.h \ 127 119 $(INC)tmatrix.h \ … … 140 132 $(INC)tmatrix.h \ 141 133 $(INC)machdefs.h \ 142 $(INC)pclassids.h \143 134 $(INC)tarray.h \ 144 135 $(INC)basarr.h \ … … 153 144 $(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \ 154 145 $(INC)machdefs.h \ 155 $(INC)pclassids.h \156 146 $(INC)pexceptions.h \ 157 147 $(INC)tmatrix.h \ … … 168 158 $(OBJ)generaldata.o: generaldata.cc \ 169 159 $(INC)machdefs.h \ 170 $(INC)pclassids.h \171 160 $(INC)strutil.h nbtri.h generalfit.h \ 172 161 $(INC)pexceptions.h \ … … 182 171 $(INC)ndatablock.h \ 183 172 $(INC)utilarr.h generaldata.h ntupintf.h \ 184 poly.h peida.h utils.h $(INC)perrors.h \185 fmath.h173 poly.h peida.h $(INC)utils.h \ 174 $(INC)perrors.h fmath.h 186 175 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 187 $(INC)pclassids.h \188 176 $(INC)pexceptions.h generalfit.h \ 189 177 $(INC)tvector.h \ … … 198 186 $(INC)ndatablock.h \ 199 187 $(INC)utilarr.h generaldata.h ntupintf.h \ 200 poly.h peida.h utils.h $(INC)perrors.h \ 201 fmath.h $(INC)sopemtx.h 188 poly.h peida.h $(INC)utils.h \ 189 $(INC)perrors.h fmath.h \ 190 $(INC)sopemtx.h 202 191 $(OBJ)imageop.o: imageop.cc $(INC)machdefs.h \ 203 $(INC)pclassids.h simplesort.h peida.h \204 utils.h$(INC)perrors.h \192 simplesort.h peida.h $(INC)utils.h \ 193 $(INC)perrors.h \ 205 194 $(INC)pexceptions.h fmath.h nbmath.h \ 206 195 $(INC)smathconst.h \ … … 220 209 cimage.h rzimage.h rzvect.h cspline.h dynccd.h nbtri.h 221 210 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 222 $(INC)pclassids.h \223 211 $(INC)pexceptions.h generalfit.h \ 224 212 $(INC)tvector.h \ … … 233 221 $(INC)ndatablock.h \ 234 222 $(INC)utilarr.h generaldata.h ntupintf.h \ 235 poly.h peida.h utils.h $(INC)perrors.h \236 fmath.h223 poly.h peida.h $(INC)utils.h \ 224 $(INC)perrors.h fmath.h 237 225 $(OBJ)median.o: median.cc 238 226 $(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \ 239 $(INC)pclassids.h ntoolsinit.h \ 240 $(INC)tarrinit.h \ 227 ntoolsinit.h $(INC)tarrinit.h \ 241 228 $(INC)sophyainit.h poly.h \ 242 229 $(INC)objfio.h \ … … 244 231 $(INC)ppersist.h \ 245 232 $(INC)pexceptions.h \ 246 $(INC)gnumd5.h peida.h utils.h \ 233 $(INC)gnumd5.h peida.h \ 234 $(INC)utils.h \ 247 235 $(INC)perrors.h fmath.h \ 248 236 $(INC)tvector.h \ … … 256 244 datime.h 257 245 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 258 $(INC)machdefs.h \ 259 $(INC)pclassids.h 246 $(INC)machdefs.h 260 247 $(OBJ)objfitter.o: objfitter.cc objfitter.h \ 261 248 $(INC)machdefs.h \ 262 $(INC)pclassids.h \263 249 $(INC)tmatrix.h \ 264 250 $(INC)tarray.h \ … … 273 259 $(INC)utilarr.h \ 274 260 $(INC)tvector.h generalfit.h generaldata.h \ 275 ntupintf.h poly.h peida.h utils.h \261 ntupintf.h poly.h peida.h $(INC)utils.h \ 276 262 $(INC)perrors.h fmath.h 277 263 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 278 $(INC)pclassids.h \279 264 $(INC)pexceptions.h perandom.h \ 280 265 $(INC)histos.h \ … … 293 278 $(INC)dvlist.h \ 294 279 $(INC)ndatablock.h \ 295 $(INC)utilarr.h nbrandom.h pemath.h 296 $(OBJ)poly.o: poly.cc $(INC)machdefs.h \ 297 $(INC)pclassids.h poly.h \ 298 $(INC)objfio.h \ 299 $(INC)anydataobj.h \ 300 $(INC)ppersist.h \ 301 $(INC)pexceptions.h \ 302 $(INC)gnumd5.h peida.h utils.h \ 280 $(INC)utilarr.h nbrandom.h \ 281 $(INC)srandgen.h pemath.h 282 $(OBJ)poly.o: poly.cc $(INC)machdefs.h poly.h \ 283 $(INC)objfio.h \ 284 $(INC)anydataobj.h \ 285 $(INC)ppersist.h \ 286 $(INC)pexceptions.h \ 287 $(INC)gnumd5.h peida.h \ 288 $(INC)utils.h \ 303 289 $(INC)perrors.h fmath.h \ 304 290 $(INC)tvector.h \ … … 312 298 $(INC)fioarr.h 313 299 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 314 $(INC)pclassids.h rk4cdifeq.h difeq.h \ 315 $(INC)pexceptions.h \ 300 rk4cdifeq.h difeq.h $(INC)pexceptions.h \ 316 301 $(INC)tvector.h \ 317 302 $(INC)tmatrix.h \ … … 327 312 $(INC)ctimer.h 328 313 $(OBJ)rzimage.o: rzimage.cc $(INC)machdefs.h \ 329 $(INC)pclassids.h rzimage.h rzvect.h \ 330 $(INC)pexceptions.h \ 314 rzimage.h rzvect.h $(INC)pexceptions.h \ 331 315 $(INC)perrors.h datatypes.h \ 332 316 $(INC)ppersist.h \ … … 341 325 $(INC)ndatablock.h \ 342 326 $(INC)utilarr.h generaldata.h ntupintf.h \ 343 poly.h peida.h utils.h fmath.h327 poly.h peida.h $(INC)utils.h fmath.h 344 328 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 345 $(INC)pclassids.h simplesort.h peida.h \346 utils.h$(INC)perrors.h \329 simplesort.h peida.h $(INC)utils.h \ 330 $(INC)perrors.h \ 347 331 $(INC)pexceptions.h fmath.h 348 332 $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \ 349 $(INC)pclassids.h tabmath.h peida.hutils.h \333 tabmath.h peida.h $(INC)utils.h \ 350 334 $(INC)perrors.h \ 351 335 $(INC)pexceptions.h fmath.h nbconst.h 352 $(OBJ)utils.o: utils.cc $(INC)machdefs.h \353 $(INC)pclassids.h utils.h \354 $(INC)pexceptions.h355 336 $(OBJ)datime.o: datime.c $(INC)machdefs.h \ 356 337 $(INC)strutil.h nbconst.h datime.h … … 367 348 $(INC)smathconst.h matxop.h nbinteg.h \ 368 349 nbtri.h 369 $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \370 nbmath.h $(INC)smathconst.h nbrandom.h371 350 $(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h -
trunk/SophyaLib/NTools/objlist.list
r824 r919 22 22 median.o 23 23 nbmath.o 24 nbrandom.o25 24 nbtri.o 26 25 ntoolsinit.o … … 33 32 simplesort.o 34 33 tabmath.o 35 utils.o -
trunk/SophyaLib/Samba/Makefile
r824 r919 12 12 13 13 $(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \ 14 $(INC)srandgen.h \ 14 15 $(INC)machdefs.h \ 15 $(INC)pclassids.h \16 16 $(INC)nbmath.h \ 17 17 $(INC)smathconst.h \ … … 31 31 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \ 32 32 $(INC)nbrandom.h \ 33 $(INC) machdefs.h \34 $(INC) pclassids.h33 $(INC)srandgen.h \ 34 $(INC)machdefs.h 35 35 $(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \ 36 36 $(INC)longlat.h \ … … 40 40 $(INC)ndatablock.h \ 41 41 $(INC)machdefs.h \ 42 $(INC)pclassids.h \43 42 $(INC)anydataobj.h \ 44 43 $(INC)tvector.h \ … … 53 52 $(INC)utilarr.h alm.h \ 54 53 $(INC)nbrandom.h \ 54 $(INC)srandgen.h \ 55 55 $(INC)nbmath.h \ 56 56 $(INC)smathconst.h \ … … 61 61 $(INC)smathconst.h \ 62 62 $(INC)machdefs.h \ 63 $(INC)pclassids.h \64 63 $(INC)pixelmap.h \ 65 64 $(INC)ppersist.h \ … … 83 82 $(OBJ)sambainit.o: sambainit.cc sambainit.h \ 84 83 $(INC)skymapinit.h \ 85 $(INC)tarrinit.h \86 84 $(INC)sophyainit.h \ 87 85 $(INC)machdefs.h \ 88 $(INC)pclassids.h \ 89 $(INC)ntoolsinit.h 90 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ 91 $(INC)pclassids.h scan.h \ 86 $(INC)ntoolsinit.h \ 87 $(INC)tarrinit.h 88 $(OBJ)scan.o: scan.cc $(INC)machdefs.h scan.h \ 92 89 $(INC)ppersist.h \ 93 90 $(INC)pexceptions.h \ … … 101 98 $(INC)smathconst.h 102 99 $(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \ 103 $(INC)machdefs.h \ 104 $(INC)pclassids.h sphericaltransformserver.h \ 100 $(INC)machdefs.h sphericaltransformserver.h \ 105 101 $(INC)sphericalmap.h \ 106 102 $(INC)smathconst.h \ … … 123 119 $(INC)ndatablock.h \ 124 120 $(INC)utilarr.h \ 125 $(INC)spheregorski.h \126 121 $(INC)fftservintf.h \ 127 122 $(INC)fftpserver.h alm.h \ 128 123 $(INC)nbrandom.h \ 124 $(INC)srandgen.h \ 129 125 $(INC)nbmath.h \ 130 126 $(INC)triangmtx.h lambdaBuilder.h -
trunk/SophyaLib/SkyMap/Makefile
r824 r919 3 3 all: $(LIB)libSkyMap.a 4 4 clean: 5 rm -f $(OBJ) localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o5 rm -f $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 6 6 rm -f $(LIB)libSkyMap.a 7 $(LIB)libSkyMap.a : $(OBJ) localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o7 $(LIB)libSkyMap.a : $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)fiolocalmap.o: fiolocalmap.cc fiolocalmap.h sphericalmap.h \ 14 $(INC)smathconst.h \ 15 $(INC)machdefs.h pixelmap.h \ 16 $(INC)ppersist.h \ 17 $(INC)pexceptions.h \ 18 $(INC)gnumd5.h \ 19 $(INC)dvlist.h \ 20 $(INC)objfio.h \ 21 $(INC)anydataobj.h spherepos.h unitvector.h \ 22 vector3d.h longlat.h utilgeom.h \ 23 $(INC)tvector.h \ 24 $(INC)tmatrix.h \ 25 $(INC)tarray.h \ 26 $(INC)basarr.h \ 27 $(INC)ndatablock.h \ 28 $(INC)utilarr.h localmap.h \ 29 $(INC)fiondblock.h 30 $(OBJ)fiospherehealpix.o: fiospherehealpix.cc fiospherehealpix.h \ 31 sphericalmap.h $(INC)smathconst.h \ 32 $(INC)machdefs.h pixelmap.h \ 33 $(INC)ppersist.h \ 34 $(INC)pexceptions.h \ 35 $(INC)gnumd5.h \ 36 $(INC)dvlist.h \ 37 $(INC)objfio.h \ 38 $(INC)anydataobj.h spherepos.h unitvector.h \ 39 vector3d.h longlat.h utilgeom.h \ 40 $(INC)tvector.h \ 41 $(INC)tmatrix.h \ 42 $(INC)tarray.h \ 43 $(INC)basarr.h \ 44 $(INC)ndatablock.h \ 45 $(INC)utilarr.h spherehealpix.h \ 46 $(INC)fiondblock.h 47 $(OBJ)fiospherethetaphi.o: fiospherethetaphi.cc fiospherethetaphi.h \ 48 sphericalmap.h $(INC)smathconst.h \ 49 $(INC)machdefs.h pixelmap.h \ 50 $(INC)ppersist.h \ 51 $(INC)pexceptions.h \ 52 $(INC)gnumd5.h \ 53 $(INC)dvlist.h \ 54 $(INC)objfio.h \ 55 $(INC)anydataobj.h spherepos.h unitvector.h \ 56 vector3d.h longlat.h utilgeom.h \ 57 $(INC)tvector.h \ 58 $(INC)tmatrix.h \ 59 $(INC)tarray.h \ 60 $(INC)basarr.h \ 61 $(INC)ndatablock.h \ 62 $(INC)utilarr.h spherethetaphi.h \ 63 $(INC)fiondblock.h 13 64 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ 14 65 $(INC)ppersist.h \ 15 66 $(INC)machdefs.h \ 16 $(INC)pclassids.h \17 67 $(INC)pexceptions.h \ 18 68 $(INC)gnumd5.h \ … … 31 81 $(INC)fiondblock.h 32 82 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 33 $(OBJ)skymapinit.o: skymapinit.cc skymapinit.h \ 34 $(INC)tarrinit.h \ 35 $(INC)sophyainit.h \ 36 $(INC)machdefs.h \ 37 $(INC)pclassids.h spherethetaphi.h \ 38 sphericalmap.h $(INC)smathconst.h pixelmap.h \ 83 $(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \ 84 skymapinit.h $(INC)sophyainit.h \ 85 spherethetaphi.h sphericalmap.h \ 86 $(INC)smathconst.h pixelmap.h \ 39 87 $(INC)ppersist.h \ 40 88 $(INC)pexceptions.h \ … … 49 97 $(INC)basarr.h \ 50 98 $(INC)ndatablock.h \ 51 $(INC)utilarr.h spheregorski.h localmap.h 52 $(OBJ)spheregorski.o: spheregorski.cc \ 99 $(INC)utilarr.h fiospherehealpix.h \ 100 spherehealpix.h fiospherethetaphi.h fiolocalmap.h localmap.h 101 $(OBJ)spherehealpix.o: spherehealpix.cc \ 53 102 $(INC)machdefs.h \ 54 $(INC)pclassids.h \55 103 $(INC)pexceptions.h \ 56 104 $(INC)fiondblock.h \ … … 58 106 $(INC)gnumd5.h \ 59 107 $(INC)ndatablock.h \ 60 $(INC)anydataobj.h sphere gorski.h \108 $(INC)anydataobj.h spherehealpix.h \ 61 109 sphericalmap.h $(INC)smathconst.h pixelmap.h \ 62 110 $(INC)dvlist.h \ … … 71 119 $(OBJ)spherepos.o: spherepos.cc spherepos.h \ 72 120 $(INC)machdefs.h \ 73 $(INC)pclassids.h \74 121 $(INC)ppersist.h \ 75 122 $(INC)pexceptions.h \ … … 78 125 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 79 126 $(INC)smathconst.h \ 80 $(INC)machdefs.h \ 81 $(INC)pclassids.h pixelmap.h \ 127 $(INC)machdefs.h pixelmap.h \ 82 128 $(INC)ppersist.h \ 83 129 $(INC)pexceptions.h \ … … 99 145 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 100 146 $(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \ 101 $(INC)pclassids.h \102 147 $(INC)pexceptions.h vector3d.h longlat.h \ 103 148 utilgeom.h -
trunk/SophyaLib/SkyMap/objlist.list
r764 r919 1 fiolocalmap.o 2 fiospherehealpix.o 3 fiospherethetaphi.o 1 4 localmap.o 2 5 longlat.o 3 6 skymapinit.o 4 sphere gorski.o7 spherehealpix.o 5 8 spherepos.o 6 9 spherethetaphi.o -
trunk/SophyaLib/SkyT/Makefile
r824 r919 3 3 all: $(LIB)libSkyT.a 4 4 clean: 5 rm -f $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ) gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skyinit.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o5 rm -f $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ)derivblackbody.o $(OBJ)gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skyinit.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o 6 6 rm -f $(LIB)libSkyT.a 7 $(LIB)libSkyT.a : $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ) gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skyinit.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o7 $(LIB)libSkyT.a : $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ)derivblackbody.o $(OBJ)gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skyinit.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 12 12 13 13 $(OBJ)blackbody.o: blackbody.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h blackbody.h radspec.h \ 14 blackbody.h radspec.h specresp.h \ 15 $(INC)anydataobj.h \ 16 $(INC)objfio.h \ 17 $(INC)ppersist.h \ 18 $(INC)pexceptions.h \ 19 $(INC)gnumd5.h convtools.h 20 $(OBJ)convtools.o: convtools.cc convtools.h \ 21 $(INC)machdefs.h 22 $(OBJ)derivblackbody.o: derivblackbody.cc \ 23 $(INC)machdefs.h derivblackbody.h radspec.h \ 15 24 specresp.h $(INC)anydataobj.h \ 16 25 $(INC)objfio.h \ … … 18 27 $(INC)pexceptions.h \ 19 28 $(INC)gnumd5.h convtools.h 20 $(OBJ)convtools.o: convtools.cc convtools.h21 29 $(OBJ)gaussfilt.o: gaussfilt.cc $(INC)machdefs.h \ 22 $(INC)pclassids.h gaussfilt.h specresp.h \ 23 $(INC)anydataobj.h \ 30 gaussfilt.h specresp.h $(INC)anydataobj.h \ 24 31 $(INC)objfio.h \ 25 32 $(INC)ppersist.h \ … … 27 34 $(INC)gnumd5.h 28 35 $(OBJ)nupower.o: nupower.cc $(INC)machdefs.h \ 29 $(INC)pclassids.h nupower.h radspec.h \30 specresp.h$(INC)anydataobj.h \36 nupower.h radspec.h specresp.h \ 37 $(INC)anydataobj.h \ 31 38 $(INC)objfio.h \ 32 39 $(INC)ppersist.h \ … … 34 41 $(INC)gnumd5.h convtools.h 35 42 $(OBJ)radspec.o: radspec.cc $(INC)machdefs.h \ 36 $(INC)pclassids.h radspec.h specresp.h \ 37 $(INC)anydataobj.h \ 43 radspec.h specresp.h $(INC)anydataobj.h \ 38 44 $(INC)objfio.h \ 39 45 $(INC)ppersist.h \ … … 42 48 $(INC)integ.h 43 49 $(OBJ)radspecvector.o: radspecvector.cc \ 44 $(INC)machdefs.h \ 45 $(INC)pclassids.h radspecvector.h radspec.h \ 50 $(INC)machdefs.h radspecvector.h radspec.h \ 46 51 specresp.h $(INC)anydataobj.h \ 47 52 $(INC)objfio.h \ … … 61 66 $(INC)sophyainit.h \ 62 67 $(INC)machdefs.h \ 63 $(INC)pclassids.h \64 68 $(INC)ppersist.h \ 65 69 $(INC)pexceptions.h \ … … 76 80 $(OBJ)specresp.o: specresp.cc specresp.h \ 77 81 $(INC)machdefs.h \ 78 $(INC)pclassids.h \79 82 $(INC)anydataobj.h \ 80 83 $(INC)integ.h \ … … 91 94 $(INC)utilarr.h 92 95 $(OBJ)specrespvector.o: specrespvector.cc \ 93 $(INC)machdefs.h \ 94 $(INC)pclassids.h specrespvector.h \ 95 specresp.h $(INC)anydataobj.h \ 96 $(INC)machdefs.h specrespvector.h specresp.h \ 97 $(INC)anydataobj.h \ 96 98 $(INC)tvector.h \ 97 99 $(INC)tmatrix.h \ … … 107 109 $(INC)fioarr.h 108 110 $(OBJ)squarefilt.o: squarefilt.cc $(INC)machdefs.h \ 109 $(INC)pclassids.h squarefilt.h specresp.h \ 111 squarefilt.h specresp.h $(INC)anydataobj.h 112 $(OBJ)trianglefilt.o: trianglefilt.cc \ 113 $(INC)machdefs.h trianglefilt.h specresp.h \ 110 114 $(INC)anydataobj.h 111 $(OBJ)trianglefilt.o: trianglefilt.cc \112 $(INC)machdefs.h \113 $(INC)pclassids.h trianglefilt.h specresp.h \114 $(INC)anydataobj.h -
trunk/SophyaLib/SkyT/objlist.list
r824 r919 1 1 blackbody.o 2 2 convtools.o 3 derivblackbody.o 3 4 gaussfilt.o 4 5 nupower.o -
trunk/SophyaLib/TArray/Makefile
r824 r919 12 12 13 13 $(OBJ)basarr.o: basarr.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h \15 14 $(INC)pexceptions.h basarr.h \ 16 15 $(INC)anydataobj.h \ … … 21 20 $(OBJ)fioarr.o: fioarr.cc $(INC)pexceptions.h \ 22 21 $(INC)machdefs.h \ 23 $(INC)pclassids.h \24 22 $(INC)fiondblock.h \ 25 23 $(INC)ppersist.h \ … … 30 28 $(INC)objfio.h utilarr.h tmatrix.h tvector.h 31 29 $(OBJ)matharr.o: matharr.cc $(INC)machdefs.h \ 32 $(INC)pclassids.h matharr.h tarray.h \33 basarr.h$(INC)anydataobj.h \30 matharr.h tarray.h basarr.h \ 31 $(INC)anydataobj.h \ 34 32 $(INC)dvlist.h \ 35 33 $(INC)objfio.h \ … … 37 35 $(INC)pexceptions.h \ 38 36 $(INC)gnumd5.h \ 39 $(INC)ndatablock.h utilarr.h 37 $(INC)ndatablock.h utilarr.h \ 38 gcc_arrmath_pb.h 40 39 $(OBJ)sopemtx.o: sopemtx.cc $(INC)machdefs.h \ 41 $(INC)pclassids.h sopemtx.h tmatrix.h \42 tarray.h basarr.h$(INC)anydataobj.h \40 sopemtx.h tmatrix.h tarray.h basarr.h \ 41 $(INC)anydataobj.h \ 43 42 $(INC)dvlist.h \ 44 43 $(INC)objfio.h \ … … 49 48 $(INC)smathconst.h 50 49 $(OBJ)tarray.o: tarray.cc $(INC)machdefs.h \ 51 $(INC)pclassids.h \52 50 $(INC)pexceptions.h tarray.h basarr.h \ 53 51 $(INC)anydataobj.h \ … … 58 56 $(INC)ndatablock.h utilarr.h 59 57 $(OBJ)tarrinit.o: tarrinit.cc $(INC)machdefs.h \ 60 $(INC)pclassids.h tarrinit.h \ 61 $(INC)sophyainit.h fioarr.h tarray.h \ 62 basarr.h $(INC)anydataobj.h \ 58 tarrinit.h $(INC)sophyainit.h fioarr.h \ 59 tarray.h basarr.h $(INC)anydataobj.h \ 63 60 $(INC)dvlist.h \ 64 61 $(INC)objfio.h \ … … 69 66 tvector.h 70 67 $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \ 71 $(INC)pclassids.h \72 68 $(INC)pexceptions.h tmatrix.h tarray.h \ 73 69 basarr.h $(INC)anydataobj.h \ … … 78 74 $(INC)ndatablock.h utilarr.h 79 75 $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \ 80 $(INC)pclassids.h \81 76 $(INC)pexceptions.h tvector.h tmatrix.h \ 82 77 tarray.h basarr.h $(INC)anydataobj.h \ … … 87 82 $(INC)ndatablock.h utilarr.h 88 83 $(OBJ)utilarr.o: utilarr.cc $(INC)machdefs.h \ 89 $(INC)pclassids.h utilarr.h84 utilarr.h $(INC)srandgen.h -
trunk/SophyaProg/PMixer/Makefile
r761 r919 51 51 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 52 52 53 $(OBJ)easyTest.o: easyTest.cc $(INC)/blackbody.h \ 54 $(INC)/radspec.h \ 55 $(INC)/machdefs.h \ 56 $(INC)/pclassids.h \ 57 $(INC)/specresp.h \ 58 $(INC)/anydataobj.h \ 59 $(INC)/objfio.h \ 60 $(INC)/ppersist.h \ 61 $(INC)/pexceptions.h \ 62 $(INC)/gnumd5.h \ 63 $(INC)/convtools.h \ 64 $(INC)/radspecvector.h \ 65 $(INC)/tvector.h \ 66 $(INC)/tmatrix.h \ 67 $(INC)/ndatablock.h \ 68 $(INC)/specrespvector.h \ 69 $(INC)/squarefilt.h \ 70 $(INC)/gaussfilt.h \ 71 $(INC)/trianglefilt.h 53 $(OBJ)easyTest.o: easyTest.cc $(INC)blackbody.h \ 54 $(INC)radspec.h \ 55 $(INC)machdefs.h \ 56 $(INC)specresp.h \ 57 $(INC)anydataobj.h \ 58 $(INC)objfio.h \ 59 $(INC)ppersist.h \ 60 $(INC)pexceptions.h \ 61 $(INC)gnumd5.h \ 62 $(INC)convtools.h \ 63 $(INC)radspecvector.h \ 64 $(INC)tvector.h \ 65 $(INC)tmatrix.h \ 66 $(INC)tarray.h \ 67 $(INC)basarr.h \ 68 $(INC)dvlist.h \ 69 $(INC)ndatablock.h \ 70 $(INC)utilarr.h \ 71 $(INC)specrespvector.h \ 72 $(INC)squarefilt.h \ 73 $(INC)gaussfilt.h \ 74 $(INC)trianglefilt.h 75 $(OBJ)extractRS.o: extractRS.cc $(INC)machdefs.h \ 76 $(INC)tmatrix.h \ 77 $(INC)tarray.h \ 78 $(INC)basarr.h \ 79 $(INC)anydataobj.h \ 80 $(INC)dvlist.h \ 81 $(INC)objfio.h \ 82 $(INC)ppersist.h \ 83 $(INC)pexceptions.h \ 84 $(INC)gnumd5.h \ 85 $(INC)ndatablock.h \ 86 $(INC)utilarr.h \ 87 $(INC)tvector.h \ 88 $(INC)fioarr.h \ 89 $(INC)vector3d.h \ 90 $(INC)longlat.h \ 91 $(INC)utilgeom.h \ 92 $(INC)srandgen.h \ 93 $(INC)timing.h \ 94 $(INC)sambainit.h \ 95 $(INC)skymapinit.h \ 96 $(INC)sophyainit.h \ 97 $(INC)ntoolsinit.h \ 98 $(INC)tarrinit.h \ 99 $(INC)datacards.h \ 100 $(INC)fitsioserver.h \ 101 $(INC)skymap.h \ 102 $(INC)spherethetaphi.h \ 103 $(INC)sphericalmap.h \ 104 $(INC)smathconst.h \ 105 $(INC)pixelmap.h \ 106 $(INC)spherepos.h \ 107 $(INC)unitvector.h \ 108 $(INC)spherehealpix.h \ 109 $(INC)localmap.h \ 110 $(INC)fiospherethetaphi.h \ 111 $(INC)fiospherehealpix.h \ 112 $(INC)fiolocalmap.h \ 113 $(INC)ntuple.h \ 114 $(INC)ntupintf.h \ 115 $(INC)cimage.h \ 116 $(INC)rzimage.h \ 117 $(INC)rzvect.h \ 118 $(INC)perrors.h \ 119 $(INC)datatypes.h \ 120 $(INC)fitsspherehealpix.h \ 121 $(INC)fitsfile.h \ 122 $(INC)radspecvector.h \ 123 $(INC)radspec.h \ 124 $(INC)specresp.h \ 125 $(INC)blackbody.h \ 126 $(INC)convtools.h \ 127 $(INC)nupower.h \ 128 $(INC)squarefilt.h \ 129 $(INC)trianglefilt.h \ 130 $(INC)specrespvector.h \ 131 $(INC)gaussfilt.h \ 132 $(INC)fitstarray.h 133 $(OBJ)skymixer.o: skymixer.cc $(INC)machdefs.h \ 134 $(INC)timing.h \ 135 $(INC)sambainit.h \ 136 $(INC)skymapinit.h \ 137 $(INC)sophyainit.h \ 138 $(INC)ntoolsinit.h \ 139 $(INC)tarrinit.h \ 140 $(INC)pexceptions.h \ 141 $(INC)datacards.h \ 142 $(INC)fitsioserver.h \ 143 $(INC)tarray.h \ 144 $(INC)basarr.h \ 145 $(INC)anydataobj.h \ 146 $(INC)dvlist.h \ 147 $(INC)objfio.h \ 148 $(INC)ppersist.h \ 149 $(INC)gnumd5.h \ 150 $(INC)ndatablock.h \ 151 $(INC)utilarr.h \ 152 $(INC)tmatrix.h \ 153 $(INC)tvector.h \ 154 $(INC)skymap.h \ 155 $(INC)spherethetaphi.h \ 156 $(INC)sphericalmap.h \ 157 $(INC)smathconst.h \ 158 $(INC)pixelmap.h \ 159 $(INC)spherepos.h \ 160 $(INC)unitvector.h \ 161 $(INC)vector3d.h \ 162 $(INC)longlat.h \ 163 $(INC)utilgeom.h \ 164 $(INC)spherehealpix.h \ 165 $(INC)localmap.h \ 166 $(INC)fiospherethetaphi.h \ 167 $(INC)fiospherehealpix.h \ 168 $(INC)fiolocalmap.h \ 169 $(INC)ntuple.h \ 170 $(INC)ntupintf.h \ 171 $(INC)cimage.h \ 172 $(INC)rzimage.h \ 173 $(INC)rzvect.h \ 174 $(INC)perrors.h \ 175 $(INC)datatypes.h \ 176 $(INC)fitsspherehealpix.h \ 177 $(INC)fitsfile.h \ 178 $(INC)radspecvector.h \ 179 $(INC)radspec.h \ 180 $(INC)specresp.h \ 181 $(INC)blackbody.h \ 182 $(INC)convtools.h \ 183 $(INC)derivblackbody.h \ 184 $(INC)nupower.h \ 185 $(INC)squarefilt.h \ 186 $(INC)trianglefilt.h \ 187 $(INC)specrespvector.h \ 188 $(INC)gaussfilt.h 189 $(OBJ)tgrsr.o: tgrsr.cc $(INC)machdefs.h \ 190 $(INC)tvector.h \ 191 $(INC)tmatrix.h \ 192 $(INC)tarray.h \ 193 $(INC)basarr.h \ 194 $(INC)anydataobj.h \ 195 $(INC)dvlist.h \ 196 $(INC)objfio.h \ 197 $(INC)ppersist.h \ 198 $(INC)pexceptions.h \ 199 $(INC)gnumd5.h \ 200 $(INC)ndatablock.h \ 201 $(INC)utilarr.h \ 202 $(INC)cimage.h \ 203 $(INC)rzimage.h \ 204 $(INC)rzvect.h \ 205 $(INC)perrors.h \ 206 $(INC)datatypes.h \ 207 $(INC)sambainit.h \ 208 $(INC)skymapinit.h \ 209 $(INC)sophyainit.h \ 210 $(INC)ntoolsinit.h \ 211 $(INC)tarrinit.h \ 212 $(INC)radspecvector.h \ 213 $(INC)radspec.h \ 214 $(INC)specresp.h \ 215 $(INC)specrespvector.h \ 216 $(INC)nupower.h \ 217 $(INC)convtools.h \ 218 $(INC)gaussfilt.h \ 219 $(INC)fitsioserver.h \ 220 $(INC)skymap.h \ 221 $(INC)spherethetaphi.h \ 222 $(INC)sphericalmap.h \ 223 $(INC)smathconst.h \ 224 $(INC)pixelmap.h \ 225 $(INC)spherepos.h \ 226 $(INC)unitvector.h \ 227 $(INC)vector3d.h \ 228 $(INC)longlat.h \ 229 $(INC)utilgeom.h \ 230 $(INC)spherehealpix.h \ 231 $(INC)localmap.h \ 232 $(INC)fiospherethetaphi.h \ 233 $(INC)fiospherehealpix.h \ 234 $(INC)fiolocalmap.h \ 235 $(INC)ntuple.h \ 236 $(INC)ntupintf.h \ 237 $(INC)timing.h 238 $(OBJ)tgsky.o: tgsky.cc $(INC)machdefs.h \ 239 $(INC)sambainit.h \ 240 $(INC)skymapinit.h \ 241 $(INC)sophyainit.h \ 242 $(INC)ntoolsinit.h \ 243 $(INC)tarrinit.h \ 244 $(INC)spherehealpix.h \ 245 $(INC)sphericalmap.h \ 246 $(INC)smathconst.h \ 247 $(INC)pixelmap.h \ 248 $(INC)ppersist.h \ 249 $(INC)pexceptions.h \ 250 $(INC)gnumd5.h \ 251 $(INC)dvlist.h \ 252 $(INC)objfio.h \ 253 $(INC)anydataobj.h \ 254 $(INC)spherepos.h \ 255 $(INC)unitvector.h \ 256 $(INC)vector3d.h \ 257 $(INC)longlat.h \ 258 $(INC)utilgeom.h \ 259 $(INC)tvector.h \ 260 $(INC)tmatrix.h \ 261 $(INC)tarray.h \ 262 $(INC)basarr.h \ 263 $(INC)ndatablock.h \ 264 $(INC)utilarr.h \ 265 $(INC)fiospherehealpix.h \ 266 $(INC)fitsioserver.h \ 267 $(INC)skymap.h \ 268 $(INC)spherethetaphi.h \ 269 $(INC)localmap.h \ 270 $(INC)fiospherethetaphi.h \ 271 $(INC)fiolocalmap.h \ 272 $(INC)ntuple.h \ 273 $(INC)ntupintf.h \ 274 $(INC)cimage.h \ 275 $(INC)rzimage.h \ 276 $(INC)rzvect.h \ 277 $(INC)perrors.h \ 278 $(INC)datatypes.h \ 279 $(INC)nbrandom.h \ 280 $(INC)srandgen.h \ 281 $(INC)bruit.h \ 282 $(INC)timing.h
Note:
See TracChangeset
for help on using the changeset viewer.