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

Last change on this file since 1036 was 919, checked in by ansari, 25 years ago

MAJ Makefile - Reza 13/4/2000

File size: 2.6 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
[824]13$(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \
[919]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 \
24 $(INC)dvlist.h \
25 $(INC)objfio.h \
26 $(INC)ppersist.h \
27 $(INC)gnumd5.h \
28 $(INC)ndatablock.h \
29 $(INC)utilarr.h histos.h
30$(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \
[919]31 histinit.h $(INC)ntoolsinit.h \
[824]32 $(INC)tarrinit.h \
33 $(INC)sophyainit.h histos.h \
34 $(INC)objfio.h \
35 $(INC)anydataobj.h \
36 $(INC)ppersist.h \
37 $(INC)pexceptions.h \
38 $(INC)gnumd5.h \
39 $(INC)peida.h \
40 $(INC)utils.h \
41 $(INC)perrors.h \
42 $(INC)fmath.h \
43 $(INC)tvector.h \
44 $(INC)tmatrix.h \
45 $(INC)tarray.h \
46 $(INC)basarr.h \
47 $(INC)dvlist.h \
48 $(INC)ndatablock.h \
49 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \
50 $(INC)ntupintf.h xntuple.h
[919]51$(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \
[824]52 $(INC)objfio.h \
53 $(INC)anydataobj.h \
54 $(INC)ppersist.h \
55 $(INC)pexceptions.h \
56 $(INC)gnumd5.h \
57 $(INC)peida.h \
58 $(INC)utils.h \
59 $(INC)perrors.h \
60 $(INC)fmath.h \
61 $(INC)tvector.h \
62 $(INC)tmatrix.h \
63 $(INC)tarray.h \
64 $(INC)basarr.h \
65 $(INC)dvlist.h \
66 $(INC)ndatablock.h \
67 $(INC)utilarr.h \
68 $(INC)poly.h \
69 $(INC)strutil.h \
70 $(INC)generalfit.h \
71 $(INC)generaldata.h \
72 $(INC)ntupintf.h
73$(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \
[919]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 \
87 $(INC)dvlist.h \
88 $(INC)ndatablock.h \
89 $(INC)utilarr.h \
90 $(INC)generalfit.h \
91 $(INC)generaldata.h \
92 $(INC)ntupintf.h \
93 $(INC)poly.h
94$(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \
95 $(INC)perrors.h \
96 $(INC)pexceptions.h \
[919]97 $(INC)machdefs.h ntuple.h \
[824]98 $(INC)objfio.h \
99 $(INC)anydataobj.h \
100 $(INC)ppersist.h \
101 $(INC)gnumd5.h \
102 $(INC)ntupintf.h \
103 $(INC)dvlist.h
104$(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
105 $(INC)machdefs.h \
106 $(INC)pexceptions.h \
107 $(INC)gnumd5.h \
108 $(INC)perrors.h xntuple.h \
109 $(INC)objfio.h \
110 $(INC)anydataobj.h \
111 $(INC)ntupintf.h \
112 $(INC)dvlist.h
Note: See TracBrowser for help on using the repository browser.