Changeset 2751 in Sophya for trunk/SophyaPI/PIGcont
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaPI/PIGcont
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/Makefile
r2743 r2751 12 12 $(SOPHYAOBJP)picntools.o: picntools.cc \ 13 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 picntools.h \ 15 16 $(SOPHYAINCP)pisysdep.h \ 16 17 $(SOPHYAINCP)pistdwdgx.h \ … … 48 49 $(SOPHYAINCP)psfile.h \ 49 50 $(SOPHYAINCP)pigraphps.h \ 50 $(SOPHYAINCP)picmapview.h pigncont.h \ 51 $(SOPHYAINCP)picmapview.h \ 52 pigncont.h \ 51 53 $(SOPHYAINCP)pistdimgapp.h \ 52 54 $(SOPHYAINCP)pifilechox.h \ … … 91 93 $(SOPHYAINCP)piscdrawwdg.h \ 92 94 $(SOPHYAINCP)ntuple.h \ 93 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 94 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 95 $(CXXCOMPILE) -o $@ $< 95 $(SOPHYAINCP)ntupintf.h \ 96 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 97 gp_alloc.h 98 $(CXXCOMPILELIB) -o $@ $< 96 99 97 100 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 157 160 $(SOPHYAINCP)psfile.h \ 158 161 $(SOPHYAINCP)pigraphps.h \ 159 $(SOPHYAINCP)picmapview.h pigncont.h \ 162 $(SOPHYAINCP)picmapview.h \ 163 pigncont.h \ 160 164 $(SOPHYAINCP)pistdimgapp.h \ 161 165 $(SOPHYAINCP)pifilechox.h \ … … 188 192 $(SOPHYAINCP)pitherm.h \ 189 193 $(SOPHYAINCP)resusage.h \ 190 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 191 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 192 $(CXXCOMPILE) -o $@ $< 194 $(SOPHYAINCP)piscdrawwdg.h \ 195 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 196 gp_alloc.h 197 $(CXXCOMPILELIB) -o $@ $< 193 198 194 199 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h -
trunk/SophyaPI/PIGcont/smakefile
r2743 r2751 12 12 $(SOPHYAOBJP)picntools.o: picntools.cc \ 13 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 picntools.h \ 15 16 $(SOPHYAINCP)pisysdep.h \ 16 17 $(SOPHYAINCP)pistdwdgx.h \ … … 48 49 $(SOPHYAINCP)psfile.h \ 49 50 $(SOPHYAINCP)pigraphps.h \ 50 $(SOPHYAINCP)picmapview.h pigncont.h \ 51 $(SOPHYAINCP)picmapview.h \ 52 pigncont.h \ 51 53 $(SOPHYAINCP)pistdimgapp.h \ 52 54 $(SOPHYAINCP)pifilechox.h \ … … 91 93 $(SOPHYAINCP)piscdrawwdg.h \ 92 94 $(SOPHYAINCP)ntuple.h \ 93 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 94 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 95 $(CXXCOMPILE) -o $@ $< 95 $(SOPHYAINCP)ntupintf.h \ 96 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 97 gp_alloc.h 98 $(CXXCOMPILELIB) -o $@ $< 96 99 97 100 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 157 160 $(SOPHYAINCP)psfile.h \ 158 161 $(SOPHYAINCP)pigraphps.h \ 159 $(SOPHYAINCP)picmapview.h pigncont.h \ 162 $(SOPHYAINCP)picmapview.h \ 163 pigncont.h \ 160 164 $(SOPHYAINCP)pistdimgapp.h \ 161 165 $(SOPHYAINCP)pifilechox.h \ … … 188 192 $(SOPHYAINCP)pitherm.h \ 189 193 $(SOPHYAINCP)resusage.h \ 190 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 191 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 192 $(CXXCOMPILE) -o $@ $< 194 $(SOPHYAINCP)piscdrawwdg.h \ 195 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 196 gp_alloc.h 197 $(CXXCOMPILELIB) -o $@ $< 193 198 194 199 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h
Note:
See TracChangeset
for help on using the changeset viewer.