Changeset 2765 in Sophya for trunk/SophyaPI/PIGcont


Ignore:
Timestamp:
May 25, 2005, 6:57:58 PM (20 years ago)
Author:
ansari
Message:

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

Location:
trunk/SophyaPI/PIGcont
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r2763 r2765  
    1313$(SOPHYAOBJP)picntools.o: picntools.cc \
    1414  $(SOPHYAINCP)sopnamsp.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   picntools.h \
     15  $(SOPHYAINCP)machdefs.h picntools.h \
    1716  $(SOPHYAINCP)pisysdep.h \
    1817  $(SOPHYAINCP)pistdwdgx.h \
     
    5049  $(SOPHYAINCP)psfile.h \
    5150  $(SOPHYAINCP)pigraphps.h \
    52   $(SOPHYAINCP)picmapview.h \
    53   pigncont.h \
     51  $(SOPHYAINCP)picmapview.h pigncont.h \
    5452  $(SOPHYAINCP)pistdimgapp.h \
    5553  $(SOPHYAINCP)pifilechox.h \
     
    9492  $(SOPHYAINCP)piscdrawwdg.h \
    9593  $(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
    10097 
    10198$(SOPHYAOBJP)pigncont.o: pigncont.cc \
     
    161158  $(SOPHYAINCP)psfile.h \
    162159  $(SOPHYAINCP)pigraphps.h \
    163   $(SOPHYAINCP)picmapview.h \
    164   pigncont.h \
     160  $(SOPHYAINCP)picmapview.h pigncont.h \
    165161  $(SOPHYAINCP)pistdimgapp.h \
    166162  $(SOPHYAINCP)pifilechox.h \
     
    193189  $(SOPHYAINCP)pitherm.h \
    194190  $(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
    199194 
    200195$(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
    202197 
    203198$(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h
    204         $(CCOMPILE) -o $@ $<
     199        $(CCOMPILE) -o $@  gp_axis.c
    205200 
    206201$(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \
    207202  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  
    1313$(SOPHYAOBJP)picntools.o: picntools.cc \
    1414  $(SOPHYAINCP)sopnamsp.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   picntools.h \
     15  $(SOPHYAINCP)machdefs.h picntools.h \
    1716  $(SOPHYAINCP)pisysdep.h \
    1817  $(SOPHYAINCP)pistdwdgx.h \
     
    5049  $(SOPHYAINCP)psfile.h \
    5150  $(SOPHYAINCP)pigraphps.h \
    52   $(SOPHYAINCP)picmapview.h \
    53   pigncont.h \
     51  $(SOPHYAINCP)picmapview.h pigncont.h \
    5452  $(SOPHYAINCP)pistdimgapp.h \
    5553  $(SOPHYAINCP)pifilechox.h \
     
    9492  $(SOPHYAINCP)piscdrawwdg.h \
    9593  $(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
    10097 
    10198$(SOPHYAOBJP)pigncont.o: pigncont.cc \
     
    161158  $(SOPHYAINCP)psfile.h \
    162159  $(SOPHYAINCP)pigraphps.h \
    163   $(SOPHYAINCP)picmapview.h \
    164   pigncont.h \
     160  $(SOPHYAINCP)picmapview.h pigncont.h \
    165161  $(SOPHYAINCP)pistdimgapp.h \
    166162  $(SOPHYAINCP)pifilechox.h \
     
    193189  $(SOPHYAINCP)pitherm.h \
    194190  $(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
    199194 
    200195$(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
    202197 
    203198$(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h
    204         $(CCOMPILE) -o $@ $<
     199        $(CCOMPILE) -o $@  gp_axis.c
    205200 
    206201$(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \
    207202  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.