Changeset 2765 in Sophya for trunk/SophyaPI/PIGcont
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaPI/PIGcont
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/Makefile
r2763 r2765 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 17 16 $(SOPHYAINCP)pisysdep.h \ 18 17 $(SOPHYAINCP)pistdwdgx.h \ … … 50 49 $(SOPHYAINCP)psfile.h \ 51 50 $(SOPHYAINCP)pigraphps.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 51 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 52 $(SOPHYAINCP)pistdimgapp.h \ 55 53 $(SOPHYAINCP)pifilechox.h \ … … 94 92 $(SOPHYAINCP)piscdrawwdg.h \ 95 93 $(SOPHYAINCP)ntuple.h \ 96 $(SOPHYAINCP)ntupintf.h \ 97 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 98 gp_alloc.h 99 $(CXXCOMPILELIB) -o $@ $< 94 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 95 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 96 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 100 97 101 98 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 161 158 $(SOPHYAINCP)psfile.h \ 162 159 $(SOPHYAINCP)pigraphps.h \ 163 $(SOPHYAINCP)picmapview.h \ 164 pigncont.h \ 160 $(SOPHYAINCP)picmapview.h pigncont.h \ 165 161 $(SOPHYAINCP)pistdimgapp.h \ 166 162 $(SOPHYAINCP)pifilechox.h \ … … 193 189 $(SOPHYAINCP)pitherm.h \ 194 190 $(SOPHYAINCP)resusage.h \ 195 $(SOPHYAINCP)piscdrawwdg.h \ 196 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 197 gp_alloc.h 198 $(CXXCOMPILELIB) -o $@ $< 191 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 192 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 199 194 200 195 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h 201 $(CCOMPILE) -o $@ $<196 $(CCOMPILE) -o $@ gp_alloc.c 202 197 203 198 $(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h 204 $(CCOMPILE) -o $@ $<199 $(CCOMPILE) -o $@ gp_axis.c 205 200 206 201 $(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \ 207 202 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h 208 $(CCOMPILE) -o $@ $<209 203 $(CCOMPILE) -o $@ gp_contour.c 204 -
trunk/SophyaPI/PIGcont/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 17 16 $(SOPHYAINCP)pisysdep.h \ 18 17 $(SOPHYAINCP)pistdwdgx.h \ … … 50 49 $(SOPHYAINCP)psfile.h \ 51 50 $(SOPHYAINCP)pigraphps.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 51 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 52 $(SOPHYAINCP)pistdimgapp.h \ 55 53 $(SOPHYAINCP)pifilechox.h \ … … 94 92 $(SOPHYAINCP)piscdrawwdg.h \ 95 93 $(SOPHYAINCP)ntuple.h \ 96 $(SOPHYAINCP)ntupintf.h \ 97 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 98 gp_alloc.h 99 $(CXXCOMPILELIB) -o $@ $< 94 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 95 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 96 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 100 97 101 98 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 161 158 $(SOPHYAINCP)psfile.h \ 162 159 $(SOPHYAINCP)pigraphps.h \ 163 $(SOPHYAINCP)picmapview.h \ 164 pigncont.h \ 160 $(SOPHYAINCP)picmapview.h pigncont.h \ 165 161 $(SOPHYAINCP)pistdimgapp.h \ 166 162 $(SOPHYAINCP)pifilechox.h \ … … 193 189 $(SOPHYAINCP)pitherm.h \ 194 190 $(SOPHYAINCP)resusage.h \ 195 $(SOPHYAINCP)piscdrawwdg.h \ 196 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 197 gp_alloc.h 198 $(CXXCOMPILELIB) -o $@ $< 191 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 192 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 193 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 199 194 200 195 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h 201 $(CCOMPILE) -o $@ $<196 $(CCOMPILE) -o $@ gp_alloc.c 202 197 203 198 $(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h 204 $(CCOMPILE) -o $@ $<199 $(CCOMPILE) -o $@ gp_axis.c 205 200 206 201 $(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \ 207 202 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h 208 $(CCOMPILE) -o $@ $<209 203 $(CCOMPILE) -o $@ gp_contour.c 204
Note:
See TracChangeset
for help on using the changeset viewer.