Changeset 3407 in Sophya for trunk/SophyaPI/PIGcont
- Timestamp:
- Nov 23, 2007, 7:17:51 PM (18 years ago)
- Location:
- trunk/SophyaPI/PIGcont
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/Makefile
r3076 r3407 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)picntools.o: picntools.cc $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 15 $(SOPHYAINCP)pisysdep.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \17 $(SOPHYAINCP)pisysdep.h \18 17 $(SOPHYAINCP)pistdwdgx.h \ 19 18 $(SOPHYAINCP)pistdwdggen.h \ 19 $(SOPHYAINCP)pisysdep.h \ 20 20 $(SOPHYAINCP)piwdgx.h \ 21 21 $(SOPHYAINCP)piwdggen.h \ … … 26 26 $(SOPHYAINCP)pimenux.h \ 27 27 $(SOPHYAINCP)pimenugen.h \ 28 $(SOPHYAINCP)pistdwdgx.h \ 28 29 $(SOPHYAINCP)piwindowx.h \ 29 30 $(SOPHYAINCP)piwindowgen.h \ … … 50 51 $(SOPHYAINCP)psfile.h \ 51 52 $(SOPHYAINCP)pigraphps.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 53 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 54 $(SOPHYAINCP)pistdimgapp.h \ 55 $(SOPHYAINCP)piapplx.h \ 56 $(SOPHYAINCP)piwindowx.h \ 57 $(SOPHYAINCP)pioptmenux.h \ 55 58 $(SOPHYAINCP)pifilechox.h \ 56 59 $(SOPHYAINCP)pifilechogen.h \ … … 66 69 $(SOPHYAINCP)pipixmapx.h \ 67 70 $(SOPHYAINCP)pipixmapgen.h \ 71 $(SOPHYAINCP)picmapview.h \ 68 72 $(SOPHYAINCP)pi3dwdg.h \ 69 73 $(SOPHYAINCP)pi3ddrw.h \ … … 95 99 $(SOPHYAINCP)piscdrawwdg.h \ 96 100 $(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 101 $(SOPHYAINCP)ntupintf.h gp_contour.h gp_types.h \ 102 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 100 103 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 101 104 102 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ 103 $(SOPHYAINCP)sopnamsp.h \ 105 $(SOPHYAOBJP)pigncont.o: pigncont.cc $(SOPHYAINCP)sopnamsp.h \ 104 106 $(SOPHYAINCP)machdefs.h \ 105 107 $(SOPHYAINCP)histos.h \ 106 108 $(SOPHYAINCP)objfio.h \ 109 $(SOPHYAINCP)machdefs.h \ 107 110 $(SOPHYAINCP)anydataobj.h \ 108 111 $(SOPHYAINCP)ppersist.h \ … … 133 136 $(SOPHYAINCP)pistdwdgx.h \ 134 137 $(SOPHYAINCP)pistdwdggen.h \ 138 $(SOPHYAINCP)pisysdep.h \ 135 139 $(SOPHYAINCP)piwdgx.h \ 136 140 $(SOPHYAINCP)piwdggen.h \ … … 141 145 $(SOPHYAINCP)pimenux.h \ 142 146 $(SOPHYAINCP)pimenugen.h \ 147 $(SOPHYAINCP)pistdwdgx.h \ 143 148 $(SOPHYAINCP)piwindowx.h \ 144 149 $(SOPHYAINCP)piwindowgen.h \ … … 165 170 $(SOPHYAINCP)psfile.h \ 166 171 $(SOPHYAINCP)pigraphps.h \ 167 $(SOPHYAINCP)picmapview.h \ 168 pigncont.h \ 172 $(SOPHYAINCP)picmapview.h pigncont.h \ 169 173 $(SOPHYAINCP)pistdimgapp.h \ 174 $(SOPHYAINCP)piapplx.h \ 175 $(SOPHYAINCP)piwindowx.h \ 176 $(SOPHYAINCP)pioptmenux.h \ 170 177 $(SOPHYAINCP)pifilechox.h \ 171 178 $(SOPHYAINCP)pifilechogen.h \ … … 181 188 $(SOPHYAINCP)pipixmapx.h \ 182 189 $(SOPHYAINCP)pipixmapgen.h \ 190 $(SOPHYAINCP)picmapview.h \ 183 191 $(SOPHYAINCP)pi3dwdg.h \ 184 192 $(SOPHYAINCP)pi3ddrw.h \ … … 197 205 $(SOPHYAINCP)pitherm.h \ 198 206 $(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 207 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 208 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 202 209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 203 210 -
trunk/SophyaPI/PIGcont/smakefile
r3076 r3407 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)picntools.o: picntools.cc $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 15 $(SOPHYAINCP)pisysdep.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \17 $(SOPHYAINCP)pisysdep.h \18 17 $(SOPHYAINCP)pistdwdgx.h \ 19 18 $(SOPHYAINCP)pistdwdggen.h \ 19 $(SOPHYAINCP)pisysdep.h \ 20 20 $(SOPHYAINCP)piwdgx.h \ 21 21 $(SOPHYAINCP)piwdggen.h \ … … 26 26 $(SOPHYAINCP)pimenux.h \ 27 27 $(SOPHYAINCP)pimenugen.h \ 28 $(SOPHYAINCP)pistdwdgx.h \ 28 29 $(SOPHYAINCP)piwindowx.h \ 29 30 $(SOPHYAINCP)piwindowgen.h \ … … 50 51 $(SOPHYAINCP)psfile.h \ 51 52 $(SOPHYAINCP)pigraphps.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 53 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 54 $(SOPHYAINCP)pistdimgapp.h \ 55 $(SOPHYAINCP)piapplx.h \ 56 $(SOPHYAINCP)piwindowx.h \ 57 $(SOPHYAINCP)pioptmenux.h \ 55 58 $(SOPHYAINCP)pifilechox.h \ 56 59 $(SOPHYAINCP)pifilechogen.h \ … … 66 69 $(SOPHYAINCP)pipixmapx.h \ 67 70 $(SOPHYAINCP)pipixmapgen.h \ 71 $(SOPHYAINCP)picmapview.h \ 68 72 $(SOPHYAINCP)pi3dwdg.h \ 69 73 $(SOPHYAINCP)pi3ddrw.h \ … … 95 99 $(SOPHYAINCP)piscdrawwdg.h \ 96 100 $(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 101 $(SOPHYAINCP)ntupintf.h gp_contour.h gp_types.h \ 102 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 100 103 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 101 104 102 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ 103 $(SOPHYAINCP)sopnamsp.h \ 105 $(SOPHYAOBJP)pigncont.o: pigncont.cc $(SOPHYAINCP)sopnamsp.h \ 104 106 $(SOPHYAINCP)machdefs.h \ 105 107 $(SOPHYAINCP)histos.h \ 106 108 $(SOPHYAINCP)objfio.h \ 109 $(SOPHYAINCP)machdefs.h \ 107 110 $(SOPHYAINCP)anydataobj.h \ 108 111 $(SOPHYAINCP)ppersist.h \ … … 133 136 $(SOPHYAINCP)pistdwdgx.h \ 134 137 $(SOPHYAINCP)pistdwdggen.h \ 138 $(SOPHYAINCP)pisysdep.h \ 135 139 $(SOPHYAINCP)piwdgx.h \ 136 140 $(SOPHYAINCP)piwdggen.h \ … … 141 145 $(SOPHYAINCP)pimenux.h \ 142 146 $(SOPHYAINCP)pimenugen.h \ 147 $(SOPHYAINCP)pistdwdgx.h \ 143 148 $(SOPHYAINCP)piwindowx.h \ 144 149 $(SOPHYAINCP)piwindowgen.h \ … … 165 170 $(SOPHYAINCP)psfile.h \ 166 171 $(SOPHYAINCP)pigraphps.h \ 167 $(SOPHYAINCP)picmapview.h \ 168 pigncont.h \ 172 $(SOPHYAINCP)picmapview.h pigncont.h \ 169 173 $(SOPHYAINCP)pistdimgapp.h \ 174 $(SOPHYAINCP)piapplx.h \ 175 $(SOPHYAINCP)piwindowx.h \ 176 $(SOPHYAINCP)pioptmenux.h \ 170 177 $(SOPHYAINCP)pifilechox.h \ 171 178 $(SOPHYAINCP)pifilechogen.h \ … … 181 188 $(SOPHYAINCP)pipixmapx.h \ 182 189 $(SOPHYAINCP)pipixmapgen.h \ 190 $(SOPHYAINCP)picmapview.h \ 183 191 $(SOPHYAINCP)pi3dwdg.h \ 184 192 $(SOPHYAINCP)pi3ddrw.h \ … … 197 205 $(SOPHYAINCP)pitherm.h \ 198 206 $(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 207 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 208 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 202 209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 203 210
Note:
See TracChangeset
for help on using the changeset viewer.