source: Sophya/trunk/SophyaPI/ProgPI/Makefile@ 2015

Last change on this file since 2015 was 1579, checked in by ansari, 24 years ago

MAJ Makefile - pretag V 1.2 , Reza 18/7/2001

File size: 8.6 KB
Line 
1MODULECXXREPNAME := ProgPI
2MODULEDECCXXFLAGS := -msg_quiet
3include ../Mgr/Makefile.h
4
5ifdef NOSHLIB
6LIBF = $(LIB)libTArray.a $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libSkyMap.a $(LIB)libSamba.a $(LIB)libSkyT.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a
7LIBS = -L$(LIB) -lTArray -lSysTools -lNTools -lSkyMap -lSamba -lSkyT -lFitsIOServer -lPI -lPIext -lm
8ifeq ($(CXX),cxx)
9# librairie des instances de templates cxx
10LIBS := $(LIBS) -lertcxx
11endif
12else
13LIBF = $(SLB)libPI.so $(SLB)libsophya.so $(SLB)libextsophya.so
14LIBS = -L$(SLB) -lPI -lsophya -lextsophya -lXm -lXp -lXt -lX11 -lm
15endif
16LIBSORA := $(LIBS)
17LDLIBS := $(LIBS) $(LDLIBS)
18PROGS = $(EXE)spiapp
19
20all: $(PROGS)
21
22clean:
23 rm -f $(PROGS)
24 if [ -d $(OBJ)cxxrep_ProgPI ] ; then cd $(OBJ)cxxrep_ProgPI ; rm -f *.o ; fi
25
26spiapp: $(EXE)spiapp
27 echo echo $@ " done"
28$(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o
29 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
30
31$(OBJ)fitsbtadapter.o: fitsbtadapter.cc \
32 $(INC)machdefs.h \
33 $(INC)nobjmgr.h \
34 $(INC)anydataobj.h \
35 $(INC)ppersist.h \
36 $(INC)pexceptions.h \
37 $(INC)gnumd5.h \
38 $(INC)dvlist.h \
39 $(INC)objfio.h \
40 $(INC)mutyv.h \
41 $(INC)dlftypes.h \
42 $(INC)servnobjm.h \
43 $(INC)pdlmgr.h \
44 $(INC)nomgadapter.h \
45 $(INC)pidrawer.h \
46 $(INC)pibwdggen.h \
47 $(INC)pisysdep.h \
48 $(INC)piwdgx.h \
49 $(INC)piwdggen.h \
50 $(INC)pimsghandler.h \
51 $(INC)picolist.h \
52 $(INC)picmap.h \
53 $(INC)picmapx.h \
54 $(INC)picmapgen.h \
55 $(INC)pigraphx.h \
56 $(INC)pigraphgen.h \
57 $(INC)pifontx.h \
58 $(INC)pifontgen.h \
59 $(INC)pigraphuc.h \
60 $(INC)pievthandler.h \
61 $(INC)psfile.h \
62 $(INC)parradapter.h \
63 $(INC)lut.h \
64 $(INC)ntupintf.h \
65 $(INC)generalfit.h \
66 $(INC)tvector.h \
67 $(INC)tmatrix.h \
68 $(INC)tarray.h \
69 $(INC)basarr.h \
70 $(INC)ndatablock.h \
71 $(INC)utilarr.h \
72 $(INC)generaldata.h \
73 $(INC)poly.h \
74 $(INC)peida.h \
75 $(INC)utils.h \
76 $(INC)perrors.h \
77 $(INC)fmath.h \
78 $(INC)pistdimgapp.h \
79 $(INC)piapplx.h \
80 $(INC)piapplgen.h \
81 $(INC)picontainerx.h \
82 $(INC)picontainergen.h \
83 $(INC)pimenubarx.h \
84 $(INC)pimenubargen.h \
85 $(INC)pimenux.h \
86 $(INC)pimenugen.h \
87 $(INC)picons.h \
88 $(INC)pistdwdgx.h \
89 $(INC)pistdwdggen.h \
90 $(INC)pibwdgx.h \
91 $(INC)pigraphps.h \
92 $(INC)piwindowx.h \
93 $(INC)piwindowgen.h \
94 $(INC)pioptmenux.h \
95 $(INC)pioptmenugen.h \
96 $(INC)pifilechox.h \
97 $(INC)pifilechogen.h \
98 $(INC)piimage.h \
99 $(INC)pipixmapx.h \
100 $(INC)pipixmapgen.h \
101 $(INC)picmapview.h \
102 $(INC)pi3ddrw.h \
103 $(INC)pigraph3d.h \
104 $(INC)piacmd.h \
105 $(INC)pisiadw.h \
106 $(INC)pilistx.h \
107 $(INC)pilistgen.h \
108 $(INC)pistzwin.h \
109 $(INC)piperiodx.h \
110 $(INC)periodic.h \
111 $(INC)fbtntintf.h
112$(OBJ)piapp.o: piapp.cc $(INC)pistdimgapp.h \
113 $(INC)pisysdep.h \
114 $(INC)machdefs.h \
115 $(INC)piapplx.h \
116 $(INC)piapplgen.h \
117 $(INC)pimsghandler.h \
118 $(INC)picontainerx.h \
119 $(INC)picontainergen.h \
120 $(INC)piwdgx.h \
121 $(INC)piwdggen.h \
122 $(INC)picolist.h \
123 $(INC)pimenubarx.h \
124 $(INC)pimenubargen.h \
125 $(INC)pimenux.h \
126 $(INC)pimenugen.h \
127 $(INC)picons.h \
128 $(INC)pistdwdgx.h \
129 $(INC)pistdwdggen.h \
130 $(INC)pibwdgx.h \
131 $(INC)pibwdggen.h \
132 $(INC)picmap.h \
133 $(INC)picmapx.h \
134 $(INC)picmapgen.h \
135 $(INC)pigraphx.h \
136 $(INC)pigraphgen.h \
137 $(INC)pifontx.h \
138 $(INC)pifontgen.h \
139 $(INC)pigraphuc.h \
140 $(INC)pievthandler.h \
141 $(INC)psfile.h \
142 $(INC)pigraphps.h \
143 $(INC)piwindowx.h \
144 $(INC)piwindowgen.h \
145 $(INC)pioptmenux.h \
146 $(INC)pioptmenugen.h \
147 $(INC)pifilechox.h \
148 $(INC)pifilechogen.h \
149 $(INC)piimage.h \
150 $(INC)parradapter.h \
151 $(INC)lut.h \
152 $(INC)pidrawer.h \
153 $(INC)pipixmapx.h \
154 $(INC)pipixmapgen.h \
155 $(INC)picmapview.h \
156 $(INC)pi3ddrw.h \
157 $(INC)pigraph3d.h \
158 $(INC)nobjmgr.h \
159 $(INC)anydataobj.h \
160 $(INC)ppersist.h \
161 $(INC)pexceptions.h \
162 $(INC)gnumd5.h \
163 $(INC)dvlist.h \
164 $(INC)objfio.h \
165 $(INC)mutyv.h \
166 $(INC)dlftypes.h \
167 $(INC)piacmd.h \
168 $(INC)pdlmgr.h \
169 $(INC)pisiadw.h \
170 $(INC)pilistx.h \
171 $(INC)pilistgen.h \
172 $(INC)pistzwin.h \
173 $(INC)piperiodx.h \
174 $(INC)periodic.h \
175 $(INC)piversion.h \
176 $(INC)piaversion.h \
177 $(INC)timing.h \
178 $(INC)skyinit.h \
179 $(INC)ntoolsinit.h \
180 $(INC)tarrinit.h \
181 $(INC)sophyainit.h \
182 $(INC)xntuple.h \
183 $(INC)ntupintf.h
184$(OBJ)rznoisemodule.o: rznoisemodule.cc \
185 $(INC)machdefs.h \
186 $(INC)piacmd.h \
187 $(INC)dlftypes.h \
188 $(INC)pdlmgr.h \
189 $(INC)nobjmgr.h \
190 $(INC)anydataobj.h \
191 $(INC)ppersist.h \
192 $(INC)pexceptions.h \
193 $(INC)gnumd5.h \
194 $(INC)dvlist.h \
195 $(INC)objfio.h \
196 $(INC)mutyv.h \
197 $(INC)pistdimgapp.h \
198 $(INC)pisysdep.h \
199 $(INC)piapplx.h \
200 $(INC)piapplgen.h \
201 $(INC)pimsghandler.h \
202 $(INC)picontainerx.h \
203 $(INC)picontainergen.h \
204 $(INC)piwdgx.h \
205 $(INC)piwdggen.h \
206 $(INC)picolist.h \
207 $(INC)pimenubarx.h \
208 $(INC)pimenubargen.h \
209 $(INC)pimenux.h \
210 $(INC)pimenugen.h \
211 $(INC)picons.h \
212 $(INC)pistdwdgx.h \
213 $(INC)pistdwdggen.h \
214 $(INC)pibwdgx.h \
215 $(INC)pibwdggen.h \
216 $(INC)picmap.h \
217 $(INC)picmapx.h \
218 $(INC)picmapgen.h \
219 $(INC)pigraphx.h \
220 $(INC)pigraphgen.h \
221 $(INC)pifontx.h \
222 $(INC)pifontgen.h \
223 $(INC)pigraphuc.h \
224 $(INC)pievthandler.h \
225 $(INC)psfile.h \
226 $(INC)pigraphps.h \
227 $(INC)piwindowx.h \
228 $(INC)piwindowgen.h \
229 $(INC)pioptmenux.h \
230 $(INC)pioptmenugen.h \
231 $(INC)pifilechox.h \
232 $(INC)pifilechogen.h \
233 $(INC)piimage.h \
234 $(INC)parradapter.h \
235 $(INC)lut.h \
236 $(INC)pidrawer.h \
237 $(INC)pipixmapx.h \
238 $(INC)pipixmapgen.h \
239 $(INC)picmapview.h \
240 $(INC)pi3ddrw.h \
241 $(INC)pigraph3d.h \
242 $(INC)pisiadw.h \
243 $(INC)pilistx.h \
244 $(INC)pilistgen.h \
245 $(INC)pistzwin.h \
246 $(INC)piperiodx.h \
247 $(INC)periodic.h \
248 $(INC)servnobjm.h \
249 $(INC)tvector.h \
250 $(INC)tmatrix.h \
251 $(INC)tarray.h \
252 $(INC)basarr.h \
253 $(INC)ndatablock.h \
254 $(INC)utilarr.h \
255 $(INC)pitvmaad.h \
256 $(INC)fftpserver.h \
257 $(INC)fftservintf.h \
258 $(INC)bruit.h \
259 $(INC)piscdrawwdg.h \
260 $(INC)ctimer.h
261$(OBJ)sopiamodule.o: sopiamodule.cc \
262 $(INC)machdefs.h \
263 $(INC)piacmd.h \
264 $(INC)dlftypes.h \
265 $(INC)pdlmgr.h \
266 $(INC)nobjmgr.h \
267 $(INC)anydataobj.h \
268 $(INC)ppersist.h \
269 $(INC)pexceptions.h \
270 $(INC)gnumd5.h \
271 $(INC)dvlist.h \
272 $(INC)objfio.h \
273 $(INC)mutyv.h \
274 $(INC)pistdimgapp.h \
275 $(INC)pisysdep.h \
276 $(INC)piapplx.h \
277 $(INC)piapplgen.h \
278 $(INC)pimsghandler.h \
279 $(INC)picontainerx.h \
280 $(INC)picontainergen.h \
281 $(INC)piwdgx.h \
282 $(INC)piwdggen.h \
283 $(INC)picolist.h \
284 $(INC)pimenubarx.h \
285 $(INC)pimenubargen.h \
286 $(INC)pimenux.h \
287 $(INC)pimenugen.h \
288 $(INC)picons.h \
289 $(INC)pistdwdgx.h \
290 $(INC)pistdwdggen.h \
291 $(INC)pibwdgx.h \
292 $(INC)pibwdggen.h \
293 $(INC)picmap.h \
294 $(INC)picmapx.h \
295 $(INC)picmapgen.h \
296 $(INC)pigraphx.h \
297 $(INC)pigraphgen.h \
298 $(INC)pifontx.h \
299 $(INC)pifontgen.h \
300 $(INC)pigraphuc.h \
301 $(INC)pievthandler.h \
302 $(INC)psfile.h \
303 $(INC)pigraphps.h \
304 $(INC)piwindowx.h \
305 $(INC)piwindowgen.h \
306 $(INC)pioptmenux.h \
307 $(INC)pioptmenugen.h \
308 $(INC)pifilechox.h \
309 $(INC)pifilechogen.h \
310 $(INC)piimage.h \
311 $(INC)parradapter.h \
312 $(INC)lut.h \
313 $(INC)pidrawer.h \
314 $(INC)pipixmapx.h \
315 $(INC)pipixmapgen.h \
316 $(INC)picmapview.h \
317 $(INC)pi3ddrw.h \
318 $(INC)pigraph3d.h \
319 $(INC)pisiadw.h \
320 $(INC)pilistx.h \
321 $(INC)pilistgen.h \
322 $(INC)pistzwin.h \
323 $(INC)piperiodx.h \
324 $(INC)periodic.h \
325 $(INC)servnobjm.h \
326 $(INC)tvector.h \
327 $(INC)tmatrix.h \
328 $(INC)tarray.h \
329 $(INC)basarr.h \
330 $(INC)ndatablock.h \
331 $(INC)utilarr.h \
332 $(INC)pitvmaad.h \
333 $(INC)fftpserver.h \
334 $(INC)fftservintf.h \
335 $(INC)bruit.h \
336 $(INC)piscdrawwdg.h \
337 $(INC)ctimer.h \
338 $(INC)nomgadapter.h \
339 $(INC)ntupintf.h \
340 $(INC)generalfit.h \
341 $(INC)generaldata.h \
342 $(INC)poly.h \
343 $(INC)peida.h \
344 $(INC)utils.h \
345 $(INC)perrors.h \
346 $(INC)fmath.h
347$(OBJ)w2ps.o: w2ps.cc $(INC)machdefs.h \
348 $(INC)piacmd.h \
349 $(INC)dlftypes.h \
350 $(INC)pdlmgr.h \
351 $(INC)nobjmgr.h \
352 $(INC)anydataobj.h \
353 $(INC)ppersist.h \
354 $(INC)pexceptions.h \
355 $(INC)gnumd5.h \
356 $(INC)dvlist.h \
357 $(INC)objfio.h \
358 $(INC)mutyv.h \
359 $(INC)pistdimgapp.h \
360 $(INC)pisysdep.h \
361 $(INC)piapplx.h \
362 $(INC)piapplgen.h \
363 $(INC)pimsghandler.h \
364 $(INC)picontainerx.h \
365 $(INC)picontainergen.h \
366 $(INC)piwdgx.h \
367 $(INC)piwdggen.h \
368 $(INC)picolist.h \
369 $(INC)pimenubarx.h \
370 $(INC)pimenubargen.h \
371 $(INC)pimenux.h \
372 $(INC)pimenugen.h \
373 $(INC)picons.h \
374 $(INC)pistdwdgx.h \
375 $(INC)pistdwdggen.h \
376 $(INC)pibwdgx.h \
377 $(INC)pibwdggen.h \
378 $(INC)picmap.h \
379 $(INC)picmapx.h \
380 $(INC)picmapgen.h \
381 $(INC)pigraphx.h \
382 $(INC)pigraphgen.h \
383 $(INC)pifontx.h \
384 $(INC)pifontgen.h \
385 $(INC)pigraphuc.h \
386 $(INC)pievthandler.h \
387 $(INC)psfile.h \
388 $(INC)pigraphps.h \
389 $(INC)piwindowx.h \
390 $(INC)piwindowgen.h \
391 $(INC)pioptmenux.h \
392 $(INC)pioptmenugen.h \
393 $(INC)pifilechox.h \
394 $(INC)pifilechogen.h \
395 $(INC)piimage.h \
396 $(INC)parradapter.h \
397 $(INC)lut.h \
398 $(INC)pidrawer.h \
399 $(INC)pipixmapx.h \
400 $(INC)pipixmapgen.h \
401 $(INC)picmapview.h \
402 $(INC)pi3ddrw.h \
403 $(INC)pigraph3d.h \
404 $(INC)pisiadw.h \
405 $(INC)pilistx.h \
406 $(INC)pilistgen.h \
407 $(INC)pistzwin.h \
408 $(INC)piperiodx.h \
409 $(INC)periodic.h
Note: See TracBrowser for help on using the repository browser.