source: Sophya/trunk/SophyaLib/SkyMap/smakefile@ 2912

Last change on this file since 2912 was 2765, checked in by ansari, 20 years ago

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

File size: 10.5 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libSkyMap.a
4
5clean:
[2765]6 rm -f $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o
[2743]7 rm -f $(SOPHYALIBP)libSkyMap.a
8
[2765]9$(SOPHYALIBP)libSkyMap.a : $(SOPHYAOBJP)HEALPixUtils.o $(SOPHYAOBJP)fiolocalmap.o $(SOPHYAOBJP)fiosphereecp.o $(SOPHYAOBJP)fiospherehealpix.o $(SOPHYAOBJP)fiospherethetaphi.o $(SOPHYAOBJP)localmap.o $(SOPHYAOBJP)longlat.o $(SOPHYAOBJP)mapoperation.o $(SOPHYAOBJP)skymapinit.o $(SOPHYAOBJP)sphereecp.o $(SOPHYAOBJP)spherehealpix.o $(SOPHYAOBJP)spherepos.o $(SOPHYAOBJP)spherethetaphi.o $(SOPHYAOBJP)unitvector.o $(SOPHYAOBJP)utilgeom.o $(SOPHYAOBJP)vector3d.o
[2743]10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
[2743]12
[2765]13$(SOPHYAOBJP)HEALPixUtils.o: HEALPixUtils.cc \
14 $(SOPHYAINCP)sopnamsp.h HEALPixUtils.h \
[2751]15 $(SOPHYAINCP)machdefs.h \
[2765]16 $(SOPHYAINCP)ndatablock.h \
17 $(SOPHYAINCP)anydataobj.h \
18 $(SOPHYAINCP)tvector.h \
19 $(SOPHYAINCP)tmatrix.h \
20 $(SOPHYAINCP)tarray.h \
21 $(SOPHYAINCP)basarr.h \
22 $(SOPHYAINCP)mutyv.h \
23 $(SOPHYAINCP)dvlist.h \
24 $(SOPHYAINCP)objfio.h \
[2743]25 $(SOPHYAINCP)ppersist.h \
26 $(SOPHYAINCP)pexceptions.h \
27 $(SOPHYAINCP)gnumd5.h \
28 $(SOPHYAINCP)ppfbinstream.h \
29 $(SOPHYAINCP)rawstream.h \
30 $(SOPHYAINCP)ppfnametag.h \
[2765]31 $(SOPHYAINCP)utilarr.h \
32 $(SOPHYAINCP)smathconst.h
33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ HEALPixUtils.cc
34
35$(SOPHYAOBJP)fiolocalmap.o: fiolocalmap.cc \
36 $(SOPHYAINCP)sopnamsp.h fiolocalmap.h \
37 sphericalmap.h $(SOPHYAINCP)smathconst.h \
38 $(SOPHYAINCP)machdefs.h pixelmap.h \
39 $(SOPHYAINCP)ppersist.h \
40 $(SOPHYAINCP)pexceptions.h \
41 $(SOPHYAINCP)gnumd5.h \
42 $(SOPHYAINCP)ppfbinstream.h \
43 $(SOPHYAINCP)rawstream.h \
44 $(SOPHYAINCP)ppfnametag.h \
[2743]45 $(SOPHYAINCP)dvlist.h \
46 $(SOPHYAINCP)objfio.h \
47 $(SOPHYAINCP)anydataobj.h \
48 $(SOPHYAINCP)mutyv.h spherepos.h \
49 unitvector.h vector3d.h longlat.h utilgeom.h \
50 $(SOPHYAINCP)tvector.h \
51 $(SOPHYAINCP)tmatrix.h \
52 $(SOPHYAINCP)tarray.h \
53 $(SOPHYAINCP)basarr.h \
54 $(SOPHYAINCP)ndatablock.h \
[2765]55 $(SOPHYAINCP)utilarr.h localmap.h \
56 $(SOPHYAINCP)fioarr.h \
[2743]57 $(SOPHYAINCP)fiondblock.h \
58 $(SOPHYAINCP)datatype.h
[2765]59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiolocalmap.cc
[2743]60
61$(SOPHYAOBJP)fiosphereecp.o: fiosphereecp.cc \
[2765]62 $(SOPHYAINCP)sopnamsp.h fiosphereecp.h \
63 sphereecp.h sphericalmap.h \
[2743]64 $(SOPHYAINCP)smathconst.h \
[2765]65 $(SOPHYAINCP)machdefs.h pixelmap.h \
[2743]66 $(SOPHYAINCP)ppersist.h \
67 $(SOPHYAINCP)pexceptions.h \
68 $(SOPHYAINCP)gnumd5.h \
69 $(SOPHYAINCP)ppfbinstream.h \
70 $(SOPHYAINCP)rawstream.h \
71 $(SOPHYAINCP)ppfnametag.h \
72 $(SOPHYAINCP)dvlist.h \
73 $(SOPHYAINCP)objfio.h \
74 $(SOPHYAINCP)anydataobj.h \
75 $(SOPHYAINCP)mutyv.h spherepos.h \
76 unitvector.h vector3d.h longlat.h utilgeom.h \
77 $(SOPHYAINCP)tvector.h \
78 $(SOPHYAINCP)tmatrix.h \
79 $(SOPHYAINCP)tarray.h \
80 $(SOPHYAINCP)basarr.h \
81 $(SOPHYAINCP)ndatablock.h \
82 $(SOPHYAINCP)utilarr.h \
83 $(SOPHYAINCP)fioarr.h \
84 $(SOPHYAINCP)datatype.h
[2765]85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosphereecp.cc
[2743]86
87$(SOPHYAOBJP)fiospherehealpix.o: fiospherehealpix.cc \
[2765]88 $(SOPHYAINCP)sopnamsp.h fiospherehealpix.h \
89 sphericalmap.h $(SOPHYAINCP)smathconst.h \
90 $(SOPHYAINCP)machdefs.h pixelmap.h \
[2743]91 $(SOPHYAINCP)ppersist.h \
92 $(SOPHYAINCP)pexceptions.h \
93 $(SOPHYAINCP)gnumd5.h \
94 $(SOPHYAINCP)ppfbinstream.h \
95 $(SOPHYAINCP)rawstream.h \
96 $(SOPHYAINCP)ppfnametag.h \
97 $(SOPHYAINCP)dvlist.h \
98 $(SOPHYAINCP)objfio.h \
99 $(SOPHYAINCP)anydataobj.h \
100 $(SOPHYAINCP)mutyv.h spherepos.h \
101 unitvector.h vector3d.h longlat.h utilgeom.h \
102 $(SOPHYAINCP)tvector.h \
103 $(SOPHYAINCP)tmatrix.h \
104 $(SOPHYAINCP)tarray.h \
105 $(SOPHYAINCP)basarr.h \
106 $(SOPHYAINCP)ndatablock.h \
[2765]107 $(SOPHYAINCP)utilarr.h spherehealpix.h \
108 HEALPixUtils.h $(SOPHYAINCP)fiondblock.h \
[2743]109 $(SOPHYAINCP)datatype.h
[2765]110 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherehealpix.cc
[2743]111
112$(SOPHYAOBJP)fiospherethetaphi.o: fiospherethetaphi.cc \
[2765]113 $(SOPHYAINCP)sopnamsp.h fiospherethetaphi.h \
114 sphericalmap.h $(SOPHYAINCP)smathconst.h \
115 $(SOPHYAINCP)machdefs.h pixelmap.h \
[2743]116 $(SOPHYAINCP)ppersist.h \
117 $(SOPHYAINCP)pexceptions.h \
118 $(SOPHYAINCP)gnumd5.h \
119 $(SOPHYAINCP)ppfbinstream.h \
120 $(SOPHYAINCP)rawstream.h \
121 $(SOPHYAINCP)ppfnametag.h \
122 $(SOPHYAINCP)dvlist.h \
123 $(SOPHYAINCP)objfio.h \
124 $(SOPHYAINCP)anydataobj.h \
125 $(SOPHYAINCP)mutyv.h spherepos.h \
126 unitvector.h vector3d.h longlat.h utilgeom.h \
127 $(SOPHYAINCP)tvector.h \
128 $(SOPHYAINCP)tmatrix.h \
129 $(SOPHYAINCP)tarray.h \
130 $(SOPHYAINCP)basarr.h \
131 $(SOPHYAINCP)ndatablock.h \
[2765]132 $(SOPHYAINCP)utilarr.h spherethetaphi.h \
[2743]133 $(SOPHYAINCP)fiondblock.h \
134 $(SOPHYAINCP)datatype.h
[2765]135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiospherethetaphi.cc
[2743]136
137$(SOPHYAOBJP)localmap.o: localmap.cc \
[2765]138 $(SOPHYAINCP)sopnamsp.h localmap.h \
139 pixelmap.h $(SOPHYAINCP)ppersist.h \
[2743]140 $(SOPHYAINCP)machdefs.h \
141 $(SOPHYAINCP)pexceptions.h \
142 $(SOPHYAINCP)gnumd5.h \
143 $(SOPHYAINCP)ppfbinstream.h \
144 $(SOPHYAINCP)rawstream.h \
145 $(SOPHYAINCP)ppfnametag.h \
146 $(SOPHYAINCP)dvlist.h \
147 $(SOPHYAINCP)objfio.h \
148 $(SOPHYAINCP)anydataobj.h \
149 $(SOPHYAINCP)mutyv.h spherepos.h \
150 unitvector.h vector3d.h longlat.h utilgeom.h sphericalmap.h \
151 $(SOPHYAINCP)smathconst.h \
152 $(SOPHYAINCP)tvector.h \
153 $(SOPHYAINCP)tmatrix.h \
154 $(SOPHYAINCP)tarray.h \
155 $(SOPHYAINCP)basarr.h \
156 $(SOPHYAINCP)ndatablock.h \
157 $(SOPHYAINCP)utilarr.h \
158 $(SOPHYAINCP)fiondblock.h \
159 $(SOPHYAINCP)timing.h
[2765]160 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ localmap.cc
[2743]161
[2765]162$(SOPHYAOBJP)longlat.o: longlat.cc $(SOPHYAINCP)sopnamsp.h \
163 longlat.h $(SOPHYAINCP)machdefs.h \
[2751]164 utilgeom.h
[2765]165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ longlat.cc
[2743]166
167$(SOPHYAOBJP)mapoperation.o: mapoperation.cc \
168 $(SOPHYAINCP)sopnamsp.h \
[2765]169 $(SOPHYAINCP)machdefs.h mapoperation.h \
[2743]170 $(SOPHYAINCP)ndatablock.h \
[2765]171 $(SOPHYAINCP)anydataobj.h pixelmap.h \
[2743]172 $(SOPHYAINCP)ppersist.h \
173 $(SOPHYAINCP)pexceptions.h \
174 $(SOPHYAINCP)gnumd5.h \
175 $(SOPHYAINCP)ppfbinstream.h \
176 $(SOPHYAINCP)rawstream.h \
177 $(SOPHYAINCP)ppfnametag.h \
178 $(SOPHYAINCP)dvlist.h \
179 $(SOPHYAINCP)objfio.h \
180 $(SOPHYAINCP)mutyv.h spherepos.h \
181 unitvector.h vector3d.h longlat.h utilgeom.h
[2765]182 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mapoperation.cc
[2743]183
184$(SOPHYAOBJP)skymapinit.o: skymapinit.cc \
185 $(SOPHYAINCP)sopnamsp.h \
[2765]186 $(SOPHYAINCP)machdefs.h skymapinit.h \
187 $(SOPHYAINCP)sophyainit.h spherethetaphi.h \
188 sphericalmap.h $(SOPHYAINCP)smathconst.h \
189 pixelmap.h $(SOPHYAINCP)ppersist.h \
[2743]190 $(SOPHYAINCP)pexceptions.h \
191 $(SOPHYAINCP)gnumd5.h \
192 $(SOPHYAINCP)ppfbinstream.h \
193 $(SOPHYAINCP)rawstream.h \
194 $(SOPHYAINCP)ppfnametag.h \
195 $(SOPHYAINCP)dvlist.h \
196 $(SOPHYAINCP)objfio.h \
197 $(SOPHYAINCP)anydataobj.h \
198 $(SOPHYAINCP)mutyv.h spherepos.h \
199 unitvector.h vector3d.h longlat.h utilgeom.h \
200 $(SOPHYAINCP)tvector.h \
201 $(SOPHYAINCP)tmatrix.h \
202 $(SOPHYAINCP)tarray.h \
203 $(SOPHYAINCP)basarr.h \
204 $(SOPHYAINCP)ndatablock.h \
[2765]205 $(SOPHYAINCP)utilarr.h fiospherehealpix.h \
206 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \
207 localmap.h fiosphereecp.h sphereecp.h
208 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapinit.cc
[2743]209
210$(SOPHYAOBJP)sphereecp.o: sphereecp.cc \
[2765]211 $(SOPHYAINCP)sopnamsp.h sphereecp.h \
212 sphericalmap.h $(SOPHYAINCP)smathconst.h \
213 $(SOPHYAINCP)machdefs.h pixelmap.h \
[2743]214 $(SOPHYAINCP)ppersist.h \
215 $(SOPHYAINCP)pexceptions.h \
216 $(SOPHYAINCP)gnumd5.h \
217 $(SOPHYAINCP)ppfbinstream.h \
218 $(SOPHYAINCP)rawstream.h \
219 $(SOPHYAINCP)ppfnametag.h \
220 $(SOPHYAINCP)dvlist.h \
221 $(SOPHYAINCP)objfio.h \
222 $(SOPHYAINCP)anydataobj.h \
223 $(SOPHYAINCP)mutyv.h spherepos.h \
224 unitvector.h vector3d.h longlat.h utilgeom.h \
225 $(SOPHYAINCP)tvector.h \
226 $(SOPHYAINCP)tmatrix.h \
227 $(SOPHYAINCP)tarray.h \
228 $(SOPHYAINCP)basarr.h \
229 $(SOPHYAINCP)ndatablock.h \
230 $(SOPHYAINCP)utilarr.h
[2765]231 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphereecp.cc
[2743]232
233$(SOPHYAOBJP)spherehealpix.o: spherehealpix.cc \
234 $(SOPHYAINCP)sopnamsp.h \
235 $(SOPHYAINCP)machdefs.h \
236 $(SOPHYAINCP)pexceptions.h \
237 $(SOPHYAINCP)fiondblock.h \
238 $(SOPHYAINCP)ppersist.h \
239 $(SOPHYAINCP)gnumd5.h \
240 $(SOPHYAINCP)ppfbinstream.h \
241 $(SOPHYAINCP)rawstream.h \
242 $(SOPHYAINCP)ppfnametag.h \
243 $(SOPHYAINCP)ndatablock.h \
[2765]244 $(SOPHYAINCP)anydataobj.h spherehealpix.h \
245 sphericalmap.h $(SOPHYAINCP)smathconst.h \
[2743]246 pixelmap.h $(SOPHYAINCP)dvlist.h \
247 $(SOPHYAINCP)objfio.h \
248 $(SOPHYAINCP)mutyv.h spherepos.h \
249 unitvector.h vector3d.h longlat.h utilgeom.h \
250 $(SOPHYAINCP)tvector.h \
251 $(SOPHYAINCP)tmatrix.h \
252 $(SOPHYAINCP)tarray.h \
253 $(SOPHYAINCP)basarr.h \
[2765]254 $(SOPHYAINCP)utilarr.h HEALPixUtils.h \
[2743]255 $(SOPHYAINCP)strutil.h
[2765]256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherehealpix.cc
[2743]257
258$(SOPHYAOBJP)spherepos.o: spherepos.cc \
[2765]259 $(SOPHYAINCP)sopnamsp.h spherepos.h \
[2743]260 $(SOPHYAINCP)machdefs.h \
261 $(SOPHYAINCP)ppersist.h \
262 $(SOPHYAINCP)pexceptions.h \
263 $(SOPHYAINCP)gnumd5.h \
264 $(SOPHYAINCP)ppfbinstream.h \
265 $(SOPHYAINCP)rawstream.h \
[2765]266 $(SOPHYAINCP)ppfnametag.h unitvector.h \
267 vector3d.h longlat.h utilgeom.h \
[2743]268 $(SOPHYAINCP)anydataobj.h \
269 $(SOPHYAINCP)datatype.h
[2765]270 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherepos.cc
[2743]271
272$(SOPHYAOBJP)spherethetaphi.o: spherethetaphi.cc \
[2765]273 $(SOPHYAINCP)sopnamsp.h spherethetaphi.h \
274 sphericalmap.h $(SOPHYAINCP)smathconst.h \
275 $(SOPHYAINCP)machdefs.h pixelmap.h \
[2743]276 $(SOPHYAINCP)ppersist.h \
277 $(SOPHYAINCP)pexceptions.h \
278 $(SOPHYAINCP)gnumd5.h \
279 $(SOPHYAINCP)ppfbinstream.h \
280 $(SOPHYAINCP)rawstream.h \
281 $(SOPHYAINCP)ppfnametag.h \
282 $(SOPHYAINCP)dvlist.h \
283 $(SOPHYAINCP)objfio.h \
284 $(SOPHYAINCP)anydataobj.h \
285 $(SOPHYAINCP)mutyv.h spherepos.h \
286 unitvector.h vector3d.h longlat.h utilgeom.h \
287 $(SOPHYAINCP)tvector.h \
288 $(SOPHYAINCP)tmatrix.h \
289 $(SOPHYAINCP)tarray.h \
290 $(SOPHYAINCP)basarr.h \
291 $(SOPHYAINCP)ndatablock.h \
292 $(SOPHYAINCP)utilarr.h \
293 $(SOPHYAINCP)fiondblock.h
[2765]294 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ spherethetaphi.cc
[2743]295
296$(SOPHYAOBJP)unitvector.o: unitvector.cc \
[2765]297 $(SOPHYAINCP)sopnamsp.h unitvector.h \
298 vector3d.h longlat.h \
299 $(SOPHYAINCP)machdefs.h utilgeom.h
300 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ unitvector.cc
[2743]301
302$(SOPHYAOBJP)utilgeom.o: utilgeom.cc \
303 $(SOPHYAINCP)sopnamsp.h \
[2765]304 $(SOPHYAINCP)machdefs.h utilgeom.h
305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utilgeom.cc
[2743]306
307$(SOPHYAOBJP)vector3d.o: vector3d.cc \
308 $(SOPHYAINCP)sopnamsp.h \
309 $(SOPHYAINCP)machdefs.h \
[2765]310 $(SOPHYAINCP)pexceptions.h vector3d.h \
311 longlat.h utilgeom.h
312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ vector3d.cc
[2743]313
Note: See TracBrowser for help on using the repository browser.