Changeset 2751 in Sophya for trunk/SophyaPI/PIGcont


Ignore:
Timestamp:
May 20, 2005, 6:22:07 PM (20 years ago)
Author:
cmv
Message:

gestion CXXCOMPILE-LIB-PROG cmv 20/05/05

Location:
trunk/SophyaPI/PIGcont
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r2743 r2751  
    1212$(SOPHYAOBJP)picntools.o: picntools.cc \
    1313  $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h picntools.h \
     14  $(SOPHYAINCP)machdefs.h \
     15  picntools.h \
    1516  $(SOPHYAINCP)pisysdep.h \
    1617  $(SOPHYAINCP)pistdwdgx.h \
     
    4849  $(SOPHYAINCP)psfile.h \
    4950  $(SOPHYAINCP)pigraphps.h \
    50   $(SOPHYAINCP)picmapview.h pigncont.h \
     51  $(SOPHYAINCP)picmapview.h \
     52  pigncont.h \
    5153  $(SOPHYAINCP)pistdimgapp.h \
    5254  $(SOPHYAINCP)pifilechox.h \
     
    9193  $(SOPHYAINCP)piscdrawwdg.h \
    9294  $(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 $@ $<
    9699 
    97100$(SOPHYAOBJP)pigncont.o: pigncont.cc \
     
    157160  $(SOPHYAINCP)psfile.h \
    158161  $(SOPHYAINCP)pigraphps.h \
    159   $(SOPHYAINCP)picmapview.h pigncont.h \
     162  $(SOPHYAINCP)picmapview.h \
     163  pigncont.h \
    160164  $(SOPHYAINCP)pistdimgapp.h \
    161165  $(SOPHYAINCP)pifilechox.h \
     
    188192  $(SOPHYAINCP)pitherm.h \
    189193  $(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 $@ $<
    193198 
    194199$(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  
    1212$(SOPHYAOBJP)picntools.o: picntools.cc \
    1313  $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h picntools.h \
     14  $(SOPHYAINCP)machdefs.h \
     15  picntools.h \
    1516  $(SOPHYAINCP)pisysdep.h \
    1617  $(SOPHYAINCP)pistdwdgx.h \
     
    4849  $(SOPHYAINCP)psfile.h \
    4950  $(SOPHYAINCP)pigraphps.h \
    50   $(SOPHYAINCP)picmapview.h pigncont.h \
     51  $(SOPHYAINCP)picmapview.h \
     52  pigncont.h \
    5153  $(SOPHYAINCP)pistdimgapp.h \
    5254  $(SOPHYAINCP)pifilechox.h \
     
    9193  $(SOPHYAINCP)piscdrawwdg.h \
    9294  $(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 $@ $<
    9699 
    97100$(SOPHYAOBJP)pigncont.o: pigncont.cc \
     
    157160  $(SOPHYAINCP)psfile.h \
    158161  $(SOPHYAINCP)pigraphps.h \
    159   $(SOPHYAINCP)picmapview.h pigncont.h \
     162  $(SOPHYAINCP)picmapview.h \
     163  pigncont.h \
    160164  $(SOPHYAINCP)pistdimgapp.h \
    161165  $(SOPHYAINCP)pifilechox.h \
     
    188192  $(SOPHYAINCP)pitherm.h \
    189193  $(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 $@ $<
    193198 
    194199$(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.