| 
            Last change
 on this file since 1491 was             1371, checked in by ansari, 25 years ago           | 
        
        
          | 
             
MAJ documentation, Makefile, ... - Reza 5/1/2001 
 
           | 
        
        
          | 
            File size:
            2.6 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libHiStats.a
 | 
|---|
| 4 | clean:
 | 
|---|
| 5 |         rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)xntuple.o
 | 
|---|
| 6 |         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)xntuple.o
 | 
|---|
| 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
 | 
|---|
| 14 |  hisprof.h $(INC)peida.h \
 | 
|---|
| 15 |  $(INC)utils.h \
 | 
|---|
| 16 |  $(INC)perrors.h \
 | 
|---|
| 17 |  $(INC)pexceptions.h \
 | 
|---|
| 18 |  $(INC)fmath.h \
 | 
|---|
| 19 |  $(INC)tvector.h \
 | 
|---|
| 20 |  $(INC)tmatrix.h \
 | 
|---|
| 21 |  $(INC)tarray.h \
 | 
|---|
| 22 |  $(INC)basarr.h \
 | 
|---|
| 23 |  $(INC)anydataobj.h \
 | 
|---|
| 24 |  $(INC)mutyv.h \
 | 
|---|
| 25 |  $(INC)dvlist.h \
 | 
|---|
| 26 |  $(INC)objfio.h \
 | 
|---|
| 27 |  $(INC)ppersist.h \
 | 
|---|
| 28 |  $(INC)gnumd5.h \
 | 
|---|
| 29 |  $(INC)ndatablock.h \
 | 
|---|
| 30 |  $(INC)utilarr.h histos.h
 | 
|---|
| 31 | $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
 | 
|---|
| 32 |  histinit.h $(INC)ntoolsinit.h \
 | 
|---|
| 33 |  $(INC)tarrinit.h \
 | 
|---|
| 34 |  $(INC)sophyainit.h histos.h \
 | 
|---|
| 35 |  $(INC)objfio.h \
 | 
|---|
| 36 |  $(INC)anydataobj.h \
 | 
|---|
| 37 |  $(INC)ppersist.h \
 | 
|---|
| 38 |  $(INC)pexceptions.h \
 | 
|---|
| 39 |  $(INC)gnumd5.h \
 | 
|---|
| 40 |  $(INC)peida.h \
 | 
|---|
| 41 |  $(INC)utils.h \
 | 
|---|
| 42 |  $(INC)perrors.h \
 | 
|---|
| 43 |  $(INC)fmath.h \
 | 
|---|
| 44 |  $(INC)tvector.h \
 | 
|---|
| 45 |  $(INC)tmatrix.h \
 | 
|---|
| 46 |  $(INC)tarray.h \
 | 
|---|
| 47 |  $(INC)basarr.h \
 | 
|---|
| 48 |  $(INC)mutyv.h \
 | 
|---|
| 49 |  $(INC)dvlist.h \
 | 
|---|
| 50 |  $(INC)ndatablock.h \
 | 
|---|
| 51 |  $(INC)utilarr.h histos2.h hisprof.h ntuple.h \
 | 
|---|
| 52 |  ntupintf.h xntuple.h
 | 
|---|
| 53 | $(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \
 | 
|---|
| 54 |  $(INC)objfio.h \
 | 
|---|
| 55 |  $(INC)anydataobj.h \
 | 
|---|
| 56 |  $(INC)ppersist.h \
 | 
|---|
| 57 |  $(INC)pexceptions.h \
 | 
|---|
| 58 |  $(INC)gnumd5.h \
 | 
|---|
| 59 |  $(INC)peida.h \
 | 
|---|
| 60 |  $(INC)utils.h \
 | 
|---|
| 61 |  $(INC)perrors.h \
 | 
|---|
| 62 |  $(INC)fmath.h \
 | 
|---|
| 63 |  $(INC)tvector.h \
 | 
|---|
| 64 |  $(INC)tmatrix.h \
 | 
|---|
| 65 |  $(INC)tarray.h \
 | 
|---|
| 66 |  $(INC)basarr.h \
 | 
|---|
| 67 |  $(INC)mutyv.h \
 | 
|---|
| 68 |  $(INC)dvlist.h \
 | 
|---|
| 69 |  $(INC)ndatablock.h \
 | 
|---|
| 70 |  $(INC)utilarr.h \
 | 
|---|
| 71 |  $(INC)poly.h \
 | 
|---|
| 72 |  $(INC)strutil.h
 | 
|---|
| 73 | $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
 | 
|---|
| 74 |  histos2.h $(INC)peida.h \
 | 
|---|
| 75 |  $(INC)utils.h \
 | 
|---|
| 76 |  $(INC)perrors.h \
 | 
|---|
| 77 |  $(INC)pexceptions.h \
 | 
|---|
| 78 |  $(INC)fmath.h histos.h \
 | 
|---|
| 79 |  $(INC)objfio.h \
 | 
|---|
| 80 |  $(INC)anydataobj.h \
 | 
|---|
| 81 |  $(INC)ppersist.h \
 | 
|---|
| 82 |  $(INC)gnumd5.h \
 | 
|---|
| 83 |  $(INC)tvector.h \
 | 
|---|
| 84 |  $(INC)tmatrix.h \
 | 
|---|
| 85 |  $(INC)tarray.h \
 | 
|---|
| 86 |  $(INC)basarr.h \
 | 
|---|
| 87 |  $(INC)mutyv.h \
 | 
|---|
| 88 |  $(INC)dvlist.h \
 | 
|---|
| 89 |  $(INC)ndatablock.h \
 | 
|---|
| 90 |  $(INC)utilarr.h
 | 
|---|
| 91 | $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
 | 
|---|
| 92 |  $(INC)machdefs.h
 | 
|---|
| 93 | $(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \
 | 
|---|
| 94 |  $(INC)perrors.h \
 | 
|---|
| 95 |  $(INC)pexceptions.h \
 | 
|---|
| 96 |  $(INC)machdefs.h ntuple.h \
 | 
|---|
| 97 |  $(INC)objfio.h \
 | 
|---|
| 98 |  $(INC)anydataobj.h \
 | 
|---|
| 99 |  $(INC)ppersist.h \
 | 
|---|
| 100 |  $(INC)gnumd5.h ntupintf.h \
 | 
|---|
| 101 |  $(INC)dvlist.h \
 | 
|---|
| 102 |  $(INC)mutyv.h
 | 
|---|
| 103 | $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
 | 
|---|
| 104 |  $(INC)machdefs.h \
 | 
|---|
| 105 |  $(INC)pexceptions.h \
 | 
|---|
| 106 |  $(INC)gnumd5.h \
 | 
|---|
| 107 |  $(INC)perrors.h xntuple.h ntupintf.h \
 | 
|---|
| 108 |  $(INC)dvlist.h \
 | 
|---|
| 109 |  $(INC)objfio.h \
 | 
|---|
| 110 |  $(INC)anydataobj.h \
 | 
|---|
| 111 |  $(INC)mutyv.h
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.