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


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/Makefile

    r1242 r1371  
    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)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
     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)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.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)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)simplesort.o $(OBJ)tabmath.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)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    8282 $(INC)gnumd5.h \
    8383 $(INC)ndatablock.h \
    84  $(INC)utilarr.h generaldata.h ntupintf.h \
    85  poly.h peida.h $(INC)utils.h \
     84 $(INC)utilarr.h generaldata.h \
     85 $(INC)ntupintf.h poly.h peida.h \
     86 $(INC)utils.h \
    8687 $(INC)perrors.h fmath.h nbconst.h tabmath.h
    8788$(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \
     
    9899 $(INC)gnumd5.h \
    99100 $(INC)ndatablock.h \
    100  $(INC)utilarr.h generaldata.h ntupintf.h \
    101  poly.h peida.h $(INC)utils.h \
     101 $(INC)utilarr.h generaldata.h \
     102 $(INC)ntupintf.h poly.h peida.h \
     103 $(INC)utils.h \
    102104 $(INC)perrors.h fmath.h nbconst.h tabmath.h \
    103105 simps2d.h
     
    132134 $(INC)utilarr.h \
    133135 $(INC)tvector.h fftpackc.h
    134 $(OBJ)fftserver.o: fftserver.cc fftserver.h \
    135  $(INC)tvector.h \
    136  $(INC)tmatrix.h \
    137  $(INC)machdefs.h \
    138  $(INC)tarray.h \
    139  $(INC)basarr.h \
    140  $(INC)anydataobj.h \
    141  $(INC)mutyv.h \
    142  $(INC)dvlist.h \
    143  $(INC)objfio.h \
    144  $(INC)ppersist.h \
    145  $(INC)pexceptions.h \
    146  $(INC)gnumd5.h \
    147  $(INC)ndatablock.h \
    148  $(INC)utilarr.h
    149136$(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \
    150137 $(INC)machdefs.h \
     
    177164 $(INC)gnumd5.h \
    178165 $(INC)ndatablock.h \
    179  $(INC)utilarr.h generaldata.h ntupintf.h \
    180  poly.h peida.h $(INC)utils.h \
     166 $(INC)utilarr.h generaldata.h \
     167 $(INC)ntupintf.h poly.h peida.h \
     168 $(INC)utils.h \
    181169 $(INC)perrors.h fmath.h
    182170$(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \
     
    193181 $(INC)gnumd5.h \
    194182 $(INC)ndatablock.h \
    195  $(INC)utilarr.h generaldata.h ntupintf.h \
    196  poly.h peida.h $(INC)utils.h \
     183 $(INC)utilarr.h generaldata.h \
     184 $(INC)ntupintf.h poly.h peida.h \
     185 $(INC)utils.h \
    197186 $(INC)perrors.h fmath.h \
    198187 $(INC)sopemtx.h
     
    210199 $(INC)gnumd5.h \
    211200 $(INC)ndatablock.h \
    212  $(INC)utilarr.h generaldata.h ntupintf.h \
    213  poly.h peida.h $(INC)utils.h \
     201 $(INC)utilarr.h generaldata.h \
     202 $(INC)ntupintf.h poly.h peida.h \
     203 $(INC)utils.h \
    214204 $(INC)perrors.h fmath.h
    215205$(OBJ)median.o: median.cc
     
    231221 $(INC)dvlist.h \
    232222 $(INC)ndatablock.h \
    233  $(INC)utilarr.h generaldata.h ntupintf.h \
    234  cimage.h $(INC)fioarr.h tabmath.h nbconst.h \
    235  dates.h datime.h
    236 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
    237  $(INC)machdefs.h
     223 $(INC)utilarr.h generaldata.h \
     224 $(INC)ntupintf.h cimage.h \
     225 $(INC)fioarr.h tabmath.h nbconst.h dates.h \
     226 datime.h
    238227$(OBJ)objfitter.o: objfitter.cc objfitter.h \
    239228 $(INC)machdefs.h \
     
    259248 $(INC)histos2.h \
    260249 $(INC)hisprof.h generalfit.h generaldata.h \
    261  ntupintf.h poly.h peida.h
     250 $(INC)ntupintf.h poly.h peida.h
    262251$(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \
    263252 $(INC)pexceptions.h perandom.h \
Note: See TracChangeset for help on using the changeset viewer.