source: Sophya/trunk/SophyaLib/HiStats/Makefile@ 2013

Last change on this file since 2013 was 1837, checked in by ansari, 24 years ago

MAJ Makefile et numero de version - Reza 21/12/2001

File size: 2.6 KB
RevLine 
[763]1include ../Mgr/Makefile.h
2
3all: $(LIB)libHiStats.a
4clean:
[1371]5 rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)xntuple.o
[763]6 rm -f $(LIB)libHiStats.a
[1371]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
[1837]8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
[763]9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[763]11endif
12
[1118]13$(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
14 hisprof.h $(INC)peida.h \
[824]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 \
[1109]24 $(INC)mutyv.h \
[824]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
[1118]31$(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
32 histinit.h $(INC)ntoolsinit.h \
[824]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 \
[1109]48 $(INC)mutyv.h \
[824]49 $(INC)dvlist.h \
50 $(INC)ndatablock.h \
[1118]51 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \
[1371]52 ntupintf.h xntuple.h
[1118]53$(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \
[824]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 \
[1109]67 $(INC)mutyv.h \
[824]68 $(INC)dvlist.h \
69 $(INC)ndatablock.h \
70 $(INC)utilarr.h \
71 $(INC)poly.h \
[1109]72 $(INC)strutil.h
[1118]73$(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
74 histos2.h $(INC)peida.h \
[824]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 \
[1109]87 $(INC)mutyv.h \
[824]88 $(INC)dvlist.h \
89 $(INC)ndatablock.h \
[1109]90 $(INC)utilarr.h
[1371]91$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
92 $(INC)machdefs.h
[1118]93$(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \
[824]94 $(INC)perrors.h \
95 $(INC)pexceptions.h \
[919]96 $(INC)machdefs.h ntuple.h \
[824]97 $(INC)objfio.h \
98 $(INC)anydataobj.h \
99 $(INC)ppersist.h \
[1371]100 $(INC)gnumd5.h ntupintf.h \
[1109]101 $(INC)dvlist.h \
102 $(INC)mutyv.h
[1118]103$(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
[824]104 $(INC)machdefs.h \
105 $(INC)pexceptions.h \
106 $(INC)gnumd5.h \
[1371]107 $(INC)perrors.h xntuple.h ntupintf.h \
[1109]108 $(INC)dvlist.h \
[824]109 $(INC)objfio.h \
110 $(INC)anydataobj.h \
[1109]111 $(INC)mutyv.h
Note: See TracBrowser for help on using the repository browser.