Changeset 3879 in Sophya for trunk/SophyaLib/SUtils/Makefile


Ignore:
Timestamp:
Sep 10, 2010, 10:19:49 AM (15 years ago)
Author:
cmv
Message:

generation Makefile et smakefile en prevision du tag, cmv 10/09/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/Makefile

    r3405 r3879  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)datacards.o: datacards.cc $(SOPHYAINCP)sopnamsp.h \
    14   $(SOPHYAINCP)machdefs.h datacards.h \
     13$(SOPHYAOBJP)datacards.o: datacards.cc \
     14  $(SOPHYAINCP)sopnamsp.h \
     15  $(SOPHYAINCP)machdefs.h \
     16  datacards.h \
    1517  $(SOPHYAINCP)pexceptions.h \
    1618  $(SOPHYAINCP)machdefs.h
    1719        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
    1820 
    19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc $(SOPHYAINCP)sopnamsp.h \
    20   $(SOPHYAINCP)machdefs.h strutilxx.h
     21$(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
     22  $(SOPHYAINCP)sopnamsp.h \
     23  $(SOPHYAINCP)machdefs.h \
     24  strutilxx.h
    2125        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  strutilxx.cc
    2226 
    23 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
    24   $(SOPHYAINCP)machdefs.h utils.h \
     27$(SOPHYAOBJP)utils.o: utils.cc \
     28  $(SOPHYAINCP)sopnamsp.h \
     29  $(SOPHYAINCP)machdefs.h \
     30  utils.h \
    2531  $(SOPHYAINCP)pexceptions.h \
    2632  $(SOPHYAINCP)machdefs.h
Note: See TracChangeset for help on using the changeset viewer.