Changeset 919 in Sophya for trunk/SophyaLib/NTools/Makefile


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

MAJ Makefile - Reza 13/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.