Changeset 3076 in Sophya for trunk/SophyaPI/PIGcont/smakefile
- Timestamp:
- Sep 14, 2006, 11:44:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/smakefile
r3007 r3076 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 16 17 $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \18 18 $(SOPHYAINCP)pistdwdgx.h \ 19 19 $(SOPHYAINCP)pistdwdggen.h \ 20 $(SOPHYAINCP)pisysdep.h \21 20 $(SOPHYAINCP)piwdgx.h \ 22 21 $(SOPHYAINCP)piwdggen.h \ … … 27 26 $(SOPHYAINCP)pimenux.h \ 28 27 $(SOPHYAINCP)pimenugen.h \ 29 $(SOPHYAINCP)pistdwdgx.h \30 28 $(SOPHYAINCP)piwindowx.h \ 31 29 $(SOPHYAINCP)piwindowgen.h \ … … 52 50 $(SOPHYAINCP)psfile.h \ 53 51 $(SOPHYAINCP)pigraphps.h \ 54 $(SOPHYAINCP)picmapview.h pigncont.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 55 54 $(SOPHYAINCP)pistdimgapp.h \ 56 $(SOPHYAINCP)piapplx.h \57 $(SOPHYAINCP)piwindowx.h \58 $(SOPHYAINCP)pioptmenux.h \59 55 $(SOPHYAINCP)pifilechox.h \ 60 56 $(SOPHYAINCP)pifilechogen.h \ … … 70 66 $(SOPHYAINCP)pipixmapx.h \ 71 67 $(SOPHYAINCP)pipixmapgen.h \ 72 $(SOPHYAINCP)picmapview.h \73 68 $(SOPHYAINCP)pi3dwdg.h \ 74 69 $(SOPHYAINCP)pi3ddrw.h \ … … 100 95 $(SOPHYAINCP)piscdrawwdg.h \ 101 96 $(SOPHYAINCP)ntuple.h \ 102 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 103 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.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 104 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 105 101 … … 109 105 $(SOPHYAINCP)histos.h \ 110 106 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)machdefs.h \112 107 $(SOPHYAINCP)anydataobj.h \ 113 108 $(SOPHYAINCP)ppersist.h \ … … 138 133 $(SOPHYAINCP)pistdwdgx.h \ 139 134 $(SOPHYAINCP)pistdwdggen.h \ 140 $(SOPHYAINCP)pisysdep.h \141 135 $(SOPHYAINCP)piwdgx.h \ 142 136 $(SOPHYAINCP)piwdggen.h \ … … 147 141 $(SOPHYAINCP)pimenux.h \ 148 142 $(SOPHYAINCP)pimenugen.h \ 149 $(SOPHYAINCP)pistdwdgx.h \150 143 $(SOPHYAINCP)piwindowx.h \ 151 144 $(SOPHYAINCP)piwindowgen.h \ … … 172 165 $(SOPHYAINCP)psfile.h \ 173 166 $(SOPHYAINCP)pigraphps.h \ 174 $(SOPHYAINCP)picmapview.h pigncont.h \ 167 $(SOPHYAINCP)picmapview.h \ 168 pigncont.h \ 175 169 $(SOPHYAINCP)pistdimgapp.h \ 176 $(SOPHYAINCP)piapplx.h \177 $(SOPHYAINCP)piwindowx.h \178 $(SOPHYAINCP)pioptmenux.h \179 170 $(SOPHYAINCP)pifilechox.h \ 180 171 $(SOPHYAINCP)pifilechogen.h \ … … 190 181 $(SOPHYAINCP)pipixmapx.h \ 191 182 $(SOPHYAINCP)pipixmapgen.h \ 192 $(SOPHYAINCP)picmapview.h \193 183 $(SOPHYAINCP)pi3dwdg.h \ 194 184 $(SOPHYAINCP)pi3ddrw.h \ … … 207 197 $(SOPHYAINCP)pitherm.h \ 208 198 $(SOPHYAINCP)resusage.h \ 209 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 210 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.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 211 202 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 212 203
Note:
See TracChangeset
for help on using the changeset viewer.