Changeset 1121 in Sophya for trunk/SophyaProg/PMixer


Ignore:
Timestamp:
Jul 31, 2000, 3:48:24 PM (25 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 31/7/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/Makefile

    r1036 r1121  
    44ifdef NOSHLIB
    55LIBF =  $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libSamba.a $(LIB)libSkyMap.a $(LIB)libSkyT.a $(LIB)libFitsIOServer.a
    6 LIBS = -L$(LIB) -lFitsIOServer -lSamba  -lSkyMap -lSkyT -lHiStats -lNTools -lTArray  -lSysTools -L$(EXTLIBPATH) -lcfitsio -lm
     6LIBS = -L$(LIB) -lSysTools -lNTools -lSamba -lSkyMap -lSkyT -lFitsIOServer -lm
    77ifeq ($(CXX),cxx)
    88# librairie des instances de templates cxx
     
    1313LIBS = -L$(SLB) -lsophya -lextsophya  -lm
    1414endif
    15 
     15LIBSORA := $(LIBS)
     16ifdef ORACLE_HOME
     17LIBSORA := -L$(LIB) -lDb++ $(LIBS) -lErosDb -L$(ORACLE_HOME)/lib -lclntsh
     18endif
    1619LDLIBS := $(LIBS) $(LDLIBS)
    1720PROGS = $(EXE)skymixer $(EXE)extractRS $(EXE)tgrsr $(EXE)tgsky $(EXE)easyTest $(EXE)Sph2Sph
     
    5962 $(INC)basarr.h \
    6063 $(INC)anydataobj.h \
    61  $(INC)dvlist.h \
    62  $(INC)objfio.h \
    63  $(INC)ppersist.h \
    64  $(INC)pexceptions.h \
    65  $(INC)gnumd5.h \
    66  $(INC)ndatablock.h \
    67  $(INC)utilarr.h \
    68  $(INC)tvector.h \
    69  $(INC)fioarr.h \
    70  $(INC)vector3d.h \
    71  $(INC)longlat.h \
    72  $(INC)utilgeom.h \
    73  $(INC)srandgen.h \
    74  $(INC)timing.h \
    75  $(INC)sambainit.h \
    76  $(INC)skymapinit.h \
    77  $(INC)sophyainit.h \
    78  $(INC)ntoolsinit.h \
    79  $(INC)tarrinit.h \
    80  $(INC)datacards.h \
    81  $(INC)fitsioserver.h \
    82  $(INC)skymap.h \
    83  $(INC)spherethetaphi.h \
    84  $(INC)sphericalmap.h \
    85  $(INC)smathconst.h \
    86  $(INC)pixelmap.h \
    87  $(INC)spherepos.h \
    88  $(INC)unitvector.h \
    89  $(INC)spherehealpix.h \
    90  $(INC)localmap.h \
    91  $(INC)fiospherethetaphi.h \
    92  $(INC)fiospherehealpix.h \
    93  $(INC)fiolocalmap.h \
    94  $(INC)fitsspherehealpix.h \
    95  $(INC)fitsfile.h \
    96  $(INC)fitstarray.h \
    97  $(INC)radspecvector.h \
    98  $(INC)radspec.h \
    99  $(INC)specresp.h \
    100  $(INC)blackbody.h \
    101  $(INC)convtools.h \
    102  $(INC)derivblackbody.h \
    103  $(INC)nupower.h \
    104  $(INC)squarefilt.h \
    105  $(INC)trianglefilt.h \
    106  $(INC)specrespvector.h \
    107  $(INC)gaussfilt.h \
    108  $(INC)bruit.h \
    109  $(INC)mapoperation.h
    110 $(OBJ)easyTest.o: easyTest.cc \
    111  $(INC)blackbody.h \
     64 $(INC)mutyv.h \
     65 $(INC)dvlist.h \
     66 $(INC)objfio.h \
     67 $(INC)ppersist.h \
     68 $(INC)pexceptions.h \
     69 $(INC)gnumd5.h \
     70 $(INC)ndatablock.h \
     71 $(INC)utilarr.h \
     72 $(INC)tvector.h \
     73 $(INC)fioarr.h \
     74 $(INC)vector3d.h \
     75 $(INC)longlat.h \
     76 $(INC)utilgeom.h \
     77 $(INC)srandgen.h \
     78 $(INC)timing.h \
     79 $(INC)sambainit.h \
     80 $(INC)skymapinit.h \
     81 $(INC)sophyainit.h \
     82 $(INC)ntoolsinit.h \
     83 $(INC)tarrinit.h \
     84 $(INC)datacards.h \
     85 $(INC)ntuple.h \
     86 $(INC)ntupintf.h \
     87 $(INC)fiospherehealpix.h \
     88 $(INC)sphericalmap.h \
     89 $(INC)smathconst.h \
     90 $(INC)pixelmap.h \
     91 $(INC)spherepos.h \
     92 $(INC)unitvector.h \
     93 $(INC)spherehealpix.h \
     94 $(INC)fitsspherehealpix.h \
     95 $(INC)fitsfile.h \
     96 $(INC)fitstarray.h \
     97 $(INC)cimage.h \
     98 $(INC)radspecvector.h \
     99 $(INC)radspec.h \
     100 $(INC)specresp.h \
     101 $(INC)blackbody.h \
     102 $(INC)convtools.h \
     103 $(INC)derivblackbody.h \
     104 $(INC)nupower.h \
     105 $(INC)squarefilt.h \
     106 $(INC)trianglefilt.h \
     107 $(INC)specrespvector.h \
     108 $(INC)gaussfilt.h \
     109 $(INC)bruit.h \
     110 $(INC)mapoperation.h
     111$(OBJ)easyTest.o: easyTest.cc $(INC)blackbody.h \
    112112 $(INC)radspec.h \
    113113 $(INC)machdefs.h \
     
    124124 $(INC)tarray.h \
    125125 $(INC)basarr.h \
     126 $(INC)mutyv.h \
    126127 $(INC)dvlist.h \
    127128 $(INC)ndatablock.h \
     
    137138 $(INC)basarr.h \
    138139 $(INC)anydataobj.h \
    139  $(INC)dvlist.h \
    140  $(INC)objfio.h \
    141  $(INC)ppersist.h \
    142  $(INC)pexceptions.h \
    143  $(INC)gnumd5.h \
    144  $(INC)ndatablock.h \
    145  $(INC)utilarr.h \
    146  $(INC)tvector.h \
    147  $(INC)fioarr.h \
    148  $(INC)vector3d.h \
    149  $(INC)longlat.h \
    150  $(INC)utilgeom.h \
    151  $(INC)srandgen.h \
    152  $(INC)timing.h \
    153  $(INC)sambainit.h \
    154  $(INC)skymapinit.h \
    155  $(INC)sophyainit.h \
    156  $(INC)ntoolsinit.h \
    157  $(INC)tarrinit.h \
    158  $(INC)datacards.h \
    159  $(INC)fitsioserver.h \
    160  $(INC)skymap.h \
    161  $(INC)spherethetaphi.h \
    162  $(INC)sphericalmap.h \
    163  $(INC)smathconst.h \
    164  $(INC)pixelmap.h \
    165  $(INC)spherepos.h \
    166  $(INC)unitvector.h \
    167  $(INC)spherehealpix.h \
    168  $(INC)localmap.h \
    169  $(INC)fiospherethetaphi.h \
    170  $(INC)fiospherehealpix.h \
    171  $(INC)fiolocalmap.h \
    172  $(INC)fitsspherehealpix.h \
    173  $(INC)fitsfile.h \
    174  $(INC)fitstarray.h \
     140 $(INC)mutyv.h \
     141 $(INC)dvlist.h \
     142 $(INC)objfio.h \
     143 $(INC)ppersist.h \
     144 $(INC)pexceptions.h \
     145 $(INC)gnumd5.h \
     146 $(INC)ndatablock.h \
     147 $(INC)utilarr.h \
     148 $(INC)tvector.h \
     149 $(INC)fioarr.h \
     150 $(INC)vector3d.h \
     151 $(INC)longlat.h \
     152 $(INC)utilgeom.h \
     153 $(INC)srandgen.h \
     154 $(INC)timing.h \
     155 $(INC)sambainit.h \
     156 $(INC)skymapinit.h \
     157 $(INC)sophyainit.h \
     158 $(INC)ntoolsinit.h \
     159 $(INC)tarrinit.h \
     160 $(INC)datacards.h \
     161 $(INC)ntuple.h \
     162 $(INC)ntupintf.h \
     163 $(INC)fiospherehealpix.h \
     164 $(INC)sphericalmap.h \
     165 $(INC)smathconst.h \
     166 $(INC)pixelmap.h \
     167 $(INC)spherepos.h \
     168 $(INC)unitvector.h \
     169 $(INC)spherehealpix.h \
     170 $(INC)fitsspherehealpix.h \
     171 $(INC)fitsfile.h \
     172 $(INC)fitstarray.h \
     173 $(INC)cimage.h \
    175174 $(INC)radspecvector.h \
    176175 $(INC)radspec.h \
     
    192191 $(INC)basarr.h \
    193192 $(INC)anydataobj.h \
    194  $(INC)dvlist.h \
    195  $(INC)objfio.h \
    196  $(INC)ppersist.h \
    197  $(INC)pexceptions.h \
    198  $(INC)gnumd5.h \
    199  $(INC)ndatablock.h \
    200  $(INC)utilarr.h \
    201  $(INC)tvector.h \
    202  $(INC)fioarr.h \
    203  $(INC)vector3d.h \
    204  $(INC)longlat.h \
    205  $(INC)utilgeom.h \
    206  $(INC)srandgen.h \
    207  $(INC)timing.h \
    208  $(INC)sambainit.h \
    209  $(INC)skymapinit.h \
    210  $(INC)sophyainit.h \
    211  $(INC)ntoolsinit.h \
    212  $(INC)tarrinit.h \
    213  $(INC)datacards.h \
    214  $(INC)fitsioserver.h \
    215  $(INC)skymap.h \
    216  $(INC)spherethetaphi.h \
    217  $(INC)sphericalmap.h \
    218  $(INC)smathconst.h \
    219  $(INC)pixelmap.h \
    220  $(INC)spherepos.h \
    221  $(INC)unitvector.h \
    222  $(INC)spherehealpix.h \
    223  $(INC)localmap.h \
    224  $(INC)fiospherethetaphi.h \
    225  $(INC)fiospherehealpix.h \
    226  $(INC)fiolocalmap.h \
    227  $(INC)fitsspherehealpix.h \
    228  $(INC)fitsfile.h \
    229  $(INC)fitstarray.h \
    230  $(INC)radspecvector.h \
    231  $(INC)radspec.h \
    232  $(INC)specresp.h \
    233  $(INC)blackbody.h \
    234  $(INC)convtools.h \
    235  $(INC)derivblackbody.h \
    236  $(INC)nupower.h \
    237  $(INC)squarefilt.h \
    238  $(INC)trianglefilt.h \
    239  $(INC)specrespvector.h \
    240  $(INC)gaussfilt.h \
    241  $(INC)bruit.h \
    242  $(INC)mapoperation.h
    243 $(OBJ)tgrsr.o: tgrsr.cc pmixer.h \
    244  $(INC)machdefs.h \
    245  $(INC)tmatrix.h \
    246  $(INC)tarray.h \
    247  $(INC)basarr.h \
    248  $(INC)anydataobj.h \
    249  $(INC)dvlist.h \
    250  $(INC)objfio.h \
    251  $(INC)ppersist.h \
    252  $(INC)pexceptions.h \
    253  $(INC)gnumd5.h \
    254  $(INC)ndatablock.h \
    255  $(INC)utilarr.h \
    256  $(INC)tvector.h \
    257  $(INC)fioarr.h \
    258  $(INC)vector3d.h \
    259  $(INC)longlat.h \
    260  $(INC)utilgeom.h \
    261  $(INC)srandgen.h \
    262  $(INC)timing.h \
    263  $(INC)sambainit.h \
    264  $(INC)skymapinit.h \
    265  $(INC)sophyainit.h \
    266  $(INC)ntoolsinit.h \
    267  $(INC)tarrinit.h \
    268  $(INC)datacards.h \
    269  $(INC)fitsioserver.h \
    270  $(INC)skymap.h \
    271  $(INC)spherethetaphi.h \
    272  $(INC)sphericalmap.h \
    273  $(INC)smathconst.h \
    274  $(INC)pixelmap.h \
    275  $(INC)spherepos.h \
    276  $(INC)unitvector.h \
    277  $(INC)spherehealpix.h \
    278  $(INC)localmap.h \
    279  $(INC)fiospherethetaphi.h \
    280  $(INC)fiospherehealpix.h \
    281  $(INC)fiolocalmap.h \
    282  $(INC)fitsspherehealpix.h \
    283  $(INC)fitsfile.h \
    284  $(INC)fitstarray.h \
    285  $(INC)radspecvector.h \
    286  $(INC)radspec.h \
    287  $(INC)specresp.h \
    288  $(INC)blackbody.h \
    289  $(INC)convtools.h \
    290  $(INC)derivblackbody.h \
    291  $(INC)nupower.h \
    292  $(INC)squarefilt.h \
    293  $(INC)trianglefilt.h \
    294  $(INC)specrespvector.h \
    295  $(INC)gaussfilt.h \
    296  $(INC)bruit.h \
    297  $(INC)mapoperation.h
    298 $(OBJ)tgsky.o: tgsky.cc pmixer.h \
    299  $(INC)machdefs.h \
    300  $(INC)tmatrix.h \
    301  $(INC)tarray.h \
    302  $(INC)basarr.h \
    303  $(INC)anydataobj.h \
    304  $(INC)dvlist.h \
    305  $(INC)objfio.h \
    306  $(INC)ppersist.h \
    307  $(INC)pexceptions.h \
    308  $(INC)gnumd5.h \
    309  $(INC)ndatablock.h \
    310  $(INC)utilarr.h \
    311  $(INC)tvector.h \
    312  $(INC)fioarr.h \
    313  $(INC)vector3d.h \
    314  $(INC)longlat.h \
    315  $(INC)utilgeom.h \
    316  $(INC)srandgen.h \
    317  $(INC)timing.h \
    318  $(INC)sambainit.h \
    319  $(INC)skymapinit.h \
    320  $(INC)sophyainit.h \
    321  $(INC)ntoolsinit.h \
    322  $(INC)tarrinit.h \
    323  $(INC)datacards.h \
    324  $(INC)fitsioserver.h \
    325  $(INC)skymap.h \
    326  $(INC)spherethetaphi.h \
    327  $(INC)sphericalmap.h \
    328  $(INC)smathconst.h \
    329  $(INC)pixelmap.h \
    330  $(INC)spherepos.h \
    331  $(INC)unitvector.h \
    332  $(INC)spherehealpix.h \
    333  $(INC)localmap.h \
    334  $(INC)fiospherethetaphi.h \
    335  $(INC)fiospherehealpix.h \
    336  $(INC)fiolocalmap.h \
    337  $(INC)fitsspherehealpix.h \
    338  $(INC)fitsfile.h \
    339  $(INC)fitstarray.h \
    340  $(INC)radspecvector.h \
    341  $(INC)radspec.h \
    342  $(INC)specresp.h \
    343  $(INC)blackbody.h \
    344  $(INC)convtools.h \
    345  $(INC)derivblackbody.h \
    346  $(INC)nupower.h \
    347  $(INC)squarefilt.h \
    348  $(INC)trianglefilt.h \
    349  $(INC)specrespvector.h \
    350  $(INC)gaussfilt.h \
    351  $(INC)bruit.h \
    352  $(INC)mapoperation.h
     193 $(INC)mutyv.h \
     194 $(INC)dvlist.h \
     195 $(INC)objfio.h \
     196 $(INC)ppersist.h \
     197 $(INC)pexceptions.h \
     198 $(INC)gnumd5.h \
     199 $(INC)ndatablock.h \
     200 $(INC)utilarr.h \
     201 $(INC)tvector.h \
     202 $(INC)fioarr.h \
     203 $(INC)vector3d.h \
     204 $(INC)longlat.h \
     205 $(INC)utilgeom.h \
     206 $(INC)srandgen.h \
     207 $(INC)timing.h \
     208 $(INC)sambainit.h \
     209 $(INC)skymapinit.h \
     210 $(INC)sophyainit.h \
     211 $(INC)ntoolsinit.h \
     212 $(INC)tarrinit.h \
     213 $(INC)datacards.h \
     214 $(INC)ntuple.h \
     215 $(INC)ntupintf.h \
     216 $(INC)fiospherehealpix.h \
     217 $(INC)sphericalmap.h \
     218 $(INC)smathconst.h \
     219 $(INC)pixelmap.h \
     220 $(INC)spherepos.h \
     221 $(INC)unitvector.h \
     222 $(INC)spherehealpix.h \
     223 $(INC)fitsspherehealpix.h \
     224 $(INC)fitsfile.h \
     225 $(INC)fitstarray.h \
     226 $(INC)cimage.h \
     227 $(INC)radspecvector.h \
     228 $(INC)radspec.h \
     229 $(INC)specresp.h \
     230 $(INC)blackbody.h \
     231 $(INC)convtools.h \
     232 $(INC)derivblackbody.h \
     233 $(INC)nupower.h \
     234 $(INC)squarefilt.h \
     235 $(INC)trianglefilt.h \
     236 $(INC)specrespvector.h \
     237 $(INC)gaussfilt.h \
     238 $(INC)bruit.h \
     239 $(INC)mapoperation.h
     240$(OBJ)tgrsr.o: tgrsr.cc pmixer.h $(INC)machdefs.h \
     241 $(INC)tmatrix.h \
     242 $(INC)tarray.h \
     243 $(INC)basarr.h \
     244 $(INC)anydataobj.h \
     245 $(INC)mutyv.h \
     246 $(INC)dvlist.h \
     247 $(INC)objfio.h \
     248 $(INC)ppersist.h \
     249 $(INC)pexceptions.h \
     250 $(INC)gnumd5.h \
     251 $(INC)ndatablock.h \
     252 $(INC)utilarr.h \
     253 $(INC)tvector.h \
     254 $(INC)fioarr.h \
     255 $(INC)vector3d.h \
     256 $(INC)longlat.h \
     257 $(INC)utilgeom.h \
     258 $(INC)srandgen.h \
     259 $(INC)timing.h \
     260 $(INC)sambainit.h \
     261 $(INC)skymapinit.h \
     262 $(INC)sophyainit.h \
     263 $(INC)ntoolsinit.h \
     264 $(INC)tarrinit.h \
     265 $(INC)datacards.h \
     266 $(INC)ntuple.h \
     267 $(INC)ntupintf.h \
     268 $(INC)fiospherehealpix.h \
     269 $(INC)sphericalmap.h \
     270 $(INC)smathconst.h \
     271 $(INC)pixelmap.h \
     272 $(INC)spherepos.h \
     273 $(INC)unitvector.h \
     274 $(INC)spherehealpix.h \
     275 $(INC)fitsspherehealpix.h \
     276 $(INC)fitsfile.h \
     277 $(INC)fitstarray.h \
     278 $(INC)cimage.h \
     279 $(INC)radspecvector.h \
     280 $(INC)radspec.h \
     281 $(INC)specresp.h \
     282 $(INC)blackbody.h \
     283 $(INC)convtools.h \
     284 $(INC)derivblackbody.h \
     285 $(INC)nupower.h \
     286 $(INC)squarefilt.h \
     287 $(INC)trianglefilt.h \
     288 $(INC)specrespvector.h \
     289 $(INC)gaussfilt.h \
     290 $(INC)bruit.h \
     291 $(INC)mapoperation.h
     292$(OBJ)tgsky.o: tgsky.cc pmixer.h $(INC)machdefs.h \
     293 $(INC)tmatrix.h \
     294 $(INC)tarray.h \
     295 $(INC)basarr.h \
     296 $(INC)anydataobj.h \
     297 $(INC)mutyv.h \
     298 $(INC)dvlist.h \
     299 $(INC)objfio.h \
     300 $(INC)ppersist.h \
     301 $(INC)pexceptions.h \
     302 $(INC)gnumd5.h \
     303 $(INC)ndatablock.h \
     304 $(INC)utilarr.h \
     305 $(INC)tvector.h \
     306 $(INC)fioarr.h \
     307 $(INC)vector3d.h \
     308 $(INC)longlat.h \
     309 $(INC)utilgeom.h \
     310 $(INC)srandgen.h \
     311 $(INC)timing.h \
     312 $(INC)sambainit.h \
     313 $(INC)skymapinit.h \
     314 $(INC)sophyainit.h \
     315 $(INC)ntoolsinit.h \
     316 $(INC)tarrinit.h \
     317 $(INC)datacards.h \
     318 $(INC)ntuple.h \
     319 $(INC)ntupintf.h \
     320 $(INC)fiospherehealpix.h \
     321 $(INC)sphericalmap.h \
     322 $(INC)smathconst.h \
     323 $(INC)pixelmap.h \
     324 $(INC)spherepos.h \
     325 $(INC)unitvector.h \
     326 $(INC)spherehealpix.h \
     327 $(INC)fitsspherehealpix.h \
     328 $(INC)fitsfile.h \
     329 $(INC)fitstarray.h \
     330 $(INC)cimage.h \
     331 $(INC)radspecvector.h \
     332 $(INC)radspec.h \
     333 $(INC)specresp.h \
     334 $(INC)blackbody.h \
     335 $(INC)convtools.h \
     336 $(INC)derivblackbody.h \
     337 $(INC)nupower.h \
     338 $(INC)squarefilt.h \
     339 $(INC)trianglefilt.h \
     340 $(INC)specrespvector.h \
     341 $(INC)gaussfilt.h \
     342 $(INC)bruit.h \
     343 $(INC)mapoperation.h
Note: See TracChangeset for help on using the changeset viewer.