Changeset 2765 in Sophya for trunk/SophyaLib/BaseTools


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/SophyaLib/BaseTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/Makefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \
    1414  $(SOPHYAINCP)machdefs.h
    15         $(CXXCOMPILELIB) -o $@ $<
     15        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatype.cc
    1616 
    1717$(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \
    18   $(SOPHYAINCP)machdefs.h dvlist.h \
    19   objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
     18  $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \
     19  anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
    2020  rawstream.h ppfnametag.h mutyv.h \
    2121  $(SOPHYAINCP)strutil.h
    22         $(CXXCOMPILELIB) -o $@ $<
     22        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dvlist.cc
    2323 
    2424$(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
    25   $(SOPHYAINCP)machdefs.h \
    26   pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \
    27   ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h
    28         $(CXXCOMPILELIB) -o $@ $<
     25  $(SOPHYAINCP)machdefs.h pexceptions.h \
     26  datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
     27  ppfnametag.h ndatablock.h anydataobj.h
     28        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fiondblock.cc
    2929 
    3030$(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
    3131  $(SOPHYAINCP)machdefs.h
    32         $(CXXCOMPILELIB) -o $@ $<
     32        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mutyv.cc
    3333 
    3434$(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
    35   $(SOPHYAINCP)machdefs.h \
    36   pexceptions.h ndatablock.h anydataobj.h
    37         $(CXXCOMPILELIB) -o $@ $<
     35  $(SOPHYAINCP)machdefs.h pexceptions.h \
     36  ndatablock.h anydataobj.h
     37        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ndatablock.cc
    3838 
    3939$(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
    4040  $(SOPHYAINCP)machdefs.h
    41         $(CXXCOMPILELIB) -o $@ $<
     41        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pexceptions.cc
    4242 
    4343$(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
    44   $(SOPHYAINCP)machdefs.h \
    45   pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
    46   ppfnametag.h anydataobj.h
    47         $(CXXCOMPILELIB) -o $@ $<
     44  $(SOPHYAINCP)machdefs.h pexceptions.h \
     45  ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \
     46  anydataobj.h
     47        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppersist.cc
    4848 
    4949$(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
    50   $(SOPHYAINCP)machdefs.h \
    51   ppfbinstream.h rawstream.h pexceptions.h
    52         $(CXXCOMPILELIB) -o $@ $<
     50  $(SOPHYAINCP)machdefs.h ppfbinstream.h \
     51  rawstream.h pexceptions.h
     52        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppfbinstream.cc
    5353 
    5454$(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
    55   $(SOPHYAINCP)machdefs.h \
    56   sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \
    57   ppfbinstream.h rawstream.h ppfnametag.h
    58         $(CXXCOMPILELIB) -o $@ $<
     55  $(SOPHYAINCP)machdefs.h sopnamsp.h \
     56  ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
     57  rawstream.h ppfnametag.h
     58        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppftpointerio.cc
    5959 
    6060$(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
    61   $(SOPHYAINCP)machdefs.h \
    62   pexceptions.h
    63         $(CXXCOMPILELIB) -o $@ $<
     61  $(SOPHYAINCP)machdefs.h pexceptions.h
     62        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rawstream.cc
    6463 
    6564$(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \
    66   $(SOPHYAINCP)machdefs.h \
    67   sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \
    68   rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \
    69   dvlist.h objfio.h mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h \
    70   ppfwrapstlv.h sversion.h
    71         $(CXXCOMPILELIB) -o $@ $<
     65  $(SOPHYAINCP)machdefs.h sophyainit.h \
     66  pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
     67  ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \
     68  mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \
     69  sversion.h
     70        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sophyainit.cc
    7271 
    7372$(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \
    74   $(SOPHYAINCP)machdefs.h \
    75   timestamp.h pexceptions.h
    76         $(CXXCOMPILELIB) -o $@ $<
     73  $(SOPHYAINCP)machdefs.h timestamp.h \
     74  pexceptions.h
     75        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  timestamp.cc
    7776 
    78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \
    79   $(SOPHYAINCP)machdefs.h \
     77$(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
    8078  bithelp.h gnumd5.h
    81         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  gnumd5.c
    8280 
    8381$(SOPHYAOBJP)srandgen.o: srandgen.c \
    84   $(SOPHYAINCP)machdefs.h \
    85   srandgen.h smathconst.h
    86         $(CCOMPILE) -o $@ $<
     82  $(SOPHYAINCP)machdefs.h srandgen.h \
     83  smathconst.h
     84        $(CCOMPILE) -o $@  srandgen.c
    8785 
  • trunk/SophyaLib/BaseTools/smakefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \
    1414  $(SOPHYAINCP)machdefs.h
    15         $(CXXCOMPILELIB) -o $@ $<
     15        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datatype.cc
    1616 
    1717$(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \
    18   $(SOPHYAINCP)machdefs.h dvlist.h \
    19   objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
     18  $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \
     19  anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
    2020  rawstream.h ppfnametag.h mutyv.h \
    2121  $(SOPHYAINCP)strutil.h
    22         $(CXXCOMPILELIB) -o $@ $<
     22        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  dvlist.cc
    2323 
    2424$(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
    25   $(SOPHYAINCP)machdefs.h \
    26   pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \
    27   ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h
    28         $(CXXCOMPILELIB) -o $@ $<
     25  $(SOPHYAINCP)machdefs.h pexceptions.h \
     26  datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
     27  ppfnametag.h ndatablock.h anydataobj.h
     28        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fiondblock.cc
    2929 
    3030$(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
    3131  $(SOPHYAINCP)machdefs.h
    32         $(CXXCOMPILELIB) -o $@ $<
     32        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mutyv.cc
    3333 
    3434$(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
    35   $(SOPHYAINCP)machdefs.h \
    36   pexceptions.h ndatablock.h anydataobj.h
    37         $(CXXCOMPILELIB) -o $@ $<
     35  $(SOPHYAINCP)machdefs.h pexceptions.h \
     36  ndatablock.h anydataobj.h
     37        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ndatablock.cc
    3838 
    3939$(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
    4040  $(SOPHYAINCP)machdefs.h
    41         $(CXXCOMPILELIB) -o $@ $<
     41        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pexceptions.cc
    4242 
    4343$(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
    44   $(SOPHYAINCP)machdefs.h \
    45   pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
    46   ppfnametag.h anydataobj.h
    47         $(CXXCOMPILELIB) -o $@ $<
     44  $(SOPHYAINCP)machdefs.h pexceptions.h \
     45  ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \
     46  anydataobj.h
     47        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppersist.cc
    4848 
    4949$(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
    50   $(SOPHYAINCP)machdefs.h \
    51   ppfbinstream.h rawstream.h pexceptions.h
    52         $(CXXCOMPILELIB) -o $@ $<
     50  $(SOPHYAINCP)machdefs.h ppfbinstream.h \
     51  rawstream.h pexceptions.h
     52        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppfbinstream.cc
    5353 
    5454$(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
    55   $(SOPHYAINCP)machdefs.h \
    56   sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \
    57   ppfbinstream.h rawstream.h ppfnametag.h
    58         $(CXXCOMPILELIB) -o $@ $<
     55  $(SOPHYAINCP)machdefs.h sopnamsp.h \
     56  ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
     57  rawstream.h ppfnametag.h
     58        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ppftpointerio.cc
    5959 
    6060$(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
    61   $(SOPHYAINCP)machdefs.h \
    62   pexceptions.h
    63         $(CXXCOMPILELIB) -o $@ $<
     61  $(SOPHYAINCP)machdefs.h pexceptions.h
     62        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rawstream.cc
    6463 
    6564$(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \
    66   $(SOPHYAINCP)machdefs.h \
    67   sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \
    68   rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \
    69   dvlist.h objfio.h mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h \
    70   ppfwrapstlv.h sversion.h
    71         $(CXXCOMPILELIB) -o $@ $<
     65  $(SOPHYAINCP)machdefs.h sophyainit.h \
     66  pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
     67  ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \
     68  mutyv.h fiosegdb.h segdatablock.h ppftpointerio.h ppfwrapstlv.h \
     69  sversion.h
     70        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sophyainit.cc
    7271 
    7372$(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \
    74   $(SOPHYAINCP)machdefs.h \
    75   timestamp.h pexceptions.h
    76         $(CXXCOMPILELIB) -o $@ $<
     73  $(SOPHYAINCP)machdefs.h timestamp.h \
     74  pexceptions.h
     75        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  timestamp.cc
    7776 
    78 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \
    79   $(SOPHYAINCP)machdefs.h \
     77$(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
    8078  bithelp.h gnumd5.h
    81         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  gnumd5.c
    8280 
    8381$(SOPHYAOBJP)srandgen.o: srandgen.c \
    84   $(SOPHYAINCP)machdefs.h \
    85   srandgen.h smathconst.h
    86         $(CCOMPILE) -o $@ $<
     82  $(SOPHYAINCP)machdefs.h srandgen.h \
     83  smathconst.h
     84        $(CCOMPILE) -o $@  srandgen.c
    8785 
Note: See TracChangeset for help on using the changeset viewer.