source: Sophya/trunk/SophyaPI/ProgPI/smakefile@ 3841

Last change on this file since 3841 was 3841, checked in by ansari, 15 years ago

adaptation a l'introduction du flag -wgrdl de configure, Reza 09/08/2010

File size: 45.0 KB
Line 
1include $(SOPHYABASE)/include/sophyamake.inc
2
3PROGS = $(SOPHYAEXEP)spiapp
4
5all: $(PROGS)
6
7clean:
8 rm -f $(PROGS)
9 rm -f $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)piacmdrdr.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o
10
11spiapp: $(SOPHYAEXEP)spiapp
12 echo $@ " done"
13$(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)piacmdrdr.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o
14 $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)piacmdrdr.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o $(SOPHYAALLSLBLIST)
15
16$(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc $(SOPHYAINCP)sopnamsp.h \
17 $(SOPHYAINCP)machdefs.h \
18 $(SOPHYAINCP)osx_values.h \
19 $(SOPHYAINCP)nobjmgr.h \
20 $(SOPHYAINCP)machdefs.h \
21 $(SOPHYAINCP)anydataobj.h \
22 $(SOPHYAINCP)machdefs.h \
23 $(SOPHYAINCP)ppersist.h \
24 $(SOPHYAINCP)machdefs.h \
25 $(SOPHYAINCP)pexceptions.h \
26 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
27 $(SOPHYAINCP)ppfbinstream.h \
28 $(SOPHYAINCP)machdefs.h \
29 $(SOPHYAINCP)rawstream.h \
30 $(SOPHYAINCP)machdefs.h \
31 $(SOPHYAINCP)ppfnametag.h \
32 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
33 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
34 $(SOPHYAINCP)anydataobj.h \
35 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
36 $(SOPHYAINCP)machdefs.h \
37 $(SOPHYAINCP)timestamp.h \
38 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
39 $(SOPHYAINCP)dlftypes.h \
40 $(SOPHYAINCP)machdefs.h \
41 $(SOPHYAINCP)servnobjm.h \
42 $(SOPHYAINCP)machdefs.h \
43 $(SOPHYAINCP)nobjmgr.h $(SOPHYAINCP)pdlmgr.h \
44 $(SOPHYAINCP)machdefs.h \
45 $(SOPHYAINCP)dlftypes.h \
46 $(SOPHYAINCP)machdefs.h \
47 $(SOPHYAINCP)anydataobj.h \
48 $(SOPHYAINCP)zthread.h \
49 $(SOPHYAINCP)machdefs.h \
50 $(SOPHYAINCP)pexceptions.h \
51 $(SOPHYAINCP)nomgadapter.h \
52 $(SOPHYAINCP)machdefs.h \
53 $(SOPHYAINCP)ppersist.h \
54 $(SOPHYAINCP)anydataobj.h \
55 $(SOPHYAINCP)pidrawer.h \
56 $(SOPHYAINCP)pibwdggen.h \
57 $(SOPHYAINCP)pisysdep.h \
58 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)piwdgx.h \
59 $(SOPHYAINCP)piwdggen.h \
60 $(SOPHYAINCP)machdefs.h \
61 $(SOPHYAINCP)pimsghandler.h \
62 $(SOPHYAINCP)machdefs.h \
63 $(SOPHYAINCP)picolist.h \
64 $(SOPHYAINCP)pipixutils.h \
65 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pisysdep.h \
66 $(SOPHYAINCP)picmapx.h \
67 $(SOPHYAINCP)picmapgen.h \
68 $(SOPHYAINCP)pisysdep.h \
69 $(SOPHYAINCP)pigraphx.h \
70 $(SOPHYAINCP)pisysdep.h \
71 $(SOPHYAINCP)pigraphgen.h \
72 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
73 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pifontx.h \
74 $(SOPHYAINCP)pisysdep.h \
75 $(SOPHYAINCP)pifontgen.h \
76 $(SOPHYAINCP)pisysdep.h \
77 $(SOPHYAINCP)picolist.h \
78 $(SOPHYAINCP)pigrcoord.h \
79 $(SOPHYAINCP)pisysdep.h \
80 $(SOPHYAINCP)pilineatt.h \
81 $(SOPHYAINCP)pisysdep.h \
82 $(SOPHYAINCP)pipixutils.h \
83 $(SOPHYAINCP)pigraphuc.h \
84 $(SOPHYAINCP)pisysdep.h \
85 $(SOPHYAINCP)pigraphgen.h \
86 $(SOPHYAINCP)pievthandler.h \
87 $(SOPHYAINCP)pisysdep.h \
88 $(SOPHYAINCP)pimsghandler.h \
89 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)pigraphx.h \
90 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)machdefs.h \
91 $(SOPHYAINCP)pisysdep.h \
92 $(SOPHYAINCP)pifontgen.h \
93 $(SOPHYAINCP)pigraphgen.h \
94 $(SOPHYAINCP)picmap.h \
95 $(SOPHYAINCP)pigraphuc.h \
96 $(SOPHYAINCP)pigratt.h \
97 $(SOPHYAINCP)pisysdep.h \
98 $(SOPHYAINCP)pigraphgen.h \
99 $(SOPHYAINCP)piaxes.h \
100 $(SOPHYAINCP)pigraphuc.h \
101 $(SOPHYAINCP)pigratt.h \
102 $(SOPHYAINCP)parradapter.h \
103 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)lut.h \
104 $(SOPHYAINCP)pipixutils.h \
105 $(SOPHYAINCP)ntupintf.h \
106 $(SOPHYAINCP)machdefs.h \
107 $(SOPHYAINCP)generalfit.h \
108 $(SOPHYAINCP)pexceptions.h \
109 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
110 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
111 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
112 $(SOPHYAINCP)machdefs.h \
113 $(SOPHYAINCP)anydataobj.h \
114 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \
115 $(SOPHYAINCP)ndatablock.h \
116 $(SOPHYAINCP)machdefs.h \
117 $(SOPHYAINCP)anydataobj.h \
118 $(SOPHYAINCP)utilarr.h \
119 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
120 $(SOPHYAINCP)randinterf.h \
121 $(SOPHYAINCP)machdefs.h \
122 $(SOPHYAINCP)anydataobj.h \
123 $(SOPHYAINCP)tmatrix_tsnl.h \
124 $(SOPHYAINCP)tvector_tsnl.h \
125 $(SOPHYAINCP)generaldata.h \
126 $(SOPHYAINCP)objfio.h \
127 $(SOPHYAINCP)pexceptions.h \
128 $(SOPHYAINCP)ppersist.h \
129 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \
130 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)peida.h \
131 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)utils.h \
132 $(SOPHYAINCP)machdefs.h \
133 $(SOPHYAINCP)perrors.h \
134 $(SOPHYAINCP)pexceptions.h \
135 $(SOPHYAINCP)pexceptions.h \
136 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)tvector.h \
137 $(SOPHYAINCP)ppersist.h \
138 $(SOPHYAINCP)anydataobj.h \
139 $(SOPHYAINCP)generalfunc.h \
140 $(SOPHYAINCP)pistdimgapp.h \
141 $(SOPHYAINCP)pisysdep.h \
142 $(SOPHYAINCP)piapplx.h \
143 $(SOPHYAINCP)piapplgen.h \
144 $(SOPHYAINCP)pimsghandler.h \
145 $(SOPHYAINCP)pisysdep.h \
146 $(SOPHYAINCP)picontainerx.h \
147 $(SOPHYAINCP)pisysdep.h \
148 $(SOPHYAINCP)picontainergen.h \
149 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
150 $(SOPHYAINCP)pimenubarx.h \
151 $(SOPHYAINCP)pimenubargen.h \
152 $(SOPHYAINCP)pisysdep.h \
153 $(SOPHYAINCP)pimenux.h \
154 $(SOPHYAINCP)pimenugen.h \
155 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
156 $(SOPHYAINCP)piconsenum.h \
157 $(SOPHYAINCP)piwdgx.h \
158 $(SOPHYAINCP)picontainerx.h \
159 $(SOPHYAINCP)piwindowx.h \
160 $(SOPHYAINCP)piwindowgen.h \
161 $(SOPHYAINCP)pisysdep.h \
162 $(SOPHYAINCP)picontainerx.h \
163 $(SOPHYAINCP)pisysdep.h \
164 $(SOPHYAINCP)pimenux.h \
165 $(SOPHYAINCP)pioptmenux.h \
166 $(SOPHYAINCP)pisysdep.h \
167 $(SOPHYAINCP)pioptmenugen.h \
168 $(SOPHYAINCP)pisysdep.h \
169 $(SOPHYAINCP)pimenux.h \
170 $(SOPHYAINCP)pistdwdgx.h \
171 $(SOPHYAINCP)pistdwdggen.h \
172 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
173 $(SOPHYAINCP)pistdwdgx.h \
174 $(SOPHYAINCP)pifilechox.h \
175 $(SOPHYAINCP)pisysdep.h \
176 $(SOPHYAINCP)pifilechogen.h \
177 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
178 $(SOPHYAINCP)piwindowx.h \
179 $(SOPHYAINCP)piperiodx.h \
180 $(SOPHYAINCP)periodic.h \
181 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)picons.h \
182 $(SOPHYAINCP)pisysdep.h \
183 $(SOPHYAINCP)pistdwdgx.h \
184 $(SOPHYAINCP)picontainerx.h \
185 $(SOPHYAINCP)pibwdgx.h \
186 $(SOPHYAINCP)pisysdep.h \
187 $(SOPHYAINCP)pibwdggen.h \
188 $(SOPHYAINCP)pigraphx.h \
189 $(SOPHYAINCP)pigraphps.h \
190 $(SOPHYAINCP)pisysdep.h \
191 $(SOPHYAINCP)pigraphgen.h \
192 $(SOPHYAINCP)psfile.h \
193 $(SOPHYAINCP)piconsenum.h \
194 $(SOPHYAINCP)piimage.h \
195 $(SOPHYAINCP)parradapter.h \
196 $(SOPHYAINCP)pisysdep.h \
197 $(SOPHYAINCP)pieldrw.h \
198 $(SOPHYAINCP)pidrawer.h \
199 $(SOPHYAINCP)pipixmapx.h \
200 $(SOPHYAINCP)pipixmapgen.h \
201 $(SOPHYAINCP)pisysdep.h \
202 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
203 $(SOPHYAINCP)pipixutils.h \
204 $(SOPHYAINCP)pistdwdgx.h \
205 $(SOPHYAINCP)piwindowx.h \
206 $(SOPHYAINCP)picmapview.h \
207 $(SOPHYAINCP)pisysdep.h \
208 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
209 $(SOPHYAINCP)pidrawer.h $(SOPHYAINCP)lut.h \
210 $(SOPHYAINCP)pi3dwdg.h \
211 $(SOPHYAINCP)pisysdep.h \
212 $(SOPHYAINCP)pi3ddrw.h \
213 $(SOPHYAINCP)pisysdep.h \
214 $(SOPHYAINCP)pidrawer.h \
215 $(SOPHYAINCP)pieldrw.h \
216 $(SOPHYAINCP)pigraph3d.h \
217 $(SOPHYAINCP)pisysdep.h \
218 $(SOPHYAINCP)pigraphuc.h \
219 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)nobjmgr.h \
220 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)machdefs.h \
221 $(SOPHYAINCP)commander.h \
222 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)pdlmgr.h \
223 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)ctimer.h \
224 $(SOPHYAINCP)machdefs.h \
225 $(SOPHYAINCP)zthread.h \
226 $(SOPHYAINCP)dlftypes.h \
227 $(SOPHYAINCP)machdefs.h \
228 $(SOPHYAINCP)pisiadw.h \
229 $(SOPHYAINCP)pisysdep.h \
230 $(SOPHYAINCP)piapplx.h \
231 $(SOPHYAINCP)piwindowx.h \
232 $(SOPHYAINCP)pimenux.h \
233 $(SOPHYAINCP)pioptmenux.h \
234 $(SOPHYAINCP)pistdwdgx.h \
235 $(SOPHYAINCP)pilistx.h \
236 $(SOPHYAINCP)pilistgen.h \
237 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
238 $(SOPHYAINCP)pistzwin.h \
239 $(SOPHYAINCP)pisysdep.h \
240 $(SOPHYAINCP)piwindowx.h \
241 $(SOPHYAINCP)piperiodx.h \
242 $(SOPHYAINCP)pitherm.h \
243 $(SOPHYAINCP)pisysdep.h \
244 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)zthread.h \
245 $(SOPHYAINCP)resusage.h \
246 $(SOPHYAINCP)machdefs.h \
247 $(SOPHYAINCP)fbtntintf.h \
248 $(SOPHYAINCP)machdefs.h \
249 $(SOPHYAINCP)anydataobj.h \
250 $(SOPHYAINCP)ntupintf.h \
251 $(SOPHYAINCP)FitsIO/fitsio.h \
252 $(SOPHYAINCP)FitsIO/longnam.h \
253 $(SOPHYAINCP)nomhistadapter.h \
254 $(SOPHYAINCP)nomgadapter.h \
255 $(SOPHYAINCP)histos.h $(SOPHYAINCP)objfio.h \
256 $(SOPHYAINCP)peida.h $(SOPHYAINCP)tvector.h \
257 $(SOPHYAINCP)ppersist.h \
258 $(SOPHYAINCP)anydataobj.h \
259 $(SOPHYAINCP)histos2.h \
260 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)peida.h \
261 $(SOPHYAINCP)utils.h $(SOPHYAINCP)histos.h \
262 $(SOPHYAINCP)hisprof.h $(SOPHYAINCP)peida.h \
263 $(SOPHYAINCP)tvector.h \
264 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)histos.h \
265 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)objfio.h \
266 $(SOPHYAINCP)ntupintf.h \
267 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
268 $(SOPHYAINCP)basedtable.h \
269 $(SOPHYAINCP)machdefs.h \
270 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)dvlist.h \
271 $(SOPHYAINCP)segdatablock.h \
272 $(SOPHYAINCP)machdefs.h \
273 $(SOPHYAINCP)anydataobj.h \
274 $(SOPHYAINCP)thsafeop.h \
275 $(SOPHYAINCP)machdefs.h \
276 $(SOPHYAINCP)pexceptions.h \
277 $(SOPHYAINCP)tvector.h \
278 $(SOPHYAINCP)swfitsdtable.h \
279 $(SOPHYAINCP)basedtable.h \
280 $(SOPHYAINCP)swsegdb.h \
281 $(SOPHYAINCP)machdefs.h \
282 $(SOPHYAINCP)segdatablock.h \
283 $(SOPHYAINCP)pexceptions.h \
284 $(SOPHYAINCP)fitsswapper.h \
285 $(SOPHYAINCP)machdefs.h \
286 $(SOPHYAINCP)swsegdb.h \
287 $(SOPHYAINCP)fitsinoutfile.h \
288 $(SOPHYAINCP)machdefs.h \
289 $(SOPHYAINCP)pexceptions.h \
290 $(SOPHYAINCP)dvlist.h \
291 $(SOPHYAINCP)FitsIO/fitsio.h \
292 $(SOPHYAINCP)fitsblkrw.h \
293 $(SOPHYAINCP)fitsinoutfile.h \
294 $(SOPHYAINCP)basedtable.h \
295 $(SOPHYAINCP)fitshandler.h \
296 $(SOPHYAINCP)machdefs.h \
297 $(SOPHYAINCP)fitsinoutfile.h \
298 $(SOPHYAINCP)fitsmanager.h \
299 $(SOPHYAINCP)machdefs.h \
300 $(SOPHYAINCP)fitsinoutfile.h \
301 $(SOPHYAINCP)fiosinit.h \
302 $(SOPHYAINCP)sophyainit.h \
303 $(SOPHYAINCP)machdefs.h
304 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbtadapter.cc
305
306$(SOPHYAOBJP)piacmdrdr.o: piacmdrdr.cc $(SOPHYAINCP)sopnamsp.h \
307 $(SOPHYAINCP)sspvflags.h piacmdrdr.h \
308 $(SOPHYAINCP)machdefs.h \
309 $(SOPHYAINCP)osx_values.h \
310 $(SOPHYAINCP)zthread.h \
311 $(SOPHYAINCP)machdefs.h \
312 $(SOPHYAINCP)pexceptions.h \
313 $(SOPHYAINCP)machdefs.h \
314 $(SOPHYAINCP)pistdimgapp.h \
315 $(SOPHYAINCP)pisysdep.h \
316 $(SOPHYAINCP)machdefs.h \
317 $(SOPHYAINCP)piapplx.h \
318 $(SOPHYAINCP)piapplgen.h \
319 $(SOPHYAINCP)pimsghandler.h \
320 $(SOPHYAINCP)machdefs.h \
321 $(SOPHYAINCP)pisysdep.h \
322 $(SOPHYAINCP)picontainerx.h \
323 $(SOPHYAINCP)pisysdep.h \
324 $(SOPHYAINCP)picontainergen.h \
325 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
326 $(SOPHYAINCP)piwdggen.h \
327 $(SOPHYAINCP)machdefs.h \
328 $(SOPHYAINCP)pimsghandler.h \
329 $(SOPHYAINCP)picolist.h \
330 $(SOPHYAINCP)pipixutils.h \
331 $(SOPHYAINCP)pimenubarx.h \
332 $(SOPHYAINCP)pimenubargen.h \
333 $(SOPHYAINCP)pisysdep.h \
334 $(SOPHYAINCP)pimenux.h \
335 $(SOPHYAINCP)pimenugen.h \
336 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
337 $(SOPHYAINCP)piconsenum.h \
338 $(SOPHYAINCP)piwdgx.h \
339 $(SOPHYAINCP)picontainerx.h \
340 $(SOPHYAINCP)piwindowx.h \
341 $(SOPHYAINCP)piwindowgen.h \
342 $(SOPHYAINCP)pisysdep.h \
343 $(SOPHYAINCP)picontainerx.h \
344 $(SOPHYAINCP)pisysdep.h \
345 $(SOPHYAINCP)pimenux.h \
346 $(SOPHYAINCP)pioptmenux.h \
347 $(SOPHYAINCP)pisysdep.h \
348 $(SOPHYAINCP)pioptmenugen.h \
349 $(SOPHYAINCP)pisysdep.h \
350 $(SOPHYAINCP)pimenux.h \
351 $(SOPHYAINCP)pistdwdgx.h \
352 $(SOPHYAINCP)pistdwdggen.h \
353 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
354 $(SOPHYAINCP)pistdwdgx.h \
355 $(SOPHYAINCP)pifilechox.h \
356 $(SOPHYAINCP)pisysdep.h \
357 $(SOPHYAINCP)pifilechogen.h \
358 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
359 $(SOPHYAINCP)piwindowx.h \
360 $(SOPHYAINCP)piperiodx.h \
361 $(SOPHYAINCP)periodic.h \
362 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)picons.h \
363 $(SOPHYAINCP)pisysdep.h \
364 $(SOPHYAINCP)pistdwdgx.h \
365 $(SOPHYAINCP)picontainerx.h \
366 $(SOPHYAINCP)pibwdgx.h \
367 $(SOPHYAINCP)pisysdep.h \
368 $(SOPHYAINCP)pibwdggen.h \
369 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
370 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pisysdep.h \
371 $(SOPHYAINCP)picmapx.h \
372 $(SOPHYAINCP)picmapgen.h \
373 $(SOPHYAINCP)pisysdep.h \
374 $(SOPHYAINCP)pigraphx.h \
375 $(SOPHYAINCP)pisysdep.h \
376 $(SOPHYAINCP)pigraphgen.h \
377 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
378 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pifontx.h \
379 $(SOPHYAINCP)pisysdep.h \
380 $(SOPHYAINCP)pifontgen.h \
381 $(SOPHYAINCP)pisysdep.h \
382 $(SOPHYAINCP)picolist.h \
383 $(SOPHYAINCP)pigrcoord.h \
384 $(SOPHYAINCP)pisysdep.h \
385 $(SOPHYAINCP)pilineatt.h \
386 $(SOPHYAINCP)pisysdep.h \
387 $(SOPHYAINCP)pipixutils.h \
388 $(SOPHYAINCP)pigraphuc.h \
389 $(SOPHYAINCP)pisysdep.h \
390 $(SOPHYAINCP)pigraphgen.h \
391 $(SOPHYAINCP)pievthandler.h \
392 $(SOPHYAINCP)pisysdep.h \
393 $(SOPHYAINCP)pimsghandler.h \
394 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)pigraphx.h \
395 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)machdefs.h \
396 $(SOPHYAINCP)pisysdep.h \
397 $(SOPHYAINCP)pifontgen.h \
398 $(SOPHYAINCP)pigraphgen.h \
399 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pigraphx.h \
400 $(SOPHYAINCP)pigraphps.h \
401 $(SOPHYAINCP)pisysdep.h \
402 $(SOPHYAINCP)pigraphgen.h \
403 $(SOPHYAINCP)psfile.h \
404 $(SOPHYAINCP)piconsenum.h \
405 $(SOPHYAINCP)piimage.h \
406 $(SOPHYAINCP)parradapter.h \
407 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)lut.h \
408 $(SOPHYAINCP)pipixutils.h \
409 $(SOPHYAINCP)pisysdep.h \
410 $(SOPHYAINCP)pieldrw.h \
411 $(SOPHYAINCP)pidrawer.h \
412 $(SOPHYAINCP)pibwdggen.h \
413 $(SOPHYAINCP)pigraphuc.h \
414 $(SOPHYAINCP)pigratt.h \
415 $(SOPHYAINCP)pisysdep.h \
416 $(SOPHYAINCP)pigraphgen.h \
417 $(SOPHYAINCP)piaxes.h \
418 $(SOPHYAINCP)pigraphuc.h \
419 $(SOPHYAINCP)pigratt.h \
420 $(SOPHYAINCP)pipixmapx.h \
421 $(SOPHYAINCP)pipixmapgen.h \
422 $(SOPHYAINCP)pisysdep.h \
423 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
424 $(SOPHYAINCP)pipixutils.h \
425 $(SOPHYAINCP)pistdwdgx.h \
426 $(SOPHYAINCP)piwindowx.h \
427 $(SOPHYAINCP)picmapview.h \
428 $(SOPHYAINCP)pisysdep.h \
429 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
430 $(SOPHYAINCP)pidrawer.h $(SOPHYAINCP)lut.h \
431 $(SOPHYAINCP)pi3dwdg.h \
432 $(SOPHYAINCP)pisysdep.h \
433 $(SOPHYAINCP)pi3ddrw.h \
434 $(SOPHYAINCP)pisysdep.h \
435 $(SOPHYAINCP)pidrawer.h \
436 $(SOPHYAINCP)pieldrw.h \
437 $(SOPHYAINCP)pigraph3d.h \
438 $(SOPHYAINCP)pisysdep.h \
439 $(SOPHYAINCP)pigraphuc.h \
440 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)nobjmgr.h \
441 $(SOPHYAINCP)machdefs.h \
442 $(SOPHYAINCP)anydataobj.h \
443 $(SOPHYAINCP)machdefs.h \
444 $(SOPHYAINCP)ppersist.h \
445 $(SOPHYAINCP)machdefs.h \
446 $(SOPHYAINCP)pexceptions.h \
447 $(SOPHYAINCP)gnumd5.h \
448 $(SOPHYAINCP)ppfbinstream.h \
449 $(SOPHYAINCP)machdefs.h \
450 $(SOPHYAINCP)rawstream.h \
451 $(SOPHYAINCP)machdefs.h \
452 $(SOPHYAINCP)ppfnametag.h \
453 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
454 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
455 $(SOPHYAINCP)anydataobj.h \
456 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
457 $(SOPHYAINCP)machdefs.h \
458 $(SOPHYAINCP)timestamp.h \
459 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
460 $(SOPHYAINCP)dlftypes.h \
461 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)piacmd.h \
462 $(SOPHYAINCP)machdefs.h \
463 $(SOPHYAINCP)commander.h \
464 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)pdlmgr.h \
465 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
466 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)machdefs.h \
467 $(SOPHYAINCP)zthread.h \
468 $(SOPHYAINCP)dlftypes.h \
469 $(SOPHYAINCP)machdefs.h \
470 $(SOPHYAINCP)pisiadw.h \
471 $(SOPHYAINCP)pisysdep.h \
472 $(SOPHYAINCP)piapplx.h \
473 $(SOPHYAINCP)piwindowx.h \
474 $(SOPHYAINCP)pimenux.h \
475 $(SOPHYAINCP)pioptmenux.h \
476 $(SOPHYAINCP)pistdwdgx.h \
477 $(SOPHYAINCP)pilistx.h \
478 $(SOPHYAINCP)pilistgen.h \
479 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
480 $(SOPHYAINCP)pistzwin.h \
481 $(SOPHYAINCP)pisysdep.h \
482 $(SOPHYAINCP)piwindowx.h \
483 $(SOPHYAINCP)piperiodx.h \
484 $(SOPHYAINCP)pitherm.h \
485 $(SOPHYAINCP)pisysdep.h \
486 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)zthread.h \
487 $(SOPHYAINCP)resusage.h \
488 $(SOPHYAINCP)machdefs.h
489 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmdrdr.cc
490
491$(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \
492 $(SOPHYAINCP)pistdimgapp.h \
493 $(SOPHYAINCP)pisysdep.h \
494 $(SOPHYAINCP)machdefs.h \
495 $(SOPHYAINCP)osx_values.h \
496 $(SOPHYAINCP)piapplx.h \
497 $(SOPHYAINCP)piapplgen.h \
498 $(SOPHYAINCP)pimsghandler.h \
499 $(SOPHYAINCP)machdefs.h \
500 $(SOPHYAINCP)pisysdep.h \
501 $(SOPHYAINCP)picontainerx.h \
502 $(SOPHYAINCP)pisysdep.h \
503 $(SOPHYAINCP)picontainergen.h \
504 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
505 $(SOPHYAINCP)piwdggen.h \
506 $(SOPHYAINCP)machdefs.h \
507 $(SOPHYAINCP)pimsghandler.h \
508 $(SOPHYAINCP)picolist.h \
509 $(SOPHYAINCP)pipixutils.h \
510 $(SOPHYAINCP)pimenubarx.h \
511 $(SOPHYAINCP)pimenubargen.h \
512 $(SOPHYAINCP)pisysdep.h \
513 $(SOPHYAINCP)pimenux.h \
514 $(SOPHYAINCP)pimenugen.h \
515 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
516 $(SOPHYAINCP)piconsenum.h \
517 $(SOPHYAINCP)piwdgx.h \
518 $(SOPHYAINCP)picontainerx.h \
519 $(SOPHYAINCP)piwindowx.h \
520 $(SOPHYAINCP)piwindowgen.h \
521 $(SOPHYAINCP)pisysdep.h \
522 $(SOPHYAINCP)picontainerx.h \
523 $(SOPHYAINCP)pisysdep.h \
524 $(SOPHYAINCP)pimenux.h \
525 $(SOPHYAINCP)pioptmenux.h \
526 $(SOPHYAINCP)pisysdep.h \
527 $(SOPHYAINCP)pioptmenugen.h \
528 $(SOPHYAINCP)pisysdep.h \
529 $(SOPHYAINCP)pimenux.h \
530 $(SOPHYAINCP)pistdwdgx.h \
531 $(SOPHYAINCP)pistdwdggen.h \
532 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
533 $(SOPHYAINCP)pistdwdgx.h \
534 $(SOPHYAINCP)pifilechox.h \
535 $(SOPHYAINCP)pisysdep.h \
536 $(SOPHYAINCP)pifilechogen.h \
537 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
538 $(SOPHYAINCP)piwindowx.h \
539 $(SOPHYAINCP)piperiodx.h \
540 $(SOPHYAINCP)periodic.h \
541 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)picons.h \
542 $(SOPHYAINCP)pisysdep.h \
543 $(SOPHYAINCP)pistdwdgx.h \
544 $(SOPHYAINCP)picontainerx.h \
545 $(SOPHYAINCP)pibwdgx.h \
546 $(SOPHYAINCP)pisysdep.h \
547 $(SOPHYAINCP)pibwdggen.h \
548 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
549 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pisysdep.h \
550 $(SOPHYAINCP)picmapx.h \
551 $(SOPHYAINCP)picmapgen.h \
552 $(SOPHYAINCP)pisysdep.h \
553 $(SOPHYAINCP)pigraphx.h \
554 $(SOPHYAINCP)pisysdep.h \
555 $(SOPHYAINCP)pigraphgen.h \
556 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
557 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pifontx.h \
558 $(SOPHYAINCP)pisysdep.h \
559 $(SOPHYAINCP)pifontgen.h \
560 $(SOPHYAINCP)pisysdep.h \
561 $(SOPHYAINCP)picolist.h \
562 $(SOPHYAINCP)pigrcoord.h \
563 $(SOPHYAINCP)pisysdep.h \
564 $(SOPHYAINCP)pilineatt.h \
565 $(SOPHYAINCP)pisysdep.h \
566 $(SOPHYAINCP)pipixutils.h \
567 $(SOPHYAINCP)pigraphuc.h \
568 $(SOPHYAINCP)pisysdep.h \
569 $(SOPHYAINCP)pigraphgen.h \
570 $(SOPHYAINCP)pievthandler.h \
571 $(SOPHYAINCP)pisysdep.h \
572 $(SOPHYAINCP)pimsghandler.h \
573 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)pigraphx.h \
574 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)machdefs.h \
575 $(SOPHYAINCP)pisysdep.h \
576 $(SOPHYAINCP)pifontgen.h \
577 $(SOPHYAINCP)pigraphgen.h \
578 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pigraphx.h \
579 $(SOPHYAINCP)pigraphps.h \
580 $(SOPHYAINCP)pisysdep.h \
581 $(SOPHYAINCP)pigraphgen.h \
582 $(SOPHYAINCP)psfile.h \
583 $(SOPHYAINCP)piconsenum.h \
584 $(SOPHYAINCP)piimage.h \
585 $(SOPHYAINCP)parradapter.h \
586 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)lut.h \
587 $(SOPHYAINCP)pipixutils.h \
588 $(SOPHYAINCP)pisysdep.h \
589 $(SOPHYAINCP)pieldrw.h \
590 $(SOPHYAINCP)pidrawer.h \
591 $(SOPHYAINCP)pibwdggen.h \
592 $(SOPHYAINCP)pigraphuc.h \
593 $(SOPHYAINCP)pigratt.h \
594 $(SOPHYAINCP)pisysdep.h \
595 $(SOPHYAINCP)pigraphgen.h \
596 $(SOPHYAINCP)piaxes.h \
597 $(SOPHYAINCP)pigraphuc.h \
598 $(SOPHYAINCP)pigratt.h \
599 $(SOPHYAINCP)pipixmapx.h \
600 $(SOPHYAINCP)pipixmapgen.h \
601 $(SOPHYAINCP)pisysdep.h \
602 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
603 $(SOPHYAINCP)pipixutils.h \
604 $(SOPHYAINCP)pistdwdgx.h \
605 $(SOPHYAINCP)piwindowx.h \
606 $(SOPHYAINCP)picmapview.h \
607 $(SOPHYAINCP)pisysdep.h \
608 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
609 $(SOPHYAINCP)pidrawer.h $(SOPHYAINCP)lut.h \
610 $(SOPHYAINCP)pi3dwdg.h \
611 $(SOPHYAINCP)pisysdep.h \
612 $(SOPHYAINCP)pi3ddrw.h \
613 $(SOPHYAINCP)pisysdep.h \
614 $(SOPHYAINCP)pidrawer.h \
615 $(SOPHYAINCP)pieldrw.h \
616 $(SOPHYAINCP)pigraph3d.h \
617 $(SOPHYAINCP)pisysdep.h \
618 $(SOPHYAINCP)pigraphuc.h \
619 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)nobjmgr.h \
620 $(SOPHYAINCP)machdefs.h \
621 $(SOPHYAINCP)anydataobj.h \
622 $(SOPHYAINCP)machdefs.h \
623 $(SOPHYAINCP)ppersist.h \
624 $(SOPHYAINCP)machdefs.h \
625 $(SOPHYAINCP)pexceptions.h \
626 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
627 $(SOPHYAINCP)ppfbinstream.h \
628 $(SOPHYAINCP)machdefs.h \
629 $(SOPHYAINCP)rawstream.h \
630 $(SOPHYAINCP)machdefs.h \
631 $(SOPHYAINCP)ppfnametag.h \
632 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
633 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
634 $(SOPHYAINCP)anydataobj.h \
635 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
636 $(SOPHYAINCP)machdefs.h \
637 $(SOPHYAINCP)timestamp.h \
638 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
639 $(SOPHYAINCP)dlftypes.h \
640 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)piacmd.h \
641 $(SOPHYAINCP)machdefs.h \
642 $(SOPHYAINCP)commander.h \
643 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)pdlmgr.h \
644 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
645 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)machdefs.h \
646 $(SOPHYAINCP)zthread.h \
647 $(SOPHYAINCP)machdefs.h \
648 $(SOPHYAINCP)pexceptions.h \
649 $(SOPHYAINCP)dlftypes.h \
650 $(SOPHYAINCP)machdefs.h \
651 $(SOPHYAINCP)pisiadw.h \
652 $(SOPHYAINCP)pisysdep.h \
653 $(SOPHYAINCP)piapplx.h \
654 $(SOPHYAINCP)piwindowx.h \
655 $(SOPHYAINCP)pimenux.h \
656 $(SOPHYAINCP)pioptmenux.h \
657 $(SOPHYAINCP)pistdwdgx.h \
658 $(SOPHYAINCP)pilistx.h \
659 $(SOPHYAINCP)pilistgen.h \
660 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
661 $(SOPHYAINCP)pistzwin.h \
662 $(SOPHYAINCP)pisysdep.h \
663 $(SOPHYAINCP)piwindowx.h \
664 $(SOPHYAINCP)piperiodx.h \
665 $(SOPHYAINCP)pitherm.h \
666 $(SOPHYAINCP)pisysdep.h \
667 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)zthread.h \
668 $(SOPHYAINCP)resusage.h \
669 $(SOPHYAINCP)machdefs.h piacmdrdr.h \
670 $(SOPHYAINCP)piversion.h \
671 $(SOPHYAINCP)piaversion.h \
672 $(SOPHYAINCP)timing.h $(SOPHYAINCP)skyinit.h \
673 $(SOPHYAINCP)ntoolsinit.h \
674 $(SOPHYAINCP)tarrinit.h \
675 $(SOPHYAINCP)sophyainit.h \
676 $(SOPHYAINCP)machdefs.h
677 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc
678
679$(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc $(SOPHYAINCP)sopnamsp.h \
680 $(SOPHYAINCP)machdefs.h \
681 $(SOPHYAINCP)osx_values.h \
682 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)machdefs.h \
683 $(SOPHYAINCP)commander.h \
684 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)pdlmgr.h \
685 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
686 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
687 $(SOPHYAINCP)anydataobj.h \
688 $(SOPHYAINCP)machdefs.h \
689 $(SOPHYAINCP)ppersist.h \
690 $(SOPHYAINCP)machdefs.h \
691 $(SOPHYAINCP)pexceptions.h \
692 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
693 $(SOPHYAINCP)ppfbinstream.h \
694 $(SOPHYAINCP)machdefs.h \
695 $(SOPHYAINCP)rawstream.h \
696 $(SOPHYAINCP)machdefs.h \
697 $(SOPHYAINCP)ppfnametag.h \
698 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
699 $(SOPHYAINCP)machdefs.h \
700 $(SOPHYAINCP)timestamp.h \
701 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
702 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)machdefs.h \
703 $(SOPHYAINCP)zthread.h \
704 $(SOPHYAINCP)machdefs.h \
705 $(SOPHYAINCP)pexceptions.h \
706 $(SOPHYAINCP)dlftypes.h \
707 $(SOPHYAINCP)machdefs.h \
708 $(SOPHYAINCP)nobjmgr.h \
709 $(SOPHYAINCP)machdefs.h \
710 $(SOPHYAINCP)anydataobj.h \
711 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
712 $(SOPHYAINCP)dlftypes.h \
713 $(SOPHYAINCP)machdefs.h \
714 $(SOPHYAINCP)pistdimgapp.h \
715 $(SOPHYAINCP)pisysdep.h \
716 $(SOPHYAINCP)machdefs.h \
717 $(SOPHYAINCP)piapplx.h \
718 $(SOPHYAINCP)piapplgen.h \
719 $(SOPHYAINCP)pimsghandler.h \
720 $(SOPHYAINCP)machdefs.h \
721 $(SOPHYAINCP)pisysdep.h \
722 $(SOPHYAINCP)picontainerx.h \
723 $(SOPHYAINCP)pisysdep.h \
724 $(SOPHYAINCP)picontainergen.h \
725 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
726 $(SOPHYAINCP)piwdggen.h \
727 $(SOPHYAINCP)machdefs.h \
728 $(SOPHYAINCP)pimsghandler.h \
729 $(SOPHYAINCP)picolist.h \
730 $(SOPHYAINCP)pipixutils.h \
731 $(SOPHYAINCP)pimenubarx.h \
732 $(SOPHYAINCP)pimenubargen.h \
733 $(SOPHYAINCP)pisysdep.h \
734 $(SOPHYAINCP)pimenux.h \
735 $(SOPHYAINCP)pimenugen.h \
736 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
737 $(SOPHYAINCP)piconsenum.h \
738 $(SOPHYAINCP)piwdgx.h \
739 $(SOPHYAINCP)picontainerx.h \
740 $(SOPHYAINCP)piwindowx.h \
741 $(SOPHYAINCP)piwindowgen.h \
742 $(SOPHYAINCP)pisysdep.h \
743 $(SOPHYAINCP)picontainerx.h \
744 $(SOPHYAINCP)pisysdep.h \
745 $(SOPHYAINCP)pimenux.h \
746 $(SOPHYAINCP)pioptmenux.h \
747 $(SOPHYAINCP)pisysdep.h \
748 $(SOPHYAINCP)pioptmenugen.h \
749 $(SOPHYAINCP)pisysdep.h \
750 $(SOPHYAINCP)pimenux.h \
751 $(SOPHYAINCP)pistdwdgx.h \
752 $(SOPHYAINCP)pistdwdggen.h \
753 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
754 $(SOPHYAINCP)pistdwdgx.h \
755 $(SOPHYAINCP)pifilechox.h \
756 $(SOPHYAINCP)pisysdep.h \
757 $(SOPHYAINCP)pifilechogen.h \
758 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
759 $(SOPHYAINCP)piwindowx.h \
760 $(SOPHYAINCP)piperiodx.h \
761 $(SOPHYAINCP)periodic.h \
762 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)picons.h \
763 $(SOPHYAINCP)pisysdep.h \
764 $(SOPHYAINCP)pistdwdgx.h \
765 $(SOPHYAINCP)picontainerx.h \
766 $(SOPHYAINCP)pibwdgx.h \
767 $(SOPHYAINCP)pisysdep.h \
768 $(SOPHYAINCP)pibwdggen.h \
769 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
770 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pisysdep.h \
771 $(SOPHYAINCP)picmapx.h \
772 $(SOPHYAINCP)picmapgen.h \
773 $(SOPHYAINCP)pisysdep.h \
774 $(SOPHYAINCP)pigraphx.h \
775 $(SOPHYAINCP)pisysdep.h \
776 $(SOPHYAINCP)pigraphgen.h \
777 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
778 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pifontx.h \
779 $(SOPHYAINCP)pisysdep.h \
780 $(SOPHYAINCP)pifontgen.h \
781 $(SOPHYAINCP)pisysdep.h \
782 $(SOPHYAINCP)picolist.h \
783 $(SOPHYAINCP)pigrcoord.h \
784 $(SOPHYAINCP)pisysdep.h \
785 $(SOPHYAINCP)pilineatt.h \
786 $(SOPHYAINCP)pisysdep.h \
787 $(SOPHYAINCP)pipixutils.h \
788 $(SOPHYAINCP)pigraphuc.h \
789 $(SOPHYAINCP)pisysdep.h \
790 $(SOPHYAINCP)pigraphgen.h \
791 $(SOPHYAINCP)pievthandler.h \
792 $(SOPHYAINCP)pisysdep.h \
793 $(SOPHYAINCP)pimsghandler.h \
794 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)pigraphx.h \
795 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)machdefs.h \
796 $(SOPHYAINCP)pisysdep.h \
797 $(SOPHYAINCP)pifontgen.h \
798 $(SOPHYAINCP)pigraphgen.h \
799 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pigraphx.h \
800 $(SOPHYAINCP)pigraphps.h \
801 $(SOPHYAINCP)pisysdep.h \
802 $(SOPHYAINCP)pigraphgen.h \
803 $(SOPHYAINCP)psfile.h \
804 $(SOPHYAINCP)piconsenum.h \
805 $(SOPHYAINCP)piimage.h \
806 $(SOPHYAINCP)parradapter.h \
807 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)lut.h \
808 $(SOPHYAINCP)pipixutils.h \
809 $(SOPHYAINCP)pisysdep.h \
810 $(SOPHYAINCP)pieldrw.h \
811 $(SOPHYAINCP)pidrawer.h \
812 $(SOPHYAINCP)pibwdggen.h \
813 $(SOPHYAINCP)pigraphuc.h \
814 $(SOPHYAINCP)pigratt.h \
815 $(SOPHYAINCP)pisysdep.h \
816 $(SOPHYAINCP)pigraphgen.h \
817 $(SOPHYAINCP)piaxes.h \
818 $(SOPHYAINCP)pigraphuc.h \
819 $(SOPHYAINCP)pigratt.h \
820 $(SOPHYAINCP)pipixmapx.h \
821 $(SOPHYAINCP)pipixmapgen.h \
822 $(SOPHYAINCP)pisysdep.h \
823 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
824 $(SOPHYAINCP)pipixutils.h \
825 $(SOPHYAINCP)pistdwdgx.h \
826 $(SOPHYAINCP)piwindowx.h \
827 $(SOPHYAINCP)picmapview.h \
828 $(SOPHYAINCP)pisysdep.h \
829 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
830 $(SOPHYAINCP)pidrawer.h $(SOPHYAINCP)lut.h \
831 $(SOPHYAINCP)pi3dwdg.h \
832 $(SOPHYAINCP)pisysdep.h \
833 $(SOPHYAINCP)pi3ddrw.h \
834 $(SOPHYAINCP)pisysdep.h \
835 $(SOPHYAINCP)pidrawer.h \
836 $(SOPHYAINCP)pieldrw.h \
837 $(SOPHYAINCP)pigraph3d.h \
838 $(SOPHYAINCP)pisysdep.h \
839 $(SOPHYAINCP)pigraphuc.h \
840 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)nobjmgr.h \
841 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)pisiadw.h \
842 $(SOPHYAINCP)pisysdep.h \
843 $(SOPHYAINCP)piapplx.h \
844 $(SOPHYAINCP)piwindowx.h \
845 $(SOPHYAINCP)pimenux.h \
846 $(SOPHYAINCP)pioptmenux.h \
847 $(SOPHYAINCP)pistdwdgx.h \
848 $(SOPHYAINCP)pilistx.h \
849 $(SOPHYAINCP)pilistgen.h \
850 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
851 $(SOPHYAINCP)pistzwin.h \
852 $(SOPHYAINCP)pisysdep.h \
853 $(SOPHYAINCP)piwindowx.h \
854 $(SOPHYAINCP)piperiodx.h \
855 $(SOPHYAINCP)pitherm.h \
856 $(SOPHYAINCP)pisysdep.h \
857 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)zthread.h \
858 $(SOPHYAINCP)resusage.h \
859 $(SOPHYAINCP)machdefs.h \
860 $(SOPHYAINCP)servnobjm.h \
861 $(SOPHYAINCP)machdefs.h \
862 $(SOPHYAINCP)nobjmgr.h $(SOPHYAINCP)pdlmgr.h \
863 $(SOPHYAINCP)dlftypes.h \
864 $(SOPHYAINCP)machdefs.h \
865 $(SOPHYAINCP)anydataobj.h \
866 $(SOPHYAINCP)zthread.h \
867 $(SOPHYAINCP)nomgadapter.h \
868 $(SOPHYAINCP)machdefs.h \
869 $(SOPHYAINCP)ppersist.h \
870 $(SOPHYAINCP)anydataobj.h \
871 $(SOPHYAINCP)pidrawer.h \
872 $(SOPHYAINCP)parradapter.h \
873 $(SOPHYAINCP)ntupintf.h \
874 $(SOPHYAINCP)machdefs.h \
875 $(SOPHYAINCP)generalfit.h \
876 $(SOPHYAINCP)pexceptions.h \
877 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)tmatrix.h \
878 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
879 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
880 $(SOPHYAINCP)machdefs.h \
881 $(SOPHYAINCP)anydataobj.h \
882 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \
883 $(SOPHYAINCP)ndatablock.h \
884 $(SOPHYAINCP)machdefs.h \
885 $(SOPHYAINCP)anydataobj.h \
886 $(SOPHYAINCP)utilarr.h \
887 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
888 $(SOPHYAINCP)randinterf.h \
889 $(SOPHYAINCP)machdefs.h \
890 $(SOPHYAINCP)anydataobj.h \
891 $(SOPHYAINCP)tmatrix_tsnl.h \
892 $(SOPHYAINCP)tvector_tsnl.h \
893 $(SOPHYAINCP)generaldata.h \
894 $(SOPHYAINCP)objfio.h \
895 $(SOPHYAINCP)pexceptions.h \
896 $(SOPHYAINCP)ppersist.h \
897 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \
898 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)peida.h \
899 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)utils.h \
900 $(SOPHYAINCP)machdefs.h \
901 $(SOPHYAINCP)perrors.h \
902 $(SOPHYAINCP)pexceptions.h \
903 $(SOPHYAINCP)pexceptions.h \
904 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)tvector.h \
905 $(SOPHYAINCP)ppersist.h \
906 $(SOPHYAINCP)anydataobj.h \
907 $(SOPHYAINCP)generalfunc.h \
908 $(SOPHYAINCP)ntuple.h $(SOPHYAINCP)objfio.h \
909 $(SOPHYAINCP)ntupintf.h \
910 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
911 $(SOPHYAINCP)slinparbuff.h \
912 $(SOPHYAINCP)pexceptions.h \
913 $(SOPHYAINCP)localmap.h \
914 $(SOPHYAINCP)pixelmap.h \
915 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
916 $(SOPHYAINCP)spherepos.h \
917 $(SOPHYAINCP)machdefs.h \
918 $(SOPHYAINCP)ppersist.h \
919 $(SOPHYAINCP)unitvector.h \
920 $(SOPHYAINCP)vector3d.h \
921 $(SOPHYAINCP)longlat.h \
922 $(SOPHYAINCP)machdefs.h \
923 $(SOPHYAINCP)utilgeom.h \
924 $(SOPHYAINCP)anydataobj.h \
925 $(SOPHYAINCP)datatype.h \
926 $(SOPHYAINCP)machdefs.h \
927 $(SOPHYAINCP)sphericalmap.h \
928 $(SOPHYAINCP)smathconst.h \
929 $(SOPHYAINCP)machdefs.h \
930 $(SOPHYAINCP)pixelmap.h \
931 $(SOPHYAINCP)tvector.h \
932 $(SOPHYAINCP)ndatablock.h \
933 $(SOPHYAINCP)anydataobj.h \
934 $(SOPHYAINCP)ppersist.h \
935 $(SOPHYAINCP)spherehealpix.h \
936 $(SOPHYAINCP)sphericalmap.h \
937 $(SOPHYAINCP)tvector.h \
938 $(SOPHYAINCP)ndatablock.h \
939 $(SOPHYAINCP)anydataobj.h \
940 $(SOPHYAINCP)ppersist.h \
941 $(SOPHYAINCP)HEALPixUtils.h \
942 $(SOPHYAINCP)machdefs.h \
943 $(SOPHYAINCP)ndatablock.h \
944 $(SOPHYAINCP)spherethetaphi.h \
945 $(SOPHYAINCP)sphericalmap.h \
946 $(SOPHYAINCP)ndatablock.h \
947 $(SOPHYAINCP)tvector.h \
948 $(SOPHYAINCP)anydataobj.h \
949 $(SOPHYAINCP)ppersist.h \
950 $(SOPHYAINCP)sphericaltransformserver.h \
951 $(SOPHYAINCP)sphericalmap.h \
952 $(SOPHYAINCP)fftservintf.h \
953 $(SOPHYAINCP)machdefs.h \
954 $(SOPHYAINCP)pexceptions.h \
955 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tvector.h \
956 $(SOPHYAINCP)fftpserver.h \
957 $(SOPHYAINCP)fftservintf.h \
958 $(SOPHYAINCP)randinterf.h $(SOPHYAINCP)alm.h \
959 $(SOPHYAINCP)randinterf.h \
960 $(SOPHYAINCP)nbmath.h $(SOPHYAINCP)machdefs.h \
961 $(SOPHYAINCP)smathconst.h \
962 $(SOPHYAINCP)trngmtx.h \
963 $(SOPHYAINCP)spesqmtx.h \
964 $(SOPHYAINCP)ndatablock.h \
965 $(SOPHYAINCP)pexceptions.h \
966 $(SOPHYAINCP)utilarr.h $(SOPHYAINCP)tmatrix.h \
967 $(SOPHYAINCP)spesqmtx_tsnl.h \
968 $(SOPHYAINCP)tvector.h \
969 $(SOPHYAINCP)lambdaBuilder.h \
970 $(SOPHYAINCP)ndatablock.h \
971 $(SOPHYAINCP)tvector.h $(SOPHYAINCP)alm.h \
972 $(SOPHYAINCP)pexceptions.h
973 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skymapmodule.cc
974
975$(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc $(SOPHYAINCP)sopnamsp.h \
976 $(SOPHYAINCP)machdefs.h \
977 $(SOPHYAINCP)osx_values.h \
978 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)machdefs.h \
979 $(SOPHYAINCP)commander.h \
980 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)pdlmgr.h \
981 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
982 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
983 $(SOPHYAINCP)anydataobj.h \
984 $(SOPHYAINCP)machdefs.h \
985 $(SOPHYAINCP)ppersist.h \
986 $(SOPHYAINCP)machdefs.h \
987 $(SOPHYAINCP)pexceptions.h \
988 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
989 $(SOPHYAINCP)ppfbinstream.h \
990 $(SOPHYAINCP)machdefs.h \
991 $(SOPHYAINCP)rawstream.h \
992 $(SOPHYAINCP)machdefs.h \
993 $(SOPHYAINCP)ppfnametag.h \
994 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
995 $(SOPHYAINCP)machdefs.h \
996 $(SOPHYAINCP)timestamp.h \
997 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
998 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)machdefs.h \
999 $(SOPHYAINCP)zthread.h \
1000 $(SOPHYAINCP)machdefs.h \
1001 $(SOPHYAINCP)pexceptions.h \
1002 $(SOPHYAINCP)dlftypes.h \
1003 $(SOPHYAINCP)machdefs.h \
1004 $(SOPHYAINCP)nobjmgr.h \
1005 $(SOPHYAINCP)machdefs.h \
1006 $(SOPHYAINCP)anydataobj.h \
1007 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
1008 $(SOPHYAINCP)dlftypes.h \
1009 $(SOPHYAINCP)machdefs.h \
1010 $(SOPHYAINCP)pistdimgapp.h \
1011 $(SOPHYAINCP)pisysdep.h \
1012 $(SOPHYAINCP)machdefs.h \
1013 $(SOPHYAINCP)piapplx.h \
1014 $(SOPHYAINCP)piapplgen.h \
1015 $(SOPHYAINCP)pimsghandler.h \
1016 $(SOPHYAINCP)machdefs.h \
1017 $(SOPHYAINCP)pisysdep.h \
1018 $(SOPHYAINCP)picontainerx.h \
1019 $(SOPHYAINCP)pisysdep.h \
1020 $(SOPHYAINCP)picontainergen.h \
1021 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1022 $(SOPHYAINCP)piwdggen.h \
1023 $(SOPHYAINCP)machdefs.h \
1024 $(SOPHYAINCP)pimsghandler.h \
1025 $(SOPHYAINCP)picolist.h \
1026 $(SOPHYAINCP)pipixutils.h \
1027 $(SOPHYAINCP)pimenubarx.h \
1028 $(SOPHYAINCP)pimenubargen.h \
1029 $(SOPHYAINCP)pisysdep.h \
1030 $(SOPHYAINCP)pimenux.h \
1031 $(SOPHYAINCP)pimenugen.h \
1032 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1033 $(SOPHYAINCP)piconsenum.h \
1034 $(SOPHYAINCP)piwdgx.h \
1035 $(SOPHYAINCP)picontainerx.h \
1036 $(SOPHYAINCP)piwindowx.h \
1037 $(SOPHYAINCP)piwindowgen.h \
1038 $(SOPHYAINCP)pisysdep.h \
1039 $(SOPHYAINCP)picontainerx.h \
1040 $(SOPHYAINCP)pisysdep.h \
1041 $(SOPHYAINCP)pimenux.h \
1042 $(SOPHYAINCP)pioptmenux.h \
1043 $(SOPHYAINCP)pisysdep.h \
1044 $(SOPHYAINCP)pioptmenugen.h \
1045 $(SOPHYAINCP)pisysdep.h \
1046 $(SOPHYAINCP)pimenux.h \
1047 $(SOPHYAINCP)pistdwdgx.h \
1048 $(SOPHYAINCP)pistdwdggen.h \
1049 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1050 $(SOPHYAINCP)pistdwdgx.h \
1051 $(SOPHYAINCP)pifilechox.h \
1052 $(SOPHYAINCP)pisysdep.h \
1053 $(SOPHYAINCP)pifilechogen.h \
1054 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1055 $(SOPHYAINCP)piwindowx.h \
1056 $(SOPHYAINCP)piperiodx.h \
1057 $(SOPHYAINCP)periodic.h \
1058 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)picons.h \
1059 $(SOPHYAINCP)pisysdep.h \
1060 $(SOPHYAINCP)pistdwdgx.h \
1061 $(SOPHYAINCP)picontainerx.h \
1062 $(SOPHYAINCP)pibwdgx.h \
1063 $(SOPHYAINCP)pisysdep.h \
1064 $(SOPHYAINCP)pibwdggen.h \
1065 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1066 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pisysdep.h \
1067 $(SOPHYAINCP)picmapx.h \
1068 $(SOPHYAINCP)picmapgen.h \
1069 $(SOPHYAINCP)pisysdep.h \
1070 $(SOPHYAINCP)pigraphx.h \
1071 $(SOPHYAINCP)pisysdep.h \
1072 $(SOPHYAINCP)pigraphgen.h \
1073 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1074 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pifontx.h \
1075 $(SOPHYAINCP)pisysdep.h \
1076 $(SOPHYAINCP)pifontgen.h \
1077 $(SOPHYAINCP)pisysdep.h \
1078 $(SOPHYAINCP)picolist.h \
1079 $(SOPHYAINCP)pigrcoord.h \
1080 $(SOPHYAINCP)pisysdep.h \
1081 $(SOPHYAINCP)pilineatt.h \
1082 $(SOPHYAINCP)pisysdep.h \
1083 $(SOPHYAINCP)pipixutils.h \
1084 $(SOPHYAINCP)pigraphuc.h \
1085 $(SOPHYAINCP)pisysdep.h \
1086 $(SOPHYAINCP)pigraphgen.h \
1087 $(SOPHYAINCP)pievthandler.h \
1088 $(SOPHYAINCP)pisysdep.h \
1089 $(SOPHYAINCP)pimsghandler.h \
1090 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)pigraphx.h \
1091 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)machdefs.h \
1092 $(SOPHYAINCP)pisysdep.h \
1093 $(SOPHYAINCP)pifontgen.h \
1094 $(SOPHYAINCP)pigraphgen.h \
1095 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pigraphx.h \
1096 $(SOPHYAINCP)pigraphps.h \
1097 $(SOPHYAINCP)pisysdep.h \
1098 $(SOPHYAINCP)pigraphgen.h \
1099 $(SOPHYAINCP)psfile.h \
1100 $(SOPHYAINCP)piconsenum.h \
1101 $(SOPHYAINCP)piimage.h \
1102 $(SOPHYAINCP)parradapter.h \
1103 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)lut.h \
1104 $(SOPHYAINCP)pipixutils.h \
1105 $(SOPHYAINCP)pisysdep.h \
1106 $(SOPHYAINCP)pieldrw.h \
1107 $(SOPHYAINCP)pidrawer.h \
1108 $(SOPHYAINCP)pibwdggen.h \
1109 $(SOPHYAINCP)pigraphuc.h \
1110 $(SOPHYAINCP)pigratt.h \
1111 $(SOPHYAINCP)pisysdep.h \
1112 $(SOPHYAINCP)pigraphgen.h \
1113 $(SOPHYAINCP)piaxes.h \
1114 $(SOPHYAINCP)pigraphuc.h \
1115 $(SOPHYAINCP)pigratt.h \
1116 $(SOPHYAINCP)pipixmapx.h \
1117 $(SOPHYAINCP)pipixmapgen.h \
1118 $(SOPHYAINCP)pisysdep.h \
1119 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
1120 $(SOPHYAINCP)pipixutils.h \
1121 $(SOPHYAINCP)pistdwdgx.h \
1122 $(SOPHYAINCP)piwindowx.h \
1123 $(SOPHYAINCP)picmapview.h \
1124 $(SOPHYAINCP)pisysdep.h \
1125 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
1126 $(SOPHYAINCP)pidrawer.h $(SOPHYAINCP)lut.h \
1127 $(SOPHYAINCP)pi3dwdg.h \
1128 $(SOPHYAINCP)pisysdep.h \
1129 $(SOPHYAINCP)pi3ddrw.h \
1130 $(SOPHYAINCP)pisysdep.h \
1131 $(SOPHYAINCP)pidrawer.h \
1132 $(SOPHYAINCP)pieldrw.h \
1133 $(SOPHYAINCP)pigraph3d.h \
1134 $(SOPHYAINCP)pisysdep.h \
1135 $(SOPHYAINCP)pigraphuc.h \
1136 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)nobjmgr.h \
1137 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)pisiadw.h \
1138 $(SOPHYAINCP)pisysdep.h \
1139 $(SOPHYAINCP)piapplx.h \
1140 $(SOPHYAINCP)piwindowx.h \
1141 $(SOPHYAINCP)pimenux.h \
1142 $(SOPHYAINCP)pioptmenux.h \
1143 $(SOPHYAINCP)pistdwdgx.h \
1144 $(SOPHYAINCP)pilistx.h \
1145 $(SOPHYAINCP)pilistgen.h \
1146 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1147 $(SOPHYAINCP)pistzwin.h \
1148 $(SOPHYAINCP)pisysdep.h \
1149 $(SOPHYAINCP)piwindowx.h \
1150 $(SOPHYAINCP)piperiodx.h \
1151 $(SOPHYAINCP)pitherm.h \
1152 $(SOPHYAINCP)pisysdep.h \
1153 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)zthread.h \
1154 $(SOPHYAINCP)resusage.h \
1155 $(SOPHYAINCP)machdefs.h \
1156 $(SOPHYAINCP)servnobjm.h \
1157 $(SOPHYAINCP)machdefs.h \
1158 $(SOPHYAINCP)nobjmgr.h $(SOPHYAINCP)pdlmgr.h \
1159 $(SOPHYAINCP)dlftypes.h \
1160 $(SOPHYAINCP)machdefs.h \
1161 $(SOPHYAINCP)anydataobj.h \
1162 $(SOPHYAINCP)zthread.h $(SOPHYAINCP)tvector.h \
1163 $(SOPHYAINCP)tmatrix.h \
1164 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)tarray.h \
1165 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)basarr.h \
1166 $(SOPHYAINCP)machdefs.h \
1167 $(SOPHYAINCP)anydataobj.h \
1168 $(SOPHYAINCP)mutyv.h $(SOPHYAINCP)dvlist.h \
1169 $(SOPHYAINCP)ndatablock.h \
1170 $(SOPHYAINCP)machdefs.h \
1171 $(SOPHYAINCP)anydataobj.h \
1172 $(SOPHYAINCP)utilarr.h \
1173 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)mutyv.h \
1174 $(SOPHYAINCP)randinterf.h \
1175 $(SOPHYAINCP)machdefs.h \
1176 $(SOPHYAINCP)anydataobj.h \
1177 $(SOPHYAINCP)tmatrix_tsnl.h \
1178 $(SOPHYAINCP)tvector_tsnl.h \
1179 $(SOPHYAINCP)pitvmaad.h \
1180 $(SOPHYAINCP)machdefs.h \
1181 $(SOPHYAINCP)parradapter.h \
1182 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tvector.h \
1183 $(SOPHYAINCP)fftpserver.h \
1184 $(SOPHYAINCP)fftservintf.h \
1185 $(SOPHYAINCP)machdefs.h \
1186 $(SOPHYAINCP)pexceptions.h \
1187 $(SOPHYAINCP)tmatrix.h $(SOPHYAINCP)tvector.h \
1188 $(SOPHYAINCP)bruit.h \
1189 $(SOPHYAINCP)piscdrawwdg.h \
1190 $(SOPHYAINCP)pisysdep.h \
1191 $(SOPHYAINCP)pibwdgx.h \
1192 $(SOPHYAINCP)pistdwdgx.h \
1193 $(SOPHYAINCP)piwindowx.h \
1194 $(SOPHYAINCP)pidrawer.h \
1195 $(SOPHYAINCP)pieldrw.h \
1196 $(SOPHYAINCP)nomgadapter.h \
1197 $(SOPHYAINCP)machdefs.h \
1198 $(SOPHYAINCP)ppersist.h \
1199 $(SOPHYAINCP)anydataobj.h \
1200 $(SOPHYAINCP)pidrawer.h \
1201 $(SOPHYAINCP)parradapter.h \
1202 $(SOPHYAINCP)ntupintf.h \
1203 $(SOPHYAINCP)machdefs.h \
1204 $(SOPHYAINCP)generalfit.h \
1205 $(SOPHYAINCP)pexceptions.h \
1206 $(SOPHYAINCP)tvector.h \
1207 $(SOPHYAINCP)generaldata.h \
1208 $(SOPHYAINCP)objfio.h \
1209 $(SOPHYAINCP)pexceptions.h \
1210 $(SOPHYAINCP)ppersist.h \
1211 $(SOPHYAINCP)ntupintf.h $(SOPHYAINCP)poly.h \
1212 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)peida.h \
1213 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)utils.h \
1214 $(SOPHYAINCP)machdefs.h \
1215 $(SOPHYAINCP)perrors.h \
1216 $(SOPHYAINCP)pexceptions.h \
1217 $(SOPHYAINCP)pexceptions.h \
1218 $(SOPHYAINCP)fmath.h $(SOPHYAINCP)tvector.h \
1219 $(SOPHYAINCP)ppersist.h \
1220 $(SOPHYAINCP)anydataobj.h \
1221 $(SOPHYAINCP)generalfunc.h \
1222 $(SOPHYAINCP)nomskymapadapter.h \
1223 $(SOPHYAINCP)nomgadapter.h \
1224 $(SOPHYAINCP)tmatrix.h \
1225 $(SOPHYAINCP)pixelmap.h \
1226 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
1227 $(SOPHYAINCP)spherepos.h \
1228 $(SOPHYAINCP)machdefs.h \
1229 $(SOPHYAINCP)ppersist.h \
1230 $(SOPHYAINCP)unitvector.h \
1231 $(SOPHYAINCP)vector3d.h \
1232 $(SOPHYAINCP)longlat.h \
1233 $(SOPHYAINCP)machdefs.h \
1234 $(SOPHYAINCP)utilgeom.h \
1235 $(SOPHYAINCP)anydataobj.h \
1236 $(SOPHYAINCP)datatype.h \
1237 $(SOPHYAINCP)machdefs.h
1238 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sopiamodule.cc
1239
1240$(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \
1241 $(SOPHYAINCP)machdefs.h \
1242 $(SOPHYAINCP)osx_values.h \
1243 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)machdefs.h \
1244 $(SOPHYAINCP)commander.h \
1245 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)pdlmgr.h \
1246 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)dvlist.h \
1247 $(SOPHYAINCP)objfio.h $(SOPHYAINCP)machdefs.h \
1248 $(SOPHYAINCP)anydataobj.h \
1249 $(SOPHYAINCP)machdefs.h \
1250 $(SOPHYAINCP)ppersist.h \
1251 $(SOPHYAINCP)machdefs.h \
1252 $(SOPHYAINCP)pexceptions.h \
1253 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
1254 $(SOPHYAINCP)ppfbinstream.h \
1255 $(SOPHYAINCP)machdefs.h \
1256 $(SOPHYAINCP)rawstream.h \
1257 $(SOPHYAINCP)machdefs.h \
1258 $(SOPHYAINCP)ppfnametag.h \
1259 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
1260 $(SOPHYAINCP)machdefs.h \
1261 $(SOPHYAINCP)timestamp.h \
1262 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
1263 $(SOPHYAINCP)ctimer.h $(SOPHYAINCP)machdefs.h \
1264 $(SOPHYAINCP)zthread.h \
1265 $(SOPHYAINCP)machdefs.h \
1266 $(SOPHYAINCP)pexceptions.h \
1267 $(SOPHYAINCP)dlftypes.h \
1268 $(SOPHYAINCP)machdefs.h \
1269 $(SOPHYAINCP)nobjmgr.h \
1270 $(SOPHYAINCP)machdefs.h \
1271 $(SOPHYAINCP)anydataobj.h \
1272 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)dvlist.h \
1273 $(SOPHYAINCP)dlftypes.h \
1274 $(SOPHYAINCP)machdefs.h \
1275 $(SOPHYAINCP)pistdimgapp.h \
1276 $(SOPHYAINCP)pisysdep.h \
1277 $(SOPHYAINCP)machdefs.h \
1278 $(SOPHYAINCP)piapplx.h \
1279 $(SOPHYAINCP)piapplgen.h \
1280 $(SOPHYAINCP)pimsghandler.h \
1281 $(SOPHYAINCP)machdefs.h \
1282 $(SOPHYAINCP)pisysdep.h \
1283 $(SOPHYAINCP)picontainerx.h \
1284 $(SOPHYAINCP)pisysdep.h \
1285 $(SOPHYAINCP)picontainergen.h \
1286 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1287 $(SOPHYAINCP)piwdggen.h \
1288 $(SOPHYAINCP)machdefs.h \
1289 $(SOPHYAINCP)pimsghandler.h \
1290 $(SOPHYAINCP)picolist.h \
1291 $(SOPHYAINCP)pipixutils.h \
1292 $(SOPHYAINCP)pimenubarx.h \
1293 $(SOPHYAINCP)pimenubargen.h \
1294 $(SOPHYAINCP)pisysdep.h \
1295 $(SOPHYAINCP)pimenux.h \
1296 $(SOPHYAINCP)pimenugen.h \
1297 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1298 $(SOPHYAINCP)piconsenum.h \
1299 $(SOPHYAINCP)piwdgx.h \
1300 $(SOPHYAINCP)picontainerx.h \
1301 $(SOPHYAINCP)piwindowx.h \
1302 $(SOPHYAINCP)piwindowgen.h \
1303 $(SOPHYAINCP)pisysdep.h \
1304 $(SOPHYAINCP)picontainerx.h \
1305 $(SOPHYAINCP)pisysdep.h \
1306 $(SOPHYAINCP)pimenux.h \
1307 $(SOPHYAINCP)pioptmenux.h \
1308 $(SOPHYAINCP)pisysdep.h \
1309 $(SOPHYAINCP)pioptmenugen.h \
1310 $(SOPHYAINCP)pisysdep.h \
1311 $(SOPHYAINCP)pimenux.h \
1312 $(SOPHYAINCP)pistdwdgx.h \
1313 $(SOPHYAINCP)pistdwdggen.h \
1314 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1315 $(SOPHYAINCP)pistdwdgx.h \
1316 $(SOPHYAINCP)pifilechox.h \
1317 $(SOPHYAINCP)pisysdep.h \
1318 $(SOPHYAINCP)pifilechogen.h \
1319 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1320 $(SOPHYAINCP)piwindowx.h \
1321 $(SOPHYAINCP)piperiodx.h \
1322 $(SOPHYAINCP)periodic.h \
1323 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)picons.h \
1324 $(SOPHYAINCP)pisysdep.h \
1325 $(SOPHYAINCP)pistdwdgx.h \
1326 $(SOPHYAINCP)picontainerx.h \
1327 $(SOPHYAINCP)pibwdgx.h \
1328 $(SOPHYAINCP)pisysdep.h \
1329 $(SOPHYAINCP)pibwdggen.h \
1330 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1331 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pisysdep.h \
1332 $(SOPHYAINCP)picmapx.h \
1333 $(SOPHYAINCP)picmapgen.h \
1334 $(SOPHYAINCP)pisysdep.h \
1335 $(SOPHYAINCP)pigraphx.h \
1336 $(SOPHYAINCP)pisysdep.h \
1337 $(SOPHYAINCP)pigraphgen.h \
1338 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1339 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pifontx.h \
1340 $(SOPHYAINCP)pisysdep.h \
1341 $(SOPHYAINCP)pifontgen.h \
1342 $(SOPHYAINCP)pisysdep.h \
1343 $(SOPHYAINCP)picolist.h \
1344 $(SOPHYAINCP)pigrcoord.h \
1345 $(SOPHYAINCP)pisysdep.h \
1346 $(SOPHYAINCP)pilineatt.h \
1347 $(SOPHYAINCP)pisysdep.h \
1348 $(SOPHYAINCP)pipixutils.h \
1349 $(SOPHYAINCP)pigraphuc.h \
1350 $(SOPHYAINCP)pisysdep.h \
1351 $(SOPHYAINCP)pigraphgen.h \
1352 $(SOPHYAINCP)pievthandler.h \
1353 $(SOPHYAINCP)pisysdep.h \
1354 $(SOPHYAINCP)pimsghandler.h \
1355 $(SOPHYAINCP)piwdgx.h $(SOPHYAINCP)pigraphx.h \
1356 $(SOPHYAINCP)psfile.h $(SOPHYAINCP)machdefs.h \
1357 $(SOPHYAINCP)pisysdep.h \
1358 $(SOPHYAINCP)pifontgen.h \
1359 $(SOPHYAINCP)pigraphgen.h \
1360 $(SOPHYAINCP)picmap.h $(SOPHYAINCP)pigraphx.h \
1361 $(SOPHYAINCP)pigraphps.h \
1362 $(SOPHYAINCP)pisysdep.h \
1363 $(SOPHYAINCP)pigraphgen.h \
1364 $(SOPHYAINCP)psfile.h \
1365 $(SOPHYAINCP)piconsenum.h \
1366 $(SOPHYAINCP)piimage.h \
1367 $(SOPHYAINCP)parradapter.h \
1368 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)lut.h \
1369 $(SOPHYAINCP)pipixutils.h \
1370 $(SOPHYAINCP)pisysdep.h \
1371 $(SOPHYAINCP)pieldrw.h \
1372 $(SOPHYAINCP)pidrawer.h \
1373 $(SOPHYAINCP)pibwdggen.h \
1374 $(SOPHYAINCP)pigraphuc.h \
1375 $(SOPHYAINCP)pigratt.h \
1376 $(SOPHYAINCP)pisysdep.h \
1377 $(SOPHYAINCP)pigraphgen.h \
1378 $(SOPHYAINCP)piaxes.h \
1379 $(SOPHYAINCP)pigraphuc.h \
1380 $(SOPHYAINCP)pigratt.h \
1381 $(SOPHYAINCP)pipixmapx.h \
1382 $(SOPHYAINCP)pipixmapgen.h \
1383 $(SOPHYAINCP)pisysdep.h \
1384 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
1385 $(SOPHYAINCP)pipixutils.h \
1386 $(SOPHYAINCP)pistdwdgx.h \
1387 $(SOPHYAINCP)piwindowx.h \
1388 $(SOPHYAINCP)picmapview.h \
1389 $(SOPHYAINCP)pisysdep.h \
1390 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)picmap.h \
1391 $(SOPHYAINCP)pidrawer.h $(SOPHYAINCP)lut.h \
1392 $(SOPHYAINCP)pi3dwdg.h \
1393 $(SOPHYAINCP)pisysdep.h \
1394 $(SOPHYAINCP)pi3ddrw.h \
1395 $(SOPHYAINCP)pisysdep.h \
1396 $(SOPHYAINCP)pidrawer.h \
1397 $(SOPHYAINCP)pieldrw.h \
1398 $(SOPHYAINCP)pigraph3d.h \
1399 $(SOPHYAINCP)pisysdep.h \
1400 $(SOPHYAINCP)pigraphuc.h \
1401 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)nobjmgr.h \
1402 $(SOPHYAINCP)piacmd.h $(SOPHYAINCP)pisiadw.h \
1403 $(SOPHYAINCP)pisysdep.h \
1404 $(SOPHYAINCP)piapplx.h \
1405 $(SOPHYAINCP)piwindowx.h \
1406 $(SOPHYAINCP)pimenux.h \
1407 $(SOPHYAINCP)pioptmenux.h \
1408 $(SOPHYAINCP)pistdwdgx.h \
1409 $(SOPHYAINCP)pilistx.h \
1410 $(SOPHYAINCP)pilistgen.h \
1411 $(SOPHYAINCP)pisysdep.h $(SOPHYAINCP)piwdgx.h \
1412 $(SOPHYAINCP)pistzwin.h \
1413 $(SOPHYAINCP)pisysdep.h \
1414 $(SOPHYAINCP)piwindowx.h \
1415 $(SOPHYAINCP)piperiodx.h \
1416 $(SOPHYAINCP)pitherm.h \
1417 $(SOPHYAINCP)pisysdep.h \
1418 $(SOPHYAINCP)pibwdgx.h $(SOPHYAINCP)zthread.h \
1419 $(SOPHYAINCP)resusage.h \
1420 $(SOPHYAINCP)machdefs.h
1421 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ w2ps.cc
1422
Note: See TracBrowser for help on using the repository browser.