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

Last change on this file since 802 was 763, checked in by ansari, 26 years ago

Reorganisation - Creation du module HiStats (Histos, NTuple, ...) - Reza 2/3/2000

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