Changeset 2765 in Sophya for trunk/SophyaLib/SysTools


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

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/Makefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \
    14   $(SOPHYAINCP)sopnamsp.h cexpre.h \
    15   $(SOPHYAINCP)machdefs.h \
     13$(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \
     14  cexpre.h $(SOPHYAINCP)machdefs.h \
    1615  $(SOPHYAINCP)pexceptions.h \
    1716  $(SOPHYAINCP)srandgen.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    1918 
    2019$(SOPHYAOBJP)commander.o: commander.cc \
    21   $(SOPHYAINCP)sopnamsp.h \
    22   commander.h \
     20  $(SOPHYAINCP)sopnamsp.h commander.h \
    2321  $(SOPHYAINCP)machdefs.h pdlmgr.h \
    2422  $(SOPHYAINCP)dvlist.h \
     
    3331  $(SOPHYAINCP)mutyv.h ctimer.h \
    3432  $(SOPHYAINCP)strutil.h \
    35   $(SOPHYAINCP)strutilxx.h \
    36   cexpre.h rpneval.h \
    37   $(SOPHYAINCP)srandgen.h \
    38   zthread.h
    39         $(CXXCOMPILELIB) -o $@ $<
     33  $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \
     34  $(SOPHYAINCP)srandgen.h zthread.h
     35        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  commander.cc
    4036 
    41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \
    42   $(SOPHYAINCP)sopnamsp.h \
     37$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
    4338  $(SOPHYAINCP)machdefs.h ctimer.h
    44         $(CXXCOMPILELIB) -o $@ $<
     39        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    4540 
    4641$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
    47   $(SOPHYAINCP)sopnamsp.h \
    48   cxxcmplnk.h \
     42  $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
    4943  $(SOPHYAINCP)machdefs.h
    50         $(CXXCOMPILELIB) -o $@ $<
     44        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cxxcmplnk.cc
    5145 
    52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \
    53   $(SOPHYAINCP)machdefs.h \
    54   $(SOPHYAINCP)sopnamsp.h pdlmgr.h
    55         $(CXXCOMPILELIB) -o $@ $<
     46$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \
     47  pdlmgr.h
     48        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pdlmgr.cc
    5649 
    5750$(SOPHYAOBJP)periodic.o: periodic.cc \
    5851  $(SOPHYAINCP)sopnamsp.h \
    59   $(SOPHYAINCP)machdefs.h \
    60   periodic.h
    61         $(CXXCOMPILELIB) -o $@ $<
     52  $(SOPHYAINCP)machdefs.h periodic.h
     53        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  periodic.cc
    6254 
    6355$(SOPHYAOBJP)psighand.o: psighand.cc \
    64   $(SOPHYAINCP)sopnamsp.h \
    65   psighand.h \
     56  $(SOPHYAINCP)sopnamsp.h psighand.h \
    6657  $(SOPHYAINCP)machdefs.h \
    6758  $(SOPHYAINCP)pexceptions.h
    68         $(CXXCOMPILELIB) -o $@ $<
     59        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  psighand.cc
    6960 
    7061$(SOPHYAOBJP)resusage.o: resusage.cc \
    71   $(SOPHYAINCP)sopnamsp.h \
    72   resusage.h \
     62  $(SOPHYAINCP)sopnamsp.h resusage.h \
    7363  $(SOPHYAINCP)machdefs.h
    74         $(CXXCOMPILELIB) -o $@ $<
     64        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  resusage.cc
    7565 
    76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \
    77   $(SOPHYAINCP)sopnamsp.h \
    78   rpneval.h \
    79   $(SOPHYAINCP)machdefs.h \
     66$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \
     67  rpneval.h $(SOPHYAINCP)machdefs.h \
    8068  $(SOPHYAINCP)pexceptions.h \
    8169  $(SOPHYAINCP)strutilxx.h \
    8270  $(SOPHYAINCP)srandgen.h
    83         $(CXXCOMPILELIB) -o $@ $<
     71        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    8472 
    85 $(SOPHYAOBJP)zthread.o: zthread.cc \
    86   $(SOPHYAINCP)sopnamsp.h \
    87   zthread.h \
    88   $(SOPHYAINCP)machdefs.h \
     73$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \
     74  zthread.h $(SOPHYAINCP)machdefs.h \
    8975  $(SOPHYAINCP)pexceptions.h
    90         $(CXXCOMPILELIB) -o $@ $<
     76        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  zthread.cc
    9177 
    9278$(SOPHYAOBJP)timing.o: timing.c timing.h
    93         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  timing.c
    9480 
  • trunk/SophyaLib/SysTools/smakefile

    r2763 r2765  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \
    14   $(SOPHYAINCP)sopnamsp.h cexpre.h \
    15   $(SOPHYAINCP)machdefs.h \
     13$(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \
     14  cexpre.h $(SOPHYAINCP)machdefs.h \
    1615  $(SOPHYAINCP)pexceptions.h \
    1716  $(SOPHYAINCP)srandgen.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    1918 
    2019$(SOPHYAOBJP)commander.o: commander.cc \
    21   $(SOPHYAINCP)sopnamsp.h \
    22   commander.h \
     20  $(SOPHYAINCP)sopnamsp.h commander.h \
    2321  $(SOPHYAINCP)machdefs.h pdlmgr.h \
    2422  $(SOPHYAINCP)dvlist.h \
     
    3331  $(SOPHYAINCP)mutyv.h ctimer.h \
    3432  $(SOPHYAINCP)strutil.h \
    35   $(SOPHYAINCP)strutilxx.h \
    36   cexpre.h rpneval.h \
    37   $(SOPHYAINCP)srandgen.h \
    38   zthread.h
    39         $(CXXCOMPILELIB) -o $@ $<
     33  $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \
     34  $(SOPHYAINCP)srandgen.h zthread.h
     35        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  commander.cc
    4036 
    41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \
    42   $(SOPHYAINCP)sopnamsp.h \
     37$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
    4338  $(SOPHYAINCP)machdefs.h ctimer.h
    44         $(CXXCOMPILELIB) -o $@ $<
     39        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    4540 
    4641$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
    47   $(SOPHYAINCP)sopnamsp.h \
    48   cxxcmplnk.h \
     42  $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
    4943  $(SOPHYAINCP)machdefs.h
    50         $(CXXCOMPILELIB) -o $@ $<
     44        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cxxcmplnk.cc
    5145 
    52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \
    53   $(SOPHYAINCP)machdefs.h \
    54   $(SOPHYAINCP)sopnamsp.h pdlmgr.h
    55         $(CXXCOMPILELIB) -o $@ $<
     46$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \
     47  pdlmgr.h
     48        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pdlmgr.cc
    5649 
    5750$(SOPHYAOBJP)periodic.o: periodic.cc \
    5851  $(SOPHYAINCP)sopnamsp.h \
    59   $(SOPHYAINCP)machdefs.h \
    60   periodic.h
    61         $(CXXCOMPILELIB) -o $@ $<
     52  $(SOPHYAINCP)machdefs.h periodic.h
     53        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  periodic.cc
    6254 
    6355$(SOPHYAOBJP)psighand.o: psighand.cc \
    64   $(SOPHYAINCP)sopnamsp.h \
    65   psighand.h \
     56  $(SOPHYAINCP)sopnamsp.h psighand.h \
    6657  $(SOPHYAINCP)machdefs.h \
    6758  $(SOPHYAINCP)pexceptions.h
    68         $(CXXCOMPILELIB) -o $@ $<
     59        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  psighand.cc
    6960 
    7061$(SOPHYAOBJP)resusage.o: resusage.cc \
    71   $(SOPHYAINCP)sopnamsp.h \
    72   resusage.h \
     62  $(SOPHYAINCP)sopnamsp.h resusage.h \
    7363  $(SOPHYAINCP)machdefs.h
    74         $(CXXCOMPILELIB) -o $@ $<
     64        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  resusage.cc
    7565 
    76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \
    77   $(SOPHYAINCP)sopnamsp.h \
    78   rpneval.h \
    79   $(SOPHYAINCP)machdefs.h \
     66$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \
     67  rpneval.h $(SOPHYAINCP)machdefs.h \
    8068  $(SOPHYAINCP)pexceptions.h \
    8169  $(SOPHYAINCP)strutilxx.h \
    8270  $(SOPHYAINCP)srandgen.h
    83         $(CXXCOMPILELIB) -o $@ $<
     71        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    8472 
    85 $(SOPHYAOBJP)zthread.o: zthread.cc \
    86   $(SOPHYAINCP)sopnamsp.h \
    87   zthread.h \
    88   $(SOPHYAINCP)machdefs.h \
     73$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \
     74  zthread.h $(SOPHYAINCP)machdefs.h \
    8975  $(SOPHYAINCP)pexceptions.h
    90         $(CXXCOMPILELIB) -o $@ $<
     76        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  zthread.cc
    9177 
    9278$(SOPHYAOBJP)timing.o: timing.c timing.h
    93         $(CCOMPILE) -o $@ $<
     79        $(CCOMPILE) -o $@  timing.c
    9480 
Note: See TracChangeset for help on using the changeset viewer.