Changeset 2765 in Sophya for trunk/SophyaLib/SUtils/smakefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/smakefile

    r2763 r2765  
    1313$(SOPHYAOBJP)datacards.o: datacards.cc \
    1414  $(SOPHYAINCP)sopnamsp.h \
    15   $(SOPHYAINCP)machdefs.h \
    16   datacards.h \
     15  $(SOPHYAINCP)machdefs.h datacards.h \
    1716  $(SOPHYAINCP)pexceptions.h
    18         $(CXXCOMPILELIB) -o $@ $<
     17        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
    1918 
    2019$(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    2120  $(SOPHYAINCP)sopnamsp.h \
    22   $(SOPHYAINCP)machdefs.h \
    23   strutilxx.h
    24         $(CXXCOMPILELIB) -o $@ $<
     21  $(SOPHYAINCP)machdefs.h strutilxx.h
     22        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  strutilxx.cc
    2523 
    26 $(SOPHYAOBJP)utils.o: utils.cc \
    27   $(SOPHYAINCP)sopnamsp.h \
     24$(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
    2825  $(SOPHYAINCP)machdefs.h utils.h \
    2926  $(SOPHYAINCP)pexceptions.h
    30         $(CXXCOMPILELIB) -o $@ $<
     27        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utils.cc
    3128 
    3229$(SOPHYAOBJP)strutil.o: strutil.c strutil.h
    33         $(CCOMPILE) -o $@ $<
     30        $(CCOMPILE) -o $@  strutil.c
    3431 
Note: See TracChangeset for help on using the changeset viewer.