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

Last change on this file since 1110 was 1109, checked in by ansari, 25 years ago

on vire FitResidus/Function -> cf objfitter cmv 28/7/00

File size: 2.5 KB
RevLine 
[763]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)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[763]11endif
12
[1109]13$(OBJ)hisprof.o: hisprof.cc \
14 $(INC)machdefs.h hisprof.h \
15 $(INC)peida.h \
[824]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)tarray.h \
23 $(INC)basarr.h \
24 $(INC)anydataobj.h \
[1109]25 $(INC)mutyv.h \
[824]26 $(INC)dvlist.h \
27 $(INC)objfio.h \
28 $(INC)ppersist.h \
29 $(INC)gnumd5.h \
30 $(INC)ndatablock.h \
31 $(INC)utilarr.h histos.h
[1109]32$(OBJ)histinit.o: histinit.cc \
33 $(INC)machdefs.h histinit.h \
34 $(INC)ntoolsinit.h \
[824]35 $(INC)tarrinit.h \
36 $(INC)sophyainit.h histos.h \
37 $(INC)objfio.h \
38 $(INC)anydataobj.h \
39 $(INC)ppersist.h \
40 $(INC)pexceptions.h \
41 $(INC)gnumd5.h \
42 $(INC)peida.h \
43 $(INC)utils.h \
44 $(INC)perrors.h \
45 $(INC)fmath.h \
46 $(INC)tvector.h \
47 $(INC)tmatrix.h \
48 $(INC)tarray.h \
49 $(INC)basarr.h \
[1109]50 $(INC)mutyv.h \
[824]51 $(INC)dvlist.h \
52 $(INC)ndatablock.h \
[1109]53 $(INC)utilarr.h histos2.h \
54 hisprof.h ntuple.h \
[824]55 $(INC)ntupintf.h xntuple.h
[1109]56$(OBJ)histos.o: histos.cc \
57 $(INC)machdefs.h histos.h \
[824]58 $(INC)objfio.h \
59 $(INC)anydataobj.h \
60 $(INC)ppersist.h \
61 $(INC)pexceptions.h \
62 $(INC)gnumd5.h \
63 $(INC)peida.h \
64 $(INC)utils.h \
65 $(INC)perrors.h \
66 $(INC)fmath.h \
67 $(INC)tvector.h \
68 $(INC)tmatrix.h \
69 $(INC)tarray.h \
70 $(INC)basarr.h \
[1109]71 $(INC)mutyv.h \
[824]72 $(INC)dvlist.h \
73 $(INC)ndatablock.h \
74 $(INC)utilarr.h \
75 $(INC)poly.h \
[1109]76 $(INC)strutil.h
77$(OBJ)histos2.o: histos2.cc \
78 $(INC)machdefs.h histos2.h \
79 $(INC)peida.h \
[824]80 $(INC)utils.h \
81 $(INC)perrors.h \
82 $(INC)pexceptions.h \
83 $(INC)fmath.h histos.h \
84 $(INC)objfio.h \
85 $(INC)anydataobj.h \
86 $(INC)ppersist.h \
87 $(INC)gnumd5.h \
88 $(INC)tvector.h \
89 $(INC)tmatrix.h \
90 $(INC)tarray.h \
91 $(INC)basarr.h \
[1109]92 $(INC)mutyv.h \
[824]93 $(INC)dvlist.h \
94 $(INC)ndatablock.h \
[1109]95 $(INC)utilarr.h
96$(OBJ)ntuple.o: ntuple.cc \
97 $(INC)strutil.h \
[824]98 $(INC)perrors.h \
99 $(INC)pexceptions.h \
[919]100 $(INC)machdefs.h ntuple.h \
[824]101 $(INC)objfio.h \
102 $(INC)anydataobj.h \
103 $(INC)ppersist.h \
104 $(INC)gnumd5.h \
105 $(INC)ntupintf.h \
[1109]106 $(INC)dvlist.h \
107 $(INC)mutyv.h
108$(OBJ)xntuple.o: xntuple.cc \
109 $(INC)ppersist.h \
[824]110 $(INC)machdefs.h \
111 $(INC)pexceptions.h \
112 $(INC)gnumd5.h \
113 $(INC)perrors.h xntuple.h \
[1109]114 $(INC)ntupintf.h \
115 $(INC)dvlist.h \
[824]116 $(INC)objfio.h \
117 $(INC)anydataobj.h \
[1109]118 $(INC)mutyv.h
Note: See TracBrowser for help on using the repository browser.