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

Last change on this file since 2013 was 1905, checked in by ansari, 24 years ago

Adaptation a l'introduction de la classe PIGraphicAtt - Reza 18/02/2002

File size: 3.9 KB
RevLine 
[1833]1MODULECXXREPNAME := PI
2MODULEDECCXXFLAGS := -msg_quiet
3include ../Mgr/Makefile.h
4
5all: $(LIB)libPIGcont.a
[1905]6$(LIB)libPIGcont.a : $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o
[1837]7 $(AR) $(ARFLAGS) $@ $($(ARARGS))
[1833]8ifeq ($(CXX),cxx)
9 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
10endif
11
12clean:
[1857]13 rm -f $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o
[1833]14ifeq ($(CXX),cxx)
15 cd $(REPM); rm -f *.o
16endif
17
[1844]18$(OBJ)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h
19$(OBJ)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h
20$(OBJ)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \
21 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h
22$(OBJ)picntools.o: picntools.cc $(INC)machdefs.h \
23 picntools.h $(INC)pisysdep.h \
[1833]24 $(INC)pistdwdgx.h \
25 $(INC)pistdwdggen.h \
26 $(INC)piwdgx.h \
27 $(INC)piwdggen.h \
28 $(INC)pimsghandler.h \
29 $(INC)picolist.h \
30 $(INC)pioptmenux.h \
31 $(INC)pioptmenugen.h \
32 $(INC)pimenux.h \
33 $(INC)pimenugen.h \
34 $(INC)piwindowx.h \
35 $(INC)piwindowgen.h \
36 $(INC)picontainerx.h \
37 $(INC)picontainergen.h \
38 $(INC)piapplx.h \
39 $(INC)piapplgen.h \
40 $(INC)pimenubarx.h \
41 $(INC)pimenubargen.h \
42 $(INC)picons.h \
43 $(INC)pibwdgx.h \
44 $(INC)pibwdggen.h \
45 $(INC)picmap.h \
46 $(INC)picmapx.h \
47 $(INC)picmapgen.h \
48 $(INC)pigraphx.h \
49 $(INC)pigraphgen.h \
50 $(INC)pifontx.h \
51 $(INC)pifontgen.h \
52 $(INC)pigraphuc.h \
53 $(INC)pievthandler.h \
54 $(INC)psfile.h \
[1844]55 $(INC)pigraphps.h \
56 $(INC)picmapview.h pigncont.h \
[1833]57 $(INC)pistdimgapp.h \
58 $(INC)pifilechox.h \
59 $(INC)pifilechogen.h \
60 $(INC)piimage.h \
61 $(INC)parradapter.h \
62 $(INC)lut.h \
[1905]63 $(INC)pieldrw.h \
[1833]64 $(INC)pidrawer.h \
[1905]65 $(INC)pigratt.h \
[1833]66 $(INC)pipixmapx.h \
67 $(INC)pipixmapgen.h \
68 $(INC)pi3ddrw.h \
69 $(INC)pigraph3d.h \
70 $(INC)nobjmgr.h \
71 $(INC)anydataobj.h \
72 $(INC)ppersist.h \
73 $(INC)pexceptions.h \
74 $(INC)gnumd5.h \
75 $(INC)dvlist.h \
76 $(INC)objfio.h \
77 $(INC)mutyv.h \
78 $(INC)dlftypes.h \
79 $(INC)piacmd.h \
80 $(INC)pdlmgr.h \
81 $(INC)pisiadw.h \
82 $(INC)pilistx.h \
83 $(INC)pilistgen.h \
84 $(INC)pistzwin.h \
85 $(INC)piperiodx.h \
86 $(INC)periodic.h \
87 $(INC)piscdrawwdg.h \
88 $(INC)ntuple.h \
[1844]89 $(INC)ntupintf.h gp_contour.h gp_types.h \
[1905]90 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
[1833]91$(OBJ)pigncont.o: pigncont.cc $(INC)machdefs.h \
[1844]92 $(INC)histos.h \
93 $(INC)objfio.h \
[1833]94 $(INC)anydataobj.h \
95 $(INC)ppersist.h \
96 $(INC)pexceptions.h \
97 $(INC)gnumd5.h \
[1844]98 $(INC)peida.h \
99 $(INC)utils.h \
100 $(INC)perrors.h \
101 $(INC)fmath.h \
102 $(INC)tvector.h \
103 $(INC)tmatrix.h \
104 $(INC)tarray.h \
105 $(INC)basarr.h \
106 $(INC)mutyv.h \
[1833]107 $(INC)dvlist.h \
[1844]108 $(INC)ndatablock.h \
109 $(INC)utilarr.h \
110 $(INC)ntuple.h \
111 $(INC)ntupintf.h \
112 $(INC)nbtri.h picntools.h \
[1833]113 $(INC)pisysdep.h \
[1844]114 $(INC)pistdwdgx.h \
115 $(INC)pistdwdggen.h \
116 $(INC)piwdgx.h \
117 $(INC)piwdggen.h \
[1833]118 $(INC)pimsghandler.h \
[1844]119 $(INC)picolist.h \
120 $(INC)pioptmenux.h \
121 $(INC)pioptmenugen.h \
122 $(INC)pimenux.h \
123 $(INC)pimenugen.h \
124 $(INC)piwindowx.h \
125 $(INC)piwindowgen.h \
[1833]126 $(INC)picontainerx.h \
127 $(INC)picontainergen.h \
[1844]128 $(INC)piapplx.h \
129 $(INC)piapplgen.h \
[1833]130 $(INC)pimenubarx.h \
131 $(INC)pimenubargen.h \
132 $(INC)picons.h \
133 $(INC)pibwdgx.h \
134 $(INC)pibwdggen.h \
135 $(INC)picmap.h \
136 $(INC)picmapx.h \
137 $(INC)picmapgen.h \
138 $(INC)pigraphx.h \
139 $(INC)pigraphgen.h \
140 $(INC)pifontx.h \
141 $(INC)pifontgen.h \
142 $(INC)pigraphuc.h \
143 $(INC)pievthandler.h \
144 $(INC)psfile.h \
145 $(INC)pigraphps.h \
[1844]146 $(INC)picmapview.h pigncont.h \
147 $(INC)pistdimgapp.h \
[1833]148 $(INC)pifilechox.h \
149 $(INC)pifilechogen.h \
150 $(INC)piimage.h \
151 $(INC)parradapter.h \
152 $(INC)lut.h \
[1905]153 $(INC)pieldrw.h \
[1833]154 $(INC)pidrawer.h \
[1905]155 $(INC)pigratt.h \
[1833]156 $(INC)pipixmapx.h \
157 $(INC)pipixmapgen.h \
158 $(INC)pi3ddrw.h \
159 $(INC)pigraph3d.h \
[1844]160 $(INC)nobjmgr.h \
161 $(INC)dlftypes.h \
162 $(INC)piacmd.h \
163 $(INC)pdlmgr.h \
[1833]164 $(INC)pisiadw.h \
165 $(INC)pilistx.h \
166 $(INC)pilistgen.h \
167 $(INC)pistzwin.h \
168 $(INC)piperiodx.h \
169 $(INC)periodic.h \
[1844]170 $(INC)piscdrawwdg.h gp_contour.h gp_types.h \
[1905]171 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
Note: See TracBrowser for help on using the repository browser.