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