Changeset 919 in Sophya


Ignore:
Timestamp:
Apr 13, 2000, 6:38:15 PM (25 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 13/4/2000

Location:
trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r825 r919  
    33all: $(LIB)libFitsIOServer.a
    44clean:
    5         rm -f $(OBJ)fitsioserver.o
     5        rm -f $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    66        rm -f $(LIB)libFitsIOServer.a
    7 $(LIB)libFitsIOServer.a : $(OBJ)fitsioserver.o
     7$(LIB)libFitsIOServer.a : $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
    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  
     1fitsfile.o
    12fitsioserver.o
     3fitsntuple.o
     4fitsspherehealpix.o
     5fitstarray.o
     6fitsxntuple.o
  • trunk/SophyaExt/IFFTW/Makefile

    r825 r919  
    1111endif
    1212 
    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  
    1313$(OBJ)intflapack.o: intflapack.cc intflapack.h \
    1414 $(INC)machdefs.h \
    15  $(INC)pclassids.h \
    1615 $(INC)tarray.h \
    1716 $(INC)basarr.h \
  • trunk/SophyaLib/BaseTools/Makefile

    r822 r919  
    33all: $(LIB)libSysTools.a
    44clean:
    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.o
     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)utils.o $(OBJ)gnumd5.o $(OBJ)srandgen.o $(OBJ)strutil.o $(OBJ)timing.o
    66        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)strutil.o $(OBJ)timing.o
     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)srandgen.o $(OBJ)strutil.o $(OBJ)timing.o $(OBJ)utils.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
    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 \
    2818 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 \
    3120 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 \
    4528 ppersist.h gnumd5.h fiondblock.h ndatablock.h anydataobj.h dvlist.h \
    4629 objfio.h sversion.h
     30$(OBJ)utils.o: utils.cc machdefs.h utils.h pexceptions.h
    4731$(OBJ)gnumd5.o: gnumd5.c machdefs.h bithelp.h gnumd5.h
     32$(OBJ)srandgen.o: srandgen.c machdefs.h srandgen.h smathconst.h
    4833$(OBJ)strutil.o: strutil.c strutil.h
    4934$(OBJ)timing.o: timing.c
  • trunk/SophyaLib/BaseTools/objlist.list

    r822 r919  
    1111psighand.o
    1212sophyainit.o
     13srandgen.o
    1314strutil.o
    1415timing.o
     16utils.o
  • trunk/SophyaLib/HiStats/Makefile

    r824 r919  
    1212 
    1313$(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
    14  $(INC)pclassids.h hisprof.h \
    15  $(INC)peida.h \
     14 hisprof.h $(INC)peida.h \
    1615 $(INC)utils.h \
    1716 $(INC)perrors.h \
     
    3029 $(INC)utilarr.h histos.h
    3130$(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
    32  $(INC)pclassids.h histinit.h \
    33  $(INC)ntoolsinit.h \
     31 histinit.h $(INC)ntoolsinit.h \
    3432 $(INC)tarrinit.h \
    3533 $(INC)sophyainit.h histos.h \
     
    5149 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \
    5250 $(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 \
    5552 $(INC)objfio.h \
    5653 $(INC)anydataobj.h \
     
    7572 $(INC)ntupintf.h
    7673$(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
    77  $(INC)pclassids.h histos2.h \
    78  $(INC)peida.h \
     74 histos2.h $(INC)peida.h \
    7975 $(INC)utils.h \
    8076 $(INC)perrors.h \
     
    9995 $(INC)perrors.h \
    10096 $(INC)pexceptions.h \
    101  $(INC)machdefs.h \
    102  $(INC)pclassids.h ntuple.h \
     97 $(INC)machdefs.h ntuple.h \
    10398 $(INC)objfio.h \
    10499 $(INC)anydataobj.h \
     
    109104$(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
    110105 $(INC)machdefs.h \
    111  $(INC)pclassids.h \
    112106 $(INC)pexceptions.h \
    113107 $(INC)gnumd5.h \
  • trunk/SophyaLib/NTools/Makefile

    r824 r919  
    33all: $(LIB)libNTools.a
    44clean:
    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.o
     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)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o
    66        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)nbrandom.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.o
     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)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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1212 
    1313$(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \
    14  $(INC)pclassids.h \
    1514 $(INC)perrors.h \
    1615 $(INC)pexceptions.h cimage.h rzimage.h \
     
    2625 $(INC)ndatablock.h \
    2726 $(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 \
    2928 $(INC)histos.h \
    3029 $(INC)peida.h nbconst.h
    3130$(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
    3432$(OBJ)datatypes.o: datatypes.cc datatypes.h \
    35  $(INC)machdefs.h \
    36  $(INC)pclassids.h
     33 $(INC)machdefs.h
    3734$(OBJ)dates.o: dates.cc $(INC)machdefs.h \
    38  $(INC)pclassids.h \
    3935 $(INC)perrors.h \
    4036 $(INC)pexceptions.h dates.h
    4137$(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \
    42  $(INC)pclassids.h \
    4338 $(INC)pexceptions.h \
    4439 $(INC)tvector.h \
     
    5449 $(INC)utilarr.h \
    5550 $(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 \
    5953 $(INC)objfio.h \
    6054 $(INC)anydataobj.h \
     
    7266 $(INC)dvlist.h \
    7367 $(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
    7671$(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
    9286$(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \
    93  $(INC)pclassids.h fct2dfit.h generalfit.h \
    94  $(INC)pexceptions.h \
    95  $(INC)tvector.h \
    96  $(INC)tmatrix.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.h simps2d.h
     87 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
    108102$(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \
    109103 $(INC)machdefs.h \
    110  $(INC)pclassids.h \
    111104 $(INC)pexceptions.h \
    112105 $(INC)tmatrix.h \
     
    123116$(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \
    124117 $(INC)machdefs.h \
    125  $(INC)pclassids.h \
    126118 $(INC)pexceptions.h \
    127119 $(INC)tmatrix.h \
     
    140132 $(INC)tmatrix.h \
    141133 $(INC)machdefs.h \
    142  $(INC)pclassids.h \
    143134 $(INC)tarray.h \
    144135 $(INC)basarr.h \
     
    153144$(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \
    154145 $(INC)machdefs.h \
    155  $(INC)pclassids.h \
    156146 $(INC)pexceptions.h \
    157147 $(INC)tmatrix.h \
     
    168158$(OBJ)generaldata.o: generaldata.cc \
    169159 $(INC)machdefs.h \
    170  $(INC)pclassids.h \
    171160 $(INC)strutil.h nbtri.h generalfit.h \
    172161 $(INC)pexceptions.h \
     
    182171 $(INC)ndatablock.h \
    183172 $(INC)utilarr.h generaldata.h ntupintf.h \
    184  poly.h peida.h utils.h $(INC)perrors.h \
    185  fmath.h
     173 poly.h peida.h $(INC)utils.h \
     174 $(INC)perrors.h fmath.h
    186175$(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
    187  $(INC)pclassids.h \
    188176 $(INC)pexceptions.h generalfit.h \
    189177 $(INC)tvector.h \
     
    198186 $(INC)ndatablock.h \
    199187 $(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
    202191$(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 \
    205194 $(INC)pexceptions.h fmath.h nbmath.h \
    206195 $(INC)smathconst.h \
     
    220209 cimage.h rzimage.h rzvect.h cspline.h dynccd.h nbtri.h
    221210$(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
    222  $(INC)pclassids.h \
    223211 $(INC)pexceptions.h generalfit.h \
    224212 $(INC)tvector.h \
     
    233221 $(INC)ndatablock.h \
    234222 $(INC)utilarr.h generaldata.h ntupintf.h \
    235  poly.h peida.h utils.h $(INC)perrors.h \
    236  fmath.h
     223 poly.h peida.h $(INC)utils.h \
     224 $(INC)perrors.h fmath.h
    237225$(OBJ)median.o: median.cc
    238226$(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \
    239  $(INC)pclassids.h ntoolsinit.h \
    240  $(INC)tarrinit.h \
     227 ntoolsinit.h $(INC)tarrinit.h \
    241228 $(INC)sophyainit.h poly.h \
    242229 $(INC)objfio.h \
     
    244231 $(INC)ppersist.h \
    245232 $(INC)pexceptions.h \
    246  $(INC)gnumd5.h peida.h utils.h \
     233 $(INC)gnumd5.h peida.h \
     234 $(INC)utils.h \
    247235 $(INC)perrors.h fmath.h \
    248236 $(INC)tvector.h \
     
    256244 datime.h
    257245$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
    258  $(INC)machdefs.h \
    259  $(INC)pclassids.h
     246 $(INC)machdefs.h
    260247$(OBJ)objfitter.o: objfitter.cc objfitter.h \
    261248 $(INC)machdefs.h \
    262  $(INC)pclassids.h \
    263249 $(INC)tmatrix.h \
    264250 $(INC)tarray.h \
     
    273259 $(INC)utilarr.h \
    274260 $(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 \
    276262 $(INC)perrors.h fmath.h
    277263$(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
    278  $(INC)pclassids.h \
    279264 $(INC)pexceptions.h perandom.h \
    280265 $(INC)histos.h \
     
    293278 $(INC)dvlist.h \
    294279 $(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 \
    303289 $(INC)perrors.h fmath.h \
    304290 $(INC)tvector.h \
     
    312298 $(INC)fioarr.h
    313299$(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 \
    316301 $(INC)tvector.h \
    317302 $(INC)tmatrix.h \
     
    327312 $(INC)ctimer.h
    328313$(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 \
    331315 $(INC)perrors.h datatypes.h \
    332316 $(INC)ppersist.h \
     
    341325 $(INC)ndatablock.h \
    342326 $(INC)utilarr.h generaldata.h ntupintf.h \
    343  poly.h peida.h utils.h fmath.h
     327 poly.h peida.h $(INC)utils.h fmath.h
    344328$(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 \
    347331 $(INC)pexceptions.h fmath.h
    348332$(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \
    349  $(INC)pclassids.h tabmath.h peida.h utils.h \
     333 tabmath.h peida.h $(INC)utils.h \
    350334 $(INC)perrors.h \
    351335 $(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.h
    355336$(OBJ)datime.o: datime.c $(INC)machdefs.h \
    356337 $(INC)strutil.h nbconst.h datime.h
     
    367348 $(INC)smathconst.h matxop.h nbinteg.h \
    368349 nbtri.h
    369 $(OBJ)nbrandom.o: nbrandom.c $(INC)machdefs.h \
    370  nbmath.h $(INC)smathconst.h nbrandom.h
    371350$(OBJ)nbtri.o: nbtri.c nbtri.h $(INC)machdefs.h
  • trunk/SophyaLib/NTools/objlist.list

    r824 r919  
    2222median.o
    2323nbmath.o
    24 nbrandom.o
    2524nbtri.o
    2625ntoolsinit.o
     
    3332simplesort.o
    3433tabmath.o
    35 utils.o
  • trunk/SophyaLib/Samba/Makefile

    r824 r919  
    1212 
    1313$(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \
     14 $(INC)srandgen.h \
    1415 $(INC)machdefs.h \
    15  $(INC)pclassids.h \
    1616 $(INC)nbmath.h \
    1717 $(INC)smathconst.h \
     
    3131$(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
    3232 $(INC)nbrandom.h \
    33  $(INC)machdefs.h \
    34  $(INC)pclassids.h
     33 $(INC)srandgen.h \
     34 $(INC)machdefs.h
    3535$(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \
    3636 $(INC)longlat.h \
     
    4040 $(INC)ndatablock.h \
    4141 $(INC)machdefs.h \
    42  $(INC)pclassids.h \
    4342 $(INC)anydataobj.h \
    4443 $(INC)tvector.h \
     
    5352 $(INC)utilarr.h alm.h \
    5453 $(INC)nbrandom.h \
     54 $(INC)srandgen.h \
    5555 $(INC)nbmath.h \
    5656 $(INC)smathconst.h \
     
    6161 $(INC)smathconst.h \
    6262 $(INC)machdefs.h \
    63  $(INC)pclassids.h \
    6463 $(INC)pixelmap.h \
    6564 $(INC)ppersist.h \
     
    8382$(OBJ)sambainit.o: sambainit.cc sambainit.h \
    8483 $(INC)skymapinit.h \
    85  $(INC)tarrinit.h \
    8684 $(INC)sophyainit.h \
    8785 $(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 \
    9289 $(INC)ppersist.h \
    9390 $(INC)pexceptions.h \
     
    10198 $(INC)smathconst.h
    10299$(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \
    103  $(INC)machdefs.h \
    104  $(INC)pclassids.h sphericaltransformserver.h \
     100 $(INC)machdefs.h sphericaltransformserver.h \
    105101 $(INC)sphericalmap.h \
    106102 $(INC)smathconst.h \
     
    123119 $(INC)ndatablock.h \
    124120 $(INC)utilarr.h \
    125  $(INC)spheregorski.h \
    126121 $(INC)fftservintf.h \
    127122 $(INC)fftpserver.h alm.h \
    128123 $(INC)nbrandom.h \
     124 $(INC)srandgen.h \
    129125 $(INC)nbmath.h \
    130126 $(INC)triangmtx.h lambdaBuilder.h
  • trunk/SophyaLib/SkyMap/Makefile

    r824 r919  
    33all: $(LIB)libSkyMap.a
    44clean:
    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.o
     5        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
    66        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.o
     7$(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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
     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
    1364$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
    1465 $(INC)ppersist.h \
    1566 $(INC)machdefs.h \
    16  $(INC)pclassids.h \
    1767 $(INC)pexceptions.h \
    1868 $(INC)gnumd5.h \
     
    3181 $(INC)fiondblock.h
    3282$(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 \
    3987 $(INC)ppersist.h \
    4088 $(INC)pexceptions.h \
     
    4997 $(INC)basarr.h \
    5098 $(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 \
    53102 $(INC)machdefs.h \
    54  $(INC)pclassids.h \
    55103 $(INC)pexceptions.h \
    56104 $(INC)fiondblock.h \
     
    58106 $(INC)gnumd5.h \
    59107 $(INC)ndatablock.h \
    60  $(INC)anydataobj.h spheregorski.h \
     108 $(INC)anydataobj.h spherehealpix.h \
    61109 sphericalmap.h $(INC)smathconst.h pixelmap.h \
    62110 $(INC)dvlist.h \
     
    71119$(OBJ)spherepos.o: spherepos.cc spherepos.h \
    72120 $(INC)machdefs.h \
    73  $(INC)pclassids.h \
    74121 $(INC)ppersist.h \
    75122 $(INC)pexceptions.h \
     
    78125$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
    79126 $(INC)smathconst.h \
    80  $(INC)machdefs.h \
    81  $(INC)pclassids.h pixelmap.h \
     127 $(INC)machdefs.h pixelmap.h \
    82128 $(INC)ppersist.h \
    83129 $(INC)pexceptions.h \
     
    99145$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
    100146$(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
    101  $(INC)pclassids.h \
    102147 $(INC)pexceptions.h vector3d.h longlat.h \
    103148 utilgeom.h
  • trunk/SophyaLib/SkyMap/objlist.list

    r764 r919  
     1fiolocalmap.o
     2fiospherehealpix.o
     3fiospherethetaphi.o
    14localmap.o
    25longlat.o
    36skymapinit.o
    4 spheregorski.o
     7spherehealpix.o
    58spherepos.o
    69spherethetaphi.o
  • trunk/SophyaLib/SkyT/Makefile

    r824 r919  
    33all: $(LIB)libSkyT.a
    44clean:
    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.o
     5        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
    66        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.o
     7$(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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1212 
    1313$(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 \
    1524 specresp.h $(INC)anydataobj.h \
    1625 $(INC)objfio.h \
     
    1827 $(INC)pexceptions.h \
    1928 $(INC)gnumd5.h convtools.h
    20 $(OBJ)convtools.o: convtools.cc convtools.h
    2129$(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 \
    2431 $(INC)objfio.h \
    2532 $(INC)ppersist.h \
     
    2734 $(INC)gnumd5.h
    2835$(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 \
    3138 $(INC)objfio.h \
    3239 $(INC)ppersist.h \
     
    3441 $(INC)gnumd5.h convtools.h
    3542$(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 \
    3844 $(INC)objfio.h \
    3945 $(INC)ppersist.h \
     
    4248 $(INC)integ.h
    4349$(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 \
    4651 specresp.h $(INC)anydataobj.h \
    4752 $(INC)objfio.h \
     
    6166 $(INC)sophyainit.h \
    6267 $(INC)machdefs.h \
    63  $(INC)pclassids.h \
    6468 $(INC)ppersist.h \
    6569 $(INC)pexceptions.h \
     
    7680$(OBJ)specresp.o: specresp.cc specresp.h \
    7781 $(INC)machdefs.h \
    78  $(INC)pclassids.h \
    7982 $(INC)anydataobj.h \
    8083 $(INC)integ.h \
     
    9194 $(INC)utilarr.h
    9295$(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 \
    9698 $(INC)tvector.h \
    9799 $(INC)tmatrix.h \
     
    107109 $(INC)fioarr.h
    108110$(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 \
    110114 $(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  
    11blackbody.o
    22convtools.o
     3derivblackbody.o
    34gaussfilt.o
    45nupower.o
  • trunk/SophyaLib/TArray/Makefile

    r824 r919  
    1212 
    1313$(OBJ)basarr.o: basarr.cc $(INC)machdefs.h \
    14  $(INC)pclassids.h \
    1514 $(INC)pexceptions.h basarr.h \
    1615 $(INC)anydataobj.h \
     
    2120$(OBJ)fioarr.o: fioarr.cc $(INC)pexceptions.h \
    2221 $(INC)machdefs.h \
    23  $(INC)pclassids.h \
    2422 $(INC)fiondblock.h \
    2523 $(INC)ppersist.h \
     
    3028 $(INC)objfio.h utilarr.h tmatrix.h tvector.h
    3129$(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 \
    3432 $(INC)dvlist.h \
    3533 $(INC)objfio.h \
     
    3735 $(INC)pexceptions.h \
    3836 $(INC)gnumd5.h \
    39  $(INC)ndatablock.h utilarr.h
     37 $(INC)ndatablock.h utilarr.h \
     38 gcc_arrmath_pb.h
    4039$(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 \
    4342 $(INC)dvlist.h \
    4443 $(INC)objfio.h \
     
    4948 $(INC)smathconst.h
    5049$(OBJ)tarray.o: tarray.cc $(INC)machdefs.h \
    51  $(INC)pclassids.h \
    5250 $(INC)pexceptions.h tarray.h basarr.h \
    5351 $(INC)anydataobj.h \
     
    5856 $(INC)ndatablock.h utilarr.h
    5957$(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 \
    6360 $(INC)dvlist.h \
    6461 $(INC)objfio.h \
     
    6966 tvector.h
    7067$(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \
    71  $(INC)pclassids.h \
    7268 $(INC)pexceptions.h tmatrix.h tarray.h \
    7369 basarr.h $(INC)anydataobj.h \
     
    7874 $(INC)ndatablock.h utilarr.h
    7975$(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \
    80  $(INC)pclassids.h \
    8176 $(INC)pexceptions.h tvector.h tmatrix.h \
    8277 tarray.h basarr.h $(INC)anydataobj.h \
     
    8782 $(INC)ndatablock.h utilarr.h
    8883$(OBJ)utilarr.o: utilarr.cc $(INC)machdefs.h \
    89  $(INC)pclassids.h utilarr.h
     84 utilarr.h $(INC)srandgen.h
  • trunk/SophyaProg/PMixer/Makefile

    r761 r919  
    5151        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    5252 
    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.