source: Sophya/trunk/SophyaPI/PIGcont/Makefile@ 3076

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

suite a remplacement nbrandom.h (obsolete) -> srandgen.h cmv 14/09/2006

File size: 6.1 KB
Line 
1include ../BuildMgr/sophyamake.inc
2
3all: $(SOPHYALIBP)libPIGcont.a
4
5clean:
6 rm -f $(SOPHYAOBJP)picntools.o $(SOPHYAOBJP)pigncont.o $(SOPHYAOBJP)gp_alloc.o $(SOPHYAOBJP)gp_axis.o $(SOPHYAOBJP)gp_contour.o
7 rm -f $(SOPHYALIBP)libPIGcont.a
8
9$(SOPHYALIBP)libPIGcont.a : $(SOPHYAOBJP)gp_alloc.o $(SOPHYAOBJP)gp_axis.o $(SOPHYAOBJP)gp_contour.o $(SOPHYAOBJP)picntools.o $(SOPHYAOBJP)pigncont.o
10 $(AR) $(ARFLAGS) $@ $?
11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist
12
13$(SOPHYAOBJP)picntools.o: picntools.cc \
14 $(SOPHYAINCP)sopnamsp.h \
15 $(SOPHYAINCP)machdefs.h \
16 picntools.h \
17 $(SOPHYAINCP)pisysdep.h \
18 $(SOPHYAINCP)pistdwdgx.h \
19 $(SOPHYAINCP)pistdwdggen.h \
20 $(SOPHYAINCP)piwdgx.h \
21 $(SOPHYAINCP)piwdggen.h \
22 $(SOPHYAINCP)pimsghandler.h \
23 $(SOPHYAINCP)picolist.h \
24 $(SOPHYAINCP)pioptmenux.h \
25 $(SOPHYAINCP)pioptmenugen.h \
26 $(SOPHYAINCP)pimenux.h \
27 $(SOPHYAINCP)pimenugen.h \
28 $(SOPHYAINCP)piwindowx.h \
29 $(SOPHYAINCP)piwindowgen.h \
30 $(SOPHYAINCP)picontainerx.h \
31 $(SOPHYAINCP)picontainergen.h \
32 $(SOPHYAINCP)piapplx.h \
33 $(SOPHYAINCP)piapplgen.h \
34 $(SOPHYAINCP)pimenubarx.h \
35 $(SOPHYAINCP)pimenubargen.h \
36 $(SOPHYAINCP)picons.h \
37 $(SOPHYAINCP)pibwdgx.h \
38 $(SOPHYAINCP)pibwdggen.h \
39 $(SOPHYAINCP)picmap.h \
40 $(SOPHYAINCP)picmapx.h \
41 $(SOPHYAINCP)picmapgen.h \
42 $(SOPHYAINCP)pigraphx.h \
43 $(SOPHYAINCP)pigraphgen.h \
44 $(SOPHYAINCP)pifontx.h \
45 $(SOPHYAINCP)pifontgen.h \
46 $(SOPHYAINCP)pigrcoord.h \
47 $(SOPHYAINCP)pilineatt.h \
48 $(SOPHYAINCP)pigraphuc.h \
49 $(SOPHYAINCP)pievthandler.h \
50 $(SOPHYAINCP)psfile.h \
51 $(SOPHYAINCP)pigraphps.h \
52 $(SOPHYAINCP)picmapview.h \
53 pigncont.h \
54 $(SOPHYAINCP)pistdimgapp.h \
55 $(SOPHYAINCP)pifilechox.h \
56 $(SOPHYAINCP)pifilechogen.h \
57 $(SOPHYAINCP)piperiodx.h \
58 $(SOPHYAINCP)periodic.h \
59 $(SOPHYAINCP)piimage.h \
60 $(SOPHYAINCP)parradapter.h \
61 $(SOPHYAINCP)lut.h \
62 $(SOPHYAINCP)pieldrw.h \
63 $(SOPHYAINCP)pidrawer.h \
64 $(SOPHYAINCP)pigratt.h \
65 $(SOPHYAINCP)piaxes.h \
66 $(SOPHYAINCP)pipixmapx.h \
67 $(SOPHYAINCP)pipixmapgen.h \
68 $(SOPHYAINCP)pi3dwdg.h \
69 $(SOPHYAINCP)pi3ddrw.h \
70 $(SOPHYAINCP)pigraph3d.h \
71 $(SOPHYAINCP)nobjmgr.h \
72 $(SOPHYAINCP)anydataobj.h \
73 $(SOPHYAINCP)ppersist.h \
74 $(SOPHYAINCP)pexceptions.h \
75 $(SOPHYAINCP)gnumd5.h \
76 $(SOPHYAINCP)ppfbinstream.h \
77 $(SOPHYAINCP)rawstream.h \
78 $(SOPHYAINCP)ppfnametag.h \
79 $(SOPHYAINCP)dvlist.h \
80 $(SOPHYAINCP)objfio.h \
81 $(SOPHYAINCP)mutyv.h \
82 $(SOPHYAINCP)timestamp.h \
83 $(SOPHYAINCP)dlftypes.h \
84 $(SOPHYAINCP)piacmd.h \
85 $(SOPHYAINCP)commander.h \
86 $(SOPHYAINCP)pdlmgr.h \
87 $(SOPHYAINCP)ctimer.h \
88 $(SOPHYAINCP)zthread.h \
89 $(SOPHYAINCP)pisiadw.h \
90 $(SOPHYAINCP)pilistx.h \
91 $(SOPHYAINCP)pilistgen.h \
92 $(SOPHYAINCP)pistzwin.h \
93 $(SOPHYAINCP)pitherm.h \
94 $(SOPHYAINCP)resusage.h \
95 $(SOPHYAINCP)piscdrawwdg.h \
96 $(SOPHYAINCP)ntuple.h \
97 $(SOPHYAINCP)ntupintf.h \
98 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \
99 gp_alloc.h
100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc
101
102$(SOPHYAOBJP)pigncont.o: pigncont.cc \
103 $(SOPHYAINCP)sopnamsp.h \
104 $(SOPHYAINCP)machdefs.h \
105 $(SOPHYAINCP)histos.h \
106 $(SOPHYAINCP)objfio.h \
107 $(SOPHYAINCP)anydataobj.h \
108 $(SOPHYAINCP)ppersist.h \
109 $(SOPHYAINCP)pexceptions.h \
110 $(SOPHYAINCP)gnumd5.h \
111 $(SOPHYAINCP)ppfbinstream.h \
112 $(SOPHYAINCP)rawstream.h \
113 $(SOPHYAINCP)ppfnametag.h \
114 $(SOPHYAINCP)peida.h \
115 $(SOPHYAINCP)utils.h \
116 $(SOPHYAINCP)perrors.h \
117 $(SOPHYAINCP)fmath.h \
118 $(SOPHYAINCP)tvector.h \
119 $(SOPHYAINCP)tmatrix.h \
120 $(SOPHYAINCP)tarray.h \
121 $(SOPHYAINCP)basarr.h \
122 $(SOPHYAINCP)mutyv.h \
123 $(SOPHYAINCP)timestamp.h \
124 $(SOPHYAINCP)dvlist.h \
125 $(SOPHYAINCP)ndatablock.h \
126 $(SOPHYAINCP)utilarr.h \
127 $(SOPHYAINCP)tmatrix_tsnl.h \
128 $(SOPHYAINCP)tvector_tsnl.h \
129 $(SOPHYAINCP)ntuple.h \
130 $(SOPHYAINCP)ntupintf.h \
131 $(SOPHYAINCP)nbtri.h picntools.h \
132 $(SOPHYAINCP)pisysdep.h \
133 $(SOPHYAINCP)pistdwdgx.h \
134 $(SOPHYAINCP)pistdwdggen.h \
135 $(SOPHYAINCP)piwdgx.h \
136 $(SOPHYAINCP)piwdggen.h \
137 $(SOPHYAINCP)pimsghandler.h \
138 $(SOPHYAINCP)picolist.h \
139 $(SOPHYAINCP)pioptmenux.h \
140 $(SOPHYAINCP)pioptmenugen.h \
141 $(SOPHYAINCP)pimenux.h \
142 $(SOPHYAINCP)pimenugen.h \
143 $(SOPHYAINCP)piwindowx.h \
144 $(SOPHYAINCP)piwindowgen.h \
145 $(SOPHYAINCP)picontainerx.h \
146 $(SOPHYAINCP)picontainergen.h \
147 $(SOPHYAINCP)piapplx.h \
148 $(SOPHYAINCP)piapplgen.h \
149 $(SOPHYAINCP)pimenubarx.h \
150 $(SOPHYAINCP)pimenubargen.h \
151 $(SOPHYAINCP)picons.h \
152 $(SOPHYAINCP)pibwdgx.h \
153 $(SOPHYAINCP)pibwdggen.h \
154 $(SOPHYAINCP)picmap.h \
155 $(SOPHYAINCP)picmapx.h \
156 $(SOPHYAINCP)picmapgen.h \
157 $(SOPHYAINCP)pigraphx.h \
158 $(SOPHYAINCP)pigraphgen.h \
159 $(SOPHYAINCP)pifontx.h \
160 $(SOPHYAINCP)pifontgen.h \
161 $(SOPHYAINCP)pigrcoord.h \
162 $(SOPHYAINCP)pilineatt.h \
163 $(SOPHYAINCP)pigraphuc.h \
164 $(SOPHYAINCP)pievthandler.h \
165 $(SOPHYAINCP)psfile.h \
166 $(SOPHYAINCP)pigraphps.h \
167 $(SOPHYAINCP)picmapview.h \
168 pigncont.h \
169 $(SOPHYAINCP)pistdimgapp.h \
170 $(SOPHYAINCP)pifilechox.h \
171 $(SOPHYAINCP)pifilechogen.h \
172 $(SOPHYAINCP)piperiodx.h \
173 $(SOPHYAINCP)periodic.h \
174 $(SOPHYAINCP)piimage.h \
175 $(SOPHYAINCP)parradapter.h \
176 $(SOPHYAINCP)lut.h \
177 $(SOPHYAINCP)pieldrw.h \
178 $(SOPHYAINCP)pidrawer.h \
179 $(SOPHYAINCP)pigratt.h \
180 $(SOPHYAINCP)piaxes.h \
181 $(SOPHYAINCP)pipixmapx.h \
182 $(SOPHYAINCP)pipixmapgen.h \
183 $(SOPHYAINCP)pi3dwdg.h \
184 $(SOPHYAINCP)pi3ddrw.h \
185 $(SOPHYAINCP)pigraph3d.h \
186 $(SOPHYAINCP)nobjmgr.h \
187 $(SOPHYAINCP)dlftypes.h \
188 $(SOPHYAINCP)piacmd.h \
189 $(SOPHYAINCP)commander.h \
190 $(SOPHYAINCP)pdlmgr.h \
191 $(SOPHYAINCP)ctimer.h \
192 $(SOPHYAINCP)zthread.h \
193 $(SOPHYAINCP)pisiadw.h \
194 $(SOPHYAINCP)pilistx.h \
195 $(SOPHYAINCP)pilistgen.h \
196 $(SOPHYAINCP)pistzwin.h \
197 $(SOPHYAINCP)pitherm.h \
198 $(SOPHYAINCP)resusage.h \
199 $(SOPHYAINCP)piscdrawwdg.h \
200 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \
201 gp_alloc.h
202 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc
203
204$(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h
205 $(CCOMPILE) -o $@ gp_alloc.c
206
207$(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h
208 $(CCOMPILE) -o $@ gp_axis.c
209
210$(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \
211 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h
212 $(CCOMPILE) -o $@ gp_contour.c
213
Note: See TracBrowser for help on using the repository browser.