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


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

makefile pour tag , cmv 23/11/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/smakefile

    r3066 r3405  
    1818        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    1919 
    20 $(SOPHYAOBJP)commander.o: commander.cc \
    21   $(SOPHYAINCP)sopnamsp.h commander.h \
    22   $(SOPHYAINCP)machdefs.h pdlmgr.h \
     20$(SOPHYAOBJP)commander.o: commander.cc $(SOPHYAINCP)sopnamsp.h \
     21  commander.h $(SOPHYAINCP)machdefs.h pdlmgr.h \
    2322  $(SOPHYAINCP)dvlist.h \
    2423  $(SOPHYAINCP)objfio.h \
     
    4342        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    4443 
    45 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
    46   $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
    47   $(SOPHYAINCP)machdefs.h \
     44$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \
     45  cxxcmplnk.h $(SOPHYAINCP)machdefs.h \
    4846  $(SOPHYAINCP)sspvflags.h
    4947        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cxxcmplnk.cc
     
    5351        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pdlmgr.cc
    5452 
    55 $(SOPHYAOBJP)periodic.o: periodic.cc \
    56   $(SOPHYAINCP)sopnamsp.h \
     53$(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \
    5754  $(SOPHYAINCP)machdefs.h periodic.h
    5855        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  periodic.cc
    5956 
    60 $(SOPHYAOBJP)psighand.o: psighand.cc \
    61   $(SOPHYAINCP)sopnamsp.h psighand.h \
    62   $(SOPHYAINCP)machdefs.h \
     57$(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h \
     58  psighand.h $(SOPHYAINCP)machdefs.h \
    6359  $(SOPHYAINCP)pexceptions.h \
    6460  $(SOPHYAINCP)machdefs.h
    6561        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  psighand.cc
    6662 
    67 $(SOPHYAOBJP)resusage.o: resusage.cc \
    68   $(SOPHYAINCP)sopnamsp.h resusage.h \
    69   $(SOPHYAINCP)machdefs.h
     63$(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h \
     64  resusage.h $(SOPHYAINCP)machdefs.h
    7065        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  resusage.cc
    7166 
    72 $(SOPHYAOBJP)rpneval.o: rpneval.cc \
    73   $(SOPHYAINCP)sopnamsp.h rpneval.h \
    74   $(SOPHYAINCP)machdefs.h \
     67$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \
     68  rpneval.h $(SOPHYAINCP)machdefs.h \
    7569  $(SOPHYAINCP)pexceptions.h \
    7670  $(SOPHYAINCP)machdefs.h \
     
    7973        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    8074 
    81 $(SOPHYAOBJP)zthread.o: zthread.cc \
    82   $(SOPHYAINCP)sopnamsp.h zthread.h \
    83   $(SOPHYAINCP)machdefs.h \
     75$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \
     76  zthread.h $(SOPHYAINCP)machdefs.h \
    8477  $(SOPHYAINCP)pexceptions.h \
    8578  $(SOPHYAINCP)machdefs.h
Note: See TracChangeset for help on using the changeset viewer.