source: Sophya/trunk/SophyaProg/PMixer/Makefile@ 3906

Last change on this file since 3906 was 3879, checked in by cmv, 15 years ago

generation Makefile et smakefile en prevision du tag, cmv 10/09/2010

File size: 13.1 KB
Line 
1include ../BuildMgr/sophyamake.inc
2
3PROGS = $(SOPHYAEXEP)skymixer $(SOPHYAEXEP)extractRS $(SOPHYAEXEP)tgrsr $(SOPHYAEXEP)tgsky $(SOPHYAEXEP)easyTest $(SOPHYAEXEP)Sph2Sph
4
5all: $(PROGS)
6
7clean:
8 rm -f $(PROGS)
9 rm -f $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAOBJP)easyTest.o $(SOPHYAOBJP)tgsky.o $(SOPHYAOBJP)tgrsr.o $(SOPHYAOBJP)extractRS.o $(SOPHYAOBJP)skymixer.o
10
11skymixer: $(SOPHYAEXEP)skymixer
12 echo $@ " done"
13$(SOPHYAEXEP)skymixer: $(SOPHYAOBJP)skymixer.o
14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)skymixer.o $(SOPHYAEXTSLBLIST)
15
16extractRS: $(SOPHYAEXEP)extractRS
17 echo $@ " done"
18$(SOPHYAEXEP)extractRS: $(SOPHYAOBJP)extractRS.o
19 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)extractRS.o $(SOPHYAEXTSLBLIST)
20
21tgrsr: $(SOPHYAEXEP)tgrsr
22 echo $@ " done"
23$(SOPHYAEXEP)tgrsr: $(SOPHYAOBJP)tgrsr.o
24 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgrsr.o $(SOPHYAEXTSLBLIST)
25
26tgsky: $(SOPHYAEXEP)tgsky
27 echo $@ " done"
28$(SOPHYAEXEP)tgsky: $(SOPHYAOBJP)tgsky.o
29 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)tgsky.o $(SOPHYAEXTSLBLIST)
30
31easyTest: $(SOPHYAEXEP)easyTest
32 echo $@ " done"
33$(SOPHYAEXEP)easyTest: $(SOPHYAOBJP)easyTest.o
34 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)easyTest.o $(SOPHYAEXTSLBLIST)
35
36Sph2Sph: $(SOPHYAEXEP)Sph2Sph
37 echo $@ " done"
38$(SOPHYAEXEP)Sph2Sph: $(SOPHYAOBJP)Sph2Sph.o
39 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)Sph2Sph.o $(SOPHYAEXTSLBLIST)
40
41$(SOPHYAOBJP)easyTest.o: easyTest.cc \
42 $(SOPHYAINCP)sopnamsp.h \
43 $(SOPHYAINCP)blackbody.h \
44 $(SOPHYAINCP)radspec.h \
45 $(SOPHYAINCP)machdefs.h \
46 $(SOPHYAINCP)specresp.h \
47 $(SOPHYAINCP)anydataobj.h \
48 $(SOPHYAINCP)objfio.h \
49 $(SOPHYAINCP)ppersist.h \
50 $(SOPHYAINCP)pexceptions.h \
51 $(SOPHYAINCP)gnumd5.h \
52 $(SOPHYAINCP)ppfbinstream.h \
53 $(SOPHYAINCP)rawstream.h \
54 $(SOPHYAINCP)ppfnametag.h \
55 $(SOPHYAINCP)convtools.h \
56 $(SOPHYAINCP)radspecvector.h \
57 $(SOPHYAINCP)tvector.h \
58 $(SOPHYAINCP)tmatrix.h \
59 $(SOPHYAINCP)tarray.h \
60 $(SOPHYAINCP)basarr.h \
61 $(SOPHYAINCP)mutyv.h \
62 $(SOPHYAINCP)timestamp.h \
63 $(SOPHYAINCP)dvlist.h \
64 $(SOPHYAINCP)ndatablock.h \
65 $(SOPHYAINCP)utilarr.h \
66 $(SOPHYAINCP)randinterf.h \
67 $(SOPHYAINCP)tmatrix_tsnl.h \
68 $(SOPHYAINCP)tvector_tsnl.h \
69 $(SOPHYAINCP)specrespvector.h \
70 $(SOPHYAINCP)tvector.h \
71 $(SOPHYAINCP)squarefilt.h \
72 $(SOPHYAINCP)gaussfilt.h \
73 $(SOPHYAINCP)trianglefilt.h
74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ easyTest.cc
75
76$(SOPHYAOBJP)extractRS.o: extractRS.cc \
77 $(SOPHYAINCP)sopnamsp.h \
78 pmixer.h \
79 $(SOPHYAINCP)machdefs.h \
80 $(SOPHYAINCP)tmatrix.h \
81 $(SOPHYAINCP)machdefs.h \
82 $(SOPHYAINCP)tarray.h \
83 $(SOPHYAINCP)basarr.h \
84 $(SOPHYAINCP)anydataobj.h \
85 $(SOPHYAINCP)mutyv.h \
86 $(SOPHYAINCP)timestamp.h \
87 $(SOPHYAINCP)objfio.h \
88 $(SOPHYAINCP)ppersist.h \
89 $(SOPHYAINCP)pexceptions.h \
90 $(SOPHYAINCP)gnumd5.h \
91 $(SOPHYAINCP)ppfbinstream.h \
92 $(SOPHYAINCP)rawstream.h \
93 $(SOPHYAINCP)ppfnametag.h \
94 $(SOPHYAINCP)dvlist.h \
95 $(SOPHYAINCP)ndatablock.h \
96 $(SOPHYAINCP)utilarr.h \
97 $(SOPHYAINCP)randinterf.h \
98 $(SOPHYAINCP)tmatrix_tsnl.h \
99 $(SOPHYAINCP)tvector.h \
100 $(SOPHYAINCP)tmatrix.h \
101 $(SOPHYAINCP)tvector_tsnl.h \
102 $(SOPHYAINCP)fioarr.h \
103 $(SOPHYAINCP)tvector.h \
104 $(SOPHYAINCP)vector3d.h \
105 $(SOPHYAINCP)longlat.h \
106 $(SOPHYAINCP)utilgeom.h \
107 $(SOPHYAINCP)srandgen.h \
108 $(SOPHYAINCP)timing.h \
109 $(SOPHYAINCP)sambainit.h \
110 $(SOPHYAINCP)skymapinit.h \
111 $(SOPHYAINCP)sophyainit.h \
112 $(SOPHYAINCP)ntoolsinit.h \
113 $(SOPHYAINCP)tarrinit.h \
114 $(SOPHYAINCP)pexceptions.h \
115 $(SOPHYAINCP)datacards.h \
116 $(SOPHYAINCP)ntuple.h \
117 $(SOPHYAINCP)ntupintf.h \
118 $(SOPHYAINCP)fiospherehealpix.h \
119 $(SOPHYAINCP)sphericalmap.h \
120 $(SOPHYAINCP)smathconst.h \
121 $(SOPHYAINCP)pixelmap.h \
122 $(SOPHYAINCP)spherepos.h \
123 $(SOPHYAINCP)unitvector.h \
124 $(SOPHYAINCP)vector3d.h \
125 $(SOPHYAINCP)datatype.h \
126 $(SOPHYAINCP)spherehealpix.h \
127 $(SOPHYAINCP)HEALPixUtils.h \
128 $(SOPHYAINCP)fitsspherehealpix.h \
129 $(SOPHYAINCP)fitsfile.h \
130 $(SOPHYAINCP)fitsinoutfile.h \
131 $(SOPHYAINCP)FitsIO/fitsio.h \
132 $(SOPHYAINCP)FitsIO/longnam.h \
133 $(SOPHYAINCP)fitshandler.h \
134 $(SOPHYAINCP)fitstarray.h \
135 $(SOPHYAINCP)cimage.h \
136 $(SOPHYAINCP)fioarr.h \
137 $(SOPHYAINCP)radspecvector.h \
138 $(SOPHYAINCP)radspec.h \
139 $(SOPHYAINCP)specresp.h \
140 $(SOPHYAINCP)blackbody.h \
141 $(SOPHYAINCP)convtools.h \
142 $(SOPHYAINCP)derivblackbody.h \
143 $(SOPHYAINCP)nupower.h \
144 $(SOPHYAINCP)squarefilt.h \
145 $(SOPHYAINCP)trianglefilt.h \
146 $(SOPHYAINCP)specrespvector.h \
147 $(SOPHYAINCP)gaussfilt.h \
148 $(SOPHYAINCP)bruit.h \
149 $(SOPHYAINCP)mapoperation.h
150 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ extractRS.cc
151
152$(SOPHYAOBJP)skymixer.o: skymixer.cc \
153 $(SOPHYAINCP)sopnamsp.h \
154 pmixer.h \
155 $(SOPHYAINCP)machdefs.h \
156 $(SOPHYAINCP)tmatrix.h \
157 $(SOPHYAINCP)machdefs.h \
158 $(SOPHYAINCP)tarray.h \
159 $(SOPHYAINCP)basarr.h \
160 $(SOPHYAINCP)anydataobj.h \
161 $(SOPHYAINCP)mutyv.h \
162 $(SOPHYAINCP)timestamp.h \
163 $(SOPHYAINCP)objfio.h \
164 $(SOPHYAINCP)ppersist.h \
165 $(SOPHYAINCP)pexceptions.h \
166 $(SOPHYAINCP)gnumd5.h \
167 $(SOPHYAINCP)ppfbinstream.h \
168 $(SOPHYAINCP)rawstream.h \
169 $(SOPHYAINCP)ppfnametag.h \
170 $(SOPHYAINCP)dvlist.h \
171 $(SOPHYAINCP)ndatablock.h \
172 $(SOPHYAINCP)utilarr.h \
173 $(SOPHYAINCP)randinterf.h \
174 $(SOPHYAINCP)tmatrix_tsnl.h \
175 $(SOPHYAINCP)tvector.h \
176 $(SOPHYAINCP)tmatrix.h \
177 $(SOPHYAINCP)tvector_tsnl.h \
178 $(SOPHYAINCP)fioarr.h \
179 $(SOPHYAINCP)tvector.h \
180 $(SOPHYAINCP)vector3d.h \
181 $(SOPHYAINCP)longlat.h \
182 $(SOPHYAINCP)utilgeom.h \
183 $(SOPHYAINCP)srandgen.h \
184 $(SOPHYAINCP)timing.h \
185 $(SOPHYAINCP)sambainit.h \
186 $(SOPHYAINCP)skymapinit.h \
187 $(SOPHYAINCP)sophyainit.h \
188 $(SOPHYAINCP)ntoolsinit.h \
189 $(SOPHYAINCP)tarrinit.h \
190 $(SOPHYAINCP)pexceptions.h \
191 $(SOPHYAINCP)datacards.h \
192 $(SOPHYAINCP)ntuple.h \
193 $(SOPHYAINCP)ntupintf.h \
194 $(SOPHYAINCP)fiospherehealpix.h \
195 $(SOPHYAINCP)sphericalmap.h \
196 $(SOPHYAINCP)smathconst.h \
197 $(SOPHYAINCP)pixelmap.h \
198 $(SOPHYAINCP)spherepos.h \
199 $(SOPHYAINCP)unitvector.h \
200 $(SOPHYAINCP)vector3d.h \
201 $(SOPHYAINCP)datatype.h \
202 $(SOPHYAINCP)spherehealpix.h \
203 $(SOPHYAINCP)HEALPixUtils.h \
204 $(SOPHYAINCP)fitsspherehealpix.h \
205 $(SOPHYAINCP)fitsfile.h \
206 $(SOPHYAINCP)fitsinoutfile.h \
207 $(SOPHYAINCP)FitsIO/fitsio.h \
208 $(SOPHYAINCP)FitsIO/longnam.h \
209 $(SOPHYAINCP)fitshandler.h \
210 $(SOPHYAINCP)fitstarray.h \
211 $(SOPHYAINCP)cimage.h \
212 $(SOPHYAINCP)fioarr.h \
213 $(SOPHYAINCP)radspecvector.h \
214 $(SOPHYAINCP)radspec.h \
215 $(SOPHYAINCP)specresp.h \
216 $(SOPHYAINCP)blackbody.h \
217 $(SOPHYAINCP)convtools.h \
218 $(SOPHYAINCP)derivblackbody.h \
219 $(SOPHYAINCP)nupower.h \
220 $(SOPHYAINCP)squarefilt.h \
221 $(SOPHYAINCP)trianglefilt.h \
222 $(SOPHYAINCP)specrespvector.h \
223 $(SOPHYAINCP)gaussfilt.h \
224 $(SOPHYAINCP)bruit.h \
225 $(SOPHYAINCP)mapoperation.h
226 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymixer.cc
227
228$(SOPHYAOBJP)Sph2Sph.o: Sph2Sph.cc \
229 $(SOPHYAINCP)sopnamsp.h \
230 pmixer.h \
231 $(SOPHYAINCP)machdefs.h \
232 $(SOPHYAINCP)tmatrix.h \
233 $(SOPHYAINCP)machdefs.h \
234 $(SOPHYAINCP)tarray.h \
235 $(SOPHYAINCP)basarr.h \
236 $(SOPHYAINCP)anydataobj.h \
237 $(SOPHYAINCP)mutyv.h \
238 $(SOPHYAINCP)timestamp.h \
239 $(SOPHYAINCP)objfio.h \
240 $(SOPHYAINCP)ppersist.h \
241 $(SOPHYAINCP)pexceptions.h \
242 $(SOPHYAINCP)gnumd5.h \
243 $(SOPHYAINCP)ppfbinstream.h \
244 $(SOPHYAINCP)rawstream.h \
245 $(SOPHYAINCP)ppfnametag.h \
246 $(SOPHYAINCP)dvlist.h \
247 $(SOPHYAINCP)ndatablock.h \
248 $(SOPHYAINCP)utilarr.h \
249 $(SOPHYAINCP)randinterf.h \
250 $(SOPHYAINCP)tmatrix_tsnl.h \
251 $(SOPHYAINCP)tvector.h \
252 $(SOPHYAINCP)tmatrix.h \
253 $(SOPHYAINCP)tvector_tsnl.h \
254 $(SOPHYAINCP)fioarr.h \
255 $(SOPHYAINCP)tvector.h \
256 $(SOPHYAINCP)vector3d.h \
257 $(SOPHYAINCP)longlat.h \
258 $(SOPHYAINCP)utilgeom.h \
259 $(SOPHYAINCP)srandgen.h \
260 $(SOPHYAINCP)timing.h \
261 $(SOPHYAINCP)sambainit.h \
262 $(SOPHYAINCP)skymapinit.h \
263 $(SOPHYAINCP)sophyainit.h \
264 $(SOPHYAINCP)ntoolsinit.h \
265 $(SOPHYAINCP)tarrinit.h \
266 $(SOPHYAINCP)pexceptions.h \
267 $(SOPHYAINCP)datacards.h \
268 $(SOPHYAINCP)ntuple.h \
269 $(SOPHYAINCP)ntupintf.h \
270 $(SOPHYAINCP)fiospherehealpix.h \
271 $(SOPHYAINCP)sphericalmap.h \
272 $(SOPHYAINCP)smathconst.h \
273 $(SOPHYAINCP)pixelmap.h \
274 $(SOPHYAINCP)spherepos.h \
275 $(SOPHYAINCP)unitvector.h \
276 $(SOPHYAINCP)vector3d.h \
277 $(SOPHYAINCP)datatype.h \
278 $(SOPHYAINCP)spherehealpix.h \
279 $(SOPHYAINCP)HEALPixUtils.h \
280 $(SOPHYAINCP)fitsspherehealpix.h \
281 $(SOPHYAINCP)fitsfile.h \
282 $(SOPHYAINCP)fitsinoutfile.h \
283 $(SOPHYAINCP)FitsIO/fitsio.h \
284 $(SOPHYAINCP)FitsIO/longnam.h \
285 $(SOPHYAINCP)fitshandler.h \
286 $(SOPHYAINCP)fitstarray.h \
287 $(SOPHYAINCP)cimage.h \
288 $(SOPHYAINCP)fioarr.h \
289 $(SOPHYAINCP)radspecvector.h \
290 $(SOPHYAINCP)radspec.h \
291 $(SOPHYAINCP)specresp.h \
292 $(SOPHYAINCP)blackbody.h \
293 $(SOPHYAINCP)convtools.h \
294 $(SOPHYAINCP)derivblackbody.h \
295 $(SOPHYAINCP)nupower.h \
296 $(SOPHYAINCP)squarefilt.h \
297 $(SOPHYAINCP)trianglefilt.h \
298 $(SOPHYAINCP)specrespvector.h \
299 $(SOPHYAINCP)gaussfilt.h \
300 $(SOPHYAINCP)bruit.h \
301 $(SOPHYAINCP)mapoperation.h
302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc
303
304$(SOPHYAOBJP)tgrsr.o: tgrsr.cc \
305 $(SOPHYAINCP)sopnamsp.h \
306 pmixer.h \
307 $(SOPHYAINCP)machdefs.h \
308 $(SOPHYAINCP)tmatrix.h \
309 $(SOPHYAINCP)machdefs.h \
310 $(SOPHYAINCP)tarray.h \
311 $(SOPHYAINCP)basarr.h \
312 $(SOPHYAINCP)anydataobj.h \
313 $(SOPHYAINCP)mutyv.h \
314 $(SOPHYAINCP)timestamp.h \
315 $(SOPHYAINCP)objfio.h \
316 $(SOPHYAINCP)ppersist.h \
317 $(SOPHYAINCP)pexceptions.h \
318 $(SOPHYAINCP)gnumd5.h \
319 $(SOPHYAINCP)ppfbinstream.h \
320 $(SOPHYAINCP)rawstream.h \
321 $(SOPHYAINCP)ppfnametag.h \
322 $(SOPHYAINCP)dvlist.h \
323 $(SOPHYAINCP)ndatablock.h \
324 $(SOPHYAINCP)utilarr.h \
325 $(SOPHYAINCP)randinterf.h \
326 $(SOPHYAINCP)tmatrix_tsnl.h \
327 $(SOPHYAINCP)tvector.h \
328 $(SOPHYAINCP)tmatrix.h \
329 $(SOPHYAINCP)tvector_tsnl.h \
330 $(SOPHYAINCP)fioarr.h \
331 $(SOPHYAINCP)tvector.h \
332 $(SOPHYAINCP)vector3d.h \
333 $(SOPHYAINCP)longlat.h \
334 $(SOPHYAINCP)utilgeom.h \
335 $(SOPHYAINCP)srandgen.h \
336 $(SOPHYAINCP)timing.h \
337 $(SOPHYAINCP)sambainit.h \
338 $(SOPHYAINCP)skymapinit.h \
339 $(SOPHYAINCP)sophyainit.h \
340 $(SOPHYAINCP)ntoolsinit.h \
341 $(SOPHYAINCP)tarrinit.h \
342 $(SOPHYAINCP)pexceptions.h \
343 $(SOPHYAINCP)datacards.h \
344 $(SOPHYAINCP)ntuple.h \
345 $(SOPHYAINCP)ntupintf.h \
346 $(SOPHYAINCP)fiospherehealpix.h \
347 $(SOPHYAINCP)sphericalmap.h \
348 $(SOPHYAINCP)smathconst.h \
349 $(SOPHYAINCP)pixelmap.h \
350 $(SOPHYAINCP)spherepos.h \
351 $(SOPHYAINCP)unitvector.h \
352 $(SOPHYAINCP)vector3d.h \
353 $(SOPHYAINCP)datatype.h \
354 $(SOPHYAINCP)spherehealpix.h \
355 $(SOPHYAINCP)HEALPixUtils.h \
356 $(SOPHYAINCP)fitsspherehealpix.h \
357 $(SOPHYAINCP)fitsfile.h \
358 $(SOPHYAINCP)fitsinoutfile.h \
359 $(SOPHYAINCP)FitsIO/fitsio.h \
360 $(SOPHYAINCP)FitsIO/longnam.h \
361 $(SOPHYAINCP)fitshandler.h \
362 $(SOPHYAINCP)fitstarray.h \
363 $(SOPHYAINCP)cimage.h \
364 $(SOPHYAINCP)fioarr.h \
365 $(SOPHYAINCP)radspecvector.h \
366 $(SOPHYAINCP)radspec.h \
367 $(SOPHYAINCP)specresp.h \
368 $(SOPHYAINCP)blackbody.h \
369 $(SOPHYAINCP)convtools.h \
370 $(SOPHYAINCP)derivblackbody.h \
371 $(SOPHYAINCP)nupower.h \
372 $(SOPHYAINCP)squarefilt.h \
373 $(SOPHYAINCP)trianglefilt.h \
374 $(SOPHYAINCP)specrespvector.h \
375 $(SOPHYAINCP)gaussfilt.h \
376 $(SOPHYAINCP)bruit.h \
377 $(SOPHYAINCP)mapoperation.h
378 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgrsr.cc
379
380$(SOPHYAOBJP)tgsky.o: tgsky.cc \
381 $(SOPHYAINCP)sopnamsp.h \
382 pmixer.h \
383 $(SOPHYAINCP)machdefs.h \
384 $(SOPHYAINCP)tmatrix.h \
385 $(SOPHYAINCP)machdefs.h \
386 $(SOPHYAINCP)tarray.h \
387 $(SOPHYAINCP)basarr.h \
388 $(SOPHYAINCP)anydataobj.h \
389 $(SOPHYAINCP)mutyv.h \
390 $(SOPHYAINCP)timestamp.h \
391 $(SOPHYAINCP)objfio.h \
392 $(SOPHYAINCP)ppersist.h \
393 $(SOPHYAINCP)pexceptions.h \
394 $(SOPHYAINCP)gnumd5.h \
395 $(SOPHYAINCP)ppfbinstream.h \
396 $(SOPHYAINCP)rawstream.h \
397 $(SOPHYAINCP)ppfnametag.h \
398 $(SOPHYAINCP)dvlist.h \
399 $(SOPHYAINCP)ndatablock.h \
400 $(SOPHYAINCP)utilarr.h \
401 $(SOPHYAINCP)randinterf.h \
402 $(SOPHYAINCP)tmatrix_tsnl.h \
403 $(SOPHYAINCP)tvector.h \
404 $(SOPHYAINCP)tmatrix.h \
405 $(SOPHYAINCP)tvector_tsnl.h \
406 $(SOPHYAINCP)fioarr.h \
407 $(SOPHYAINCP)tvector.h \
408 $(SOPHYAINCP)vector3d.h \
409 $(SOPHYAINCP)longlat.h \
410 $(SOPHYAINCP)utilgeom.h \
411 $(SOPHYAINCP)srandgen.h \
412 $(SOPHYAINCP)timing.h \
413 $(SOPHYAINCP)sambainit.h \
414 $(SOPHYAINCP)skymapinit.h \
415 $(SOPHYAINCP)sophyainit.h \
416 $(SOPHYAINCP)ntoolsinit.h \
417 $(SOPHYAINCP)tarrinit.h \
418 $(SOPHYAINCP)pexceptions.h \
419 $(SOPHYAINCP)datacards.h \
420 $(SOPHYAINCP)ntuple.h \
421 $(SOPHYAINCP)ntupintf.h \
422 $(SOPHYAINCP)fiospherehealpix.h \
423 $(SOPHYAINCP)sphericalmap.h \
424 $(SOPHYAINCP)smathconst.h \
425 $(SOPHYAINCP)pixelmap.h \
426 $(SOPHYAINCP)spherepos.h \
427 $(SOPHYAINCP)unitvector.h \
428 $(SOPHYAINCP)vector3d.h \
429 $(SOPHYAINCP)datatype.h \
430 $(SOPHYAINCP)spherehealpix.h \
431 $(SOPHYAINCP)HEALPixUtils.h \
432 $(SOPHYAINCP)fitsspherehealpix.h \
433 $(SOPHYAINCP)fitsfile.h \
434 $(SOPHYAINCP)fitsinoutfile.h \
435 $(SOPHYAINCP)FitsIO/fitsio.h \
436 $(SOPHYAINCP)FitsIO/longnam.h \
437 $(SOPHYAINCP)fitshandler.h \
438 $(SOPHYAINCP)fitstarray.h \
439 $(SOPHYAINCP)cimage.h \
440 $(SOPHYAINCP)fioarr.h \
441 $(SOPHYAINCP)radspecvector.h \
442 $(SOPHYAINCP)radspec.h \
443 $(SOPHYAINCP)specresp.h \
444 $(SOPHYAINCP)blackbody.h \
445 $(SOPHYAINCP)convtools.h \
446 $(SOPHYAINCP)derivblackbody.h \
447 $(SOPHYAINCP)nupower.h \
448 $(SOPHYAINCP)squarefilt.h \
449 $(SOPHYAINCP)trianglefilt.h \
450 $(SOPHYAINCP)specrespvector.h \
451 $(SOPHYAINCP)gaussfilt.h \
452 $(SOPHYAINCP)bruit.h \
453 $(SOPHYAINCP)mapoperation.h
454 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgsky.cc
455
Note: See TracBrowser for help on using the repository browser.