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

Last change on this file since 2642 was 2612, checked in by ansari, 21 years ago

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

File size: 3.9 KB
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libHiStats.a
4clean:
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
6 rm -f $(LIB)libHiStats.a
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
8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
11endif
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)ppfbinstream.h \
30 $(INC)rawstream.h \
31 $(INC)ppfnametag.h \
32 $(INC)ndatablock.h \
33 $(INC)utilarr.h histos.h
34$(OBJ)histerr.o: histerr.cc $(INC)machdefs.h \
35 histinit.h $(INC)ntoolsinit.h \
36 $(INC)tarrinit.h \
37 $(INC)sophyainit.h histerr.h \
38 $(INC)objfio.h \
39 $(INC)anydataobj.h \
40 $(INC)ppersist.h \
41 $(INC)pexceptions.h \
42 $(INC)gnumd5.h \
43 $(INC)ppfbinstream.h \
44 $(INC)rawstream.h \
45 $(INC)ppfnametag.h histos.h \
46 $(INC)peida.h \
47 $(INC)utils.h \
48 $(INC)perrors.h \
49 $(INC)fmath.h \
50 $(INC)tvector.h \
51 $(INC)tmatrix.h \
52 $(INC)tarray.h \
53 $(INC)basarr.h \
54 $(INC)mutyv.h \
55 $(INC)dvlist.h \
56 $(INC)ndatablock.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
83$(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \
84 $(INC)objfio.h \
85 $(INC)anydataobj.h \
86 $(INC)ppersist.h \
87 $(INC)pexceptions.h \
88 $(INC)gnumd5.h \
89 $(INC)ppfbinstream.h \
90 $(INC)rawstream.h \
91 $(INC)ppfnametag.h \
92 $(INC)peida.h \
93 $(INC)utils.h \
94 $(INC)perrors.h \
95 $(INC)fmath.h \
96 $(INC)tvector.h \
97 $(INC)tmatrix.h \
98 $(INC)tarray.h \
99 $(INC)basarr.h \
100 $(INC)mutyv.h \
101 $(INC)dvlist.h \
102 $(INC)ndatablock.h \
103 $(INC)utilarr.h \
104 $(INC)poly.h \
105 $(INC)strutil.h
106$(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
107 histos2.h $(INC)peida.h \
108 $(INC)utils.h \
109 $(INC)perrors.h \
110 $(INC)pexceptions.h \
111 $(INC)fmath.h histos.h \
112 $(INC)objfio.h \
113 $(INC)anydataobj.h \
114 $(INC)ppersist.h \
115 $(INC)gnumd5.h \
116 $(INC)ppfbinstream.h \
117 $(INC)rawstream.h \
118 $(INC)ppfnametag.h \
119 $(INC)tvector.h \
120 $(INC)tmatrix.h \
121 $(INC)tarray.h \
122 $(INC)basarr.h \
123 $(INC)mutyv.h \
124 $(INC)dvlist.h \
125 $(INC)ndatablock.h \
126 $(INC)utilarr.h
127$(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \
128 $(INC)machdefs.h
129$(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \
130 $(INC)perrors.h \
131 $(INC)pexceptions.h \
132 $(INC)machdefs.h ntuple.h \
133 $(INC)objfio.h \
134 $(INC)anydataobj.h \
135 $(INC)ppersist.h \
136 $(INC)gnumd5.h \
137 $(INC)ppfbinstream.h \
138 $(INC)rawstream.h \
139 $(INC)ppfnametag.h ntupintf.h \
140 $(INC)dvlist.h \
141 $(INC)mutyv.h
142$(OBJ)proxtuple.o: proxtuple.cc proxtuple.h ntuple.h \
143 $(INC)objfio.h \
144 $(INC)machdefs.h \
145 $(INC)anydataobj.h \
146 $(INC)ppersist.h \
147 $(INC)pexceptions.h \
148 $(INC)gnumd5.h \
149 $(INC)ppfbinstream.h \
150 $(INC)rawstream.h \
151 $(INC)ppfnametag.h ntupintf.h \
152 $(INC)dvlist.h \
153 $(INC)mutyv.h
154$(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
155 $(INC)machdefs.h \
156 $(INC)pexceptions.h \
157 $(INC)gnumd5.h \
158 $(INC)ppfbinstream.h \
159 $(INC)rawstream.h \
160 $(INC)ppfnametag.h \
161 $(INC)perrors.h xntuple.h ntupintf.h \
162 $(INC)dvlist.h \
163 $(INC)objfio.h \
164 $(INC)anydataobj.h \
165 $(INC)mutyv.h
Note: See TracBrowser for help on using the repository browser.