Changeset 3405 in Sophya for trunk/SophyaLib/SUtils


Ignore:
Timestamp:
Nov 23, 2007, 7:14:44 PM (18 years ago)
Author:
cmv
Message:

makefile pour tag , cmv 23/11/2007

Location:
trunk/SophyaLib/SUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/Makefile

    r3007 r3405  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)datacards.o: datacards.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
     13$(SOPHYAOBJP)datacards.o: datacards.cc $(SOPHYAINCP)sopnamsp.h \
    1514  $(SOPHYAINCP)machdefs.h datacards.h \
    1615  $(SOPHYAINCP)pexceptions.h \
     
    1817        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
    1918 
    20 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    21   $(SOPHYAINCP)sopnamsp.h \
     19$(SOPHYAOBJP)strutilxx.o: strutilxx.cc $(SOPHYAINCP)sopnamsp.h \
    2220  $(SOPHYAINCP)machdefs.h strutilxx.h
    2321        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  strutilxx.cc
  • trunk/SophyaLib/SUtils/smakefile

    r3007 r3405  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)datacards.o: datacards.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
     13$(SOPHYAOBJP)datacards.o: datacards.cc $(SOPHYAINCP)sopnamsp.h \
    1514  $(SOPHYAINCP)machdefs.h datacards.h \
    1615  $(SOPHYAINCP)pexceptions.h \
     
    1817        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
    1918 
    20 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
    21   $(SOPHYAINCP)sopnamsp.h \
     19$(SOPHYAOBJP)strutilxx.o: strutilxx.cc $(SOPHYAINCP)sopnamsp.h \
    2220  $(SOPHYAINCP)machdefs.h strutilxx.h
    2321        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  strutilxx.cc
Note: See TracChangeset for help on using the changeset viewer.