Changeset 2751 in Sophya for trunk/SophyaLib/SysTools/smakefile


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/smakefile

    r2743 r2751  
    1010        $(AR) $(ARFLAGS) $@ $?
    1111 
    12 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \
    13   cexpre.h $(SOPHYAINCP)machdefs.h \
     12$(SOPHYAOBJP)cexpre.o: cexpre.cc \
     13  $(SOPHYAINCP)sopnamsp.h cexpre.h \
     14  $(SOPHYAINCP)machdefs.h \
    1415  $(SOPHYAINCP)pexceptions.h \
    1516  $(SOPHYAINCP)srandgen.h
    16         $(CXXCOMPILE) -o $@ $<
     17        $(CXXCOMPILELIB) -o $@ $<
    1718 
    1819$(SOPHYAOBJP)commander.o: commander.cc \
    19   $(SOPHYAINCP)sopnamsp.h commander.h \
     20  $(SOPHYAINCP)sopnamsp.h \
     21  commander.h \
    2022  $(SOPHYAINCP)machdefs.h pdlmgr.h \
    2123  $(SOPHYAINCP)dvlist.h \
     
    3032  $(SOPHYAINCP)mutyv.h ctimer.h \
    3133  $(SOPHYAINCP)strutil.h \
    32   $(SOPHYAINCP)strutilxx.h cexpre.h \
    33   rpneval.h $(SOPHYAINCP)srandgen.h \
     34  $(SOPHYAINCP)strutilxx.h \
     35  cexpre.h rpneval.h \
     36  $(SOPHYAINCP)srandgen.h \
    3437  zthread.h
    35         $(CXXCOMPILE) -o $@ $<
     38        $(CXXCOMPILELIB) -o $@ $<
    3639 
    37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
     40$(SOPHYAOBJP)ctimer.o: ctimer.cc \
     41  $(SOPHYAINCP)sopnamsp.h \
    3842  $(SOPHYAINCP)machdefs.h ctimer.h
    39         $(CXXCOMPILE) -o $@ $<
     43        $(CXXCOMPILELIB) -o $@ $<
    4044 
    4145$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
    42   $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
     46  $(SOPHYAINCP)sopnamsp.h \
     47  cxxcmplnk.h \
    4348  $(SOPHYAINCP)machdefs.h
    44         $(CXXCOMPILE) -o $@ $<
     49        $(CXXCOMPILELIB) -o $@ $<
    4550 
    46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
     51$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \
     52  $(SOPHYAINCP)machdefs.h \
    4753  $(SOPHYAINCP)sopnamsp.h pdlmgr.h
    48         $(CXXCOMPILE) -o $@ $<
     54        $(CXXCOMPILELIB) -o $@ $<
    4955 
    5056$(SOPHYAOBJP)periodic.o: periodic.cc \
    5157  $(SOPHYAINCP)sopnamsp.h \
    52   $(SOPHYAINCP)machdefs.h periodic.h
    53         $(CXXCOMPILE) -o $@ $<
     58  $(SOPHYAINCP)machdefs.h \
     59  periodic.h
     60        $(CXXCOMPILELIB) -o $@ $<
    5461 
    5562$(SOPHYAOBJP)psighand.o: psighand.cc \
    56   $(SOPHYAINCP)sopnamsp.h psighand.h \
     63  $(SOPHYAINCP)sopnamsp.h \
     64  psighand.h \
    5765  $(SOPHYAINCP)machdefs.h \
    5866  $(SOPHYAINCP)pexceptions.h
    59         $(CXXCOMPILE) -o $@ $<
     67        $(CXXCOMPILELIB) -o $@ $<
    6068 
    6169$(SOPHYAOBJP)resusage.o: resusage.cc \
    62   $(SOPHYAINCP)sopnamsp.h resusage.h \
     70  $(SOPHYAINCP)sopnamsp.h \
     71  resusage.h \
    6372  $(SOPHYAINCP)machdefs.h
    64         $(CXXCOMPILE) -o $@ $<
     73        $(CXXCOMPILELIB) -o $@ $<
    6574 
    6675$(SOPHYAOBJP)rpneval.o: rpneval.cc \
    67   $(SOPHYAINCP)sopnamsp.h rpneval.h \
     76  $(SOPHYAINCP)sopnamsp.h \
     77  rpneval.h \
    6878  $(SOPHYAINCP)machdefs.h \
    6979  $(SOPHYAINCP)pexceptions.h \
    7080  $(SOPHYAINCP)strutilxx.h \
    7181  $(SOPHYAINCP)srandgen.h
    72         $(CXXCOMPILE) -o $@ $<
     82        $(CXXCOMPILELIB) -o $@ $<
    7383 
    7484$(SOPHYAOBJP)zthread.o: zthread.cc \
    75   $(SOPHYAINCP)sopnamsp.h zthread.h \
     85  $(SOPHYAINCP)sopnamsp.h \
     86  zthread.h \
    7687  $(SOPHYAINCP)machdefs.h \
    7788  $(SOPHYAINCP)pexceptions.h
    78         $(CXXCOMPILE) -o $@ $<
     89        $(CXXCOMPILELIB) -o $@ $<
    7990 
    8091$(SOPHYAOBJP)timing.o: timing.c timing.h
Note: See TracChangeset for help on using the changeset viewer.