source: Sophya/trunk/SophyaPI/PIext/smakefile@ 3124

Last change on this file since 3124 was 3123, checked in by cmv, 19 years ago

modif HistoErr Histo2DErr cmv 10/01/07

File size: 81.3 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libPIext.a
4
5clean:
[3123]6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomherradapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o
[2743]7 rm -f $(SOPHYALIBP)libPIext.a
8
[3123]9$(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomherradapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o
[2743]10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist
[2743]12
[3007]13$(SOPHYAOBJP)basexecut.o: basexecut.cc \
14 $(SOPHYAINCP)sopnamsp.h piacmd.h \
[2743]15 $(SOPHYAINCP)machdefs.h \
16 $(SOPHYAINCP)commander.h \
[3123]17 $(SOPHYAINCP)machdefs.h \
[3007]18 $(SOPHYAINCP)pdlmgr.h \
19 $(SOPHYAINCP)dvlist.h \
[2743]20 $(SOPHYAINCP)objfio.h \
21 $(SOPHYAINCP)anydataobj.h \
22 $(SOPHYAINCP)ppersist.h \
23 $(SOPHYAINCP)pexceptions.h \
24 $(SOPHYAINCP)gnumd5.h \
25 $(SOPHYAINCP)ppfbinstream.h \
26 $(SOPHYAINCP)rawstream.h \
27 $(SOPHYAINCP)ppfnametag.h \
[3007]28 $(SOPHYAINCP)mutyv.h \
29 $(SOPHYAINCP)timestamp.h \
30 $(SOPHYAINCP)ctimer.h \
[3075]31 $(SOPHYAINCP)zthread.h \
32 dlftypes.h basexecut.h \
[3123]33 $(SOPHYAINCP)pdlmgr.h \
34 $(SOPHYAINCP)ctimer.h \
[3075]35 $(SOPHYAINCP)strutilxx.h \
36 pistdimgapp.h \
[3007]37 $(SOPHYAINCP)pisysdep.h \
[2743]38 $(SOPHYAINCP)piapplx.h \
39 $(SOPHYAINCP)piapplgen.h \
40 $(SOPHYAINCP)pimsghandler.h \
[3123]41 $(SOPHYAINCP)pisysdep.h \
[2743]42 $(SOPHYAINCP)picontainerx.h \
43 $(SOPHYAINCP)picontainergen.h \
[3007]44 $(SOPHYAINCP)piwdgx.h \
45 $(SOPHYAINCP)piwdggen.h \
[2743]46 $(SOPHYAINCP)picolist.h \
47 $(SOPHYAINCP)pimenubarx.h \
48 $(SOPHYAINCP)pimenubargen.h \
49 $(SOPHYAINCP)pimenux.h \
50 $(SOPHYAINCP)pimenugen.h \
51 $(SOPHYAINCP)picons.h \
52 $(SOPHYAINCP)pistdwdgx.h \
53 $(SOPHYAINCP)pistdwdggen.h \
54 $(SOPHYAINCP)pibwdgx.h \
55 $(SOPHYAINCP)pibwdggen.h \
[3007]56 $(SOPHYAINCP)picmap.h \
57 $(SOPHYAINCP)picmapx.h \
[2743]58 $(SOPHYAINCP)picmapgen.h \
59 $(SOPHYAINCP)pigraphx.h \
60 $(SOPHYAINCP)pigraphgen.h \
61 $(SOPHYAINCP)pifontx.h \
62 $(SOPHYAINCP)pifontgen.h \
63 $(SOPHYAINCP)pigrcoord.h \
64 $(SOPHYAINCP)pilineatt.h \
65 $(SOPHYAINCP)pigraphuc.h \
66 $(SOPHYAINCP)pievthandler.h \
67 $(SOPHYAINCP)psfile.h \
68 $(SOPHYAINCP)pigraphps.h \
69 $(SOPHYAINCP)piwindowx.h \
70 $(SOPHYAINCP)piwindowgen.h \
[3123]71 $(SOPHYAINCP)pimenux.h \
[2743]72 $(SOPHYAINCP)pioptmenux.h \
73 $(SOPHYAINCP)pioptmenugen.h \
[3123]74 $(SOPHYAINCP)pistdwdgx.h \
[2743]75 $(SOPHYAINCP)pifilechox.h \
76 $(SOPHYAINCP)pifilechogen.h \
[3123]77 $(SOPHYAINCP)piwindowx.h \
[2743]78 $(SOPHYAINCP)piperiodx.h \
79 $(SOPHYAINCP)periodic.h \
[3123]80 $(SOPHYAINCP)picons.h \
[2743]81 $(SOPHYAINCP)piimage.h \
[3007]82 $(SOPHYAINCP)parradapter.h \
83 $(SOPHYAINCP)lut.h \
[2743]84 $(SOPHYAINCP)pieldrw.h \
85 $(SOPHYAINCP)pidrawer.h \
[3007]86 $(SOPHYAINCP)pigratt.h \
87 $(SOPHYAINCP)piaxes.h \
[2743]88 $(SOPHYAINCP)pipixmapx.h \
89 $(SOPHYAINCP)pipixmapgen.h \
90 $(SOPHYAINCP)picmapview.h \
[3007]91 $(SOPHYAINCP)pi3dwdg.h \
92 $(SOPHYAINCP)pi3ddrw.h \
[3075]93 $(SOPHYAINCP)pigraph3d.h \
[3123]94 nobjmgr.h \
95 $(SOPHYAINCP)anydataobj.h \
96 $(SOPHYAINCP)ppersist.h \
97 $(SOPHYAINCP)dvlist.h pisiadw.h \
[2784]98 $(SOPHYAINCP)pilistx.h \
[2743]99 $(SOPHYAINCP)pilistgen.h \
100 $(SOPHYAINCP)pistzwin.h \
[3123]101 $(SOPHYAINCP)piperiodx.h \
[2743]102 $(SOPHYAINCP)pitherm.h \
[3075]103 $(SOPHYAINCP)resusage.h \
104 servnobjm.h nomgadapter.h \
[3123]105 $(SOPHYAINCP)pidrawer.h \
106 $(SOPHYAINCP)parradapter.h \
[2784]107 $(SOPHYAINCP)ntupintf.h \
[2743]108 $(SOPHYAINCP)generalfit.h \
[3007]109 $(SOPHYAINCP)tvector.h \
110 $(SOPHYAINCP)tmatrix.h \
111 $(SOPHYAINCP)tarray.h \
112 $(SOPHYAINCP)basarr.h \
[2743]113 $(SOPHYAINCP)ndatablock.h \
114 $(SOPHYAINCP)utilarr.h \
[2933]115 $(SOPHYAINCP)tmatrix_tsnl.h \
116 $(SOPHYAINCP)tvector_tsnl.h \
[2743]117 $(SOPHYAINCP)generaldata.h \
[3123]118 $(SOPHYAINCP)ntupintf.h \
[3007]119 $(SOPHYAINCP)poly.h \
120 $(SOPHYAINCP)peida.h \
121 $(SOPHYAINCP)utils.h \
122 $(SOPHYAINCP)perrors.h \
123 $(SOPHYAINCP)fmath.h \
[3123]124 $(SOPHYAINCP)generalfunc.h \
[3007]125 $(SOPHYAINCP)histos.h \
126 $(SOPHYAINCP)histos2.h \
[3123]127 $(SOPHYAINCP)histos.h \
[3007]128 $(SOPHYAINCP)hisprof.h \
[2933]129 $(SOPHYAINCP)ntuple.h \
[3123]130 $(SOPHYAINCP)generaldata.h \
[2933]131 $(SOPHYAINCP)datatable.h \
132 $(SOPHYAINCP)basedtable.h \
[3123]133 $(SOPHYAINCP)segdatablock.h \
134 $(SOPHYAINCP)tvector.h
[2765]135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ basexecut.cc
[2743]136
[3007]137$(SOPHYAOBJP)contmodex.o: contmodex.cc \
[3075]138 $(SOPHYAINCP)sopnamsp.h \
139 contmodex.h \
[3007]140 $(SOPHYAINCP)machdefs.h piacmd.h \
[2743]141 $(SOPHYAINCP)commander.h \
[3123]142 $(SOPHYAINCP)machdefs.h \
[3007]143 $(SOPHYAINCP)pdlmgr.h \
144 $(SOPHYAINCP)dvlist.h \
[2743]145 $(SOPHYAINCP)objfio.h \
146 $(SOPHYAINCP)anydataobj.h \
147 $(SOPHYAINCP)ppersist.h \
148 $(SOPHYAINCP)pexceptions.h \
149 $(SOPHYAINCP)gnumd5.h \
150 $(SOPHYAINCP)ppfbinstream.h \
151 $(SOPHYAINCP)rawstream.h \
152 $(SOPHYAINCP)ppfnametag.h \
[3007]153 $(SOPHYAINCP)mutyv.h \
154 $(SOPHYAINCP)timestamp.h \
155 $(SOPHYAINCP)ctimer.h \
[3075]156 $(SOPHYAINCP)zthread.h \
157 dlftypes.h nobjmgr.h \
[3123]158 $(SOPHYAINCP)anydataobj.h \
159 $(SOPHYAINCP)ppersist.h \
160 $(SOPHYAINCP)dvlist.h \
[3007]161 $(SOPHYAINCP)pigncont.h \
[2743]162 $(SOPHYAINCP)pistdimgapp.h \
163 $(SOPHYAINCP)pisysdep.h \
164 $(SOPHYAINCP)piapplx.h \
165 $(SOPHYAINCP)piapplgen.h \
166 $(SOPHYAINCP)pimsghandler.h \
167 $(SOPHYAINCP)picontainerx.h \
168 $(SOPHYAINCP)picontainergen.h \
[3007]169 $(SOPHYAINCP)piwdgx.h \
170 $(SOPHYAINCP)piwdggen.h \
[2743]171 $(SOPHYAINCP)picolist.h \
172 $(SOPHYAINCP)pimenubarx.h \
173 $(SOPHYAINCP)pimenubargen.h \
174 $(SOPHYAINCP)pimenux.h \
175 $(SOPHYAINCP)pimenugen.h \
176 $(SOPHYAINCP)picons.h \
177 $(SOPHYAINCP)pistdwdgx.h \
178 $(SOPHYAINCP)pistdwdggen.h \
179 $(SOPHYAINCP)pibwdgx.h \
180 $(SOPHYAINCP)pibwdggen.h \
[3007]181 $(SOPHYAINCP)picmap.h \
182 $(SOPHYAINCP)picmapx.h \
[2743]183 $(SOPHYAINCP)picmapgen.h \
184 $(SOPHYAINCP)pigraphx.h \
185 $(SOPHYAINCP)pigraphgen.h \
186 $(SOPHYAINCP)pifontx.h \
187 $(SOPHYAINCP)pifontgen.h \
188 $(SOPHYAINCP)pigrcoord.h \
189 $(SOPHYAINCP)pilineatt.h \
190 $(SOPHYAINCP)pigraphuc.h \
191 $(SOPHYAINCP)pievthandler.h \
192 $(SOPHYAINCP)psfile.h \
193 $(SOPHYAINCP)pigraphps.h \
194 $(SOPHYAINCP)piwindowx.h \
195 $(SOPHYAINCP)piwindowgen.h \
196 $(SOPHYAINCP)pioptmenux.h \
197 $(SOPHYAINCP)pioptmenugen.h \
198 $(SOPHYAINCP)pifilechox.h \
199 $(SOPHYAINCP)pifilechogen.h \
200 $(SOPHYAINCP)piperiodx.h \
201 $(SOPHYAINCP)periodic.h \
202 $(SOPHYAINCP)piimage.h \
[3007]203 $(SOPHYAINCP)parradapter.h \
204 $(SOPHYAINCP)lut.h \
[2743]205 $(SOPHYAINCP)pieldrw.h \
206 $(SOPHYAINCP)pidrawer.h \
[3007]207 $(SOPHYAINCP)pigratt.h \
208 $(SOPHYAINCP)piaxes.h \
[2743]209 $(SOPHYAINCP)pipixmapx.h \
210 $(SOPHYAINCP)pipixmapgen.h \
211 $(SOPHYAINCP)picmapview.h \
[3007]212 $(SOPHYAINCP)pi3dwdg.h \
213 $(SOPHYAINCP)pi3ddrw.h \
[2743]214 $(SOPHYAINCP)pigraph3d.h \
[3007]215 $(SOPHYAINCP)nobjmgr.h \
216 $(SOPHYAINCP)piacmd.h \
217 $(SOPHYAINCP)pisiadw.h \
218 $(SOPHYAINCP)pilistx.h \
[2743]219 $(SOPHYAINCP)pilistgen.h \
220 $(SOPHYAINCP)pistzwin.h \
221 $(SOPHYAINCP)pitherm.h \
[3123]222 $(SOPHYAINCP)zthread.h \
[2743]223 $(SOPHYAINCP)resusage.h \
224 $(SOPHYAINCP)piscdrawwdg.h \
[3007]225 $(SOPHYAINCP)ntuple.h \
226 $(SOPHYAINCP)ntupintf.h \
[2743]227 $(SOPHYAINCP)gp_contour.h \
228 $(SOPHYAINCP)gp_types.h \
229 $(SOPHYAINCP)gpc_misc.h \
230 $(SOPHYAINCP)gp_dynarray.h \
231 $(SOPHYAINCP)gp_graph3d.h \
[3007]232 $(SOPHYAINCP)gp_alloc.h \
[3123]233 $(SOPHYAINCP)pidrawer.h \
[3075]234 nomgadapter.h \
[3123]235 $(SOPHYAINCP)parradapter.h \
236 $(SOPHYAINCP)ntupintf.h \
[2743]237 $(SOPHYAINCP)generalfit.h \
[3007]238 $(SOPHYAINCP)tvector.h \
239 $(SOPHYAINCP)tmatrix.h \
240 $(SOPHYAINCP)tarray.h \
241 $(SOPHYAINCP)basarr.h \
[2743]242 $(SOPHYAINCP)ndatablock.h \
243 $(SOPHYAINCP)utilarr.h \
[2933]244 $(SOPHYAINCP)tmatrix_tsnl.h \
245 $(SOPHYAINCP)tvector_tsnl.h \
[2743]246 $(SOPHYAINCP)generaldata.h \
[3007]247 $(SOPHYAINCP)poly.h \
248 $(SOPHYAINCP)peida.h \
249 $(SOPHYAINCP)utils.h \
250 $(SOPHYAINCP)perrors.h \
[3123]251 $(SOPHYAINCP)fmath.h \
252 $(SOPHYAINCP)generalfunc.h \
253 servnobjm.h \
254 $(SOPHYAINCP)pdlmgr.h
[2765]255 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ contmodex.cc
[2743]256
[3007]257$(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \
[3075]258 $(SOPHYAINCP)sopnamsp.h \
259 cxxexecutor.h \
[3007]260 $(SOPHYAINCP)machdefs.h piacmd.h \
[2743]261 $(SOPHYAINCP)commander.h \
[3123]262 $(SOPHYAINCP)machdefs.h \
[3007]263 $(SOPHYAINCP)pdlmgr.h \
264 $(SOPHYAINCP)dvlist.h \
[2743]265 $(SOPHYAINCP)objfio.h \
266 $(SOPHYAINCP)anydataobj.h \
267 $(SOPHYAINCP)ppersist.h \
268 $(SOPHYAINCP)pexceptions.h \
269 $(SOPHYAINCP)gnumd5.h \
270 $(SOPHYAINCP)ppfbinstream.h \
271 $(SOPHYAINCP)rawstream.h \
272 $(SOPHYAINCP)ppfnametag.h \
[3007]273 $(SOPHYAINCP)mutyv.h \
274 $(SOPHYAINCP)timestamp.h \
275 $(SOPHYAINCP)ctimer.h \
[3075]276 $(SOPHYAINCP)zthread.h \
277 dlftypes.h nobjmgr.h \
[3123]278 $(SOPHYAINCP)anydataobj.h \
279 $(SOPHYAINCP)ppersist.h \
280 $(SOPHYAINCP)dvlist.h \
[3007]281 $(SOPHYAINCP)strutilxx.h \
[3075]282 $(SOPHYAINCP)cxxcmplnk.h \
283 nomgadapter.h \
[2743]284 $(SOPHYAINCP)pidrawer.h \
285 $(SOPHYAINCP)pibwdggen.h \
[3007]286 $(SOPHYAINCP)pisysdep.h \
287 $(SOPHYAINCP)piwdgx.h \
[2743]288 $(SOPHYAINCP)piwdggen.h \
289 $(SOPHYAINCP)pimsghandler.h \
[3007]290 $(SOPHYAINCP)picolist.h \
291 $(SOPHYAINCP)picmap.h \
[2743]292 $(SOPHYAINCP)picmapx.h \
293 $(SOPHYAINCP)picmapgen.h \
294 $(SOPHYAINCP)pigraphx.h \
295 $(SOPHYAINCP)pigraphgen.h \
296 $(SOPHYAINCP)pifontx.h \
297 $(SOPHYAINCP)pifontgen.h \
298 $(SOPHYAINCP)pigrcoord.h \
299 $(SOPHYAINCP)pilineatt.h \
300 $(SOPHYAINCP)pigraphuc.h \
301 $(SOPHYAINCP)pievthandler.h \
[3007]302 $(SOPHYAINCP)psfile.h \
303 $(SOPHYAINCP)pigratt.h \
[2743]304 $(SOPHYAINCP)piaxes.h \
[3007]305 $(SOPHYAINCP)parradapter.h \
306 $(SOPHYAINCP)lut.h \
[2743]307 $(SOPHYAINCP)ntupintf.h \
308 $(SOPHYAINCP)generalfit.h \
[3007]309 $(SOPHYAINCP)tvector.h \
310 $(SOPHYAINCP)tmatrix.h \
311 $(SOPHYAINCP)tarray.h \
312 $(SOPHYAINCP)basarr.h \
[2743]313 $(SOPHYAINCP)ndatablock.h \
314 $(SOPHYAINCP)utilarr.h \
[2933]315 $(SOPHYAINCP)tmatrix_tsnl.h \
316 $(SOPHYAINCP)tvector_tsnl.h \
[2743]317 $(SOPHYAINCP)generaldata.h \
[3123]318 $(SOPHYAINCP)ntupintf.h \
[3007]319 $(SOPHYAINCP)poly.h \
320 $(SOPHYAINCP)peida.h \
321 $(SOPHYAINCP)utils.h \
322 $(SOPHYAINCP)perrors.h \
[3075]323 $(SOPHYAINCP)fmath.h \
[3123]324 $(SOPHYAINCP)generalfunc.h \
[3075]325 pistdimgapp.h \
[3123]326 $(SOPHYAINCP)pisysdep.h \
[2743]327 $(SOPHYAINCP)piapplx.h \
328 $(SOPHYAINCP)piapplgen.h \
329 $(SOPHYAINCP)picontainerx.h \
330 $(SOPHYAINCP)picontainergen.h \
331 $(SOPHYAINCP)pimenubarx.h \
332 $(SOPHYAINCP)pimenubargen.h \
333 $(SOPHYAINCP)pimenux.h \
334 $(SOPHYAINCP)pimenugen.h \
335 $(SOPHYAINCP)picons.h \
336 $(SOPHYAINCP)pistdwdgx.h \
337 $(SOPHYAINCP)pistdwdggen.h \
338 $(SOPHYAINCP)pibwdgx.h \
339 $(SOPHYAINCP)pigraphps.h \
340 $(SOPHYAINCP)piwindowx.h \
341 $(SOPHYAINCP)piwindowgen.h \
[3123]342 $(SOPHYAINCP)pimenux.h \
[2743]343 $(SOPHYAINCP)pioptmenux.h \
344 $(SOPHYAINCP)pioptmenugen.h \
[3123]345 $(SOPHYAINCP)pistdwdgx.h \
[2743]346 $(SOPHYAINCP)pifilechox.h \
347 $(SOPHYAINCP)pifilechogen.h \
[3123]348 $(SOPHYAINCP)piwindowx.h \
[2743]349 $(SOPHYAINCP)piperiodx.h \
350 $(SOPHYAINCP)periodic.h \
[3123]351 $(SOPHYAINCP)picons.h \
[3007]352 $(SOPHYAINCP)piimage.h \
[3123]353 $(SOPHYAINCP)parradapter.h \
[3007]354 $(SOPHYAINCP)pieldrw.h \
[3123]355 $(SOPHYAINCP)pidrawer.h \
[2743]356 $(SOPHYAINCP)pipixmapx.h \
357 $(SOPHYAINCP)pipixmapgen.h \
358 $(SOPHYAINCP)picmapview.h \
[3007]359 $(SOPHYAINCP)pi3dwdg.h \
360 $(SOPHYAINCP)pi3ddrw.h \
[3075]361 $(SOPHYAINCP)pigraph3d.h \
362 pisiadw.h $(SOPHYAINCP)pilistx.h \
[2743]363 $(SOPHYAINCP)pilistgen.h \
364 $(SOPHYAINCP)pistzwin.h \
[3123]365 $(SOPHYAINCP)piperiodx.h \
[2743]366 $(SOPHYAINCP)pitherm.h \
367 $(SOPHYAINCP)resusage.h
[2765]368 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecutor.cc
[2743]369
[3007]370$(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \
[3075]371 $(SOPHYAINCP)sopnamsp.h \
372 cxxexecutor.h \
[3007]373 $(SOPHYAINCP)machdefs.h piacmd.h \
[2743]374 $(SOPHYAINCP)commander.h \
[3123]375 $(SOPHYAINCP)machdefs.h \
[3007]376 $(SOPHYAINCP)pdlmgr.h \
377 $(SOPHYAINCP)dvlist.h \
[2743]378 $(SOPHYAINCP)objfio.h \
379 $(SOPHYAINCP)anydataobj.h \
380 $(SOPHYAINCP)ppersist.h \
381 $(SOPHYAINCP)pexceptions.h \
382 $(SOPHYAINCP)gnumd5.h \
383 $(SOPHYAINCP)ppfbinstream.h \
384 $(SOPHYAINCP)rawstream.h \
385 $(SOPHYAINCP)ppfnametag.h \
[3007]386 $(SOPHYAINCP)mutyv.h \
387 $(SOPHYAINCP)timestamp.h \
388 $(SOPHYAINCP)ctimer.h \
[3075]389 $(SOPHYAINCP)zthread.h \
[3123]390 dlftypes.h nobjmgr.h \
391 $(SOPHYAINCP)anydataobj.h \
392 $(SOPHYAINCP)ppersist.h \
393 $(SOPHYAINCP)dvlist.h \
394 cxxexecwin.h \
[3075]395 $(SOPHYAINCP)pisysdep.h \
396 pistdimgapp.h \
[3007]397 $(SOPHYAINCP)piapplx.h \
[2743]398 $(SOPHYAINCP)piapplgen.h \
399 $(SOPHYAINCP)pimsghandler.h \
[3123]400 $(SOPHYAINCP)pisysdep.h \
[2743]401 $(SOPHYAINCP)picontainerx.h \
402 $(SOPHYAINCP)picontainergen.h \
[3007]403 $(SOPHYAINCP)piwdgx.h \
404 $(SOPHYAINCP)piwdggen.h \
[2743]405 $(SOPHYAINCP)picolist.h \
406 $(SOPHYAINCP)pimenubarx.h \
407 $(SOPHYAINCP)pimenubargen.h \
408 $(SOPHYAINCP)pimenux.h \
409 $(SOPHYAINCP)pimenugen.h \
410 $(SOPHYAINCP)picons.h \
411 $(SOPHYAINCP)pistdwdgx.h \
412 $(SOPHYAINCP)pistdwdggen.h \
413 $(SOPHYAINCP)pibwdgx.h \
414 $(SOPHYAINCP)pibwdggen.h \
[3007]415 $(SOPHYAINCP)picmap.h \
416 $(SOPHYAINCP)picmapx.h \
[2743]417 $(SOPHYAINCP)picmapgen.h \
418 $(SOPHYAINCP)pigraphx.h \
419 $(SOPHYAINCP)pigraphgen.h \
420 $(SOPHYAINCP)pifontx.h \
421 $(SOPHYAINCP)pifontgen.h \
422 $(SOPHYAINCP)pigrcoord.h \
423 $(SOPHYAINCP)pilineatt.h \
424 $(SOPHYAINCP)pigraphuc.h \
425 $(SOPHYAINCP)pievthandler.h \
426 $(SOPHYAINCP)psfile.h \
427 $(SOPHYAINCP)pigraphps.h \
428 $(SOPHYAINCP)piwindowx.h \
429 $(SOPHYAINCP)piwindowgen.h \
[3123]430 $(SOPHYAINCP)pimenux.h \
[2743]431 $(SOPHYAINCP)pioptmenux.h \
432 $(SOPHYAINCP)pioptmenugen.h \
[3123]433 $(SOPHYAINCP)pistdwdgx.h \
[2743]434 $(SOPHYAINCP)pifilechox.h \
435 $(SOPHYAINCP)pifilechogen.h \
[3123]436 $(SOPHYAINCP)piwindowx.h \
[2743]437 $(SOPHYAINCP)piperiodx.h \
438 $(SOPHYAINCP)periodic.h \
[3123]439 $(SOPHYAINCP)picons.h \
[2743]440 $(SOPHYAINCP)piimage.h \
[3007]441 $(SOPHYAINCP)parradapter.h \
442 $(SOPHYAINCP)lut.h \
[2743]443 $(SOPHYAINCP)pieldrw.h \
444 $(SOPHYAINCP)pidrawer.h \
[3007]445 $(SOPHYAINCP)pigratt.h \
446 $(SOPHYAINCP)piaxes.h \
[2743]447 $(SOPHYAINCP)pipixmapx.h \
448 $(SOPHYAINCP)pipixmapgen.h \
449 $(SOPHYAINCP)picmapview.h \
[3007]450 $(SOPHYAINCP)pi3dwdg.h \
451 $(SOPHYAINCP)pi3ddrw.h \
[3075]452 $(SOPHYAINCP)pigraph3d.h \
453 pisiadw.h $(SOPHYAINCP)pilistx.h \
[2743]454 $(SOPHYAINCP)pilistgen.h \
455 $(SOPHYAINCP)pistzwin.h \
[3123]456 $(SOPHYAINCP)piperiodx.h \
[2743]457 $(SOPHYAINCP)pitherm.h \
458 $(SOPHYAINCP)resusage.h
[2765]459 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxexecwin.cc
[2743]460
[3007]461$(SOPHYAOBJP)flowmodex.o: flowmodex.cc \
[3075]462 $(SOPHYAINCP)sopnamsp.h \
463 flowmodex.h \
[3007]464 $(SOPHYAINCP)machdefs.h piacmd.h \
[2743]465 $(SOPHYAINCP)commander.h \
[3123]466 $(SOPHYAINCP)machdefs.h \
[3007]467 $(SOPHYAINCP)pdlmgr.h \
468 $(SOPHYAINCP)dvlist.h \
[2743]469 $(SOPHYAINCP)objfio.h \
470 $(SOPHYAINCP)anydataobj.h \
471 $(SOPHYAINCP)ppersist.h \
472 $(SOPHYAINCP)pexceptions.h \
473 $(SOPHYAINCP)gnumd5.h \
474 $(SOPHYAINCP)ppfbinstream.h \
475 $(SOPHYAINCP)rawstream.h \
476 $(SOPHYAINCP)ppfnametag.h \
[3007]477 $(SOPHYAINCP)mutyv.h \
478 $(SOPHYAINCP)timestamp.h \
479 $(SOPHYAINCP)ctimer.h \
[3075]480 $(SOPHYAINCP)zthread.h \
[3123]481 dlftypes.h nobjmgr.h \
482 $(SOPHYAINCP)anydataobj.h \
483 $(SOPHYAINCP)ppersist.h \
484 $(SOPHYAINCP)dvlist.h pi2dvec.h \
485 pistdimgapp.h \
[3075]486 $(SOPHYAINCP)pisysdep.h \
[2743]487 $(SOPHYAINCP)piapplx.h \
488 $(SOPHYAINCP)piapplgen.h \
489 $(SOPHYAINCP)pimsghandler.h \
[3123]490 $(SOPHYAINCP)pisysdep.h \
[2743]491 $(SOPHYAINCP)picontainerx.h \
492 $(SOPHYAINCP)picontainergen.h \
[3007]493 $(SOPHYAINCP)piwdgx.h \
494 $(SOPHYAINCP)piwdggen.h \
[2743]495 $(SOPHYAINCP)picolist.h \
496 $(SOPHYAINCP)pimenubarx.h \
497 $(SOPHYAINCP)pimenubargen.h \
498 $(SOPHYAINCP)pimenux.h \
499 $(SOPHYAINCP)pimenugen.h \
500 $(SOPHYAINCP)picons.h \
501 $(SOPHYAINCP)pistdwdgx.h \
502 $(SOPHYAINCP)pistdwdggen.h \
503 $(SOPHYAINCP)pibwdgx.h \
504 $(SOPHYAINCP)pibwdggen.h \
[3007]505 $(SOPHYAINCP)picmap.h \
506 $(SOPHYAINCP)picmapx.h \
[2743]507 $(SOPHYAINCP)picmapgen.h \
508 $(SOPHYAINCP)pigraphx.h \
509 $(SOPHYAINCP)pigraphgen.h \
510 $(SOPHYAINCP)pifontx.h \
511 $(SOPHYAINCP)pifontgen.h \
512 $(SOPHYAINCP)pigrcoord.h \
513 $(SOPHYAINCP)pilineatt.h \
514 $(SOPHYAINCP)pigraphuc.h \
515 $(SOPHYAINCP)pievthandler.h \
516 $(SOPHYAINCP)psfile.h \
517 $(SOPHYAINCP)pigraphps.h \
518 $(SOPHYAINCP)piwindowx.h \
519 $(SOPHYAINCP)piwindowgen.h \
[3123]520 $(SOPHYAINCP)pimenux.h \
[2743]521 $(SOPHYAINCP)pioptmenux.h \
522 $(SOPHYAINCP)pioptmenugen.h \
[3123]523 $(SOPHYAINCP)pistdwdgx.h \
[2743]524 $(SOPHYAINCP)pifilechox.h \
525 $(SOPHYAINCP)pifilechogen.h \
[3123]526 $(SOPHYAINCP)piwindowx.h \
[2743]527 $(SOPHYAINCP)piperiodx.h \
528 $(SOPHYAINCP)periodic.h \
[3123]529 $(SOPHYAINCP)picons.h \
[2743]530 $(SOPHYAINCP)piimage.h \
[3007]531 $(SOPHYAINCP)parradapter.h \
532 $(SOPHYAINCP)lut.h \
[2743]533 $(SOPHYAINCP)pieldrw.h \
534 $(SOPHYAINCP)pidrawer.h \
[3007]535 $(SOPHYAINCP)pigratt.h \
536 $(SOPHYAINCP)piaxes.h \
[2743]537 $(SOPHYAINCP)pipixmapx.h \
538 $(SOPHYAINCP)pipixmapgen.h \
539 $(SOPHYAINCP)picmapview.h \
[3007]540 $(SOPHYAINCP)pi3dwdg.h \
541 $(SOPHYAINCP)pi3ddrw.h \
[3075]542 $(SOPHYAINCP)pigraph3d.h \
543 pisiadw.h $(SOPHYAINCP)pilistx.h \
[2743]544 $(SOPHYAINCP)pilistgen.h \
545 $(SOPHYAINCP)pistzwin.h \
[3123]546 $(SOPHYAINCP)piperiodx.h \
[2743]547 $(SOPHYAINCP)pitherm.h \
548 $(SOPHYAINCP)resusage.h \
549 $(SOPHYAINCP)piscdrawwdg.h \
[3007]550 $(SOPHYAINCP)ntupintf.h \
551 $(SOPHYAINCP)ntuple.h \
[3123]552 $(SOPHYAINCP)ntupintf.h \
553 $(SOPHYAINCP)pidrawer.h \
[3075]554 nomgadapter.h \
[3123]555 $(SOPHYAINCP)parradapter.h \
[3007]556 $(SOPHYAINCP)generalfit.h \
557 $(SOPHYAINCP)tvector.h \
558 $(SOPHYAINCP)tmatrix.h \
559 $(SOPHYAINCP)tarray.h \
560 $(SOPHYAINCP)basarr.h \
[2743]561 $(SOPHYAINCP)ndatablock.h \
562 $(SOPHYAINCP)utilarr.h \
[2933]563 $(SOPHYAINCP)tmatrix_tsnl.h \
564 $(SOPHYAINCP)tvector_tsnl.h \
[2743]565 $(SOPHYAINCP)generaldata.h \
[3007]566 $(SOPHYAINCP)poly.h \
567 $(SOPHYAINCP)peida.h \
568 $(SOPHYAINCP)utils.h \
569 $(SOPHYAINCP)perrors.h \
[3123]570 $(SOPHYAINCP)fmath.h \
571 $(SOPHYAINCP)generalfunc.h \
572 servnobjm.h \
573 $(SOPHYAINCP)pdlmgr.h
[2765]574 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ flowmodex.cc
[2743]575
[3007]576$(SOPHYAOBJP)graphexecut.o: graphexecut.cc \
577 $(SOPHYAINCP)sopnamsp.h piacmd.h \
578 $(SOPHYAINCP)machdefs.h \
[2784]579 $(SOPHYAINCP)commander.h \
[3123]580 $(SOPHYAINCP)machdefs.h \
[3007]581 $(SOPHYAINCP)pdlmgr.h \
582 $(SOPHYAINCP)dvlist.h \
[2784]583 $(SOPHYAINCP)objfio.h \
584 $(SOPHYAINCP)anydataobj.h \
585 $(SOPHYAINCP)ppersist.h \
586 $(SOPHYAINCP)pexceptions.h \
587 $(SOPHYAINCP)gnumd5.h \
588 $(SOPHYAINCP)ppfbinstream.h \
589 $(SOPHYAINCP)rawstream.h \
590 $(SOPHYAINCP)ppfnametag.h \
[3007]591 $(SOPHYAINCP)mutyv.h \
592 $(SOPHYAINCP)timestamp.h \
593 $(SOPHYAINCP)ctimer.h \
[3075]594 $(SOPHYAINCP)zthread.h \
595 dlftypes.h graphexecut.h \
596 $(SOPHYAINCP)strutilxx.h \
597 pistdimgapp.h \
598 $(SOPHYAINCP)pisysdep.h \
[2784]599 $(SOPHYAINCP)piapplx.h \
600 $(SOPHYAINCP)piapplgen.h \
601 $(SOPHYAINCP)pimsghandler.h \
[3123]602 $(SOPHYAINCP)pisysdep.h \
[2784]603 $(SOPHYAINCP)picontainerx.h \
604 $(SOPHYAINCP)picontainergen.h \
[3007]605 $(SOPHYAINCP)piwdgx.h \
606 $(SOPHYAINCP)piwdggen.h \
[2784]607 $(SOPHYAINCP)picolist.h \
608 $(SOPHYAINCP)pimenubarx.h \
609 $(SOPHYAINCP)pimenubargen.h \
610 $(SOPHYAINCP)pimenux.h \
611 $(SOPHYAINCP)pimenugen.h \
612 $(SOPHYAINCP)picons.h \
613 $(SOPHYAINCP)pistdwdgx.h \
614 $(SOPHYAINCP)pistdwdggen.h \
615 $(SOPHYAINCP)pibwdgx.h \
616 $(SOPHYAINCP)pibwdggen.h \
[3007]617 $(SOPHYAINCP)picmap.h \
618 $(SOPHYAINCP)picmapx.h \
[2784]619 $(SOPHYAINCP)picmapgen.h \
620 $(SOPHYAINCP)pigraphx.h \
621 $(SOPHYAINCP)pigraphgen.h \
622 $(SOPHYAINCP)pifontx.h \
623 $(SOPHYAINCP)pifontgen.h \
624 $(SOPHYAINCP)pigrcoord.h \
625 $(SOPHYAINCP)pilineatt.h \
626 $(SOPHYAINCP)pigraphuc.h \
627 $(SOPHYAINCP)pievthandler.h \
628 $(SOPHYAINCP)psfile.h \
629 $(SOPHYAINCP)pigraphps.h \
630 $(SOPHYAINCP)piwindowx.h \
631 $(SOPHYAINCP)piwindowgen.h \
[3123]632 $(SOPHYAINCP)pimenux.h \
[2784]633 $(SOPHYAINCP)pioptmenux.h \
634 $(SOPHYAINCP)pioptmenugen.h \
[3123]635 $(SOPHYAINCP)pistdwdgx.h \
[2784]636 $(SOPHYAINCP)pifilechox.h \
637 $(SOPHYAINCP)pifilechogen.h \
[3123]638 $(SOPHYAINCP)piwindowx.h \
[2784]639 $(SOPHYAINCP)piperiodx.h \
640 $(SOPHYAINCP)periodic.h \
[3123]641 $(SOPHYAINCP)picons.h \
[2784]642 $(SOPHYAINCP)piimage.h \
[3007]643 $(SOPHYAINCP)parradapter.h \
644 $(SOPHYAINCP)lut.h \
[2784]645 $(SOPHYAINCP)pieldrw.h \
646 $(SOPHYAINCP)pidrawer.h \
[3007]647 $(SOPHYAINCP)pigratt.h \
648 $(SOPHYAINCP)piaxes.h \
[2784]649 $(SOPHYAINCP)pipixmapx.h \
650 $(SOPHYAINCP)pipixmapgen.h \
651 $(SOPHYAINCP)picmapview.h \
[3007]652 $(SOPHYAINCP)pi3dwdg.h \
653 $(SOPHYAINCP)pi3ddrw.h \
[3075]654 $(SOPHYAINCP)pigraph3d.h \
[3123]655 nobjmgr.h \
656 $(SOPHYAINCP)anydataobj.h \
657 $(SOPHYAINCP)ppersist.h \
658 $(SOPHYAINCP)dvlist.h pisiadw.h \
[2784]659 $(SOPHYAINCP)pilistx.h \
660 $(SOPHYAINCP)pilistgen.h \
661 $(SOPHYAINCP)pistzwin.h \
[3123]662 $(SOPHYAINCP)piperiodx.h \
[2784]663 $(SOPHYAINCP)pitherm.h \
[3075]664 $(SOPHYAINCP)resusage.h \
665 nomgadapter.h \
[3123]666 $(SOPHYAINCP)pidrawer.h \
667 $(SOPHYAINCP)parradapter.h \
[2784]668 $(SOPHYAINCP)ntupintf.h \
669 $(SOPHYAINCP)generalfit.h \
[3007]670 $(SOPHYAINCP)tvector.h \
671 $(SOPHYAINCP)tmatrix.h \
672 $(SOPHYAINCP)tarray.h \
673 $(SOPHYAINCP)basarr.h \
[2784]674 $(SOPHYAINCP)ndatablock.h \
675 $(SOPHYAINCP)utilarr.h \
[2933]676 $(SOPHYAINCP)tmatrix_tsnl.h \
677 $(SOPHYAINCP)tvector_tsnl.h \
[2784]678 $(SOPHYAINCP)generaldata.h \
[3123]679 $(SOPHYAINCP)ntupintf.h \
[3007]680 $(SOPHYAINCP)poly.h \
681 $(SOPHYAINCP)peida.h \
682 $(SOPHYAINCP)utils.h \
683 $(SOPHYAINCP)perrors.h \
684 $(SOPHYAINCP)fmath.h \
[3123]685 $(SOPHYAINCP)generalfunc.h \
[3007]686 $(SOPHYAINCP)piyfxdrw.h \
[2784]687 $(SOPHYAINCP)pibargraph.h \
688 $(SOPHYAINCP)pitxtdrw.h
689 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ graphexecut.cc
690
[3007]691$(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \
692 $(SOPHYAINCP)sopnamsp.h \
[2743]693 $(SOPHYAINCP)strutil.h \
694 $(SOPHYAINCP)datatypes.h \
[2784]695 $(SOPHYAINCP)machdefs.h \
[3075]696 nobjmgr.h \
[3123]697 $(SOPHYAINCP)machdefs.h \
[2743]698 $(SOPHYAINCP)anydataobj.h \
699 $(SOPHYAINCP)ppersist.h \
700 $(SOPHYAINCP)pexceptions.h \
701 $(SOPHYAINCP)gnumd5.h \
702 $(SOPHYAINCP)ppfbinstream.h \
703 $(SOPHYAINCP)rawstream.h \
704 $(SOPHYAINCP)ppfnametag.h \
[3123]705 $(SOPHYAINCP)ppersist.h \
[3007]706 $(SOPHYAINCP)dvlist.h \
707 $(SOPHYAINCP)objfio.h \
[3123]708 $(SOPHYAINCP)anydataobj.h \
[3007]709 $(SOPHYAINCP)mutyv.h \
[3075]710 $(SOPHYAINCP)timestamp.h \
711 dlftypes.h servnobjm.h \
712 $(SOPHYAINCP)pdlmgr.h \
713 $(SOPHYAINCP)zthread.h \
714 nomgadapter.h \
[2933]715 $(SOPHYAINCP)pidrawer.h \
[2743]716 $(SOPHYAINCP)pibwdggen.h \
[3007]717 $(SOPHYAINCP)pisysdep.h \
718 $(SOPHYAINCP)piwdgx.h \
[2743]719 $(SOPHYAINCP)piwdggen.h \
720 $(SOPHYAINCP)pimsghandler.h \
[3007]721 $(SOPHYAINCP)picolist.h \
722 $(SOPHYAINCP)picmap.h \
[2743]723 $(SOPHYAINCP)picmapx.h \
724 $(SOPHYAINCP)picmapgen.h \
725 $(SOPHYAINCP)pigraphx.h \
726 $(SOPHYAINCP)pigraphgen.h \
727 $(SOPHYAINCP)pifontx.h \
728 $(SOPHYAINCP)pifontgen.h \
729 $(SOPHYAINCP)pigrcoord.h \
730 $(SOPHYAINCP)pilineatt.h \
731 $(SOPHYAINCP)pigraphuc.h \
732 $(SOPHYAINCP)pievthandler.h \
[3007]733 $(SOPHYAINCP)psfile.h \
734 $(SOPHYAINCP)pigratt.h \
[2743]735 $(SOPHYAINCP)piaxes.h \
[3007]736 $(SOPHYAINCP)parradapter.h \
737 $(SOPHYAINCP)lut.h \
[2743]738 $(SOPHYAINCP)ntupintf.h \
739 $(SOPHYAINCP)generalfit.h \
[3007]740 $(SOPHYAINCP)tvector.h \
741 $(SOPHYAINCP)tmatrix.h \
742 $(SOPHYAINCP)tarray.h \
743 $(SOPHYAINCP)basarr.h \
[3123]744 $(SOPHYAINCP)dvlist.h \
[2743]745 $(SOPHYAINCP)ndatablock.h \
746 $(SOPHYAINCP)utilarr.h \
[2933]747 $(SOPHYAINCP)tmatrix_tsnl.h \
748 $(SOPHYAINCP)tvector_tsnl.h \
[2743]749 $(SOPHYAINCP)generaldata.h \
[3123]750 $(SOPHYAINCP)ntupintf.h \
[3007]751 $(SOPHYAINCP)poly.h \
752 $(SOPHYAINCP)peida.h \
753 $(SOPHYAINCP)utils.h \
754 $(SOPHYAINCP)perrors.h \
[3075]755 $(SOPHYAINCP)fmath.h \
[3123]756 $(SOPHYAINCP)generalfunc.h \
[3075]757 pistdimgapp.h \
[3123]758 $(SOPHYAINCP)pisysdep.h \
[2743]759 $(SOPHYAINCP)piapplx.h \
760 $(SOPHYAINCP)piapplgen.h \
761 $(SOPHYAINCP)picontainerx.h \
762 $(SOPHYAINCP)picontainergen.h \
763 $(SOPHYAINCP)pimenubarx.h \
764 $(SOPHYAINCP)pimenubargen.h \
765 $(SOPHYAINCP)pimenux.h \
766 $(SOPHYAINCP)pimenugen.h \
767 $(SOPHYAINCP)picons.h \
768 $(SOPHYAINCP)pistdwdgx.h \
769 $(SOPHYAINCP)pistdwdggen.h \
770 $(SOPHYAINCP)pibwdgx.h \
771 $(SOPHYAINCP)pigraphps.h \
772 $(SOPHYAINCP)piwindowx.h \
773 $(SOPHYAINCP)piwindowgen.h \
[3123]774 $(SOPHYAINCP)pimenux.h \
[2743]775 $(SOPHYAINCP)pioptmenux.h \
776 $(SOPHYAINCP)pioptmenugen.h \
[3123]777 $(SOPHYAINCP)pistdwdgx.h \
[2743]778 $(SOPHYAINCP)pifilechox.h \
779 $(SOPHYAINCP)pifilechogen.h \
[3123]780 $(SOPHYAINCP)piwindowx.h \
[2743]781 $(SOPHYAINCP)piperiodx.h \
782 $(SOPHYAINCP)periodic.h \
[3123]783 $(SOPHYAINCP)picons.h \
[3007]784 $(SOPHYAINCP)piimage.h \
[3123]785 $(SOPHYAINCP)parradapter.h \
[3007]786 $(SOPHYAINCP)pieldrw.h \
[3123]787 $(SOPHYAINCP)pidrawer.h \
[2743]788 $(SOPHYAINCP)pipixmapx.h \
789 $(SOPHYAINCP)pipixmapgen.h \
790 $(SOPHYAINCP)picmapview.h \
[3007]791 $(SOPHYAINCP)pi3dwdg.h \
792 $(SOPHYAINCP)pi3ddrw.h \
[3075]793 $(SOPHYAINCP)pigraph3d.h \
794 piacmd.h \
[2743]795 $(SOPHYAINCP)commander.h \
[3123]796 $(SOPHYAINCP)pdlmgr.h \
[2764]797 $(SOPHYAINCP)ctimer.h pisiadw.h \
[2743]798 $(SOPHYAINCP)pilistx.h \
799 $(SOPHYAINCP)pilistgen.h \
800 $(SOPHYAINCP)pistzwin.h \
[3123]801 $(SOPHYAINCP)piperiodx.h \
[2743]802 $(SOPHYAINCP)pitherm.h \
[3007]803 $(SOPHYAINCP)resusage.h \
[3123]804 $(SOPHYAINCP)tvector.h \
[3075]805 pitvmaad.h \
[3123]806 $(SOPHYAINCP)tmatrix.h \
[2743]807 $(SOPHYAINCP)piyfxdrw.h \
[3075]808 $(SOPHYAINCP)pisurfdr.h \
809 pipodrw.h $(SOPHYAINCP)histos2.h \
[3007]810 $(SOPHYAINCP)histos.h pintuple.h \
[3123]811 pintup3d.h \
812 $(SOPHYAINCP)pi3ddrw.h pigfd1.h \
813 $(SOPHYAINCP)generaldata.h \
814 pigfd2.h
[2765]815 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nobjmgr.cc
[2743]816
[3007]817$(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \
818 $(SOPHYAINCP)sopnamsp.h \
[3075]819 $(SOPHYAINCP)machdefs.h \
820 nomgadapter.h \
[3007]821 $(SOPHYAINCP)ppersist.h \
[3123]822 $(SOPHYAINCP)machdefs.h \
[2743]823 $(SOPHYAINCP)pexceptions.h \
824 $(SOPHYAINCP)gnumd5.h \
825 $(SOPHYAINCP)ppfbinstream.h \
826 $(SOPHYAINCP)rawstream.h \
827 $(SOPHYAINCP)ppfnametag.h \
[3123]828 $(SOPHYAINCP)ppersist.h \
[2743]829 $(SOPHYAINCP)anydataobj.h \
830 $(SOPHYAINCP)pidrawer.h \
831 $(SOPHYAINCP)pibwdggen.h \
[3007]832 $(SOPHYAINCP)pisysdep.h \
833 $(SOPHYAINCP)piwdgx.h \
[2743]834 $(SOPHYAINCP)piwdggen.h \
835 $(SOPHYAINCP)pimsghandler.h \
[3007]836 $(SOPHYAINCP)picolist.h \
837 $(SOPHYAINCP)picmap.h \
[2743]838 $(SOPHYAINCP)picmapx.h \
839 $(SOPHYAINCP)picmapgen.h \
840 $(SOPHYAINCP)pigraphx.h \
841 $(SOPHYAINCP)pigraphgen.h \
842 $(SOPHYAINCP)pifontx.h \
843 $(SOPHYAINCP)pifontgen.h \
844 $(SOPHYAINCP)pigrcoord.h \
845 $(SOPHYAINCP)pilineatt.h \
846 $(SOPHYAINCP)pigraphuc.h \
847 $(SOPHYAINCP)pievthandler.h \
[3007]848 $(SOPHYAINCP)psfile.h \
849 $(SOPHYAINCP)pigratt.h \
[2743]850 $(SOPHYAINCP)piaxes.h \
[3007]851 $(SOPHYAINCP)parradapter.h \
852 $(SOPHYAINCP)lut.h \
[2743]853 $(SOPHYAINCP)ntupintf.h \
854 $(SOPHYAINCP)generalfit.h \
[3007]855 $(SOPHYAINCP)tvector.h \
856 $(SOPHYAINCP)tmatrix.h \
857 $(SOPHYAINCP)tarray.h \
858 $(SOPHYAINCP)basarr.h \
[3123]859 $(SOPHYAINCP)anydataobj.h \
[3007]860 $(SOPHYAINCP)mutyv.h \
861 $(SOPHYAINCP)timestamp.h \
862 $(SOPHYAINCP)objfio.h \
863 $(SOPHYAINCP)dvlist.h \
[2743]864 $(SOPHYAINCP)ndatablock.h \
865 $(SOPHYAINCP)utilarr.h \
[2933]866 $(SOPHYAINCP)tmatrix_tsnl.h \
867 $(SOPHYAINCP)tvector_tsnl.h \
[2743]868 $(SOPHYAINCP)generaldata.h \
[3123]869 $(SOPHYAINCP)ntupintf.h \
[3007]870 $(SOPHYAINCP)poly.h \
871 $(SOPHYAINCP)peida.h \
872 $(SOPHYAINCP)utils.h \
873 $(SOPHYAINCP)perrors.h \
[3123]874 $(SOPHYAINCP)fmath.h \
875 $(SOPHYAINCP)generalfunc.h
[2765]876 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgadapter.cc
[2743]877
[3007]878$(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \
879 $(SOPHYAINCP)sopnamsp.h \
[2784]880 $(SOPHYAINCP)machdefs.h \
[3075]881 nomgfdadapter.h nomgadapter.h \
882 $(SOPHYAINCP)ppersist.h \
[3123]883 $(SOPHYAINCP)machdefs.h \
[2743]884 $(SOPHYAINCP)pexceptions.h \
885 $(SOPHYAINCP)gnumd5.h \
886 $(SOPHYAINCP)ppfbinstream.h \
887 $(SOPHYAINCP)rawstream.h \
888 $(SOPHYAINCP)ppfnametag.h \
[3123]889 $(SOPHYAINCP)ppersist.h \
[2743]890 $(SOPHYAINCP)anydataobj.h \
891 $(SOPHYAINCP)pidrawer.h \
892 $(SOPHYAINCP)pibwdggen.h \
[3007]893 $(SOPHYAINCP)pisysdep.h \
894 $(SOPHYAINCP)piwdgx.h \
[2743]895 $(SOPHYAINCP)piwdggen.h \
896 $(SOPHYAINCP)pimsghandler.h \
[3007]897 $(SOPHYAINCP)picolist.h \
898 $(SOPHYAINCP)picmap.h \
[2743]899 $(SOPHYAINCP)picmapx.h \
900 $(SOPHYAINCP)picmapgen.h \
901 $(SOPHYAINCP)pigraphx.h \
902 $(SOPHYAINCP)pigraphgen.h \
903 $(SOPHYAINCP)pifontx.h \
904 $(SOPHYAINCP)pifontgen.h \
905 $(SOPHYAINCP)pigrcoord.h \
906 $(SOPHYAINCP)pilineatt.h \
907 $(SOPHYAINCP)pigraphuc.h \
908 $(SOPHYAINCP)pievthandler.h \
[3007]909 $(SOPHYAINCP)psfile.h \
910 $(SOPHYAINCP)pigratt.h \
[2743]911 $(SOPHYAINCP)piaxes.h \
[3007]912 $(SOPHYAINCP)parradapter.h \
913 $(SOPHYAINCP)lut.h \
[2743]914 $(SOPHYAINCP)ntupintf.h \
915 $(SOPHYAINCP)generalfit.h \
[3007]916 $(SOPHYAINCP)tvector.h \
917 $(SOPHYAINCP)tmatrix.h \
918 $(SOPHYAINCP)tarray.h \
919 $(SOPHYAINCP)basarr.h \
[3123]920 $(SOPHYAINCP)anydataobj.h \
[3007]921 $(SOPHYAINCP)mutyv.h \
922 $(SOPHYAINCP)timestamp.h \
923 $(SOPHYAINCP)objfio.h \
924 $(SOPHYAINCP)dvlist.h \
[2743]925 $(SOPHYAINCP)ndatablock.h \
926 $(SOPHYAINCP)utilarr.h \
[2933]927 $(SOPHYAINCP)tmatrix_tsnl.h \
928 $(SOPHYAINCP)tvector_tsnl.h \
[2743]929 $(SOPHYAINCP)generaldata.h \
[3123]930 $(SOPHYAINCP)ntupintf.h \
[3007]931 $(SOPHYAINCP)poly.h \
932 $(SOPHYAINCP)peida.h \
933 $(SOPHYAINCP)utils.h \
934 $(SOPHYAINCP)perrors.h \
[3123]935 $(SOPHYAINCP)fmath.h \
936 $(SOPHYAINCP)generalfunc.h \
937 pipodrw.h $(SOPHYAINCP)histos2.h \
[3007]938 $(SOPHYAINCP)histos.h \
[2743]939 $(SOPHYAINCP)objfitter.h \
[3007]940 $(SOPHYAINCP)cimage.h \
941 $(SOPHYAINCP)fioarr.h \
[3123]942 $(SOPHYAINCP)histos2.h \
943 $(SOPHYAINCP)hisprof.h \
944 $(SOPHYAINCP)generalfit.h
[2765]945 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomgfdadapter.cc
[2743]946
[3123]947$(SOPHYAOBJP)nomherradapter.o: nomherradapter.cc \
948 $(SOPHYAINCP)sopnamsp.h \
949 $(SOPHYAINCP)machdefs.h \
950 nomherradapter.h nomgadapter.h \
951 $(SOPHYAINCP)ppersist.h \
952 $(SOPHYAINCP)machdefs.h \
953 $(SOPHYAINCP)pexceptions.h \
954 $(SOPHYAINCP)gnumd5.h \
955 $(SOPHYAINCP)ppfbinstream.h \
956 $(SOPHYAINCP)rawstream.h \
957 $(SOPHYAINCP)ppfnametag.h \
958 $(SOPHYAINCP)ppersist.h \
959 $(SOPHYAINCP)anydataobj.h \
960 $(SOPHYAINCP)pidrawer.h \
961 $(SOPHYAINCP)pibwdggen.h \
962 $(SOPHYAINCP)pisysdep.h \
963 $(SOPHYAINCP)piwdgx.h \
964 $(SOPHYAINCP)piwdggen.h \
965 $(SOPHYAINCP)pimsghandler.h \
966 $(SOPHYAINCP)picolist.h \
967 $(SOPHYAINCP)picmap.h \
968 $(SOPHYAINCP)picmapx.h \
969 $(SOPHYAINCP)picmapgen.h \
970 $(SOPHYAINCP)pigraphx.h \
971 $(SOPHYAINCP)pigraphgen.h \
972 $(SOPHYAINCP)pifontx.h \
973 $(SOPHYAINCP)pifontgen.h \
974 $(SOPHYAINCP)pigrcoord.h \
975 $(SOPHYAINCP)pilineatt.h \
976 $(SOPHYAINCP)pigraphuc.h \
977 $(SOPHYAINCP)pievthandler.h \
978 $(SOPHYAINCP)psfile.h \
979 $(SOPHYAINCP)pigratt.h \
980 $(SOPHYAINCP)piaxes.h \
981 $(SOPHYAINCP)parradapter.h \
982 $(SOPHYAINCP)lut.h \
983 $(SOPHYAINCP)ntupintf.h \
984 $(SOPHYAINCP)generalfit.h \
985 $(SOPHYAINCP)tvector.h \
986 $(SOPHYAINCP)tmatrix.h \
987 $(SOPHYAINCP)tarray.h \
988 $(SOPHYAINCP)basarr.h \
989 $(SOPHYAINCP)anydataobj.h \
990 $(SOPHYAINCP)mutyv.h \
991 $(SOPHYAINCP)timestamp.h \
992 $(SOPHYAINCP)objfio.h \
993 $(SOPHYAINCP)dvlist.h \
994 $(SOPHYAINCP)ndatablock.h \
995 $(SOPHYAINCP)utilarr.h \
996 $(SOPHYAINCP)tmatrix_tsnl.h \
997 $(SOPHYAINCP)tvector_tsnl.h \
998 $(SOPHYAINCP)generaldata.h \
999 $(SOPHYAINCP)ntupintf.h \
1000 $(SOPHYAINCP)poly.h \
1001 $(SOPHYAINCP)peida.h \
1002 $(SOPHYAINCP)utils.h \
1003 $(SOPHYAINCP)perrors.h \
1004 $(SOPHYAINCP)fmath.h \
1005 $(SOPHYAINCP)generalfunc.h \
1006 $(SOPHYAINCP)histerr.h \
1007 $(SOPHYAINCP)hist2err.h \
1008 servnobjm.h nobjmgr.h \
1009 $(SOPHYAINCP)dvlist.h dlftypes.h \
1010 $(SOPHYAINCP)pdlmgr.h \
1011 $(SOPHYAINCP)zthread.h \
1012 $(SOPHYAINCP)objfitter.h \
1013 $(SOPHYAINCP)cimage.h \
1014 $(SOPHYAINCP)fioarr.h \
1015 $(SOPHYAINCP)histos.h \
1016 $(SOPHYAINCP)histos2.h \
1017 $(SOPHYAINCP)hisprof.h \
1018 $(SOPHYAINCP)generalfit.h
1019 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomherradapter.cc
1020
[3007]1021$(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \
1022 $(SOPHYAINCP)sopnamsp.h \
[2784]1023 $(SOPHYAINCP)machdefs.h \
[3075]1024 nomhistadapter.h nomgadapter.h \
1025 $(SOPHYAINCP)ppersist.h \
[3123]1026 $(SOPHYAINCP)machdefs.h \
[2743]1027 $(SOPHYAINCP)pexceptions.h \
1028 $(SOPHYAINCP)gnumd5.h \
1029 $(SOPHYAINCP)ppfbinstream.h \
1030 $(SOPHYAINCP)rawstream.h \
1031 $(SOPHYAINCP)ppfnametag.h \
[3123]1032 $(SOPHYAINCP)ppersist.h \
[2743]1033 $(SOPHYAINCP)anydataobj.h \
1034 $(SOPHYAINCP)pidrawer.h \
1035 $(SOPHYAINCP)pibwdggen.h \
[3007]1036 $(SOPHYAINCP)pisysdep.h \
1037 $(SOPHYAINCP)piwdgx.h \
[2743]1038 $(SOPHYAINCP)piwdggen.h \
1039 $(SOPHYAINCP)pimsghandler.h \
[3007]1040 $(SOPHYAINCP)picolist.h \
1041 $(SOPHYAINCP)picmap.h \
[2743]1042 $(SOPHYAINCP)picmapx.h \
1043 $(SOPHYAINCP)picmapgen.h \
1044 $(SOPHYAINCP)pigraphx.h \
1045 $(SOPHYAINCP)pigraphgen.h \
1046 $(SOPHYAINCP)pifontx.h \
1047 $(SOPHYAINCP)pifontgen.h \
1048 $(SOPHYAINCP)pigrcoord.h \
1049 $(SOPHYAINCP)pilineatt.h \
1050 $(SOPHYAINCP)pigraphuc.h \
1051 $(SOPHYAINCP)pievthandler.h \
[3007]1052 $(SOPHYAINCP)psfile.h \
1053 $(SOPHYAINCP)pigratt.h \
[2743]1054 $(SOPHYAINCP)piaxes.h \
[3007]1055 $(SOPHYAINCP)parradapter.h \
1056 $(SOPHYAINCP)lut.h \
[2743]1057 $(SOPHYAINCP)ntupintf.h \
1058 $(SOPHYAINCP)generalfit.h \
[3007]1059 $(SOPHYAINCP)tvector.h \
1060 $(SOPHYAINCP)tmatrix.h \
1061 $(SOPHYAINCP)tarray.h \
1062 $(SOPHYAINCP)basarr.h \
[3123]1063 $(SOPHYAINCP)anydataobj.h \
[3007]1064 $(SOPHYAINCP)mutyv.h \
1065 $(SOPHYAINCP)timestamp.h \
1066 $(SOPHYAINCP)objfio.h \
1067 $(SOPHYAINCP)dvlist.h \
[2743]1068 $(SOPHYAINCP)ndatablock.h \
1069 $(SOPHYAINCP)utilarr.h \
[2933]1070 $(SOPHYAINCP)tmatrix_tsnl.h \
1071 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1072 $(SOPHYAINCP)generaldata.h \
[3123]1073 $(SOPHYAINCP)ntupintf.h \
[3007]1074 $(SOPHYAINCP)poly.h \
1075 $(SOPHYAINCP)peida.h \
1076 $(SOPHYAINCP)utils.h \
1077 $(SOPHYAINCP)perrors.h \
1078 $(SOPHYAINCP)fmath.h \
[3123]1079 $(SOPHYAINCP)generalfunc.h \
[3007]1080 $(SOPHYAINCP)histos.h \
1081 $(SOPHYAINCP)histos2.h \
[3123]1082 $(SOPHYAINCP)histos.h \
[3007]1083 $(SOPHYAINCP)hisprof.h \
1084 $(SOPHYAINCP)histerr.h \
1085 $(SOPHYAINCP)ntuple.h \
[2743]1086 $(SOPHYAINCP)xntuple.h \
1087 $(SOPHYAINCP)basedtable.h \
[3075]1088 $(SOPHYAINCP)segdatablock.h \
1089 pihisto.h pihisto2d.h \
[3123]1090 $(SOPHYAINCP)pisysdep.h \
[2784]1091 $(SOPHYAINCP)pimenux.h \
[2743]1092 $(SOPHYAINCP)pimenugen.h \
1093 $(SOPHYAINCP)pimenubarx.h \
1094 $(SOPHYAINCP)pimenubargen.h \
[3123]1095 $(SOPHYAINCP)pimenux.h \
[2743]1096 $(SOPHYAINCP)pioptmenux.h \
1097 $(SOPHYAINCP)pioptmenugen.h \
1098 $(SOPHYAINCP)pistdwdgx.h \
1099 $(SOPHYAINCP)pistdwdggen.h \
1100 $(SOPHYAINCP)piscdrawwdg.h \
1101 $(SOPHYAINCP)pibwdgx.h \
1102 $(SOPHYAINCP)pigraphps.h \
1103 $(SOPHYAINCP)piwindowx.h \
1104 $(SOPHYAINCP)piwindowgen.h \
1105 $(SOPHYAINCP)picontainerx.h \
1106 $(SOPHYAINCP)picontainergen.h \
[3123]1107 $(SOPHYAINCP)pidrawer.h \
[3007]1108 $(SOPHYAINCP)pieldrw.h pipodrw.h \
[3123]1109 servnobjm.h nobjmgr.h \
1110 $(SOPHYAINCP)dvlist.h dlftypes.h \
[3007]1111 $(SOPHYAINCP)pdlmgr.h \
[2764]1112 $(SOPHYAINCP)zthread.h \
[2743]1113 $(SOPHYAINCP)objfitter.h \
[3007]1114 $(SOPHYAINCP)cimage.h \
1115 $(SOPHYAINCP)fioarr.h \
[3123]1116 $(SOPHYAINCP)histos2.h \
1117 $(SOPHYAINCP)hisprof.h \
1118 $(SOPHYAINCP)generalfit.h \
[2743]1119 $(SOPHYAINCP)datatable.h \
[3123]1120 $(SOPHYAINCP)basedtable.h \
[2743]1121 $(SOPHYAINCP)swppfdtable.h \
1122 $(SOPHYAINCP)swsegdb.h \
1123 $(SOPHYAINCP)ppfswapper.h \
1124 $(SOPHYAINCP)ppftpointerio.h
[2765]1125 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomhistadapter.cc
[2743]1126
[3007]1127$(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \
1128 $(SOPHYAINCP)sopnamsp.h \
[2743]1129 $(SOPHYAINCP)machdefs.h \
[3007]1130 $(SOPHYAINCP)datatype.h \
[3123]1131 $(SOPHYAINCP)machdefs.h \
[3075]1132 nomimagadapter.h nomgadapter.h \
1133 $(SOPHYAINCP)ppersist.h \
[2743]1134 $(SOPHYAINCP)pexceptions.h \
1135 $(SOPHYAINCP)gnumd5.h \
1136 $(SOPHYAINCP)ppfbinstream.h \
1137 $(SOPHYAINCP)rawstream.h \
1138 $(SOPHYAINCP)ppfnametag.h \
[3123]1139 $(SOPHYAINCP)ppersist.h \
[2743]1140 $(SOPHYAINCP)anydataobj.h \
1141 $(SOPHYAINCP)pidrawer.h \
1142 $(SOPHYAINCP)pibwdggen.h \
[3007]1143 $(SOPHYAINCP)pisysdep.h \
1144 $(SOPHYAINCP)piwdgx.h \
[2743]1145 $(SOPHYAINCP)piwdggen.h \
1146 $(SOPHYAINCP)pimsghandler.h \
[3007]1147 $(SOPHYAINCP)picolist.h \
1148 $(SOPHYAINCP)picmap.h \
[2743]1149 $(SOPHYAINCP)picmapx.h \
1150 $(SOPHYAINCP)picmapgen.h \
1151 $(SOPHYAINCP)pigraphx.h \
1152 $(SOPHYAINCP)pigraphgen.h \
1153 $(SOPHYAINCP)pifontx.h \
1154 $(SOPHYAINCP)pifontgen.h \
1155 $(SOPHYAINCP)pigrcoord.h \
1156 $(SOPHYAINCP)pilineatt.h \
1157 $(SOPHYAINCP)pigraphuc.h \
1158 $(SOPHYAINCP)pievthandler.h \
[3007]1159 $(SOPHYAINCP)psfile.h \
1160 $(SOPHYAINCP)pigratt.h \
[2743]1161 $(SOPHYAINCP)piaxes.h \
[3007]1162 $(SOPHYAINCP)parradapter.h \
1163 $(SOPHYAINCP)lut.h \
[2743]1164 $(SOPHYAINCP)ntupintf.h \
1165 $(SOPHYAINCP)generalfit.h \
[3007]1166 $(SOPHYAINCP)tvector.h \
1167 $(SOPHYAINCP)tmatrix.h \
1168 $(SOPHYAINCP)tarray.h \
1169 $(SOPHYAINCP)basarr.h \
[3123]1170 $(SOPHYAINCP)anydataobj.h \
[3007]1171 $(SOPHYAINCP)mutyv.h \
1172 $(SOPHYAINCP)timestamp.h \
1173 $(SOPHYAINCP)objfio.h \
1174 $(SOPHYAINCP)dvlist.h \
[2743]1175 $(SOPHYAINCP)ndatablock.h \
1176 $(SOPHYAINCP)utilarr.h \
[2933]1177 $(SOPHYAINCP)tmatrix_tsnl.h \
1178 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1179 $(SOPHYAINCP)generaldata.h \
[3123]1180 $(SOPHYAINCP)ntupintf.h \
[3007]1181 $(SOPHYAINCP)poly.h \
1182 $(SOPHYAINCP)peida.h \
1183 $(SOPHYAINCP)utils.h \
1184 $(SOPHYAINCP)perrors.h \
1185 $(SOPHYAINCP)fmath.h \
[3123]1186 $(SOPHYAINCP)generalfunc.h \
[3007]1187 $(SOPHYAINCP)cimage.h \
[3075]1188 $(SOPHYAINCP)fioarr.h \
1189 pimgadapter.h \
[2743]1190 $(SOPHYAINCP)objfitter.h \
[3123]1191 $(SOPHYAINCP)cimage.h \
[3007]1192 $(SOPHYAINCP)histos.h \
1193 $(SOPHYAINCP)histos2.h \
[3123]1194 $(SOPHYAINCP)hisprof.h \
1195 $(SOPHYAINCP)generalfit.h
[2765]1196 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomimagadapter.cc
[2743]1197
1198$(SOPHYAOBJP)nomskymapadapter.o: nomskymapadapter.cc \
1199 $(SOPHYAINCP)sopnamsp.h \
1200 $(SOPHYAINCP)machdefs.h \
[3007]1201 $(SOPHYAINCP)datatype.h \
[3123]1202 $(SOPHYAINCP)machdefs.h \
[3075]1203 nomskymapadapter.h nomgadapter.h \
1204 $(SOPHYAINCP)ppersist.h \
[2743]1205 $(SOPHYAINCP)pexceptions.h \
1206 $(SOPHYAINCP)gnumd5.h \
1207 $(SOPHYAINCP)ppfbinstream.h \
1208 $(SOPHYAINCP)rawstream.h \
1209 $(SOPHYAINCP)ppfnametag.h \
[3123]1210 $(SOPHYAINCP)ppersist.h \
[2743]1211 $(SOPHYAINCP)anydataobj.h \
1212 $(SOPHYAINCP)pidrawer.h \
1213 $(SOPHYAINCP)pibwdggen.h \
[3007]1214 $(SOPHYAINCP)pisysdep.h \
1215 $(SOPHYAINCP)piwdgx.h \
[2743]1216 $(SOPHYAINCP)piwdggen.h \
1217 $(SOPHYAINCP)pimsghandler.h \
[3007]1218 $(SOPHYAINCP)picolist.h \
1219 $(SOPHYAINCP)picmap.h \
[2743]1220 $(SOPHYAINCP)picmapx.h \
1221 $(SOPHYAINCP)picmapgen.h \
1222 $(SOPHYAINCP)pigraphx.h \
1223 $(SOPHYAINCP)pigraphgen.h \
1224 $(SOPHYAINCP)pifontx.h \
1225 $(SOPHYAINCP)pifontgen.h \
1226 $(SOPHYAINCP)pigrcoord.h \
1227 $(SOPHYAINCP)pilineatt.h \
1228 $(SOPHYAINCP)pigraphuc.h \
1229 $(SOPHYAINCP)pievthandler.h \
[3007]1230 $(SOPHYAINCP)psfile.h \
1231 $(SOPHYAINCP)pigratt.h \
[2743]1232 $(SOPHYAINCP)piaxes.h \
[3007]1233 $(SOPHYAINCP)parradapter.h \
1234 $(SOPHYAINCP)lut.h \
[2743]1235 $(SOPHYAINCP)ntupintf.h \
1236 $(SOPHYAINCP)generalfit.h \
[3007]1237 $(SOPHYAINCP)tvector.h \
1238 $(SOPHYAINCP)tmatrix.h \
1239 $(SOPHYAINCP)tarray.h \
1240 $(SOPHYAINCP)basarr.h \
[3123]1241 $(SOPHYAINCP)anydataobj.h \
[3007]1242 $(SOPHYAINCP)mutyv.h \
1243 $(SOPHYAINCP)timestamp.h \
1244 $(SOPHYAINCP)objfio.h \
1245 $(SOPHYAINCP)dvlist.h \
[2743]1246 $(SOPHYAINCP)ndatablock.h \
1247 $(SOPHYAINCP)utilarr.h \
[2933]1248 $(SOPHYAINCP)tmatrix_tsnl.h \
1249 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1250 $(SOPHYAINCP)generaldata.h \
[3123]1251 $(SOPHYAINCP)ntupintf.h \
[3007]1252 $(SOPHYAINCP)poly.h \
1253 $(SOPHYAINCP)peida.h \
1254 $(SOPHYAINCP)utils.h \
1255 $(SOPHYAINCP)perrors.h \
1256 $(SOPHYAINCP)fmath.h \
[3123]1257 $(SOPHYAINCP)generalfunc.h \
1258 $(SOPHYAINCP)tmatrix.h \
[3007]1259 $(SOPHYAINCP)pixelmap.h \
[2743]1260 $(SOPHYAINCP)spherepos.h \
1261 $(SOPHYAINCP)unitvector.h \
1262 $(SOPHYAINCP)vector3d.h \
1263 $(SOPHYAINCP)longlat.h \
[3007]1264 $(SOPHYAINCP)utilgeom.h \
[3123]1265 $(SOPHYAINCP)datatype.h \
[3007]1266 $(SOPHYAINCP)skymap.h \
[2743]1267 $(SOPHYAINCP)spherethetaphi.h \
1268 $(SOPHYAINCP)sphericalmap.h \
1269 $(SOPHYAINCP)smathconst.h \
[3123]1270 $(SOPHYAINCP)pixelmap.h \
[2743]1271 $(SOPHYAINCP)spherehealpix.h \
1272 $(SOPHYAINCP)HEALPixUtils.h \
1273 $(SOPHYAINCP)localmap.h \
1274 $(SOPHYAINCP)sphereecp.h \
1275 $(SOPHYAINCP)fiospherethetaphi.h \
1276 $(SOPHYAINCP)fiospherehealpix.h \
1277 $(SOPHYAINCP)fiolocalmap.h \
[3075]1278 $(SOPHYAINCP)fiosphereecp.h \
1279 pitvmaad.h \
[3123]1280 $(SOPHYAINCP)tvector.h \
[2933]1281 $(SOPHYAINCP)complexios.h
[2765]1282 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomskymapadapter.cc
[2743]1283
1284$(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \
1285 $(SOPHYAINCP)sopnamsp.h \
1286 $(SOPHYAINCP)machdefs.h \
[3007]1287 nomspecrespadapter.h nomgadapter.h \
1288 $(SOPHYAINCP)ppersist.h \
[3123]1289 $(SOPHYAINCP)machdefs.h \
[2743]1290 $(SOPHYAINCP)pexceptions.h \
1291 $(SOPHYAINCP)gnumd5.h \
1292 $(SOPHYAINCP)ppfbinstream.h \
1293 $(SOPHYAINCP)rawstream.h \
1294 $(SOPHYAINCP)ppfnametag.h \
[3123]1295 $(SOPHYAINCP)ppersist.h \
[2743]1296 $(SOPHYAINCP)anydataobj.h \
1297 $(SOPHYAINCP)pidrawer.h \
1298 $(SOPHYAINCP)pibwdggen.h \
[3007]1299 $(SOPHYAINCP)pisysdep.h \
1300 $(SOPHYAINCP)piwdgx.h \
[2743]1301 $(SOPHYAINCP)piwdggen.h \
1302 $(SOPHYAINCP)pimsghandler.h \
[3007]1303 $(SOPHYAINCP)picolist.h \
1304 $(SOPHYAINCP)picmap.h \
[2743]1305 $(SOPHYAINCP)picmapx.h \
1306 $(SOPHYAINCP)picmapgen.h \
1307 $(SOPHYAINCP)pigraphx.h \
1308 $(SOPHYAINCP)pigraphgen.h \
1309 $(SOPHYAINCP)pifontx.h \
1310 $(SOPHYAINCP)pifontgen.h \
1311 $(SOPHYAINCP)pigrcoord.h \
1312 $(SOPHYAINCP)pilineatt.h \
1313 $(SOPHYAINCP)pigraphuc.h \
1314 $(SOPHYAINCP)pievthandler.h \
[3007]1315 $(SOPHYAINCP)psfile.h \
1316 $(SOPHYAINCP)pigratt.h \
[2743]1317 $(SOPHYAINCP)piaxes.h \
[3007]1318 $(SOPHYAINCP)parradapter.h \
1319 $(SOPHYAINCP)lut.h \
[2743]1320 $(SOPHYAINCP)ntupintf.h \
1321 $(SOPHYAINCP)generalfit.h \
[3007]1322 $(SOPHYAINCP)tvector.h \
1323 $(SOPHYAINCP)tmatrix.h \
1324 $(SOPHYAINCP)tarray.h \
1325 $(SOPHYAINCP)basarr.h \
[3123]1326 $(SOPHYAINCP)anydataobj.h \
[3007]1327 $(SOPHYAINCP)mutyv.h \
1328 $(SOPHYAINCP)timestamp.h \
1329 $(SOPHYAINCP)objfio.h \
1330 $(SOPHYAINCP)dvlist.h \
[2743]1331 $(SOPHYAINCP)ndatablock.h \
1332 $(SOPHYAINCP)utilarr.h \
[2933]1333 $(SOPHYAINCP)tmatrix_tsnl.h \
1334 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1335 $(SOPHYAINCP)generaldata.h \
[3123]1336 $(SOPHYAINCP)ntupintf.h \
[3007]1337 $(SOPHYAINCP)poly.h \
1338 $(SOPHYAINCP)peida.h \
1339 $(SOPHYAINCP)utils.h \
1340 $(SOPHYAINCP)perrors.h \
1341 $(SOPHYAINCP)fmath.h \
[3123]1342 $(SOPHYAINCP)generalfunc.h \
[3007]1343 $(SOPHYAINCP)specresp.h \
[2743]1344 $(SOPHYAINCP)specrespvector.h \
[3123]1345 $(SOPHYAINCP)specresp.h \
[2743]1346 $(SOPHYAINCP)gaussfilt.h
[2765]1347 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomspecrespadapter.cc
[2743]1348
[3007]1349$(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \
1350 $(SOPHYAINCP)sopnamsp.h \
[2743]1351 $(SOPHYAINCP)machdefs.h \
[3007]1352 $(SOPHYAINCP)datatype.h \
[3123]1353 $(SOPHYAINCP)machdefs.h \
[3075]1354 nomtarradapter.h nomgadapter.h \
1355 $(SOPHYAINCP)ppersist.h \
[2743]1356 $(SOPHYAINCP)pexceptions.h \
1357 $(SOPHYAINCP)gnumd5.h \
1358 $(SOPHYAINCP)ppfbinstream.h \
1359 $(SOPHYAINCP)rawstream.h \
1360 $(SOPHYAINCP)ppfnametag.h \
[3123]1361 $(SOPHYAINCP)ppersist.h \
[2743]1362 $(SOPHYAINCP)anydataobj.h \
1363 $(SOPHYAINCP)pidrawer.h \
1364 $(SOPHYAINCP)pibwdggen.h \
[3007]1365 $(SOPHYAINCP)pisysdep.h \
1366 $(SOPHYAINCP)piwdgx.h \
[2743]1367 $(SOPHYAINCP)piwdggen.h \
1368 $(SOPHYAINCP)pimsghandler.h \
[3007]1369 $(SOPHYAINCP)picolist.h \
1370 $(SOPHYAINCP)picmap.h \
[2743]1371 $(SOPHYAINCP)picmapx.h \
1372 $(SOPHYAINCP)picmapgen.h \
1373 $(SOPHYAINCP)pigraphx.h \
1374 $(SOPHYAINCP)pigraphgen.h \
1375 $(SOPHYAINCP)pifontx.h \
1376 $(SOPHYAINCP)pifontgen.h \
1377 $(SOPHYAINCP)pigrcoord.h \
1378 $(SOPHYAINCP)pilineatt.h \
1379 $(SOPHYAINCP)pigraphuc.h \
1380 $(SOPHYAINCP)pievthandler.h \
[3007]1381 $(SOPHYAINCP)psfile.h \
1382 $(SOPHYAINCP)pigratt.h \
[2743]1383 $(SOPHYAINCP)piaxes.h \
[3007]1384 $(SOPHYAINCP)parradapter.h \
1385 $(SOPHYAINCP)lut.h \
[2743]1386 $(SOPHYAINCP)ntupintf.h \
1387 $(SOPHYAINCP)generalfit.h \
[3007]1388 $(SOPHYAINCP)tvector.h \
1389 $(SOPHYAINCP)tmatrix.h \
1390 $(SOPHYAINCP)tarray.h \
1391 $(SOPHYAINCP)basarr.h \
[3123]1392 $(SOPHYAINCP)anydataobj.h \
[3007]1393 $(SOPHYAINCP)mutyv.h \
1394 $(SOPHYAINCP)timestamp.h \
1395 $(SOPHYAINCP)objfio.h \
1396 $(SOPHYAINCP)dvlist.h \
[2743]1397 $(SOPHYAINCP)ndatablock.h \
1398 $(SOPHYAINCP)utilarr.h \
[2933]1399 $(SOPHYAINCP)tmatrix_tsnl.h \
1400 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1401 $(SOPHYAINCP)generaldata.h \
[3123]1402 $(SOPHYAINCP)ntupintf.h \
[3007]1403 $(SOPHYAINCP)poly.h \
1404 $(SOPHYAINCP)peida.h \
1405 $(SOPHYAINCP)utils.h \
1406 $(SOPHYAINCP)perrors.h \
[3123]1407 $(SOPHYAINCP)fmath.h \
1408 $(SOPHYAINCP)generalfunc.h \
1409 $(SOPHYAINCP)tarray.h \
1410 $(SOPHYAINCP)tvector.h \
1411 pitvmaad.h \
1412 $(SOPHYAINCP)tmatrix.h \
[3007]1413 $(SOPHYAINCP)piyfxdrw.h \
[3123]1414 $(SOPHYAINCP)parradapter.h \
1415 $(SOPHYAINCP)pidrawer.h \
[3007]1416 $(SOPHYAINCP)fioarr.h nobjmgr.h \
[3123]1417 $(SOPHYAINCP)dvlist.h dlftypes.h
[2765]1418 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtarradapter.cc
[2743]1419
1420$(SOPHYAOBJP)nomtmatvecadapter.o: nomtmatvecadapter.cc \
1421 $(SOPHYAINCP)sopnamsp.h \
1422 $(SOPHYAINCP)machdefs.h \
1423 $(SOPHYAINCP)datatype.h \
[3123]1424 $(SOPHYAINCP)machdefs.h \
[3007]1425 $(SOPHYAINCP)tvector.h \
1426 $(SOPHYAINCP)tmatrix.h \
1427 $(SOPHYAINCP)tarray.h \
1428 $(SOPHYAINCP)basarr.h \
[2743]1429 $(SOPHYAINCP)anydataobj.h \
[3007]1430 $(SOPHYAINCP)mutyv.h \
1431 $(SOPHYAINCP)timestamp.h \
1432 $(SOPHYAINCP)objfio.h \
1433 $(SOPHYAINCP)ppersist.h \
[2743]1434 $(SOPHYAINCP)pexceptions.h \
1435 $(SOPHYAINCP)gnumd5.h \
1436 $(SOPHYAINCP)ppfbinstream.h \
1437 $(SOPHYAINCP)rawstream.h \
1438 $(SOPHYAINCP)ppfnametag.h \
[2933]1439 $(SOPHYAINCP)dvlist.h \
[2743]1440 $(SOPHYAINCP)ndatablock.h \
1441 $(SOPHYAINCP)utilarr.h \
[2933]1442 $(SOPHYAINCP)tmatrix_tsnl.h \
1443 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1444 $(SOPHYAINCP)objfitter.h \
[3007]1445 $(SOPHYAINCP)cimage.h \
1446 $(SOPHYAINCP)fioarr.h \
[3123]1447 $(SOPHYAINCP)tvector.h \
[3007]1448 $(SOPHYAINCP)histos.h \
1449 $(SOPHYAINCP)peida.h \
1450 $(SOPHYAINCP)utils.h \
1451 $(SOPHYAINCP)perrors.h \
1452 $(SOPHYAINCP)fmath.h \
1453 $(SOPHYAINCP)histos2.h \
[2743]1454 $(SOPHYAINCP)hisprof.h \
1455 $(SOPHYAINCP)generalfit.h \
1456 $(SOPHYAINCP)generaldata.h \
[3007]1457 $(SOPHYAINCP)ntupintf.h \
[3075]1458 $(SOPHYAINCP)poly.h \
[3123]1459 $(SOPHYAINCP)generalfunc.h \
[3075]1460 nomtmatvecadapter.h nomgadapter.h \
[3123]1461 $(SOPHYAINCP)ppersist.h \
1462 $(SOPHYAINCP)anydataobj.h \
[3007]1463 $(SOPHYAINCP)pidrawer.h \
[2743]1464 $(SOPHYAINCP)pibwdggen.h \
[3007]1465 $(SOPHYAINCP)pisysdep.h \
1466 $(SOPHYAINCP)piwdgx.h \
[2743]1467 $(SOPHYAINCP)piwdggen.h \
1468 $(SOPHYAINCP)pimsghandler.h \
[3007]1469 $(SOPHYAINCP)picolist.h \
1470 $(SOPHYAINCP)picmap.h \
[2743]1471 $(SOPHYAINCP)picmapx.h \
1472 $(SOPHYAINCP)picmapgen.h \
1473 $(SOPHYAINCP)pigraphx.h \
1474 $(SOPHYAINCP)pigraphgen.h \
1475 $(SOPHYAINCP)pifontx.h \
1476 $(SOPHYAINCP)pifontgen.h \
1477 $(SOPHYAINCP)pigrcoord.h \
1478 $(SOPHYAINCP)pilineatt.h \
1479 $(SOPHYAINCP)pigraphuc.h \
1480 $(SOPHYAINCP)pievthandler.h \
[3007]1481 $(SOPHYAINCP)psfile.h \
1482 $(SOPHYAINCP)pigratt.h \
[2743]1483 $(SOPHYAINCP)piaxes.h \
[3007]1484 $(SOPHYAINCP)parradapter.h \
1485 $(SOPHYAINCP)lut.h \
[3123]1486 $(SOPHYAINCP)ntupintf.h \
1487 $(SOPHYAINCP)generalfit.h \
1488 $(SOPHYAINCP)tmatrix.h \
1489 $(SOPHYAINCP)generaldata.h \
[3007]1490 $(SOPHYAINCP)piyfxdrw.h \
[3123]1491 $(SOPHYAINCP)parradapter.h \
1492 $(SOPHYAINCP)pidrawer.h \
1493 pitvmaad.h $(SOPHYAINCP)fioarr.h \
1494 nobjmgr.h $(SOPHYAINCP)dvlist.h \
1495 dlftypes.h
[2765]1496 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nomtmatvecadapter.cc
[2743]1497
[3007]1498$(SOPHYAOBJP)pawexecut.o: pawexecut.cc \
1499 $(SOPHYAINCP)sopnamsp.h \
[2743]1500 $(SOPHYAINCP)strutil.h \
1501 $(SOPHYAINCP)strutilxx.h \
1502 $(SOPHYAINCP)machdefs.h \
[3007]1503 $(SOPHYAINCP)histos.h \
1504 $(SOPHYAINCP)objfio.h \
[2743]1505 $(SOPHYAINCP)anydataobj.h \
1506 $(SOPHYAINCP)ppersist.h \
1507 $(SOPHYAINCP)pexceptions.h \
1508 $(SOPHYAINCP)gnumd5.h \
1509 $(SOPHYAINCP)ppfbinstream.h \
1510 $(SOPHYAINCP)rawstream.h \
1511 $(SOPHYAINCP)ppfnametag.h \
[3007]1512 $(SOPHYAINCP)peida.h \
1513 $(SOPHYAINCP)utils.h \
1514 $(SOPHYAINCP)perrors.h \
1515 $(SOPHYAINCP)fmath.h \
1516 $(SOPHYAINCP)tvector.h \
1517 $(SOPHYAINCP)tmatrix.h \
1518 $(SOPHYAINCP)tarray.h \
1519 $(SOPHYAINCP)basarr.h \
1520 $(SOPHYAINCP)mutyv.h \
1521 $(SOPHYAINCP)timestamp.h \
[2933]1522 $(SOPHYAINCP)dvlist.h \
[2743]1523 $(SOPHYAINCP)ndatablock.h \
[2933]1524 $(SOPHYAINCP)utilarr.h \
1525 $(SOPHYAINCP)tmatrix_tsnl.h \
1526 $(SOPHYAINCP)tvector_tsnl.h \
[3007]1527 $(SOPHYAINCP)histos2.h \
[3123]1528 $(SOPHYAINCP)histos.h \
[3007]1529 $(SOPHYAINCP)hisprof.h \
1530 $(SOPHYAINCP)histerr.h \
[3123]1531 $(SOPHYAINCP)hist2err.h \
[3007]1532 $(SOPHYAINCP)ntuple.h \
[2933]1533 $(SOPHYAINCP)ntupintf.h \
1534 $(SOPHYAINCP)datatable.h \
1535 $(SOPHYAINCP)basedtable.h \
[3075]1536 $(SOPHYAINCP)segdatablock.h \
[3123]1537 pawexecut.h \
1538 $(SOPHYAINCP)machdefs.h \
1539 $(SOPHYAINCP)anydataobj.h \
1540 piacmd.h \
[2933]1541 $(SOPHYAINCP)commander.h \
[3007]1542 $(SOPHYAINCP)pdlmgr.h \
1543 $(SOPHYAINCP)ctimer.h \
[3075]1544 $(SOPHYAINCP)zthread.h \
[3123]1545 dlftypes.h nobjmgr.h \
1546 $(SOPHYAINCP)ppersist.h \
1547 $(SOPHYAINCP)dvlist.h \
1548 servnobjm.h \
1549 $(SOPHYAINCP)pdlmgr.h \
1550 nomgadapter.h \
[3007]1551 $(SOPHYAINCP)pidrawer.h \
[2743]1552 $(SOPHYAINCP)pibwdggen.h \
[3007]1553 $(SOPHYAINCP)pisysdep.h \
1554 $(SOPHYAINCP)piwdgx.h \
[2743]1555 $(SOPHYAINCP)piwdggen.h \
1556 $(SOPHYAINCP)pimsghandler.h \
[3007]1557 $(SOPHYAINCP)picolist.h \
1558 $(SOPHYAINCP)picmap.h \
[2743]1559 $(SOPHYAINCP)picmapx.h \
1560 $(SOPHYAINCP)picmapgen.h \
1561 $(SOPHYAINCP)pigraphx.h \
1562 $(SOPHYAINCP)pigraphgen.h \
1563 $(SOPHYAINCP)pifontx.h \
1564 $(SOPHYAINCP)pifontgen.h \
1565 $(SOPHYAINCP)pigrcoord.h \
1566 $(SOPHYAINCP)pilineatt.h \
1567 $(SOPHYAINCP)pigraphuc.h \
1568 $(SOPHYAINCP)pievthandler.h \
[3007]1569 $(SOPHYAINCP)psfile.h \
1570 $(SOPHYAINCP)pigratt.h \
[2743]1571 $(SOPHYAINCP)piaxes.h \
[3007]1572 $(SOPHYAINCP)parradapter.h \
1573 $(SOPHYAINCP)lut.h \
[3123]1574 $(SOPHYAINCP)ntupintf.h \
[2743]1575 $(SOPHYAINCP)generalfit.h \
1576 $(SOPHYAINCP)generaldata.h \
[3075]1577 $(SOPHYAINCP)poly.h \
[3123]1578 $(SOPHYAINCP)generalfunc.h \
[3075]1579 pistdimgapp.h \
[3123]1580 $(SOPHYAINCP)pisysdep.h \
[2743]1581 $(SOPHYAINCP)piapplx.h \
1582 $(SOPHYAINCP)piapplgen.h \
1583 $(SOPHYAINCP)picontainerx.h \
1584 $(SOPHYAINCP)picontainergen.h \
1585 $(SOPHYAINCP)pimenubarx.h \
1586 $(SOPHYAINCP)pimenubargen.h \
1587 $(SOPHYAINCP)pimenux.h \
1588 $(SOPHYAINCP)pimenugen.h \
1589 $(SOPHYAINCP)picons.h \
1590 $(SOPHYAINCP)pistdwdgx.h \
1591 $(SOPHYAINCP)pistdwdggen.h \
1592 $(SOPHYAINCP)pibwdgx.h \
1593 $(SOPHYAINCP)pigraphps.h \
1594 $(SOPHYAINCP)piwindowx.h \
1595 $(SOPHYAINCP)piwindowgen.h \
[3123]1596 $(SOPHYAINCP)pimenux.h \
[2743]1597 $(SOPHYAINCP)pioptmenux.h \
1598 $(SOPHYAINCP)pioptmenugen.h \
[3123]1599 $(SOPHYAINCP)pistdwdgx.h \
[2743]1600 $(SOPHYAINCP)pifilechox.h \
1601 $(SOPHYAINCP)pifilechogen.h \
[3123]1602 $(SOPHYAINCP)piwindowx.h \
[2743]1603 $(SOPHYAINCP)piperiodx.h \
1604 $(SOPHYAINCP)periodic.h \
[3123]1605 $(SOPHYAINCP)picons.h \
[3007]1606 $(SOPHYAINCP)piimage.h \
[3123]1607 $(SOPHYAINCP)parradapter.h \
[3007]1608 $(SOPHYAINCP)pieldrw.h \
[3123]1609 $(SOPHYAINCP)pidrawer.h \
[2743]1610 $(SOPHYAINCP)pipixmapx.h \
1611 $(SOPHYAINCP)pipixmapgen.h \
1612 $(SOPHYAINCP)picmapview.h \
[3007]1613 $(SOPHYAINCP)pi3dwdg.h \
1614 $(SOPHYAINCP)pi3ddrw.h \
[3075]1615 $(SOPHYAINCP)pigraph3d.h \
1616 pisiadw.h $(SOPHYAINCP)pilistx.h \
[2743]1617 $(SOPHYAINCP)pilistgen.h \
1618 $(SOPHYAINCP)pistzwin.h \
[3123]1619 $(SOPHYAINCP)piperiodx.h \
[2743]1620 $(SOPHYAINCP)pitherm.h \
[3075]1621 $(SOPHYAINCP)resusage.h \
[3123]1622 pihisto.h $(SOPHYAINCP)tmatrix.h \
1623 $(SOPHYAINCP)tvector.h
[2765]1624 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pawexecut.cc
[2743]1625
[3007]1626$(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \
1627 $(SOPHYAINCP)sopnamsp.h \
[2743]1628 $(SOPHYAINCP)machdefs.h \
[3007]1629 $(SOPHYAINCP)histos.h \
1630 $(SOPHYAINCP)objfio.h \
[3123]1631 $(SOPHYAINCP)machdefs.h \
[2743]1632 $(SOPHYAINCP)anydataobj.h \
1633 $(SOPHYAINCP)ppersist.h \
1634 $(SOPHYAINCP)pexceptions.h \
1635 $(SOPHYAINCP)gnumd5.h \
1636 $(SOPHYAINCP)ppfbinstream.h \
1637 $(SOPHYAINCP)rawstream.h \
1638 $(SOPHYAINCP)ppfnametag.h \
[3007]1639 $(SOPHYAINCP)peida.h \
1640 $(SOPHYAINCP)utils.h \
1641 $(SOPHYAINCP)perrors.h \
1642 $(SOPHYAINCP)fmath.h \
1643 $(SOPHYAINCP)tvector.h \
1644 $(SOPHYAINCP)tmatrix.h \
1645 $(SOPHYAINCP)tarray.h \
1646 $(SOPHYAINCP)basarr.h \
1647 $(SOPHYAINCP)mutyv.h \
1648 $(SOPHYAINCP)timestamp.h \
[2933]1649 $(SOPHYAINCP)dvlist.h \
[2743]1650 $(SOPHYAINCP)ndatablock.h \
[2933]1651 $(SOPHYAINCP)utilarr.h \
1652 $(SOPHYAINCP)tmatrix_tsnl.h \
1653 $(SOPHYAINCP)tvector_tsnl.h \
[3007]1654 $(SOPHYAINCP)ntuple.h \
1655 $(SOPHYAINCP)ntupintf.h \
1656 $(SOPHYAINCP)nbtri.h pi2dvec.h \
[3075]1657 pistdimgapp.h \
1658 $(SOPHYAINCP)pisysdep.h \
[2743]1659 $(SOPHYAINCP)piapplx.h \
1660 $(SOPHYAINCP)piapplgen.h \
1661 $(SOPHYAINCP)pimsghandler.h \
[3123]1662 $(SOPHYAINCP)pisysdep.h \
[2743]1663 $(SOPHYAINCP)picontainerx.h \
1664 $(SOPHYAINCP)picontainergen.h \
[3007]1665 $(SOPHYAINCP)piwdgx.h \
1666 $(SOPHYAINCP)piwdggen.h \
[2743]1667 $(SOPHYAINCP)picolist.h \
1668 $(SOPHYAINCP)pimenubarx.h \
1669 $(SOPHYAINCP)pimenubargen.h \
1670 $(SOPHYAINCP)pimenux.h \
1671 $(SOPHYAINCP)pimenugen.h \
1672 $(SOPHYAINCP)picons.h \
1673 $(SOPHYAINCP)pistdwdgx.h \
1674 $(SOPHYAINCP)pistdwdggen.h \
1675 $(SOPHYAINCP)pibwdgx.h \
1676 $(SOPHYAINCP)pibwdggen.h \
[3007]1677 $(SOPHYAINCP)picmap.h \
1678 $(SOPHYAINCP)picmapx.h \
[2743]1679 $(SOPHYAINCP)picmapgen.h \
1680 $(SOPHYAINCP)pigraphx.h \
1681 $(SOPHYAINCP)pigraphgen.h \
1682 $(SOPHYAINCP)pifontx.h \
1683 $(SOPHYAINCP)pifontgen.h \
1684 $(SOPHYAINCP)pigrcoord.h \
1685 $(SOPHYAINCP)pilineatt.h \
1686 $(SOPHYAINCP)pigraphuc.h \
1687 $(SOPHYAINCP)pievthandler.h \
1688 $(SOPHYAINCP)psfile.h \
1689 $(SOPHYAINCP)pigraphps.h \
1690 $(SOPHYAINCP)piwindowx.h \
1691 $(SOPHYAINCP)piwindowgen.h \
[3123]1692 $(SOPHYAINCP)pimenux.h \
[2743]1693 $(SOPHYAINCP)pioptmenux.h \
1694 $(SOPHYAINCP)pioptmenugen.h \
[3123]1695 $(SOPHYAINCP)pistdwdgx.h \
[2743]1696 $(SOPHYAINCP)pifilechox.h \
1697 $(SOPHYAINCP)pifilechogen.h \
[3123]1698 $(SOPHYAINCP)piwindowx.h \
[2743]1699 $(SOPHYAINCP)piperiodx.h \
1700 $(SOPHYAINCP)periodic.h \
[3123]1701 $(SOPHYAINCP)picons.h \
[2743]1702 $(SOPHYAINCP)piimage.h \
[3007]1703 $(SOPHYAINCP)parradapter.h \
1704 $(SOPHYAINCP)lut.h \
[2743]1705 $(SOPHYAINCP)pieldrw.h \
1706 $(SOPHYAINCP)pidrawer.h \
[3007]1707 $(SOPHYAINCP)pigratt.h \
1708 $(SOPHYAINCP)piaxes.h \
[2743]1709 $(SOPHYAINCP)pipixmapx.h \
1710 $(SOPHYAINCP)pipixmapgen.h \
1711 $(SOPHYAINCP)picmapview.h \
[3007]1712 $(SOPHYAINCP)pi3dwdg.h \
1713 $(SOPHYAINCP)pi3ddrw.h \
[3075]1714 $(SOPHYAINCP)pigraph3d.h \
[3123]1715 nobjmgr.h \
1716 $(SOPHYAINCP)anydataobj.h \
1717 $(SOPHYAINCP)ppersist.h \
1718 $(SOPHYAINCP)dvlist.h dlftypes.h \
1719 piacmd.h \
[2743]1720 $(SOPHYAINCP)commander.h \
[3007]1721 $(SOPHYAINCP)pdlmgr.h \
1722 $(SOPHYAINCP)ctimer.h \
[2743]1723 $(SOPHYAINCP)zthread.h pisiadw.h \
1724 $(SOPHYAINCP)pilistx.h \
1725 $(SOPHYAINCP)pilistgen.h \
1726 $(SOPHYAINCP)pistzwin.h \
[3123]1727 $(SOPHYAINCP)piperiodx.h \
[2743]1728 $(SOPHYAINCP)pitherm.h \
1729 $(SOPHYAINCP)resusage.h \
[3123]1730 $(SOPHYAINCP)piscdrawwdg.h \
1731 $(SOPHYAINCP)ntupintf.h
[2765]1732 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi2dvec.cc
[2743]1733
[3075]1734$(SOPHYAOBJP)piacmd.o: piacmd.cc \
1735 $(SOPHYAINCP)sopnamsp.h piacmd.h \
1736 $(SOPHYAINCP)machdefs.h \
[3007]1737 $(SOPHYAINCP)commander.h \
[3123]1738 $(SOPHYAINCP)machdefs.h \
[3007]1739 $(SOPHYAINCP)pdlmgr.h \
1740 $(SOPHYAINCP)dvlist.h \
[2743]1741 $(SOPHYAINCP)objfio.h \
1742 $(SOPHYAINCP)anydataobj.h \
1743 $(SOPHYAINCP)ppersist.h \
1744 $(SOPHYAINCP)pexceptions.h \
1745 $(SOPHYAINCP)gnumd5.h \
1746 $(SOPHYAINCP)ppfbinstream.h \
1747 $(SOPHYAINCP)rawstream.h \
1748 $(SOPHYAINCP)ppfnametag.h \
[3007]1749 $(SOPHYAINCP)mutyv.h \
1750 $(SOPHYAINCP)timestamp.h \
1751 $(SOPHYAINCP)ctimer.h \
[3075]1752 $(SOPHYAINCP)zthread.h \
[3123]1753 dlftypes.h $(SOPHYAINCP)pdlmgr.h \
1754 $(SOPHYAINCP)ctimer.h \
[3007]1755 $(SOPHYAINCP)strutil.h \
[2743]1756 $(SOPHYAINCP)strutilxx.h \
[3075]1757 $(SOPHYAINCP)srandgen.h \
1758 pistdimgapp.h \
[2743]1759 $(SOPHYAINCP)pisysdep.h \
1760 $(SOPHYAINCP)piapplx.h \
1761 $(SOPHYAINCP)piapplgen.h \
1762 $(SOPHYAINCP)pimsghandler.h \
[3123]1763 $(SOPHYAINCP)pisysdep.h \
[2743]1764 $(SOPHYAINCP)picontainerx.h \
1765 $(SOPHYAINCP)picontainergen.h \
[3007]1766 $(SOPHYAINCP)piwdgx.h \
1767 $(SOPHYAINCP)piwdggen.h \
[2743]1768 $(SOPHYAINCP)picolist.h \
1769 $(SOPHYAINCP)pimenubarx.h \
1770 $(SOPHYAINCP)pimenubargen.h \
1771 $(SOPHYAINCP)pimenux.h \
1772 $(SOPHYAINCP)pimenugen.h \
1773 $(SOPHYAINCP)picons.h \
1774 $(SOPHYAINCP)pistdwdgx.h \
1775 $(SOPHYAINCP)pistdwdggen.h \
1776 $(SOPHYAINCP)pibwdgx.h \
1777 $(SOPHYAINCP)pibwdggen.h \
[3007]1778 $(SOPHYAINCP)picmap.h \
1779 $(SOPHYAINCP)picmapx.h \
[2743]1780 $(SOPHYAINCP)picmapgen.h \
1781 $(SOPHYAINCP)pigraphx.h \
1782 $(SOPHYAINCP)pigraphgen.h \
1783 $(SOPHYAINCP)pifontx.h \
1784 $(SOPHYAINCP)pifontgen.h \
1785 $(SOPHYAINCP)pigrcoord.h \
1786 $(SOPHYAINCP)pilineatt.h \
1787 $(SOPHYAINCP)pigraphuc.h \
1788 $(SOPHYAINCP)pievthandler.h \
1789 $(SOPHYAINCP)psfile.h \
1790 $(SOPHYAINCP)pigraphps.h \
1791 $(SOPHYAINCP)piwindowx.h \
1792 $(SOPHYAINCP)piwindowgen.h \
[3123]1793 $(SOPHYAINCP)pimenux.h \
[2743]1794 $(SOPHYAINCP)pioptmenux.h \
1795 $(SOPHYAINCP)pioptmenugen.h \
[3123]1796 $(SOPHYAINCP)pistdwdgx.h \
[2743]1797 $(SOPHYAINCP)pifilechox.h \
1798 $(SOPHYAINCP)pifilechogen.h \
[3123]1799 $(SOPHYAINCP)piwindowx.h \
[2743]1800 $(SOPHYAINCP)piperiodx.h \
1801 $(SOPHYAINCP)periodic.h \
[3123]1802 $(SOPHYAINCP)picons.h \
[2743]1803 $(SOPHYAINCP)piimage.h \
[3007]1804 $(SOPHYAINCP)parradapter.h \
1805 $(SOPHYAINCP)lut.h \
[2743]1806 $(SOPHYAINCP)pieldrw.h \
1807 $(SOPHYAINCP)pidrawer.h \
[3007]1808 $(SOPHYAINCP)pigratt.h \
1809 $(SOPHYAINCP)piaxes.h \
[2743]1810 $(SOPHYAINCP)pipixmapx.h \
1811 $(SOPHYAINCP)pipixmapgen.h \
1812 $(SOPHYAINCP)picmapview.h \
[3007]1813 $(SOPHYAINCP)pi3dwdg.h \
1814 $(SOPHYAINCP)pi3ddrw.h \
[3075]1815 $(SOPHYAINCP)pigraph3d.h \
[3123]1816 nobjmgr.h \
1817 $(SOPHYAINCP)anydataobj.h \
1818 $(SOPHYAINCP)ppersist.h \
1819 $(SOPHYAINCP)dvlist.h pisiadw.h \
[2784]1820 $(SOPHYAINCP)pilistx.h \
[2743]1821 $(SOPHYAINCP)pilistgen.h \
1822 $(SOPHYAINCP)pistzwin.h \
[3123]1823 $(SOPHYAINCP)piperiodx.h \
[2743]1824 $(SOPHYAINCP)pitherm.h \
[3075]1825 $(SOPHYAINCP)resusage.h \
1826 basexecut.h graphexecut.h piafitting.h nomgadapter.h \
[3123]1827 $(SOPHYAINCP)pidrawer.h \
1828 $(SOPHYAINCP)parradapter.h \
[3007]1829 $(SOPHYAINCP)ntupintf.h \
[2743]1830 $(SOPHYAINCP)generalfit.h \
[3007]1831 $(SOPHYAINCP)tvector.h \
1832 $(SOPHYAINCP)tmatrix.h \
1833 $(SOPHYAINCP)tarray.h \
1834 $(SOPHYAINCP)basarr.h \
[2743]1835 $(SOPHYAINCP)ndatablock.h \
1836 $(SOPHYAINCP)utilarr.h \
[2933]1837 $(SOPHYAINCP)tmatrix_tsnl.h \
1838 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1839 $(SOPHYAINCP)generaldata.h \
[3123]1840 $(SOPHYAINCP)ntupintf.h \
[3007]1841 $(SOPHYAINCP)poly.h \
1842 $(SOPHYAINCP)peida.h \
1843 $(SOPHYAINCP)utils.h \
1844 $(SOPHYAINCP)perrors.h \
[3123]1845 $(SOPHYAINCP)fmath.h \
1846 $(SOPHYAINCP)generalfunc.h \
1847 $(SOPHYAINCP)tvector.h \
1848 pawexecut.h cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h
[2765]1849 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piacmd.cc
[2743]1850
[3007]1851$(SOPHYAOBJP)piafitting.o: piafitting.cc \
1852 $(SOPHYAINCP)sopnamsp.h \
1853 $(SOPHYAINCP)strutil.h \
1854 $(SOPHYAINCP)nbtri.h \
[2743]1855 $(SOPHYAINCP)machdefs.h \
1856 $(SOPHYAINCP)generalfit.h \
1857 $(SOPHYAINCP)pexceptions.h \
[3007]1858 $(SOPHYAINCP)tvector.h \
1859 $(SOPHYAINCP)tmatrix.h \
1860 $(SOPHYAINCP)tarray.h \
1861 $(SOPHYAINCP)basarr.h \
[2743]1862 $(SOPHYAINCP)anydataobj.h \
[3007]1863 $(SOPHYAINCP)mutyv.h \
1864 $(SOPHYAINCP)timestamp.h \
1865 $(SOPHYAINCP)objfio.h \
1866 $(SOPHYAINCP)ppersist.h \
[2743]1867 $(SOPHYAINCP)gnumd5.h \
1868 $(SOPHYAINCP)ppfbinstream.h \
1869 $(SOPHYAINCP)rawstream.h \
1870 $(SOPHYAINCP)ppfnametag.h \
[2933]1871 $(SOPHYAINCP)dvlist.h \
[2743]1872 $(SOPHYAINCP)ndatablock.h \
1873 $(SOPHYAINCP)utilarr.h \
[2933]1874 $(SOPHYAINCP)tmatrix_tsnl.h \
1875 $(SOPHYAINCP)tvector_tsnl.h \
[2743]1876 $(SOPHYAINCP)generaldata.h \
[3007]1877 $(SOPHYAINCP)ntupintf.h \
1878 $(SOPHYAINCP)poly.h \
1879 $(SOPHYAINCP)peida.h \
1880 $(SOPHYAINCP)utils.h \
1881 $(SOPHYAINCP)perrors.h \
1882 $(SOPHYAINCP)fmath.h \
[3123]1883 $(SOPHYAINCP)generalfunc.h \
[2743]1884 $(SOPHYAINCP)fct1dfit.h \
[3123]1885 $(SOPHYAINCP)generalfit.h \
[3007]1886 $(SOPHYAINCP)fct2dfit.h \
1887 $(SOPHYAINCP)ntuple.h \
1888 $(SOPHYAINCP)cimage.h \
1889 $(SOPHYAINCP)fioarr.h \
1890 $(SOPHYAINCP)histos.h \
1891 $(SOPHYAINCP)histos2.h \
[3123]1892 $(SOPHYAINCP)histos.h \
[2743]1893 $(SOPHYAINCP)hisprof.h \
[3123]1894 $(SOPHYAINCP)tmatrix.h \
1895 $(SOPHYAINCP)tvector.h \
[3007]1896 $(SOPHYAINCP)objfitter.h \
[3123]1897 $(SOPHYAINCP)cimage.h \
1898 $(SOPHYAINCP)histos2.h \
1899 $(SOPHYAINCP)hisprof.h \
1900 piafitting.h \
1901 $(SOPHYAINCP)machdefs.h \
1902 nomgadapter.h \
1903 $(SOPHYAINCP)ppersist.h \
1904 $(SOPHYAINCP)anydataobj.h \
[2784]1905 $(SOPHYAINCP)pidrawer.h \
[2743]1906 $(SOPHYAINCP)pibwdggen.h \
[3007]1907 $(SOPHYAINCP)pisysdep.h \
1908 $(SOPHYAINCP)piwdgx.h \
[2743]1909 $(SOPHYAINCP)piwdggen.h \
1910 $(SOPHYAINCP)pimsghandler.h \
[3007]1911 $(SOPHYAINCP)picolist.h \
1912 $(SOPHYAINCP)picmap.h \
[2743]1913 $(SOPHYAINCP)picmapx.h \
1914 $(SOPHYAINCP)picmapgen.h \
1915 $(SOPHYAINCP)pigraphx.h \
1916 $(SOPHYAINCP)pigraphgen.h \
1917 $(SOPHYAINCP)pifontx.h \
1918 $(SOPHYAINCP)pifontgen.h \
1919 $(SOPHYAINCP)pigrcoord.h \
1920 $(SOPHYAINCP)pilineatt.h \
1921 $(SOPHYAINCP)pigraphuc.h \
1922 $(SOPHYAINCP)pievthandler.h \
[3007]1923 $(SOPHYAINCP)psfile.h \
1924 $(SOPHYAINCP)pigratt.h \
[2743]1925 $(SOPHYAINCP)piaxes.h \
[3007]1926 $(SOPHYAINCP)parradapter.h \
1927 $(SOPHYAINCP)lut.h \
[3123]1928 $(SOPHYAINCP)ntupintf.h \
[3075]1929 $(SOPHYAINCP)pdlmgr.h dlftypes.h \
1930 piacmd.h \
[2743]1931 $(SOPHYAINCP)commander.h \
[3123]1932 $(SOPHYAINCP)pdlmgr.h \
[3007]1933 $(SOPHYAINCP)ctimer.h \
1934 $(SOPHYAINCP)zthread.h nobjmgr.h \
[3123]1935 $(SOPHYAINCP)dvlist.h \
[3075]1936 pistdimgapp.h \
[3123]1937 $(SOPHYAINCP)pisysdep.h \
[3007]1938 $(SOPHYAINCP)piapplx.h \
[2743]1939 $(SOPHYAINCP)piapplgen.h \
1940 $(SOPHYAINCP)picontainerx.h \
1941 $(SOPHYAINCP)picontainergen.h \
1942 $(SOPHYAINCP)pimenubarx.h \
1943 $(SOPHYAINCP)pimenubargen.h \
1944 $(SOPHYAINCP)pimenux.h \
1945 $(SOPHYAINCP)pimenugen.h \
1946 $(SOPHYAINCP)picons.h \
1947 $(SOPHYAINCP)pistdwdgx.h \
1948 $(SOPHYAINCP)pistdwdggen.h \
1949 $(SOPHYAINCP)pibwdgx.h \
1950 $(SOPHYAINCP)pigraphps.h \
1951 $(SOPHYAINCP)piwindowx.h \
1952 $(SOPHYAINCP)piwindowgen.h \
[3123]1953 $(SOPHYAINCP)pimenux.h \
[2743]1954 $(SOPHYAINCP)pioptmenux.h \
1955 $(SOPHYAINCP)pioptmenugen.h \
[3123]1956 $(SOPHYAINCP)pistdwdgx.h \
[2743]1957 $(SOPHYAINCP)pifilechox.h \
1958 $(SOPHYAINCP)pifilechogen.h \
[3123]1959 $(SOPHYAINCP)piwindowx.h \
[2743]1960 $(SOPHYAINCP)piperiodx.h \
1961 $(SOPHYAINCP)periodic.h \
[3123]1962 $(SOPHYAINCP)picons.h \
[3007]1963 $(SOPHYAINCP)piimage.h \
[3123]1964 $(SOPHYAINCP)parradapter.h \
[3007]1965 $(SOPHYAINCP)pieldrw.h \
[3123]1966 $(SOPHYAINCP)pidrawer.h \
[2743]1967 $(SOPHYAINCP)pipixmapx.h \
1968 $(SOPHYAINCP)pipixmapgen.h \
1969 $(SOPHYAINCP)picmapview.h \
[3007]1970 $(SOPHYAINCP)pi3dwdg.h \
1971 $(SOPHYAINCP)pi3ddrw.h \
[3075]1972 $(SOPHYAINCP)pigraph3d.h \
1973 pisiadw.h $(SOPHYAINCP)pilistx.h \
[2743]1974 $(SOPHYAINCP)pilistgen.h \
1975 $(SOPHYAINCP)pistzwin.h \
[3123]1976 $(SOPHYAINCP)piperiodx.h \
[2743]1977 $(SOPHYAINCP)pitherm.h \
[3075]1978 $(SOPHYAINCP)resusage.h \
1979 nomhistadapter.h \
[3007]1980 $(SOPHYAINCP)histerr.h \
1981 $(SOPHYAINCP)xntuple.h \
[2743]1982 $(SOPHYAINCP)basedtable.h \
[3007]1983 $(SOPHYAINCP)segdatablock.h \
[3123]1984 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h \
1985 $(SOPHYAINCP)generaldata.h
[2765]1986 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piafitting.cc
[2743]1987
[3075]1988$(SOPHYAOBJP)pigfd1.o: pigfd1.cc \
1989 $(SOPHYAINCP)sopnamsp.h pigfd1.h \
1990 $(SOPHYAINCP)generaldata.h \
[3007]1991 $(SOPHYAINCP)objfio.h \
1992 $(SOPHYAINCP)machdefs.h \
[2743]1993 $(SOPHYAINCP)anydataobj.h \
1994 $(SOPHYAINCP)ppersist.h \
1995 $(SOPHYAINCP)pexceptions.h \
1996 $(SOPHYAINCP)gnumd5.h \
1997 $(SOPHYAINCP)ppfbinstream.h \
1998 $(SOPHYAINCP)rawstream.h \
1999 $(SOPHYAINCP)ppfnametag.h \
[3007]2000 $(SOPHYAINCP)ntupintf.h \
2001 $(SOPHYAINCP)poly.h \
2002 $(SOPHYAINCP)peida.h \
2003 $(SOPHYAINCP)utils.h \
2004 $(SOPHYAINCP)perrors.h \
2005 $(SOPHYAINCP)fmath.h \
2006 $(SOPHYAINCP)tvector.h \
2007 $(SOPHYAINCP)tmatrix.h \
2008 $(SOPHYAINCP)tarray.h \
2009 $(SOPHYAINCP)basarr.h \
2010 $(SOPHYAINCP)mutyv.h \
2011 $(SOPHYAINCP)timestamp.h \
[2933]2012 $(SOPHYAINCP)dvlist.h \
[2743]2013 $(SOPHYAINCP)ndatablock.h \
2014 $(SOPHYAINCP)utilarr.h \
[2933]2015 $(SOPHYAINCP)tmatrix_tsnl.h \
2016 $(SOPHYAINCP)tvector_tsnl.h \
[2743]2017 $(SOPHYAINCP)pidrawer.h \
2018 $(SOPHYAINCP)pibwdggen.h \
[3007]2019 $(SOPHYAINCP)pisysdep.h \
2020 $(SOPHYAINCP)piwdgx.h \
[2743]2021 $(SOPHYAINCP)piwdggen.h \
2022 $(SOPHYAINCP)pimsghandler.h \
[3007]2023 $(SOPHYAINCP)picolist.h \
2024 $(SOPHYAINCP)picmap.h \
[2743]2025 $(SOPHYAINCP)picmapx.h \
2026 $(SOPHYAINCP)picmapgen.h \
2027 $(SOPHYAINCP)pigraphx.h \
2028 $(SOPHYAINCP)pigraphgen.h \
2029 $(SOPHYAINCP)pifontx.h \
2030 $(SOPHYAINCP)pifontgen.h \
2031 $(SOPHYAINCP)pigrcoord.h \
2032 $(SOPHYAINCP)pilineatt.h \
2033 $(SOPHYAINCP)pigraphuc.h \
2034 $(SOPHYAINCP)pievthandler.h \
[3007]2035 $(SOPHYAINCP)psfile.h \
2036 $(SOPHYAINCP)pigratt.h \
[2743]2037 $(SOPHYAINCP)piaxes.h
[2765]2038 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd1.cc
[2743]2039
[3075]2040$(SOPHYAOBJP)pigfd2.o: pigfd2.cc \
2041 $(SOPHYAINCP)sopnamsp.h pigfd2.h \
2042 $(SOPHYAINCP)generaldata.h \
[3007]2043 $(SOPHYAINCP)objfio.h \
2044 $(SOPHYAINCP)machdefs.h \
[2743]2045 $(SOPHYAINCP)anydataobj.h \
2046 $(SOPHYAINCP)ppersist.h \
2047 $(SOPHYAINCP)pexceptions.h \
2048 $(SOPHYAINCP)gnumd5.h \
2049 $(SOPHYAINCP)ppfbinstream.h \
2050 $(SOPHYAINCP)rawstream.h \
2051 $(SOPHYAINCP)ppfnametag.h \
[3007]2052 $(SOPHYAINCP)ntupintf.h \
2053 $(SOPHYAINCP)poly.h \
2054 $(SOPHYAINCP)peida.h \
2055 $(SOPHYAINCP)utils.h \
2056 $(SOPHYAINCP)perrors.h \
2057 $(SOPHYAINCP)fmath.h \
2058 $(SOPHYAINCP)tvector.h \
2059 $(SOPHYAINCP)tmatrix.h \
2060 $(SOPHYAINCP)tarray.h \
2061 $(SOPHYAINCP)basarr.h \
2062 $(SOPHYAINCP)mutyv.h \
2063 $(SOPHYAINCP)timestamp.h \
[2933]2064 $(SOPHYAINCP)dvlist.h \
[2743]2065 $(SOPHYAINCP)ndatablock.h \
[2933]2066 $(SOPHYAINCP)utilarr.h \
2067 $(SOPHYAINCP)tmatrix_tsnl.h \
2068 $(SOPHYAINCP)tvector_tsnl.h \
2069 $(SOPHYAINCP)pi3ddrw.h \
[2743]2070 $(SOPHYAINCP)pisysdep.h \
2071 $(SOPHYAINCP)pidrawer.h \
2072 $(SOPHYAINCP)pibwdggen.h \
[3007]2073 $(SOPHYAINCP)piwdgx.h \
2074 $(SOPHYAINCP)piwdggen.h \
[2743]2075 $(SOPHYAINCP)pimsghandler.h \
[3007]2076 $(SOPHYAINCP)picolist.h \
2077 $(SOPHYAINCP)picmap.h \
[2743]2078 $(SOPHYAINCP)picmapx.h \
2079 $(SOPHYAINCP)picmapgen.h \
2080 $(SOPHYAINCP)pigraphx.h \
2081 $(SOPHYAINCP)pigraphgen.h \
2082 $(SOPHYAINCP)pifontx.h \
2083 $(SOPHYAINCP)pifontgen.h \
2084 $(SOPHYAINCP)pigrcoord.h \
2085 $(SOPHYAINCP)pilineatt.h \
2086 $(SOPHYAINCP)pigraphuc.h \
2087 $(SOPHYAINCP)pievthandler.h \
[3007]2088 $(SOPHYAINCP)psfile.h \
2089 $(SOPHYAINCP)pigratt.h \
2090 $(SOPHYAINCP)piaxes.h \
2091 $(SOPHYAINCP)pieldrw.h \
[2743]2092 $(SOPHYAINCP)pigraph3d.h
[2765]2093 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigfd2.cc
[2743]2094
[3007]2095$(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \
2096 $(SOPHYAINCP)pisysdep.h \
[2765]2097 $(SOPHYAINCP)machdefs.h \
[2743]2098 $(SOPHYAINCP)piapplx.h \
2099 $(SOPHYAINCP)piapplgen.h \
2100 $(SOPHYAINCP)pimsghandler.h \
[3123]2101 $(SOPHYAINCP)pisysdep.h \
[2743]2102 $(SOPHYAINCP)picontainerx.h \
2103 $(SOPHYAINCP)picontainergen.h \
[3007]2104 $(SOPHYAINCP)piwdgx.h \
2105 $(SOPHYAINCP)piwdggen.h \
[2743]2106 $(SOPHYAINCP)picolist.h \
2107 $(SOPHYAINCP)pimenubarx.h \
2108 $(SOPHYAINCP)pimenubargen.h \
2109 $(SOPHYAINCP)pimenux.h \
2110 $(SOPHYAINCP)pimenugen.h \
2111 $(SOPHYAINCP)picons.h \
2112 $(SOPHYAINCP)pistdwdgx.h \
2113 $(SOPHYAINCP)pistdwdggen.h \
2114 $(SOPHYAINCP)pibwdgx.h \
2115 $(SOPHYAINCP)pibwdggen.h \
[3007]2116 $(SOPHYAINCP)picmap.h \
2117 $(SOPHYAINCP)picmapx.h \
[2743]2118 $(SOPHYAINCP)picmapgen.h \
2119 $(SOPHYAINCP)pigraphx.h \
2120 $(SOPHYAINCP)pigraphgen.h \
2121 $(SOPHYAINCP)pifontx.h \
2122 $(SOPHYAINCP)pifontgen.h \
2123 $(SOPHYAINCP)pigrcoord.h \
2124 $(SOPHYAINCP)pilineatt.h \
2125 $(SOPHYAINCP)pigraphuc.h \
2126 $(SOPHYAINCP)pievthandler.h \
2127 $(SOPHYAINCP)psfile.h \
2128 $(SOPHYAINCP)pigraphps.h \
[3075]2129 $(SOPHYAINCP)sopnamsp.h \
2130 pihisto2d.h \
[3123]2131 $(SOPHYAINCP)pimenux.h \
2132 $(SOPHYAINCP)pimenubarx.h \
[2743]2133 $(SOPHYAINCP)pioptmenux.h \
2134 $(SOPHYAINCP)pioptmenugen.h \
[3007]2135 $(SOPHYAINCP)histos2.h \
2136 $(SOPHYAINCP)peida.h \
2137 $(SOPHYAINCP)utils.h \
2138 $(SOPHYAINCP)perrors.h \
[2743]2139 $(SOPHYAINCP)pexceptions.h \
[3007]2140 $(SOPHYAINCP)fmath.h \
2141 $(SOPHYAINCP)histos.h \
[2743]2142 $(SOPHYAINCP)objfio.h \
2143 $(SOPHYAINCP)anydataobj.h \
[3007]2144 $(SOPHYAINCP)ppersist.h \
2145 $(SOPHYAINCP)gnumd5.h \
[2743]2146 $(SOPHYAINCP)ppfbinstream.h \
2147 $(SOPHYAINCP)rawstream.h \
2148 $(SOPHYAINCP)ppfnametag.h \
[3007]2149 $(SOPHYAINCP)tvector.h \
2150 $(SOPHYAINCP)tmatrix.h \
2151 $(SOPHYAINCP)tarray.h \
2152 $(SOPHYAINCP)basarr.h \
2153 $(SOPHYAINCP)mutyv.h \
2154 $(SOPHYAINCP)timestamp.h \
[2933]2155 $(SOPHYAINCP)dvlist.h \
[2743]2156 $(SOPHYAINCP)ndatablock.h \
2157 $(SOPHYAINCP)utilarr.h \
[2933]2158 $(SOPHYAINCP)tmatrix_tsnl.h \
2159 $(SOPHYAINCP)tvector_tsnl.h \
[2743]2160 $(SOPHYAINCP)pidrawer.h \
[3007]2161 $(SOPHYAINCP)pigratt.h \
2162 $(SOPHYAINCP)piaxes.h \
[2743]2163 $(SOPHYAINCP)piscdrawwdg.h \
2164 $(SOPHYAINCP)piwindowx.h \
2165 $(SOPHYAINCP)piwindowgen.h \
[3123]2166 $(SOPHYAINCP)pidrawer.h \
[2743]2167 $(SOPHYAINCP)pieldrw.h \
2168 $(SOPHYAINCP)srandgen.h
[2765]2169 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto2d.cc
[2743]2170
[3007]2171$(SOPHYAOBJP)pihisto.o: pihisto.cc \
[3075]2172 $(SOPHYAINCP)sopnamsp.h \
2173 pihisto.h $(SOPHYAINCP)histos.h \
[3007]2174 $(SOPHYAINCP)objfio.h \
2175 $(SOPHYAINCP)machdefs.h \
2176 $(SOPHYAINCP)anydataobj.h \
2177 $(SOPHYAINCP)ppersist.h \
2178 $(SOPHYAINCP)pexceptions.h \
2179 $(SOPHYAINCP)gnumd5.h \
2180 $(SOPHYAINCP)ppfbinstream.h \
2181 $(SOPHYAINCP)rawstream.h \
2182 $(SOPHYAINCP)ppfnametag.h \
2183 $(SOPHYAINCP)peida.h \
2184 $(SOPHYAINCP)utils.h \
2185 $(SOPHYAINCP)perrors.h \
2186 $(SOPHYAINCP)fmath.h \
2187 $(SOPHYAINCP)tvector.h \
2188 $(SOPHYAINCP)tmatrix.h \
2189 $(SOPHYAINCP)tarray.h \
2190 $(SOPHYAINCP)basarr.h \
2191 $(SOPHYAINCP)mutyv.h \
2192 $(SOPHYAINCP)timestamp.h \
2193 $(SOPHYAINCP)dvlist.h \
2194 $(SOPHYAINCP)ndatablock.h \
2195 $(SOPHYAINCP)utilarr.h \
2196 $(SOPHYAINCP)tmatrix_tsnl.h \
2197 $(SOPHYAINCP)tvector_tsnl.h \
2198 $(SOPHYAINCP)pidrawer.h \
2199 $(SOPHYAINCP)pibwdggen.h \
2200 $(SOPHYAINCP)pisysdep.h \
2201 $(SOPHYAINCP)piwdgx.h \
2202 $(SOPHYAINCP)piwdggen.h \
2203 $(SOPHYAINCP)pimsghandler.h \
2204 $(SOPHYAINCP)picolist.h \
2205 $(SOPHYAINCP)picmap.h \
2206 $(SOPHYAINCP)picmapx.h \
2207 $(SOPHYAINCP)picmapgen.h \
2208 $(SOPHYAINCP)pigraphx.h \
2209 $(SOPHYAINCP)pigraphgen.h \
2210 $(SOPHYAINCP)pifontx.h \
2211 $(SOPHYAINCP)pifontgen.h \
2212 $(SOPHYAINCP)pigrcoord.h \
2213 $(SOPHYAINCP)pilineatt.h \
2214 $(SOPHYAINCP)pigraphuc.h \
2215 $(SOPHYAINCP)pievthandler.h \
2216 $(SOPHYAINCP)psfile.h \
2217 $(SOPHYAINCP)pigratt.h \
2218 $(SOPHYAINCP)piaxes.h \
[3123]2219 $(SOPHYAINCP)hisprof.h \
2220 $(SOPHYAINCP)histos.h
[3007]2221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pihisto.cc
2222
[3075]2223$(SOPHYAOBJP)piinit.o: piinit.cc \
2224 $(SOPHYAINCP)sopnamsp.h \
[3007]2225 $(SOPHYAINCP)machdefs.h piinit.h \
[2743]2226 $(SOPHYAINCP)sambainit.h \
2227 $(SOPHYAINCP)skymapinit.h \
2228 $(SOPHYAINCP)sophyainit.h \
[3123]2229 $(SOPHYAINCP)machdefs.h \
[2743]2230 $(SOPHYAINCP)ntoolsinit.h \
[3075]2231 $(SOPHYAINCP)tarrinit.h \
2232 pistdimgapp.h \
[2743]2233 $(SOPHYAINCP)pisysdep.h \
2234 $(SOPHYAINCP)piapplx.h \
2235 $(SOPHYAINCP)piapplgen.h \
2236 $(SOPHYAINCP)pimsghandler.h \
[3123]2237 $(SOPHYAINCP)pisysdep.h \
[2743]2238 $(SOPHYAINCP)picontainerx.h \
2239 $(SOPHYAINCP)picontainergen.h \
[3007]2240 $(SOPHYAINCP)piwdgx.h \
2241 $(SOPHYAINCP)piwdggen.h \
[2743]2242 $(SOPHYAINCP)picolist.h \
2243 $(SOPHYAINCP)pimenubarx.h \
2244 $(SOPHYAINCP)pimenubargen.h \
2245 $(SOPHYAINCP)pimenux.h \
2246 $(SOPHYAINCP)pimenugen.h \
2247 $(SOPHYAINCP)picons.h \
2248 $(SOPHYAINCP)pistdwdgx.h \
2249 $(SOPHYAINCP)pistdwdggen.h \
2250 $(SOPHYAINCP)pibwdgx.h \
2251 $(SOPHYAINCP)pibwdggen.h \
[3007]2252 $(SOPHYAINCP)picmap.h \
2253 $(SOPHYAINCP)picmapx.h \
[2743]2254 $(SOPHYAINCP)picmapgen.h \
2255 $(SOPHYAINCP)pigraphx.h \
2256 $(SOPHYAINCP)pigraphgen.h \
2257 $(SOPHYAINCP)pifontx.h \
2258 $(SOPHYAINCP)pifontgen.h \
2259 $(SOPHYAINCP)pigrcoord.h \
2260 $(SOPHYAINCP)pilineatt.h \
2261 $(SOPHYAINCP)pigraphuc.h \
2262 $(SOPHYAINCP)pievthandler.h \
2263 $(SOPHYAINCP)psfile.h \
2264 $(SOPHYAINCP)pigraphps.h \
2265 $(SOPHYAINCP)piwindowx.h \
2266 $(SOPHYAINCP)piwindowgen.h \
[3123]2267 $(SOPHYAINCP)pimenux.h \
[2743]2268 $(SOPHYAINCP)pioptmenux.h \
2269 $(SOPHYAINCP)pioptmenugen.h \
[3123]2270 $(SOPHYAINCP)pistdwdgx.h \
[2743]2271 $(SOPHYAINCP)pifilechox.h \
2272 $(SOPHYAINCP)pifilechogen.h \
[3123]2273 $(SOPHYAINCP)piwindowx.h \
[2743]2274 $(SOPHYAINCP)piperiodx.h \
2275 $(SOPHYAINCP)periodic.h \
[3123]2276 $(SOPHYAINCP)picons.h \
[2743]2277 $(SOPHYAINCP)piimage.h \
[3007]2278 $(SOPHYAINCP)parradapter.h \
2279 $(SOPHYAINCP)lut.h \
[2743]2280 $(SOPHYAINCP)pieldrw.h \
2281 $(SOPHYAINCP)pidrawer.h \
[3007]2282 $(SOPHYAINCP)pigratt.h \
2283 $(SOPHYAINCP)piaxes.h \
[2743]2284 $(SOPHYAINCP)pipixmapx.h \
2285 $(SOPHYAINCP)pipixmapgen.h \
2286 $(SOPHYAINCP)picmapview.h \
[3007]2287 $(SOPHYAINCP)pi3dwdg.h \
2288 $(SOPHYAINCP)pi3ddrw.h \
[3075]2289 $(SOPHYAINCP)pigraph3d.h \
2290 nobjmgr.h \
[2743]2291 $(SOPHYAINCP)anydataobj.h \
2292 $(SOPHYAINCP)ppersist.h \
2293 $(SOPHYAINCP)pexceptions.h \
2294 $(SOPHYAINCP)gnumd5.h \
2295 $(SOPHYAINCP)ppfbinstream.h \
2296 $(SOPHYAINCP)rawstream.h \
2297 $(SOPHYAINCP)ppfnametag.h \
[3123]2298 $(SOPHYAINCP)ppersist.h \
[3007]2299 $(SOPHYAINCP)dvlist.h \
2300 $(SOPHYAINCP)objfio.h \
[3123]2301 $(SOPHYAINCP)anydataobj.h \
[3007]2302 $(SOPHYAINCP)mutyv.h \
[3075]2303 $(SOPHYAINCP)timestamp.h \
2304 dlftypes.h piacmd.h \
2305 $(SOPHYAINCP)commander.h \
[3007]2306 $(SOPHYAINCP)pdlmgr.h \
[3123]2307 $(SOPHYAINCP)dvlist.h \
[3007]2308 $(SOPHYAINCP)ctimer.h \
[2743]2309 $(SOPHYAINCP)zthread.h pisiadw.h \
2310 $(SOPHYAINCP)pilistx.h \
2311 $(SOPHYAINCP)pilistgen.h \
2312 $(SOPHYAINCP)pistzwin.h \
[3123]2313 $(SOPHYAINCP)piperiodx.h \
[2743]2314 $(SOPHYAINCP)pitherm.h \
[3075]2315 $(SOPHYAINCP)resusage.h \
[3123]2316 servnobjm.h \
2317 $(SOPHYAINCP)pdlmgr.h \
2318 nomhistadapter.h nomgadapter.h \
2319 $(SOPHYAINCP)pidrawer.h \
2320 $(SOPHYAINCP)parradapter.h \
[3007]2321 $(SOPHYAINCP)ntupintf.h \
[2743]2322 $(SOPHYAINCP)generalfit.h \
[3007]2323 $(SOPHYAINCP)tvector.h \
2324 $(SOPHYAINCP)tmatrix.h \
2325 $(SOPHYAINCP)tarray.h \
2326 $(SOPHYAINCP)basarr.h \
[2743]2327 $(SOPHYAINCP)ndatablock.h \
2328 $(SOPHYAINCP)utilarr.h \
[2933]2329 $(SOPHYAINCP)tmatrix_tsnl.h \
2330 $(SOPHYAINCP)tvector_tsnl.h \
[2743]2331 $(SOPHYAINCP)generaldata.h \
[3123]2332 $(SOPHYAINCP)ntupintf.h \
[3007]2333 $(SOPHYAINCP)poly.h \
2334 $(SOPHYAINCP)peida.h \
2335 $(SOPHYAINCP)utils.h \
2336 $(SOPHYAINCP)perrors.h \
2337 $(SOPHYAINCP)fmath.h \
[3123]2338 $(SOPHYAINCP)generalfunc.h \
[3007]2339 $(SOPHYAINCP)histos.h \
2340 $(SOPHYAINCP)histos2.h \
[3123]2341 $(SOPHYAINCP)histos.h \
[3007]2342 $(SOPHYAINCP)hisprof.h \
2343 $(SOPHYAINCP)histerr.h \
2344 $(SOPHYAINCP)ntuple.h \
[2743]2345 $(SOPHYAINCP)xntuple.h \
2346 $(SOPHYAINCP)basedtable.h \
[3007]2347 $(SOPHYAINCP)segdatablock.h \
2348 nomgfdadapter.h nomimagadapter.h \
2349 $(SOPHYAINCP)cimage.h \
[3075]2350 $(SOPHYAINCP)fioarr.h \
[3123]2351 nomtmatvecadapter.h \
2352 $(SOPHYAINCP)tmatrix.h \
2353 $(SOPHYAINCP)generaldata.h \
2354 nomtarradapter.h \
2355 $(SOPHYAINCP)tarray.h \
[2784]2356 $(SOPHYAINCP)datatable.h \
[3123]2357 $(SOPHYAINCP)basedtable.h \
[2743]2358 $(SOPHYAINCP)swppfdtable.h \
2359 $(SOPHYAINCP)swsegdb.h \
2360 $(SOPHYAINCP)ppfswapper.h \
[3007]2361 $(SOPHYAINCP)ppftpointerio.h \
[3075]2362 nomskymapadapter.h \
2363 $(SOPHYAINCP)pixelmap.h \
[2743]2364 $(SOPHYAINCP)spherepos.h \
2365 $(SOPHYAINCP)unitvector.h \
2366 $(SOPHYAINCP)vector3d.h \
2367 $(SOPHYAINCP)longlat.h \
2368 $(SOPHYAINCP)utilgeom.h \
[3007]2369 $(SOPHYAINCP)datatype.h \
[2743]2370 $(SOPHYAINCP)spherethetaphi.h \
2371 $(SOPHYAINCP)sphericalmap.h \
2372 $(SOPHYAINCP)smathconst.h \
[3123]2373 $(SOPHYAINCP)pixelmap.h \
[2743]2374 $(SOPHYAINCP)spherehealpix.h \
2375 $(SOPHYAINCP)HEALPixUtils.h \
2376 $(SOPHYAINCP)localmap.h \
2377 $(SOPHYAINCP)sphereecp.h \
2378 $(SOPHYAINCP)specrespvector.h \
2379 $(SOPHYAINCP)specresp.h \
[3007]2380 $(SOPHYAINCP)gaussfilt.h \
[3123]2381 nomspecrespadapter.h \
2382 $(SOPHYAINCP)specresp.h \
2383 piaversion.h
[2765]2384 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piinit.cc
[2743]2385
[3007]2386$(SOPHYAOBJP)pintup3d.o: pintup3d.cc \
[3075]2387 $(SOPHYAINCP)sopnamsp.h \
2388 pintup3d.h \
[2743]2389 $(SOPHYAINCP)ntupintf.h \
2390 $(SOPHYAINCP)machdefs.h \
2391 $(SOPHYAINCP)pi3ddrw.h \
2392 $(SOPHYAINCP)pisysdep.h \
2393 $(SOPHYAINCP)pidrawer.h \
2394 $(SOPHYAINCP)pibwdggen.h \
[3007]2395 $(SOPHYAINCP)piwdgx.h \
2396 $(SOPHYAINCP)piwdggen.h \
[2743]2397 $(SOPHYAINCP)pimsghandler.h \
[3007]2398 $(SOPHYAINCP)picolist.h \
2399 $(SOPHYAINCP)picmap.h \
[2743]2400 $(SOPHYAINCP)picmapx.h \
2401 $(SOPHYAINCP)picmapgen.h \
2402 $(SOPHYAINCP)pigraphx.h \
2403 $(SOPHYAINCP)pigraphgen.h \
2404 $(SOPHYAINCP)pifontx.h \
2405 $(SOPHYAINCP)pifontgen.h \
2406 $(SOPHYAINCP)pigrcoord.h \
2407 $(SOPHYAINCP)pilineatt.h \
2408 $(SOPHYAINCP)pigraphuc.h \
2409 $(SOPHYAINCP)pievthandler.h \
[3007]2410 $(SOPHYAINCP)psfile.h \
2411 $(SOPHYAINCP)pigratt.h \
2412 $(SOPHYAINCP)piaxes.h \
2413 $(SOPHYAINCP)pieldrw.h \
[2743]2414 $(SOPHYAINCP)pigraph3d.h
[2765]2415 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintup3d.cc
[2743]2416
[3007]2417$(SOPHYAOBJP)pintuple.o: pintuple.cc \
[3075]2418 $(SOPHYAINCP)sopnamsp.h \
2419 pintuple.h \
[2743]2420 $(SOPHYAINCP)ntupintf.h \
2421 $(SOPHYAINCP)machdefs.h \
2422 $(SOPHYAINCP)pidrawer.h \
2423 $(SOPHYAINCP)pibwdggen.h \
[3007]2424 $(SOPHYAINCP)pisysdep.h \
2425 $(SOPHYAINCP)piwdgx.h \
[2743]2426 $(SOPHYAINCP)piwdggen.h \
2427 $(SOPHYAINCP)pimsghandler.h \
[3007]2428 $(SOPHYAINCP)picolist.h \
2429 $(SOPHYAINCP)picmap.h \
[2743]2430 $(SOPHYAINCP)picmapx.h \
2431 $(SOPHYAINCP)picmapgen.h \
2432 $(SOPHYAINCP)pigraphx.h \
2433 $(SOPHYAINCP)pigraphgen.h \
2434 $(SOPHYAINCP)pifontx.h \
2435 $(SOPHYAINCP)pifontgen.h \
2436 $(SOPHYAINCP)pigrcoord.h \
2437 $(SOPHYAINCP)pilineatt.h \
2438 $(SOPHYAINCP)pigraphuc.h \
2439 $(SOPHYAINCP)pievthandler.h \
[3007]2440 $(SOPHYAINCP)psfile.h \
2441 $(SOPHYAINCP)pigratt.h \
[2743]2442 $(SOPHYAINCP)piaxes.h
[2765]2443 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pintuple.cc
[2743]2444
[3007]2445$(SOPHYAOBJP)pipodrw.o: pipodrw.cc \
[3075]2446 $(SOPHYAINCP)sopnamsp.h \
2447 pipodrw.h \
[2784]2448 $(SOPHYAINCP)machdefs.h \
[2743]2449 $(SOPHYAINCP)pidrawer.h \
2450 $(SOPHYAINCP)pibwdggen.h \
[3007]2451 $(SOPHYAINCP)pisysdep.h \
[3123]2452 $(SOPHYAINCP)machdefs.h \
[3007]2453 $(SOPHYAINCP)piwdgx.h \
[2743]2454 $(SOPHYAINCP)piwdggen.h \
2455 $(SOPHYAINCP)pimsghandler.h \
[3007]2456 $(SOPHYAINCP)picolist.h \
2457 $(SOPHYAINCP)picmap.h \
[2743]2458 $(SOPHYAINCP)picmapx.h \
2459 $(SOPHYAINCP)picmapgen.h \
2460 $(SOPHYAINCP)pigraphx.h \
2461 $(SOPHYAINCP)pigraphgen.h \
2462 $(SOPHYAINCP)pifontx.h \
2463 $(SOPHYAINCP)pifontgen.h \
2464 $(SOPHYAINCP)pigrcoord.h \
2465 $(SOPHYAINCP)pilineatt.h \
2466 $(SOPHYAINCP)pigraphuc.h \
2467 $(SOPHYAINCP)pievthandler.h \
[3007]2468 $(SOPHYAINCP)psfile.h \
2469 $(SOPHYAINCP)pigratt.h \
[2743]2470 $(SOPHYAINCP)piaxes.h \
[3007]2471 $(SOPHYAINCP)parradapter.h \
2472 $(SOPHYAINCP)lut.h \
2473 $(SOPHYAINCP)histos2.h \
2474 $(SOPHYAINCP)peida.h \
2475 $(SOPHYAINCP)utils.h \
2476 $(SOPHYAINCP)perrors.h \
[2743]2477 $(SOPHYAINCP)pexceptions.h \
[3007]2478 $(SOPHYAINCP)fmath.h \
2479 $(SOPHYAINCP)histos.h \
[2743]2480 $(SOPHYAINCP)objfio.h \
2481 $(SOPHYAINCP)anydataobj.h \
[3007]2482 $(SOPHYAINCP)ppersist.h \
2483 $(SOPHYAINCP)gnumd5.h \
[2743]2484 $(SOPHYAINCP)ppfbinstream.h \
2485 $(SOPHYAINCP)rawstream.h \
2486 $(SOPHYAINCP)ppfnametag.h \
[3007]2487 $(SOPHYAINCP)tvector.h \
2488 $(SOPHYAINCP)tmatrix.h \
2489 $(SOPHYAINCP)tarray.h \
2490 $(SOPHYAINCP)basarr.h \
2491 $(SOPHYAINCP)mutyv.h \
2492 $(SOPHYAINCP)timestamp.h \
[2933]2493 $(SOPHYAINCP)dvlist.h \
[2743]2494 $(SOPHYAINCP)ndatablock.h \
2495 $(SOPHYAINCP)utilarr.h \
[2933]2496 $(SOPHYAINCP)tmatrix_tsnl.h \
2497 $(SOPHYAINCP)tvector_tsnl.h \
[2743]2498 $(SOPHYAINCP)generalfit.h \
2499 $(SOPHYAINCP)generaldata.h \
[3007]2500 $(SOPHYAINCP)ntupintf.h \
[3123]2501 $(SOPHYAINCP)poly.h \
2502 $(SOPHYAINCP)generalfunc.h
[2765]2503 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipodrw.cc
[2743]2504
[3007]2505$(SOPHYAOBJP)pisiadw.o: pisiadw.cc \
2506 $(SOPHYAINCP)sopnamsp.h \
[2743]2507 $(SOPHYAINCP)machdefs.h \
2508 $(SOPHYAINCP)perrors.h \
2509 $(SOPHYAINCP)pexceptions.h \
[3123]2510 $(SOPHYAINCP)machdefs.h \
[3007]2511 $(SOPHYAINCP)ctimer.h \
2512 $(SOPHYAINCP)nbmath.h \
[3075]2513 $(SOPHYAINCP)smathconst.h \
2514 pistdimgapp.h \
[2743]2515 $(SOPHYAINCP)pisysdep.h \
2516 $(SOPHYAINCP)piapplx.h \
2517 $(SOPHYAINCP)piapplgen.h \
2518 $(SOPHYAINCP)pimsghandler.h \
[3123]2519 $(SOPHYAINCP)pisysdep.h \
[2743]2520 $(SOPHYAINCP)picontainerx.h \
2521 $(SOPHYAINCP)picontainergen.h \
[3007]2522 $(SOPHYAINCP)piwdgx.h \
2523 $(SOPHYAINCP)piwdggen.h \
[2743]2524 $(SOPHYAINCP)picolist.h \
2525 $(SOPHYAINCP)pimenubarx.h \
2526 $(SOPHYAINCP)pimenubargen.h \
2527 $(SOPHYAINCP)pimenux.h \
2528 $(SOPHYAINCP)pimenugen.h \
2529 $(SOPHYAINCP)picons.h \
2530 $(SOPHYAINCP)pistdwdgx.h \
2531 $(SOPHYAINCP)pistdwdggen.h \
2532 $(SOPHYAINCP)pibwdgx.h \
2533 $(SOPHYAINCP)pibwdggen.h \
[3007]2534 $(SOPHYAINCP)picmap.h \
2535 $(SOPHYAINCP)picmapx.h \
[2743]2536 $(SOPHYAINCP)picmapgen.h \
2537 $(SOPHYAINCP)pigraphx.h \
2538 $(SOPHYAINCP)pigraphgen.h \
2539 $(SOPHYAINCP)pifontx.h \
2540 $(SOPHYAINCP)pifontgen.h \
2541 $(SOPHYAINCP)pigrcoord.h \
2542 $(SOPHYAINCP)pilineatt.h \
2543 $(SOPHYAINCP)pigraphuc.h \
2544 $(SOPHYAINCP)pievthandler.h \
2545 $(SOPHYAINCP)psfile.h \
2546 $(SOPHYAINCP)pigraphps.h \
2547 $(SOPHYAINCP)piwindowx.h \
2548 $(SOPHYAINCP)piwindowgen.h \
[3123]2549 $(SOPHYAINCP)pimenux.h \
[2743]2550 $(SOPHYAINCP)pioptmenux.h \
2551 $(SOPHYAINCP)pioptmenugen.h \
[3123]2552 $(SOPHYAINCP)pistdwdgx.h \
[2743]2553 $(SOPHYAINCP)pifilechox.h \
2554 $(SOPHYAINCP)pifilechogen.h \
[3123]2555 $(SOPHYAINCP)piwindowx.h \
[2743]2556 $(SOPHYAINCP)piperiodx.h \
2557 $(SOPHYAINCP)periodic.h \
[3123]2558 $(SOPHYAINCP)picons.h \
[2743]2559 $(SOPHYAINCP)piimage.h \
[3007]2560 $(SOPHYAINCP)parradapter.h \
2561 $(SOPHYAINCP)lut.h \
[2743]2562 $(SOPHYAINCP)pieldrw.h \
2563 $(SOPHYAINCP)pidrawer.h \
[3007]2564 $(SOPHYAINCP)pigratt.h \
2565 $(SOPHYAINCP)piaxes.h \
[2743]2566 $(SOPHYAINCP)pipixmapx.h \
2567 $(SOPHYAINCP)pipixmapgen.h \
2568 $(SOPHYAINCP)picmapview.h \
[3007]2569 $(SOPHYAINCP)pi3dwdg.h \
2570 $(SOPHYAINCP)pi3ddrw.h \
[3075]2571 $(SOPHYAINCP)pigraph3d.h \
2572 nobjmgr.h \
[2743]2573 $(SOPHYAINCP)anydataobj.h \
[3007]2574 $(SOPHYAINCP)ppersist.h \
2575 $(SOPHYAINCP)gnumd5.h \
[2743]2576 $(SOPHYAINCP)ppfbinstream.h \
2577 $(SOPHYAINCP)rawstream.h \
2578 $(SOPHYAINCP)ppfnametag.h \
[3123]2579 $(SOPHYAINCP)ppersist.h \
[3007]2580 $(SOPHYAINCP)dvlist.h \
2581 $(SOPHYAINCP)objfio.h \
[3123]2582 $(SOPHYAINCP)anydataobj.h \
[3007]2583 $(SOPHYAINCP)mutyv.h \
[3075]2584 $(SOPHYAINCP)timestamp.h \
2585 dlftypes.h piacmd.h \
2586 $(SOPHYAINCP)commander.h \
[3007]2587 $(SOPHYAINCP)pdlmgr.h \
[3123]2588 $(SOPHYAINCP)dvlist.h \
2589 $(SOPHYAINCP)ctimer.h \
[3007]2590 $(SOPHYAINCP)zthread.h pisiadw.h \
2591 $(SOPHYAINCP)pilistx.h \
[2743]2592 $(SOPHYAINCP)pilistgen.h \
2593 $(SOPHYAINCP)pistzwin.h \
[3123]2594 $(SOPHYAINCP)piperiodx.h \
[2743]2595 $(SOPHYAINCP)pitherm.h \
[3075]2596 $(SOPHYAINCP)resusage.h \
[3123]2597 servnobjm.h \
2598 $(SOPHYAINCP)pdlmgr.h
[2765]2599 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisiadw.cc
[2743]2600
[3007]2601$(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \
2602 $(SOPHYAINCP)sopnamsp.h \
[2743]2603 $(SOPHYAINCP)machdefs.h \
[3007]2604 $(SOPHYAINCP)strutil.h \
2605 $(SOPHYAINCP)timing.h \
[2743]2606 $(SOPHYAINCP)perrors.h \
2607 $(SOPHYAINCP)pexceptions.h \
[3123]2608 $(SOPHYAINCP)machdefs.h \
[3007]2609 $(SOPHYAINCP)ctimer.h \
2610 $(SOPHYAINCP)psighand.h \
2611 $(SOPHYAINCP)cimage.h \
2612 $(SOPHYAINCP)tmatrix.h \
2613 $(SOPHYAINCP)tarray.h \
2614 $(SOPHYAINCP)basarr.h \
[2743]2615 $(SOPHYAINCP)anydataobj.h \
[3007]2616 $(SOPHYAINCP)mutyv.h \
2617 $(SOPHYAINCP)timestamp.h \
2618 $(SOPHYAINCP)objfio.h \
2619 $(SOPHYAINCP)ppersist.h \
[2743]2620 $(SOPHYAINCP)gnumd5.h \
2621 $(SOPHYAINCP)ppfbinstream.h \
2622 $(SOPHYAINCP)rawstream.h \
2623 $(SOPHYAINCP)ppfnametag.h \
[2933]2624 $(SOPHYAINCP)dvlist.h \
[2743]2625 $(SOPHYAINCP)ndatablock.h \
[2933]2626 $(SOPHYAINCP)utilarr.h \
2627 $(SOPHYAINCP)tmatrix_tsnl.h \
[3007]2628 $(SOPHYAINCP)fioarr.h \
2629 $(SOPHYAINCP)tvector.h \
[3075]2630 $(SOPHYAINCP)tvector_tsnl.h \
2631 pistdimgapp.h \
[2743]2632 $(SOPHYAINCP)pisysdep.h \
2633 $(SOPHYAINCP)piapplx.h \
2634 $(SOPHYAINCP)piapplgen.h \
2635 $(SOPHYAINCP)pimsghandler.h \
[3123]2636 $(SOPHYAINCP)pisysdep.h \
[2743]2637 $(SOPHYAINCP)picontainerx.h \
2638 $(SOPHYAINCP)picontainergen.h \
[3007]2639 $(SOPHYAINCP)piwdgx.h \
2640 $(SOPHYAINCP)piwdggen.h \
[2743]2641 $(SOPHYAINCP)picolist.h \
2642 $(SOPHYAINCP)pimenubarx.h \
2643 $(SOPHYAINCP)pimenubargen.h \
2644 $(SOPHYAINCP)pimenux.h \
2645 $(SOPHYAINCP)pimenugen.h \
2646 $(SOPHYAINCP)picons.h \
2647 $(SOPHYAINCP)pistdwdgx.h \
2648 $(SOPHYAINCP)pistdwdggen.h \
2649 $(SOPHYAINCP)pibwdgx.h \
2650 $(SOPHYAINCP)pibwdggen.h \
[3007]2651 $(SOPHYAINCP)picmap.h \
2652 $(SOPHYAINCP)picmapx.h \
[2743]2653 $(SOPHYAINCP)picmapgen.h \
2654 $(SOPHYAINCP)pigraphx.h \
2655 $(SOPHYAINCP)pigraphgen.h \
2656 $(SOPHYAINCP)pifontx.h \
2657 $(SOPHYAINCP)pifontgen.h \
2658 $(SOPHYAINCP)pigrcoord.h \
2659 $(SOPHYAINCP)pilineatt.h \
2660 $(SOPHYAINCP)pigraphuc.h \
2661 $(SOPHYAINCP)pievthandler.h \
2662 $(SOPHYAINCP)psfile.h \
2663 $(SOPHYAINCP)pigraphps.h \
2664 $(SOPHYAINCP)piwindowx.h \
2665 $(SOPHYAINCP)piwindowgen.h \
[3123]2666 $(SOPHYAINCP)pimenux.h \
[2743]2667 $(SOPHYAINCP)pioptmenux.h \
2668 $(SOPHYAINCP)pioptmenugen.h \
[3123]2669 $(SOPHYAINCP)pistdwdgx.h \
[2743]2670 $(SOPHYAINCP)pifilechox.h \
2671 $(SOPHYAINCP)pifilechogen.h \
[3123]2672 $(SOPHYAINCP)piwindowx.h \
[2743]2673 $(SOPHYAINCP)piperiodx.h \
2674 $(SOPHYAINCP)periodic.h \
[3123]2675 $(SOPHYAINCP)picons.h \
[2743]2676 $(SOPHYAINCP)piimage.h \
[3007]2677 $(SOPHYAINCP)parradapter.h \
2678 $(SOPHYAINCP)lut.h \
[2743]2679 $(SOPHYAINCP)pieldrw.h \
2680 $(SOPHYAINCP)pidrawer.h \
[3007]2681 $(SOPHYAINCP)pigratt.h \
2682 $(SOPHYAINCP)piaxes.h \
[2743]2683 $(SOPHYAINCP)pipixmapx.h \
2684 $(SOPHYAINCP)pipixmapgen.h \
2685 $(SOPHYAINCP)picmapview.h \
[3007]2686 $(SOPHYAINCP)pi3dwdg.h \
2687 $(SOPHYAINCP)pi3ddrw.h \
[3075]2688 $(SOPHYAINCP)pigraph3d.h \
[3123]2689 nobjmgr.h \
2690 $(SOPHYAINCP)anydataobj.h \
2691 $(SOPHYAINCP)ppersist.h \
2692 $(SOPHYAINCP)dvlist.h dlftypes.h \
2693 piacmd.h \
[2743]2694 $(SOPHYAINCP)commander.h \
[3007]2695 $(SOPHYAINCP)pdlmgr.h \
[3123]2696 $(SOPHYAINCP)ctimer.h \
[3007]2697 $(SOPHYAINCP)zthread.h pisiadw.h \
2698 $(SOPHYAINCP)pilistx.h \
[2743]2699 $(SOPHYAINCP)pilistgen.h \
2700 $(SOPHYAINCP)pistzwin.h \
[3123]2701 $(SOPHYAINCP)piperiodx.h \
[2743]2702 $(SOPHYAINCP)pitherm.h \
[3075]2703 $(SOPHYAINCP)resusage.h \
2704 servnobjm.h \
[3123]2705 $(SOPHYAINCP)pdlmgr.h \
2706 $(SOPHYAINCP)psfile.h \
[2743]2707 $(SOPHYAINCP)piimgtools.h \
[3123]2708 $(SOPHYAINCP)pioptmenux.h \
2709 $(SOPHYAINCP)piapplx.h \
[2743]2710 $(SOPHYAINCP)pidrwtools.h \
2711 $(SOPHYAINCP)piaxestools.h \
[3075]2712 $(SOPHYAINCP)piscdrawwdg.h \
2713 piinit.h \
[2743]2714 $(SOPHYAINCP)sambainit.h \
2715 $(SOPHYAINCP)skymapinit.h \
2716 $(SOPHYAINCP)sophyainit.h \
2717 $(SOPHYAINCP)ntoolsinit.h \
2718 $(SOPHYAINCP)tarrinit.h \
[3075]2719 $(SOPHYAINCP)piversion.h \
2720 piaversion.h
[2765]2721 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdimgapp.cc
[2743]2722
[3007]2723$(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \
[3075]2724 $(SOPHYAINCP)sopnamsp.h \
2725 pitvmaad.h \
[2743]2726 $(SOPHYAINCP)machdefs.h \
[3007]2727 $(SOPHYAINCP)parradapter.h \
[3123]2728 $(SOPHYAINCP)machdefs.h \
[3007]2729 $(SOPHYAINCP)lut.h \
2730 $(SOPHYAINCP)tmatrix.h \
2731 $(SOPHYAINCP)tarray.h \
[2743]2732 $(SOPHYAINCP)basarr.h \
2733 $(SOPHYAINCP)anydataobj.h \
[3007]2734 $(SOPHYAINCP)mutyv.h \
2735 $(SOPHYAINCP)timestamp.h \
2736 $(SOPHYAINCP)objfio.h \
2737 $(SOPHYAINCP)ppersist.h \
[2743]2738 $(SOPHYAINCP)pexceptions.h \
2739 $(SOPHYAINCP)gnumd5.h \
2740 $(SOPHYAINCP)ppfbinstream.h \
2741 $(SOPHYAINCP)rawstream.h \
2742 $(SOPHYAINCP)ppfnametag.h \
[2933]2743 $(SOPHYAINCP)dvlist.h \
[2743]2744 $(SOPHYAINCP)ndatablock.h \
[2933]2745 $(SOPHYAINCP)utilarr.h \
2746 $(SOPHYAINCP)tmatrix_tsnl.h \
2747 $(SOPHYAINCP)tvector.h \
[3123]2748 $(SOPHYAINCP)tmatrix.h \
[2933]2749 $(SOPHYAINCP)tvector_tsnl.h
[2765]2750 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitvmaad.cc
[2743]2751
[3007]2752$(SOPHYAOBJP)servnobjm.o: servnobjm.cc \
2753 $(SOPHYAINCP)sopnamsp.h \
[2743]2754 $(SOPHYAINCP)strutil.h nobjmgr.h \
2755 $(SOPHYAINCP)machdefs.h \
2756 $(SOPHYAINCP)anydataobj.h \
[3123]2757 $(SOPHYAINCP)machdefs.h \
[2743]2758 $(SOPHYAINCP)ppersist.h \
2759 $(SOPHYAINCP)pexceptions.h \
2760 $(SOPHYAINCP)gnumd5.h \
2761 $(SOPHYAINCP)ppfbinstream.h \
2762 $(SOPHYAINCP)rawstream.h \
2763 $(SOPHYAINCP)ppfnametag.h \
[3123]2764 $(SOPHYAINCP)ppersist.h \
[3007]2765 $(SOPHYAINCP)dvlist.h \
2766 $(SOPHYAINCP)objfio.h \
[3123]2767 $(SOPHYAINCP)anydataobj.h \
[3007]2768 $(SOPHYAINCP)mutyv.h \
[3075]2769 $(SOPHYAINCP)timestamp.h \
2770 dlftypes.h servnobjm.h \
2771 $(SOPHYAINCP)pdlmgr.h \
2772 $(SOPHYAINCP)zthread.h \
2773 nomgadapter.h \
[2933]2774 $(SOPHYAINCP)pidrawer.h \
[2743]2775 $(SOPHYAINCP)pibwdggen.h \
[3007]2776 $(SOPHYAINCP)pisysdep.h \
2777 $(SOPHYAINCP)piwdgx.h \
[2743]2778 $(SOPHYAINCP)piwdggen.h \
2779 $(SOPHYAINCP)pimsghandler.h \
[3007]2780 $(SOPHYAINCP)picolist.h \
2781 $(SOPHYAINCP)picmap.h \
[2743]2782 $(SOPHYAINCP)picmapx.h \
2783 $(SOPHYAINCP)picmapgen.h \
2784 $(SOPHYAINCP)pigraphx.h \
2785 $(SOPHYAINCP)pigraphgen.h \
2786 $(SOPHYAINCP)pifontx.h \
2787 $(SOPHYAINCP)pifontgen.h \
2788 $(SOPHYAINCP)pigrcoord.h \
2789 $(SOPHYAINCP)pilineatt.h \
2790 $(SOPHYAINCP)pigraphuc.h \
2791 $(SOPHYAINCP)pievthandler.h \
[3007]2792 $(SOPHYAINCP)psfile.h \
2793 $(SOPHYAINCP)pigratt.h \
[2743]2794 $(SOPHYAINCP)piaxes.h \
[3007]2795 $(SOPHYAINCP)parradapter.h \
2796 $(SOPHYAINCP)lut.h \
[2743]2797 $(SOPHYAINCP)ntupintf.h \
2798 $(SOPHYAINCP)generalfit.h \
[3007]2799 $(SOPHYAINCP)tvector.h \
2800 $(SOPHYAINCP)tmatrix.h \
2801 $(SOPHYAINCP)tarray.h \
2802 $(SOPHYAINCP)basarr.h \
[3123]2803 $(SOPHYAINCP)dvlist.h \
[2743]2804 $(SOPHYAINCP)ndatablock.h \
2805 $(SOPHYAINCP)utilarr.h \
[2933]2806 $(SOPHYAINCP)tmatrix_tsnl.h \
2807 $(SOPHYAINCP)tvector_tsnl.h \
[2743]2808 $(SOPHYAINCP)generaldata.h \
[3123]2809 $(SOPHYAINCP)ntupintf.h \
[3007]2810 $(SOPHYAINCP)poly.h \
2811 $(SOPHYAINCP)peida.h \
2812 $(SOPHYAINCP)utils.h \
2813 $(SOPHYAINCP)perrors.h \
[3075]2814 $(SOPHYAINCP)fmath.h \
[3123]2815 $(SOPHYAINCP)generalfunc.h \
[3075]2816 pistdimgapp.h \
[3123]2817 $(SOPHYAINCP)pisysdep.h \
[2743]2818 $(SOPHYAINCP)piapplx.h \
2819 $(SOPHYAINCP)piapplgen.h \
2820 $(SOPHYAINCP)picontainerx.h \
2821 $(SOPHYAINCP)picontainergen.h \
2822 $(SOPHYAINCP)pimenubarx.h \
2823 $(SOPHYAINCP)pimenubargen.h \
2824 $(SOPHYAINCP)pimenux.h \
2825 $(SOPHYAINCP)pimenugen.h \
2826 $(SOPHYAINCP)picons.h \
2827 $(SOPHYAINCP)pistdwdgx.h \
2828 $(SOPHYAINCP)pistdwdggen.h \
2829 $(SOPHYAINCP)pibwdgx.h \
2830 $(SOPHYAINCP)pigraphps.h \
2831 $(SOPHYAINCP)piwindowx.h \
2832 $(SOPHYAINCP)piwindowgen.h \
[3123]2833 $(SOPHYAINCP)pimenux.h \
[2743]2834 $(SOPHYAINCP)pioptmenux.h \
2835 $(SOPHYAINCP)pioptmenugen.h \
[3123]2836 $(SOPHYAINCP)pistdwdgx.h \
[2743]2837 $(SOPHYAINCP)pifilechox.h \
2838 $(SOPHYAINCP)pifilechogen.h \
[3123]2839 $(SOPHYAINCP)piwindowx.h \
[2743]2840 $(SOPHYAINCP)piperiodx.h \
2841 $(SOPHYAINCP)periodic.h \
[3123]2842 $(SOPHYAINCP)picons.h \
[3007]2843 $(SOPHYAINCP)piimage.h \
[3123]2844 $(SOPHYAINCP)parradapter.h \
[3007]2845 $(SOPHYAINCP)pieldrw.h \
[3123]2846 $(SOPHYAINCP)pidrawer.h \
[2743]2847 $(SOPHYAINCP)pipixmapx.h \
2848 $(SOPHYAINCP)pipixmapgen.h \
2849 $(SOPHYAINCP)picmapview.h \
[3007]2850 $(SOPHYAINCP)pi3dwdg.h \
2851 $(SOPHYAINCP)pi3ddrw.h \
[3075]2852 $(SOPHYAINCP)pigraph3d.h \
2853 piacmd.h \
[2743]2854 $(SOPHYAINCP)commander.h \
[3123]2855 $(SOPHYAINCP)pdlmgr.h \
[2764]2856 $(SOPHYAINCP)ctimer.h pisiadw.h \
[2743]2857 $(SOPHYAINCP)pilistx.h \
2858 $(SOPHYAINCP)pilistgen.h \
2859 $(SOPHYAINCP)pistzwin.h \
[3123]2860 $(SOPHYAINCP)piperiodx.h \
[2743]2861 $(SOPHYAINCP)pitherm.h \
2862 $(SOPHYAINCP)resusage.h \
2863 $(SOPHYAINCP)fct1dfit.h \
[3123]2864 $(SOPHYAINCP)generalfit.h \
[2933]2865 $(SOPHYAINCP)fct2dfit.h \
[3123]2866 $(SOPHYAINCP)tmatrix.h \
2867 $(SOPHYAINCP)tvector.h \
[3075]2868 $(SOPHYAINCP)matharr.h \
2869 pitvmaad.h $(SOPHYAINCP)ntuple.h \
[3007]2870 $(SOPHYAINCP)cimage.h \
2871 $(SOPHYAINCP)fioarr.h \
2872 $(SOPHYAINCP)histos.h \
2873 $(SOPHYAINCP)histos2.h \
[3123]2874 $(SOPHYAINCP)histos.h \
[3007]2875 $(SOPHYAINCP)hisprof.h \
[2933]2876 $(SOPHYAINCP)datatable.h \
2877 $(SOPHYAINCP)basedtable.h \
2878 $(SOPHYAINCP)segdatablock.h \
[2743]2879 $(SOPHYAINCP)piyfxdrw.h \
[3075]2880 $(SOPHYAINCP)pisurfdr.h \
[3123]2881 pintuple.h pintup3d.h \
2882 $(SOPHYAINCP)pi3ddrw.h pipodrw.h
[2765]2883 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ servnobjm.cc
[2743]2884
Note: See TracBrowser for help on using the repository browser.