Changeset 2751 in Sophya for trunk/SophyaLib/SUtils


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

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

Location:
trunk/SophyaLib/SUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/Makefile

    r2743 r2751  
    1212$(SOPHYAOBJP)datacards.o: datacards.cc \
    1313  $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h datacards.h \
     14  $(SOPHYAINCP)machdefs.h \
     15  datacards.h \
    1516  $(SOPHYAINCP)pexceptions.h
    16         $(CXXCOMPILE) -o $@ $<
     17        $(CXXCOMPILELIB) -o $@ $<
    1718 
    1819$(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    1920  $(SOPHYAINCP)sopnamsp.h \
    20   $(SOPHYAINCP)machdefs.h strutilxx.h
    21         $(CXXCOMPILE) -o $@ $<
     21  $(SOPHYAINCP)machdefs.h \
     22  strutilxx.h
     23        $(CXXCOMPILELIB) -o $@ $<
    2224 
    23 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
     25$(SOPHYAOBJP)utils.o: utils.cc \
     26  $(SOPHYAINCP)sopnamsp.h \
    2427  $(SOPHYAINCP)machdefs.h utils.h \
    2528  $(SOPHYAINCP)pexceptions.h
    26         $(CXXCOMPILE) -o $@ $<
     29        $(CXXCOMPILELIB) -o $@ $<
    2730 
    2831$(SOPHYAOBJP)strutil.o: strutil.c strutil.h
  • trunk/SophyaLib/SUtils/smakefile

    r2743 r2751  
    1212$(SOPHYAOBJP)datacards.o: datacards.cc \
    1313  $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h datacards.h \
     14  $(SOPHYAINCP)machdefs.h \
     15  datacards.h \
    1516  $(SOPHYAINCP)pexceptions.h
    16         $(CXXCOMPILE) -o $@ $<
     17        $(CXXCOMPILELIB) -o $@ $<
    1718 
    1819$(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    1920  $(SOPHYAINCP)sopnamsp.h \
    20   $(SOPHYAINCP)machdefs.h strutilxx.h
    21         $(CXXCOMPILE) -o $@ $<
     21  $(SOPHYAINCP)machdefs.h \
     22  strutilxx.h
     23        $(CXXCOMPILELIB) -o $@ $<
    2224 
    23 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
     25$(SOPHYAOBJP)utils.o: utils.cc \
     26  $(SOPHYAINCP)sopnamsp.h \
    2427  $(SOPHYAINCP)machdefs.h utils.h \
    2528  $(SOPHYAINCP)pexceptions.h
    26         $(CXXCOMPILE) -o $@ $<
     29        $(CXXCOMPILELIB) -o $@ $<
    2730 
    2831$(SOPHYAOBJP)strutil.o: strutil.c strutil.h
Note: See TracChangeset for help on using the changeset viewer.