Changeset 2612 in Sophya


Ignore:
Timestamp:
Sep 7, 2004, 3:40:39 PM (21 years ago)
Author:
ansari
Message:

MAJ Makefile et objlist.list suite ajout HistoErr - Reza , 7 Septembre 2004

Location:
trunk/SophyaLib/HiStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/Makefile

    r2245 r2612  
    33all: $(LIB)libHiStats.a
    44clean:
    5         rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
     5        rm -f $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
    66        rm -f $(LIB)libHiStats.a
    7 $(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
     7$(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    2727 $(INC)ppersist.h \
    2828 $(INC)gnumd5.h \
     29 $(INC)ppfbinstream.h \
     30 $(INC)rawstream.h \
     31 $(INC)ppfnametag.h \
    2932 $(INC)ndatablock.h \
    3033 $(INC)utilarr.h histos.h
    31 $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
     34$(OBJ)histerr.o: histerr.cc $(INC)machdefs.h \
    3235 histinit.h $(INC)ntoolsinit.h \
    3336 $(INC)tarrinit.h \
    34  $(INC)sophyainit.h histos.h \
     37 $(INC)sophyainit.h histerr.h \
    3538 $(INC)objfio.h \
    3639 $(INC)anydataobj.h \
     
    3841 $(INC)pexceptions.h \
    3942 $(INC)gnumd5.h \
     43 $(INC)ppfbinstream.h \
     44 $(INC)rawstream.h \
     45 $(INC)ppfnametag.h histos.h \
    4046 $(INC)peida.h \
    4147 $(INC)utils.h \
     
    4955 $(INC)dvlist.h \
    5056 $(INC)ndatablock.h \
    51  $(INC)utilarr.h histos2.h hisprof.h ntuple.h \
    52  ntupintf.h xntuple.h
     57 $(INC)utilarr.h
     58$(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
     59 histinit.h $(INC)ntoolsinit.h \
     60 $(INC)tarrinit.h \
     61 $(INC)sophyainit.h histos.h \
     62 $(INC)objfio.h \
     63 $(INC)anydataobj.h \
     64 $(INC)ppersist.h \
     65 $(INC)pexceptions.h \
     66 $(INC)gnumd5.h \
     67 $(INC)ppfbinstream.h \
     68 $(INC)rawstream.h \
     69 $(INC)ppfnametag.h \
     70 $(INC)peida.h \
     71 $(INC)utils.h \
     72 $(INC)perrors.h \
     73 $(INC)fmath.h \
     74 $(INC)tvector.h \
     75 $(INC)tmatrix.h \
     76 $(INC)tarray.h \
     77 $(INC)basarr.h \
     78 $(INC)mutyv.h \
     79 $(INC)dvlist.h \
     80 $(INC)ndatablock.h \
     81 $(INC)utilarr.h histos2.h hisprof.h \
     82 histerr.h ntuple.h ntupintf.h xntuple.h
    5383$(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \
    5484 $(INC)objfio.h \
     
    5787 $(INC)pexceptions.h \
    5888 $(INC)gnumd5.h \
     89 $(INC)ppfbinstream.h \
     90 $(INC)rawstream.h \
     91 $(INC)ppfnametag.h \
    5992 $(INC)peida.h \
    6093 $(INC)utils.h \
     
    81114 $(INC)ppersist.h \
    82115 $(INC)gnumd5.h \
     116 $(INC)ppfbinstream.h \
     117 $(INC)rawstream.h \
     118 $(INC)ppfnametag.h \
    83119 $(INC)tvector.h \
    84120 $(INC)tmatrix.h \
     
    98134 $(INC)anydataobj.h \
    99135 $(INC)ppersist.h \
    100  $(INC)gnumd5.h ntupintf.h \
     136 $(INC)gnumd5.h \
     137 $(INC)ppfbinstream.h \
     138 $(INC)rawstream.h \
     139 $(INC)ppfnametag.h ntupintf.h \
    101140 $(INC)dvlist.h \
    102141 $(INC)mutyv.h
     
    107146 $(INC)ppersist.h \
    108147 $(INC)pexceptions.h \
    109  $(INC)gnumd5.h ntupintf.h \
     148 $(INC)gnumd5.h \
     149 $(INC)ppfbinstream.h \
     150 $(INC)rawstream.h \
     151 $(INC)ppfnametag.h ntupintf.h \
    110152 $(INC)dvlist.h \
    111153 $(INC)mutyv.h
     
    114156 $(INC)pexceptions.h \
    115157 $(INC)gnumd5.h \
     158 $(INC)ppfbinstream.h \
     159 $(INC)rawstream.h \
     160 $(INC)ppfnametag.h \
    116161 $(INC)perrors.h xntuple.h ntupintf.h \
    117162 $(INC)dvlist.h \
  • trunk/SophyaLib/HiStats/objlist.list

    r2244 r2612  
    11hisprof.o
     2histerr.o
    23histinit.o
    34histos.o
Note: See TracChangeset for help on using the changeset viewer.