1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
2 |
|
---|
3 | all: $(SOPHYALIBP)libTArray.a
|
---|
4 |
|
---|
5 | clean:
|
---|
6 | rm -f $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
|
---|
7 | rm -f $(SOPHYALIBP)libTArray.a
|
---|
8 |
|
---|
9 | $(SOPHYALIBP)libTArray.a : $(SOPHYAOBJP)basarr.o $(SOPHYAOBJP)fioarr.o $(SOPHYAOBJP)matharr.o $(SOPHYAOBJP)sopemtx.o $(SOPHYAOBJP)tarray.o $(SOPHYAOBJP)tarrinit.o $(SOPHYAOBJP)tmatrix.o $(SOPHYAOBJP)tvector.o $(SOPHYAOBJP)utilarr.o
|
---|
10 | $(AR) $(ARFLAGS) $@ $?
|
---|
11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
12 |
|
---|
13 | $(SOPHYAOBJP)basarr.o: basarr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
14 | $(SOPHYAINCP)machdefs.h \
|
---|
15 | $(SOPHYAINCP)pexceptions.h basarr.h \
|
---|
16 | $(SOPHYAINCP)anydataobj.h \
|
---|
17 | $(SOPHYAINCP)mutyv.h \
|
---|
18 | $(SOPHYAINCP)timestamp.h \
|
---|
19 | $(SOPHYAINCP)objfio.h \
|
---|
20 | $(SOPHYAINCP)ppersist.h \
|
---|
21 | $(SOPHYAINCP)gnumd5.h \
|
---|
22 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
23 | $(SOPHYAINCP)rawstream.h \
|
---|
24 | $(SOPHYAINCP)ppfnametag.h \
|
---|
25 | $(SOPHYAINCP)dvlist.h
|
---|
26 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basarr.cc
|
---|
27 |
|
---|
28 | $(SOPHYAOBJP)fioarr.o: fioarr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
29 | $(SOPHYAINCP)pexceptions.h \
|
---|
30 | $(SOPHYAINCP)machdefs.h \
|
---|
31 | $(SOPHYAINCP)fiondblock.h \
|
---|
32 | $(SOPHYAINCP)ppersist.h \
|
---|
33 | $(SOPHYAINCP)gnumd5.h \
|
---|
34 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
35 | $(SOPHYAINCP)rawstream.h \
|
---|
36 | $(SOPHYAINCP)ppfnametag.h \
|
---|
37 | $(SOPHYAINCP)ndatablock.h \
|
---|
38 | $(SOPHYAINCP)anydataobj.h fioarr.h tarray.h \
|
---|
39 | basarr.h $(SOPHYAINCP)mutyv.h \
|
---|
40 | $(SOPHYAINCP)timestamp.h \
|
---|
41 | $(SOPHYAINCP)objfio.h \
|
---|
42 | $(SOPHYAINCP)dvlist.h utilarr.h tmatrix.h \
|
---|
43 | tmatrix_tsnl.h tvector.h tvector_tsnl.h \
|
---|
44 | $(SOPHYAINCP)datatype.h
|
---|
45 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fioarr.cc
|
---|
46 |
|
---|
47 | $(SOPHYAOBJP)matharr.o: matharr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
48 | $(SOPHYAINCP)machdefs.h matharr.h tarray.h \
|
---|
49 | basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
50 | $(SOPHYAINCP)mutyv.h \
|
---|
51 | $(SOPHYAINCP)timestamp.h \
|
---|
52 | $(SOPHYAINCP)objfio.h \
|
---|
53 | $(SOPHYAINCP)ppersist.h \
|
---|
54 | $(SOPHYAINCP)pexceptions.h \
|
---|
55 | $(SOPHYAINCP)gnumd5.h \
|
---|
56 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
57 | $(SOPHYAINCP)rawstream.h \
|
---|
58 | $(SOPHYAINCP)ppfnametag.h \
|
---|
59 | $(SOPHYAINCP)dvlist.h \
|
---|
60 | $(SOPHYAINCP)ndatablock.h utilarr.h
|
---|
61 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ matharr.cc
|
---|
62 |
|
---|
63 | $(SOPHYAOBJP)sopemtx.o: sopemtx.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
64 | $(SOPHYAINCP)machdefs.h sopemtx.h tmatrix.h \
|
---|
65 | tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
66 | $(SOPHYAINCP)mutyv.h \
|
---|
67 | $(SOPHYAINCP)timestamp.h \
|
---|
68 | $(SOPHYAINCP)objfio.h \
|
---|
69 | $(SOPHYAINCP)ppersist.h \
|
---|
70 | $(SOPHYAINCP)pexceptions.h \
|
---|
71 | $(SOPHYAINCP)gnumd5.h \
|
---|
72 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
73 | $(SOPHYAINCP)rawstream.h \
|
---|
74 | $(SOPHYAINCP)ppfnametag.h \
|
---|
75 | $(SOPHYAINCP)dvlist.h \
|
---|
76 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
77 | tmatrix_tsnl.h tvector.h tvector_tsnl.h \
|
---|
78 | $(SOPHYAINCP)smathconst.h
|
---|
79 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopemtx.cc
|
---|
80 |
|
---|
81 | $(SOPHYAOBJP)tarray.o: tarray.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
82 | $(SOPHYAINCP)machdefs.h \
|
---|
83 | $(SOPHYAINCP)pexceptions.h tarray.h \
|
---|
84 | basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
85 | $(SOPHYAINCP)mutyv.h \
|
---|
86 | $(SOPHYAINCP)timestamp.h \
|
---|
87 | $(SOPHYAINCP)objfio.h \
|
---|
88 | $(SOPHYAINCP)ppersist.h \
|
---|
89 | $(SOPHYAINCP)gnumd5.h \
|
---|
90 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
91 | $(SOPHYAINCP)rawstream.h \
|
---|
92 | $(SOPHYAINCP)ppfnametag.h \
|
---|
93 | $(SOPHYAINCP)dvlist.h \
|
---|
94 | $(SOPHYAINCP)ndatablock.h utilarr.h
|
---|
95 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarray.cc
|
---|
96 |
|
---|
97 | $(SOPHYAOBJP)tarrinit.o: tarrinit.cc \
|
---|
98 | $(SOPHYAINCP)sopnamsp.h \
|
---|
99 | $(SOPHYAINCP)machdefs.h tarrinit.h \
|
---|
100 | $(SOPHYAINCP)sophyainit.h fioarr.h tarray.h \
|
---|
101 | basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
102 | $(SOPHYAINCP)mutyv.h \
|
---|
103 | $(SOPHYAINCP)timestamp.h \
|
---|
104 | $(SOPHYAINCP)objfio.h \
|
---|
105 | $(SOPHYAINCP)ppersist.h \
|
---|
106 | $(SOPHYAINCP)pexceptions.h \
|
---|
107 | $(SOPHYAINCP)gnumd5.h \
|
---|
108 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
109 | $(SOPHYAINCP)rawstream.h \
|
---|
110 | $(SOPHYAINCP)ppfnametag.h \
|
---|
111 | $(SOPHYAINCP)dvlist.h \
|
---|
112 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
113 | tmatrix.h tmatrix_tsnl.h tvector.h tvector_tsnl.h
|
---|
114 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tarrinit.cc
|
---|
115 |
|
---|
116 | $(SOPHYAOBJP)tmatrix.o: tmatrix.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
117 | $(SOPHYAINCP)machdefs.h \
|
---|
118 | $(SOPHYAINCP)pexceptions.h tmatrix.h \
|
---|
119 | tarray.h basarr.h $(SOPHYAINCP)anydataobj.h \
|
---|
120 | $(SOPHYAINCP)mutyv.h \
|
---|
121 | $(SOPHYAINCP)timestamp.h \
|
---|
122 | $(SOPHYAINCP)objfio.h \
|
---|
123 | $(SOPHYAINCP)ppersist.h \
|
---|
124 | $(SOPHYAINCP)gnumd5.h \
|
---|
125 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
126 | $(SOPHYAINCP)rawstream.h \
|
---|
127 | $(SOPHYAINCP)ppfnametag.h \
|
---|
128 | $(SOPHYAINCP)dvlist.h \
|
---|
129 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
130 | tmatrix_tsnl.h
|
---|
131 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmatrix.cc
|
---|
132 |
|
---|
133 | $(SOPHYAOBJP)tvector.o: tvector.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
134 | $(SOPHYAINCP)machdefs.h \
|
---|
135 | $(SOPHYAINCP)pexceptions.h tvector.h \
|
---|
136 | tmatrix.h tarray.h basarr.h \
|
---|
137 | $(SOPHYAINCP)anydataobj.h \
|
---|
138 | $(SOPHYAINCP)mutyv.h \
|
---|
139 | $(SOPHYAINCP)timestamp.h \
|
---|
140 | $(SOPHYAINCP)objfio.h \
|
---|
141 | $(SOPHYAINCP)ppersist.h \
|
---|
142 | $(SOPHYAINCP)gnumd5.h \
|
---|
143 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
144 | $(SOPHYAINCP)rawstream.h \
|
---|
145 | $(SOPHYAINCP)ppfnametag.h \
|
---|
146 | $(SOPHYAINCP)dvlist.h \
|
---|
147 | $(SOPHYAINCP)ndatablock.h utilarr.h \
|
---|
148 | tmatrix_tsnl.h tvector_tsnl.h
|
---|
149 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tvector.cc
|
---|
150 |
|
---|
151 | $(SOPHYAOBJP)utilarr.o: utilarr.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
152 | $(SOPHYAINCP)machdefs.h utilarr.h \
|
---|
153 | $(SOPHYAINCP)mutyv.h \
|
---|
154 | $(SOPHYAINCP)timestamp.h \
|
---|
155 | $(SOPHYAINCP)objfio.h \
|
---|
156 | $(SOPHYAINCP)anydataobj.h \
|
---|
157 | $(SOPHYAINCP)ppersist.h \
|
---|
158 | $(SOPHYAINCP)pexceptions.h \
|
---|
159 | $(SOPHYAINCP)gnumd5.h \
|
---|
160 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
161 | $(SOPHYAINCP)rawstream.h \
|
---|
162 | $(SOPHYAINCP)ppfnametag.h \
|
---|
163 | $(SOPHYAINCP)srandgen.h
|
---|
164 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilarr.cc
|
---|
165 |
|
---|