Changeset 3407 in Sophya for trunk/SophyaPI/PIGcont


Ignore:
Timestamp:
Nov 23, 2007, 7:17:51 PM (18 years ago)
Author:
cmv
Message:

makefile pour tag, cmv 23/11/2007

Location:
trunk/SophyaPI/PIGcont
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r3076 r3407  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist
    1212 
    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 \
    1516  $(SOPHYAINCP)machdefs.h \
    16   picntools.h \
    17   $(SOPHYAINCP)pisysdep.h \
    1817  $(SOPHYAINCP)pistdwdgx.h \
    1918  $(SOPHYAINCP)pistdwdggen.h \
     19  $(SOPHYAINCP)pisysdep.h \
    2020  $(SOPHYAINCP)piwdgx.h \
    2121  $(SOPHYAINCP)piwdggen.h \
     
    2626  $(SOPHYAINCP)pimenux.h \
    2727  $(SOPHYAINCP)pimenugen.h \
     28  $(SOPHYAINCP)pistdwdgx.h \
    2829  $(SOPHYAINCP)piwindowx.h \
    2930  $(SOPHYAINCP)piwindowgen.h \
     
    5051  $(SOPHYAINCP)psfile.h \
    5152  $(SOPHYAINCP)pigraphps.h \
    52   $(SOPHYAINCP)picmapview.h \
    53   pigncont.h \
     53  $(SOPHYAINCP)picmapview.h pigncont.h \
    5454  $(SOPHYAINCP)pistdimgapp.h \
     55  $(SOPHYAINCP)piapplx.h \
     56  $(SOPHYAINCP)piwindowx.h \
     57  $(SOPHYAINCP)pioptmenux.h \
    5558  $(SOPHYAINCP)pifilechox.h \
    5659  $(SOPHYAINCP)pifilechogen.h \
     
    6669  $(SOPHYAINCP)pipixmapx.h \
    6770  $(SOPHYAINCP)pipixmapgen.h \
     71  $(SOPHYAINCP)picmapview.h \
    6872  $(SOPHYAINCP)pi3dwdg.h \
    6973  $(SOPHYAINCP)pi3ddrw.h \
     
    9599  $(SOPHYAINCP)piscdrawwdg.h \
    96100  $(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
    100103        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  picntools.cc
    101104 
    102 $(SOPHYAOBJP)pigncont.o: pigncont.cc \
    103   $(SOPHYAINCP)sopnamsp.h \
     105$(SOPHYAOBJP)pigncont.o: pigncont.cc $(SOPHYAINCP)sopnamsp.h \
    104106  $(SOPHYAINCP)machdefs.h \
    105107  $(SOPHYAINCP)histos.h \
    106108  $(SOPHYAINCP)objfio.h \
     109  $(SOPHYAINCP)machdefs.h \
    107110  $(SOPHYAINCP)anydataobj.h \
    108111  $(SOPHYAINCP)ppersist.h \
     
    133136  $(SOPHYAINCP)pistdwdgx.h \
    134137  $(SOPHYAINCP)pistdwdggen.h \
     138  $(SOPHYAINCP)pisysdep.h \
    135139  $(SOPHYAINCP)piwdgx.h \
    136140  $(SOPHYAINCP)piwdggen.h \
     
    141145  $(SOPHYAINCP)pimenux.h \
    142146  $(SOPHYAINCP)pimenugen.h \
     147  $(SOPHYAINCP)pistdwdgx.h \
    143148  $(SOPHYAINCP)piwindowx.h \
    144149  $(SOPHYAINCP)piwindowgen.h \
     
    165170  $(SOPHYAINCP)psfile.h \
    166171  $(SOPHYAINCP)pigraphps.h \
    167   $(SOPHYAINCP)picmapview.h \
    168   pigncont.h \
     172  $(SOPHYAINCP)picmapview.h pigncont.h \
    169173  $(SOPHYAINCP)pistdimgapp.h \
     174  $(SOPHYAINCP)piapplx.h \
     175  $(SOPHYAINCP)piwindowx.h \
     176  $(SOPHYAINCP)pioptmenux.h \
    170177  $(SOPHYAINCP)pifilechox.h \
    171178  $(SOPHYAINCP)pifilechogen.h \
     
    181188  $(SOPHYAINCP)pipixmapx.h \
    182189  $(SOPHYAINCP)pipixmapgen.h \
     190  $(SOPHYAINCP)picmapview.h \
    183191  $(SOPHYAINCP)pi3dwdg.h \
    184192  $(SOPHYAINCP)pi3ddrw.h \
     
    197205  $(SOPHYAINCP)pitherm.h \
    198206  $(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
    202209        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pigncont.cc
    203210 
  • trunk/SophyaPI/PIGcont/smakefile

    r3076 r3407  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist
    1212 
    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 \
    1516  $(SOPHYAINCP)machdefs.h \
    16   picntools.h \
    17   $(SOPHYAINCP)pisysdep.h \
    1817  $(SOPHYAINCP)pistdwdgx.h \
    1918  $(SOPHYAINCP)pistdwdggen.h \
     19  $(SOPHYAINCP)pisysdep.h \
    2020  $(SOPHYAINCP)piwdgx.h \
    2121  $(SOPHYAINCP)piwdggen.h \
     
    2626  $(SOPHYAINCP)pimenux.h \
    2727  $(SOPHYAINCP)pimenugen.h \
     28  $(SOPHYAINCP)pistdwdgx.h \
    2829  $(SOPHYAINCP)piwindowx.h \
    2930  $(SOPHYAINCP)piwindowgen.h \
     
    5051  $(SOPHYAINCP)psfile.h \
    5152  $(SOPHYAINCP)pigraphps.h \
    52   $(SOPHYAINCP)picmapview.h \
    53   pigncont.h \
     53  $(SOPHYAINCP)picmapview.h pigncont.h \
    5454  $(SOPHYAINCP)pistdimgapp.h \
     55  $(SOPHYAINCP)piapplx.h \
     56  $(SOPHYAINCP)piwindowx.h \
     57  $(SOPHYAINCP)pioptmenux.h \
    5558  $(SOPHYAINCP)pifilechox.h \
    5659  $(SOPHYAINCP)pifilechogen.h \
     
    6669  $(SOPHYAINCP)pipixmapx.h \
    6770  $(SOPHYAINCP)pipixmapgen.h \
     71  $(SOPHYAINCP)picmapview.h \
    6872  $(SOPHYAINCP)pi3dwdg.h \
    6973  $(SOPHYAINCP)pi3ddrw.h \
     
    9599  $(SOPHYAINCP)piscdrawwdg.h \
    96100  $(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
    100103        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  picntools.cc
    101104 
    102 $(SOPHYAOBJP)pigncont.o: pigncont.cc \
    103   $(SOPHYAINCP)sopnamsp.h \
     105$(SOPHYAOBJP)pigncont.o: pigncont.cc $(SOPHYAINCP)sopnamsp.h \
    104106  $(SOPHYAINCP)machdefs.h \
    105107  $(SOPHYAINCP)histos.h \
    106108  $(SOPHYAINCP)objfio.h \
     109  $(SOPHYAINCP)machdefs.h \
    107110  $(SOPHYAINCP)anydataobj.h \
    108111  $(SOPHYAINCP)ppersist.h \
     
    133136  $(SOPHYAINCP)pistdwdgx.h \
    134137  $(SOPHYAINCP)pistdwdggen.h \
     138  $(SOPHYAINCP)pisysdep.h \
    135139  $(SOPHYAINCP)piwdgx.h \
    136140  $(SOPHYAINCP)piwdggen.h \
     
    141145  $(SOPHYAINCP)pimenux.h \
    142146  $(SOPHYAINCP)pimenugen.h \
     147  $(SOPHYAINCP)pistdwdgx.h \
    143148  $(SOPHYAINCP)piwindowx.h \
    144149  $(SOPHYAINCP)piwindowgen.h \
     
    165170  $(SOPHYAINCP)psfile.h \
    166171  $(SOPHYAINCP)pigraphps.h \
    167   $(SOPHYAINCP)picmapview.h \
    168   pigncont.h \
     172  $(SOPHYAINCP)picmapview.h pigncont.h \
    169173  $(SOPHYAINCP)pistdimgapp.h \
     174  $(SOPHYAINCP)piapplx.h \
     175  $(SOPHYAINCP)piwindowx.h \
     176  $(SOPHYAINCP)pioptmenux.h \
    170177  $(SOPHYAINCP)pifilechox.h \
    171178  $(SOPHYAINCP)pifilechogen.h \
     
    181188  $(SOPHYAINCP)pipixmapx.h \
    182189  $(SOPHYAINCP)pipixmapgen.h \
     190  $(SOPHYAINCP)picmapview.h \
    183191  $(SOPHYAINCP)pi3dwdg.h \
    184192  $(SOPHYAINCP)pi3ddrw.h \
     
    197205  $(SOPHYAINCP)pitherm.h \
    198206  $(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
    202209        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pigncont.cc
    203210 
Note: See TracChangeset for help on using the changeset viewer.