1 | include ../Mgr/Makefile.h
|
---|
2 |
|
---|
3 | all: $(LIB)libTArray.a
|
---|
4 | clean:
|
---|
5 | rm -f $(OBJ)basarr.o $(OBJ)fioarr.o $(OBJ)matharr.o $(OBJ)sopemtx.o $(OBJ)tarray.o $(OBJ)tarrinit.o $(OBJ)tmatrix.o $(OBJ)toeplitzMatrix.o $(OBJ)tvector.o $(OBJ)utilarr.o
|
---|
6 | rm -f $(LIB)libTArray.a
|
---|
7 | $(LIB)libTArray.a : $(OBJ)basarr.o $(OBJ)fioarr.o $(OBJ)matharr.o $(OBJ)sopemtx.o $(OBJ)tarray.o $(OBJ)tarrinit.o $(OBJ)tmatrix.o $(OBJ)toeplitzMatrix.o $(OBJ)tvector.o $(OBJ)utilarr.o
|
---|
8 | $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
|
---|
9 | ifeq ($(CXX),cxx)
|
---|
10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
---|
11 | endif
|
---|
12 |
|
---|
13 | $(OBJ)basarr.o: basarr.cc $(INC)machdefs.h \
|
---|
14 | $(INC)pexceptions.h basarr.h \
|
---|
15 | $(INC)anydataobj.h \
|
---|
16 | $(INC)mutyv.h \
|
---|
17 | $(INC)dvlist.h \
|
---|
18 | $(INC)objfio.h \
|
---|
19 | $(INC)ppersist.h \
|
---|
20 | $(INC)gnumd5.h
|
---|
21 | $(OBJ)fioarr.o: fioarr.cc $(INC)pexceptions.h \
|
---|
22 | $(INC)machdefs.h \
|
---|
23 | $(INC)fiondblock.h \
|
---|
24 | $(INC)ppersist.h \
|
---|
25 | $(INC)gnumd5.h \
|
---|
26 | $(INC)ndatablock.h \
|
---|
27 | $(INC)anydataobj.h fioarr.h tarray.h \
|
---|
28 | basarr.h $(INC)mutyv.h \
|
---|
29 | $(INC)dvlist.h \
|
---|
30 | $(INC)objfio.h utilarr.h tmatrix.h tvector.h \
|
---|
31 | $(INC)datatype.h
|
---|
32 | $(OBJ)matharr.o: matharr.cc $(INC)machdefs.h \
|
---|
33 | matharr.h tarray.h basarr.h \
|
---|
34 | $(INC)anydataobj.h \
|
---|
35 | $(INC)mutyv.h \
|
---|
36 | $(INC)dvlist.h \
|
---|
37 | $(INC)objfio.h \
|
---|
38 | $(INC)ppersist.h \
|
---|
39 | $(INC)pexceptions.h \
|
---|
40 | $(INC)gnumd5.h \
|
---|
41 | $(INC)ndatablock.h utilarr.h
|
---|
42 | $(OBJ)sopemtx.o: sopemtx.cc $(INC)machdefs.h \
|
---|
43 | sopemtx.h tmatrix.h tarray.h basarr.h \
|
---|
44 | $(INC)anydataobj.h \
|
---|
45 | $(INC)mutyv.h \
|
---|
46 | $(INC)dvlist.h \
|
---|
47 | $(INC)objfio.h \
|
---|
48 | $(INC)ppersist.h \
|
---|
49 | $(INC)pexceptions.h \
|
---|
50 | $(INC)gnumd5.h \
|
---|
51 | $(INC)ndatablock.h utilarr.h tvector.h \
|
---|
52 | $(INC)smathconst.h
|
---|
53 | $(OBJ)tarray.o: tarray.cc $(INC)machdefs.h \
|
---|
54 | $(INC)pexceptions.h tarray.h basarr.h \
|
---|
55 | $(INC)anydataobj.h \
|
---|
56 | $(INC)mutyv.h \
|
---|
57 | $(INC)dvlist.h \
|
---|
58 | $(INC)objfio.h \
|
---|
59 | $(INC)ppersist.h \
|
---|
60 | $(INC)gnumd5.h \
|
---|
61 | $(INC)ndatablock.h utilarr.h
|
---|
62 | $(OBJ)tarrinit.o: tarrinit.cc $(INC)machdefs.h \
|
---|
63 | tarrinit.h $(INC)sophyainit.h fioarr.h \
|
---|
64 | tarray.h basarr.h $(INC)anydataobj.h \
|
---|
65 | $(INC)mutyv.h \
|
---|
66 | $(INC)dvlist.h \
|
---|
67 | $(INC)objfio.h \
|
---|
68 | $(INC)ppersist.h \
|
---|
69 | $(INC)pexceptions.h \
|
---|
70 | $(INC)gnumd5.h \
|
---|
71 | $(INC)ndatablock.h utilarr.h tmatrix.h \
|
---|
72 | tvector.h
|
---|
73 | $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \
|
---|
74 | $(INC)pexceptions.h tmatrix.h tarray.h \
|
---|
75 | basarr.h $(INC)anydataobj.h \
|
---|
76 | $(INC)mutyv.h \
|
---|
77 | $(INC)dvlist.h \
|
---|
78 | $(INC)objfio.h \
|
---|
79 | $(INC)ppersist.h \
|
---|
80 | $(INC)gnumd5.h \
|
---|
81 | $(INC)ndatablock.h utilarr.h
|
---|
82 | $(OBJ)toeplitzMatrix.o: toeplitzMatrix.cc toeplitzMatrix.h \
|
---|
83 | $(INC)machdefs.h \
|
---|
84 | $(INC)nbmath.h \
|
---|
85 | $(INC)smathconst.h \
|
---|
86 | $(INC)timing.h array.h tarray.h basarr.h \
|
---|
87 | $(INC)anydataobj.h \
|
---|
88 | $(INC)mutyv.h \
|
---|
89 | $(INC)dvlist.h \
|
---|
90 | $(INC)objfio.h \
|
---|
91 | $(INC)ppersist.h \
|
---|
92 | $(INC)pexceptions.h \
|
---|
93 | $(INC)gnumd5.h \
|
---|
94 | $(INC)ndatablock.h utilarr.h tmatrix.h \
|
---|
95 | tvector.h matharr.h fioarr.h sopemtx.h \
|
---|
96 | $(INC)fftservintf.h \
|
---|
97 | $(INC)tmatrix.h \
|
---|
98 | $(INC)tvector.h \
|
---|
99 | $(INC)fftpserver.h
|
---|
100 | $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \
|
---|
101 | $(INC)pexceptions.h tvector.h tmatrix.h \
|
---|
102 | tarray.h basarr.h $(INC)anydataobj.h \
|
---|
103 | $(INC)mutyv.h \
|
---|
104 | $(INC)dvlist.h \
|
---|
105 | $(INC)objfio.h \
|
---|
106 | $(INC)ppersist.h \
|
---|
107 | $(INC)gnumd5.h \
|
---|
108 | $(INC)ndatablock.h utilarr.h
|
---|
109 | $(OBJ)utilarr.o: utilarr.cc $(INC)machdefs.h \
|
---|
110 | utilarr.h $(INC)mutyv.h \
|
---|
111 | $(INC)srandgen.h
|
---|