source: Sophya/trunk/Poubelle/DPC:FitsIOServer/PIext/Makefile@ 1036

Last change on this file since 1036 was 658, checked in by ansari, 26 years ago

no message

File size: 12.7 KB
Line 
1MODULECXXREPNAME := PI
2MODULEDECCXXFLAGS := -msg_quiet
3include ../Mgr/Makefile.h
4
5all: $(LIB)libPIext.a
6$(LIB)libPIext.a : $(OBJ)nobjmgr.o $(OBJ)piacmd.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)servnobjm.o
7 $(AR) $(ARFLAGS) $@ $?
8ifeq ($(CXX),cxx)
9 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPIext -lSysTools -lNTools -lPI -o $(OBJ)xx.x -Hf
10endif
11
12clean:
13 rm -f $(OBJ)nobjmgr.o $(OBJ)piacmd.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)servnobjm.o
14ifeq ($(CXX),cxx)
15 cd $(REPM); rm -f *.o
16endif
17
18$(OBJ)nobjmgr.o: nobjmgr.cc $(INC)strutil.h \
19 $(INC)datatypes.h \
20 $(INC)machine.h \
21 $(INC)defs.h nobjmgr.h \
22 $(INC)ppersist.h \
23 $(INC)perrors.h \
24 $(INC)exceptions.h \
25 $(INC)peidainit.h \
26 $(INC)pclassids.h dlftypes.h servnobjm.h \
27 $(INC)ctimer.h \
28 $(INC)peida.h \
29 $(INC)utils.h \
30 $(INC)fmath.h \
31 $(INC)pdlmgr.h pistdimgapp.h \
32 $(INC)pisysdep.h \
33 $(INC)piapplx.h \
34 $(INC)piapplgen.h \
35 $(INC)pimsghandler.h \
36 $(INC)picontainerx.h \
37 $(INC)picontainergen.h \
38 $(INC)piwdgx.h \
39 $(INC)piwdggen.h \
40 $(INC)pimenubarx.h \
41 $(INC)pimenubargen.h \
42 $(INC)pimenux.h \
43 $(INC)pimenugen.h \
44 $(INC)picons.h \
45 $(INC)pistdwdgx.h \
46 $(INC)pistdwdggen.h \
47 $(INC)pibwdgx.h \
48 $(INC)pibwdggen.h \
49 $(INC)picmap.h \
50 $(INC)picmapx.h \
51 $(INC)picmapgen.h \
52 $(INC)pigraphx.h \
53 $(INC)pigraphgen.h \
54 $(INC)pigraphuc.h \
55 $(INC)pievthandler.h \
56 $(INC)psfile.h \
57 $(INC)pigraphps.h \
58 $(INC)piwindowx.h \
59 $(INC)piwindowgen.h \
60 $(INC)pioptmenux.h \
61 $(INC)pioptmenugen.h \
62 $(INC)pifilechox.h \
63 $(INC)pifilechogen.h \
64 $(INC)piimage.h \
65 $(INC)parradapter.h \
66 $(INC)lut.h \
67 $(INC)pidrawer.h \
68 $(INC)pipixmapx.h \
69 $(INC)pipixmapgen.h \
70 $(INC)picmapview.h \
71 $(INC)pi3ddrw.h \
72 $(INC)pigraph3d.h piacmd.h pisiadw.h \
73 $(INC)pilistx.h \
74 $(INC)pilistgen.h \
75 $(INC)pistzwin.h \
76 $(INC)piperiodx.h \
77 $(INC)periodic.h \
78 $(INC)poly.h \
79 $(INC)cvector.h \
80 $(INC)matrix.h \
81 $(INC)dvlist.h \
82 $(INC)fct1dfit.h \
83 $(INC)generalfit.h \
84 $(INC)generaldata.h \
85 $(INC)fct2dfit.h pimgadapter.h \
86 $(INC)cimage.h \
87 $(INC)rzimage.h \
88 $(INC)rzvect.h pipodrw.h \
89 $(INC)histos2.h \
90 $(INC)histos.h pihisto.h \
91 $(INC)hisprof.h pihisto2d.h \
92 $(INC)piscdrawwdg.h pintuple.h \
93 $(INC)ntuple.h \
94 $(INC)pisurfdr.h pintup3d.h pigfd1.h pigfd2.h
95$(OBJ)piacmd.o: piacmd.cc $(INC)ctimer.h \
96 $(INC)peida.h \
97 $(INC)defs.h \
98 $(INC)utils.h \
99 $(INC)machine.h \
100 $(INC)perrors.h \
101 $(INC)exceptions.h \
102 $(INC)peidainit.h \
103 $(INC)fmath.h nobjmgr.h \
104 $(INC)ppersist.h \
105 $(INC)pclassids.h dlftypes.h piacmd.h \
106 $(INC)pdlmgr.h pistdimgapp.h \
107 $(INC)pisysdep.h \
108 $(INC)piapplx.h \
109 $(INC)piapplgen.h \
110 $(INC)pimsghandler.h \
111 $(INC)picontainerx.h \
112 $(INC)picontainergen.h \
113 $(INC)piwdgx.h \
114 $(INC)piwdggen.h \
115 $(INC)pimenubarx.h \
116 $(INC)pimenubargen.h \
117 $(INC)pimenux.h \
118 $(INC)pimenugen.h \
119 $(INC)picons.h \
120 $(INC)pistdwdgx.h \
121 $(INC)pistdwdggen.h \
122 $(INC)pibwdgx.h \
123 $(INC)pibwdggen.h \
124 $(INC)picmap.h \
125 $(INC)picmapx.h \
126 $(INC)picmapgen.h \
127 $(INC)pigraphx.h \
128 $(INC)pigraphgen.h \
129 $(INC)pigraphuc.h \
130 $(INC)pievthandler.h \
131 $(INC)psfile.h \
132 $(INC)pigraphps.h \
133 $(INC)piwindowx.h \
134 $(INC)piwindowgen.h \
135 $(INC)pioptmenux.h \
136 $(INC)pioptmenugen.h \
137 $(INC)pifilechox.h \
138 $(INC)pifilechogen.h \
139 $(INC)piimage.h \
140 $(INC)parradapter.h \
141 $(INC)lut.h \
142 $(INC)pidrawer.h \
143 $(INC)pipixmapx.h \
144 $(INC)pipixmapgen.h \
145 $(INC)picmapview.h \
146 $(INC)pi3ddrw.h \
147 $(INC)pigraph3d.h pisiadw.h \
148 $(INC)pilistx.h \
149 $(INC)pilistgen.h \
150 $(INC)pistzwin.h \
151 $(INC)piperiodx.h \
152 $(INC)periodic.h \
153 $(INC)histos.h \
154 $(INC)cvector.h \
155 $(INC)matrix.h \
156 $(INC)histos2.h \
157 $(INC)hisprof.h \
158 $(INC)ntuple.h \
159 $(INC)dvlist.h \
160 $(INC)generaldata.h \
161 $(INC)poly.h
162$(OBJ)pigfd1.o: pigfd1.cc pigfd1.h \
163 $(INC)generaldata.h \
164 $(INC)exceptions.h \
165 $(INC)defs.h \
166 $(INC)peidainit.h \
167 $(INC)ppersist.h \
168 $(INC)machine.h \
169 $(INC)perrors.h \
170 $(INC)pclassids.h \
171 $(INC)poly.h \
172 $(INC)peida.h \
173 $(INC)utils.h \
174 $(INC)fmath.h \
175 $(INC)cvector.h \
176 $(INC)matrix.h \
177 $(INC)pidrawer.h \
178 $(INC)pibwdggen.h \
179 $(INC)pisysdep.h \
180 $(INC)piwdgx.h \
181 $(INC)piwdggen.h \
182 $(INC)pimsghandler.h \
183 $(INC)picmap.h \
184 $(INC)picmapx.h \
185 $(INC)picmapgen.h \
186 $(INC)pigraphx.h \
187 $(INC)pigraphgen.h \
188 $(INC)pigraphuc.h \
189 $(INC)pievthandler.h \
190 $(INC)psfile.h
191$(OBJ)pigfd2.o: pigfd2.cc pigfd2.h \
192 $(INC)generaldata.h \
193 $(INC)exceptions.h \
194 $(INC)defs.h \
195 $(INC)peidainit.h \
196 $(INC)ppersist.h \
197 $(INC)machine.h \
198 $(INC)perrors.h \
199 $(INC)pclassids.h \
200 $(INC)poly.h \
201 $(INC)peida.h \
202 $(INC)utils.h \
203 $(INC)fmath.h \
204 $(INC)cvector.h \
205 $(INC)matrix.h \
206 $(INC)pi3ddrw.h \
207 $(INC)pisysdep.h \
208 $(INC)pidrawer.h \
209 $(INC)pibwdggen.h \
210 $(INC)piwdgx.h \
211 $(INC)piwdggen.h \
212 $(INC)pimsghandler.h \
213 $(INC)picmap.h \
214 $(INC)picmapx.h \
215 $(INC)picmapgen.h \
216 $(INC)pigraphx.h \
217 $(INC)pigraphgen.h \
218 $(INC)pigraphuc.h \
219 $(INC)pievthandler.h \
220 $(INC)psfile.h \
221 $(INC)pigraph3d.h \
222 $(INC)pibwdgx.h \
223 $(INC)pigraphps.h
224$(OBJ)pihisto.o: pihisto.cc pihisto.h $(INC)histos.h \
225 $(INC)peida.h \
226 $(INC)defs.h \
227 $(INC)utils.h \
228 $(INC)machine.h \
229 $(INC)perrors.h \
230 $(INC)exceptions.h \
231 $(INC)peidainit.h \
232 $(INC)fmath.h \
233 $(INC)cvector.h \
234 $(INC)matrix.h \
235 $(INC)ppersist.h \
236 $(INC)pclassids.h \
237 $(INC)pidrawer.h \
238 $(INC)pibwdggen.h \
239 $(INC)pisysdep.h \
240 $(INC)piwdgx.h \
241 $(INC)piwdggen.h \
242 $(INC)pimsghandler.h \
243 $(INC)picmap.h \
244 $(INC)picmapx.h \
245 $(INC)picmapgen.h \
246 $(INC)pigraphx.h \
247 $(INC)pigraphgen.h \
248 $(INC)pigraphuc.h \
249 $(INC)pievthandler.h \
250 $(INC)psfile.h \
251 $(INC)hisprof.h
252$(OBJ)pihisto2d.o: pihisto2d.cc $(INC)piapplgen.h \
253 $(INC)pimsghandler.h \
254 $(INC)defs.h \
255 $(INC)pisysdep.h \
256 $(INC)picontainerx.h \
257 $(INC)picontainergen.h \
258 $(INC)piwdgx.h \
259 $(INC)piwdggen.h \
260 $(INC)pimenubarx.h \
261 $(INC)pimenubargen.h \
262 $(INC)pimenux.h \
263 $(INC)pimenugen.h \
264 $(INC)picons.h \
265 $(INC)pistdwdgx.h \
266 $(INC)pistdwdggen.h \
267 $(INC)pibwdgx.h \
268 $(INC)pibwdggen.h \
269 $(INC)picmap.h \
270 $(INC)picmapx.h \
271 $(INC)picmapgen.h \
272 $(INC)pigraphx.h \
273 $(INC)pigraphgen.h \
274 $(INC)pigraphuc.h \
275 $(INC)pievthandler.h \
276 $(INC)psfile.h \
277 $(INC)pigraphps.h pihisto2d.h \
278 $(INC)pioptmenux.h \
279 $(INC)pioptmenugen.h \
280 $(INC)histos2.h \
281 $(INC)peida.h \
282 $(INC)utils.h \
283 $(INC)machine.h \
284 $(INC)perrors.h \
285 $(INC)exceptions.h \
286 $(INC)peidainit.h \
287 $(INC)fmath.h \
288 $(INC)histos.h \
289 $(INC)cvector.h \
290 $(INC)matrix.h \
291 $(INC)ppersist.h \
292 $(INC)pclassids.h \
293 $(INC)piscdrawwdg.h \
294 $(INC)piwindowx.h \
295 $(INC)piwindowgen.h \
296 $(INC)pidrawer.h \
297 $(INC)nbrandom.h
298$(OBJ)piinit.o: piinit.cc $(INC)defs.h piinit.h \
299 $(INC)outilsinit.h \
300 $(INC)peidainit.h
301$(OBJ)pintup3d.o: pintup3d.cc pintup3d.h \
302 $(INC)ntuple.h \
303 $(INC)ppersist.h \
304 $(INC)defs.h \
305 $(INC)machine.h \
306 $(INC)perrors.h \
307 $(INC)exceptions.h \
308 $(INC)peidainit.h \
309 $(INC)pclassids.h \
310 $(INC)dvlist.h \
311 $(INC)pi3ddrw.h \
312 $(INC)pisysdep.h \
313 $(INC)pidrawer.h \
314 $(INC)pibwdggen.h \
315 $(INC)piwdgx.h \
316 $(INC)piwdggen.h \
317 $(INC)pimsghandler.h \
318 $(INC)picmap.h \
319 $(INC)picmapx.h \
320 $(INC)picmapgen.h \
321 $(INC)pigraphx.h \
322 $(INC)pigraphgen.h \
323 $(INC)pigraphuc.h \
324 $(INC)pievthandler.h \
325 $(INC)psfile.h \
326 $(INC)pigraph3d.h \
327 $(INC)pibwdgx.h \
328 $(INC)pigraphps.h
329$(OBJ)pintuple.o: pintuple.cc pintuple.h \
330 $(INC)ntuple.h \
331 $(INC)ppersist.h \
332 $(INC)defs.h \
333 $(INC)machine.h \
334 $(INC)perrors.h \
335 $(INC)exceptions.h \
336 $(INC)peidainit.h \
337 $(INC)pclassids.h \
338 $(INC)dvlist.h \
339 $(INC)pidrawer.h \
340 $(INC)pibwdggen.h \
341 $(INC)pisysdep.h \
342 $(INC)piwdgx.h \
343 $(INC)piwdggen.h \
344 $(INC)pimsghandler.h \
345 $(INC)picmap.h \
346 $(INC)picmapx.h \
347 $(INC)picmapgen.h \
348 $(INC)pigraphx.h \
349 $(INC)pigraphgen.h \
350 $(INC)pigraphuc.h \
351 $(INC)pievthandler.h \
352 $(INC)psfile.h
353$(OBJ)pipodrw.o: pipodrw.cc pipodrw.h \
354 $(INC)pidrawer.h \
355 $(INC)pibwdggen.h \
356 $(INC)pisysdep.h \
357 $(INC)piwdgx.h \
358 $(INC)piwdggen.h \
359 $(INC)pimsghandler.h \
360 $(INC)defs.h \
361 $(INC)picmap.h \
362 $(INC)picmapx.h \
363 $(INC)picmapgen.h \
364 $(INC)pigraphx.h \
365 $(INC)pigraphgen.h \
366 $(INC)pigraphuc.h \
367 $(INC)pievthandler.h \
368 $(INC)psfile.h \
369 $(INC)parradapter.h \
370 $(INC)machine.h \
371 $(INC)lut.h \
372 $(INC)cvector.h \
373 $(INC)matrix.h \
374 $(INC)peida.h \
375 $(INC)utils.h \
376 $(INC)perrors.h \
377 $(INC)exceptions.h \
378 $(INC)peidainit.h \
379 $(INC)fmath.h \
380 $(INC)ppersist.h \
381 $(INC)pclassids.h \
382 $(INC)histos2.h \
383 $(INC)histos.h \
384 $(INC)generalfit.h \
385 $(INC)generaldata.h \
386 $(INC)poly.h
387$(OBJ)pisiadw.o: pisiadw.cc $(INC)machine.h \
388 $(INC)defs.h \
389 $(INC)perrors.h \
390 $(INC)exceptions.h \
391 $(INC)peidainit.h \
392 $(INC)ctimer.h \
393 $(INC)peida.h \
394 $(INC)utils.h \
395 $(INC)fmath.h \
396 $(INC)nbmath.h pistdimgapp.h \
397 $(INC)pisysdep.h \
398 $(INC)piapplx.h \
399 $(INC)piapplgen.h \
400 $(INC)pimsghandler.h \
401 $(INC)picontainerx.h \
402 $(INC)picontainergen.h \
403 $(INC)piwdgx.h \
404 $(INC)piwdggen.h \
405 $(INC)pimenubarx.h \
406 $(INC)pimenubargen.h \
407 $(INC)pimenux.h \
408 $(INC)pimenugen.h \
409 $(INC)picons.h \
410 $(INC)pistdwdgx.h \
411 $(INC)pistdwdggen.h \
412 $(INC)pibwdgx.h \
413 $(INC)pibwdggen.h \
414 $(INC)picmap.h \
415 $(INC)picmapx.h \
416 $(INC)picmapgen.h \
417 $(INC)pigraphx.h \
418 $(INC)pigraphgen.h \
419 $(INC)pigraphuc.h \
420 $(INC)pievthandler.h \
421 $(INC)psfile.h \
422 $(INC)pigraphps.h \
423 $(INC)piwindowx.h \
424 $(INC)piwindowgen.h \
425 $(INC)pioptmenux.h \
426 $(INC)pioptmenugen.h \
427 $(INC)pifilechox.h \
428 $(INC)pifilechogen.h \
429 $(INC)piimage.h \
430 $(INC)parradapter.h \
431 $(INC)lut.h \
432 $(INC)pidrawer.h \
433 $(INC)pipixmapx.h \
434 $(INC)pipixmapgen.h \
435 $(INC)picmapview.h \
436 $(INC)pi3ddrw.h \
437 $(INC)pigraph3d.h nobjmgr.h \
438 $(INC)ppersist.h \
439 $(INC)pclassids.h dlftypes.h piacmd.h \
440 $(INC)pdlmgr.h pisiadw.h \
441 $(INC)pilistx.h \
442 $(INC)pilistgen.h \
443 $(INC)pistzwin.h \
444 $(INC)piperiodx.h \
445 $(INC)periodic.h servnobjm.h
446$(OBJ)pistdimgapp.o: pistdimgapp.cc $(INC)machine.h \
447 $(INC)defs.h \
448 $(INC)strutil.h \
449 $(INC)timing.h \
450 $(INC)perrors.h \
451 $(INC)exceptions.h \
452 $(INC)peidainit.h \
453 $(INC)ctimer.h \
454 $(INC)peida.h \
455 $(INC)utils.h \
456 $(INC)fmath.h \
457 $(INC)psighand.h \
458 $(INC)cimage.h \
459 $(INC)rzimage.h \
460 $(INC)rzvect.h \
461 $(INC)datatypes.h \
462 $(INC)ppersist.h \
463 $(INC)pclassids.h \
464 $(INC)dvlist.h pistdimgapp.h \
465 $(INC)pisysdep.h \
466 $(INC)piapplx.h \
467 $(INC)piapplgen.h \
468 $(INC)pimsghandler.h \
469 $(INC)picontainerx.h \
470 $(INC)picontainergen.h \
471 $(INC)piwdgx.h \
472 $(INC)piwdggen.h \
473 $(INC)pimenubarx.h \
474 $(INC)pimenubargen.h \
475 $(INC)pimenux.h \
476 $(INC)pimenugen.h \
477 $(INC)picons.h \
478 $(INC)pistdwdgx.h \
479 $(INC)pistdwdggen.h \
480 $(INC)pibwdgx.h \
481 $(INC)pibwdggen.h \
482 $(INC)picmap.h \
483 $(INC)picmapx.h \
484 $(INC)picmapgen.h \
485 $(INC)pigraphx.h \
486 $(INC)pigraphgen.h \
487 $(INC)pigraphuc.h \
488 $(INC)pievthandler.h \
489 $(INC)psfile.h \
490 $(INC)pigraphps.h \
491 $(INC)piwindowx.h \
492 $(INC)piwindowgen.h \
493 $(INC)pioptmenux.h \
494 $(INC)pioptmenugen.h \
495 $(INC)pifilechox.h \
496 $(INC)pifilechogen.h \
497 $(INC)piimage.h \
498 $(INC)parradapter.h \
499 $(INC)lut.h \
500 $(INC)pidrawer.h \
501 $(INC)pipixmapx.h \
502 $(INC)pipixmapgen.h \
503 $(INC)picmapview.h \
504 $(INC)pi3ddrw.h \
505 $(INC)pigraph3d.h nobjmgr.h dlftypes.h \
506 piacmd.h $(INC)pdlmgr.h pisiadw.h \
507 $(INC)pilistx.h \
508 $(INC)pilistgen.h \
509 $(INC)pistzwin.h \
510 $(INC)piperiodx.h \
511 $(INC)periodic.h pihisto2d.h \
512 $(INC)histos2.h \
513 $(INC)histos.h \
514 $(INC)cvector.h \
515 $(INC)matrix.h \
516 $(INC)piscdrawwdg.h \
517 $(INC)piimgtools.h \
518 $(INC)pidrwtools.h
519$(OBJ)servnobjm.o: servnobjm.cc $(INC)strutil.h \
520 $(INC)datatypes.h \
521 $(INC)machine.h \
522 $(INC)defs.h nobjmgr.h \
523 $(INC)ppersist.h \
524 $(INC)perrors.h \
525 $(INC)exceptions.h \
526 $(INC)peidainit.h \
527 $(INC)pclassids.h dlftypes.h servnobjm.h \
528 $(INC)ctimer.h \
529 $(INC)peida.h \
530 $(INC)utils.h \
531 $(INC)fmath.h \
532 $(INC)pdlmgr.h pistdimgapp.h \
533 $(INC)pisysdep.h \
534 $(INC)piapplx.h \
535 $(INC)piapplgen.h \
536 $(INC)pimsghandler.h \
537 $(INC)picontainerx.h \
538 $(INC)picontainergen.h \
539 $(INC)piwdgx.h \
540 $(INC)piwdggen.h \
541 $(INC)pimenubarx.h \
542 $(INC)pimenubargen.h \
543 $(INC)pimenux.h \
544 $(INC)pimenugen.h \
545 $(INC)picons.h \
546 $(INC)pistdwdgx.h \
547 $(INC)pistdwdggen.h \
548 $(INC)pibwdgx.h \
549 $(INC)pibwdggen.h \
550 $(INC)picmap.h \
551 $(INC)picmapx.h \
552 $(INC)picmapgen.h \
553 $(INC)pigraphx.h \
554 $(INC)pigraphgen.h \
555 $(INC)pigraphuc.h \
556 $(INC)pievthandler.h \
557 $(INC)psfile.h \
558 $(INC)pigraphps.h \
559 $(INC)piwindowx.h \
560 $(INC)piwindowgen.h \
561 $(INC)pioptmenux.h \
562 $(INC)pioptmenugen.h \
563 $(INC)pifilechox.h \
564 $(INC)pifilechogen.h \
565 $(INC)piimage.h \
566 $(INC)parradapter.h \
567 $(INC)lut.h \
568 $(INC)pidrawer.h \
569 $(INC)pipixmapx.h \
570 $(INC)pipixmapgen.h \
571 $(INC)picmapview.h \
572 $(INC)pi3ddrw.h \
573 $(INC)pigraph3d.h piacmd.h pisiadw.h \
574 $(INC)pilistx.h \
575 $(INC)pilistgen.h \
576 $(INC)pistzwin.h \
577 $(INC)piperiodx.h \
578 $(INC)periodic.h \
579 $(INC)histos.h \
580 $(INC)cvector.h \
581 $(INC)matrix.h \
582 $(INC)histos2.h \
583 $(INC)ntuple.h \
584 $(INC)dvlist.h \
585 $(INC)hisprof.h \
586 $(INC)generaldata.h \
587 $(INC)poly.h \
588 $(INC)cimage.h \
589 $(INC)rzimage.h \
590 $(INC)rzvect.h
Note: See TracBrowser for help on using the repository browser.