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


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/SysTools/smakefile

    r3718 r3879  
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
    1212 
    13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h cexpre.h \
     13$(SOPHYAOBJP)cexpre.o: cexpre.cc \
     14  $(SOPHYAINCP)sopnamsp.h \
     15  cexpre.h \
    1416  $(SOPHYAINCP)machdefs.h \
    15   $(SOPHYAINCP)osx_values.h \
    1617  $(SOPHYAINCP)pexceptions.h \
    1718  $(SOPHYAINCP)machdefs.h \
    1819  $(SOPHYAINCP)srandgen.h \
     20  $(SOPHYAINCP)randinterf.h \
     21  $(SOPHYAINCP)anydataobj.h
     22        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
     23 
     24$(SOPHYAOBJP)commander.o: commander.cc \
     25  $(SOPHYAINCP)sopnamsp.h \
     26  commander.h \
    1927  $(SOPHYAINCP)machdefs.h \
    20   $(SOPHYAINCP)randinterf.h \
     28  pdlmgr.h \
     29  $(SOPHYAINCP)dvlist.h \
     30  $(SOPHYAINCP)objfio.h \
    2131  $(SOPHYAINCP)machdefs.h \
    2232  $(SOPHYAINCP)anydataobj.h \
    23   $(SOPHYAINCP)machdefs.h
    24         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cexpre.cc
    25  
    26 $(SOPHYAOBJP)commander.o: commander.cc $(SOPHYAINCP)sopnamsp.h \
    27   commander.h $(SOPHYAINCP)machdefs.h \
    28   $(SOPHYAINCP)osx_values.h pdlmgr.h \
    29   $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
    30   $(SOPHYAINCP)machdefs.h \
    31   $(SOPHYAINCP)anydataobj.h \
    32   $(SOPHYAINCP)machdefs.h \
    3333  $(SOPHYAINCP)ppersist.h \
    34   $(SOPHYAINCP)machdefs.h \
    3534  $(SOPHYAINCP)pexceptions.h \
    36   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
     35  $(SOPHYAINCP)gnumd5.h \
    3736  $(SOPHYAINCP)ppfbinstream.h \
    38   $(SOPHYAINCP)machdefs.h \
    3937  $(SOPHYAINCP)rawstream.h \
    40   $(SOPHYAINCP)machdefs.h \
    4138  $(SOPHYAINCP)ppfnametag.h \
    42   $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
    43   $(SOPHYAINCP)machdefs.h \
     39  $(SOPHYAINCP)mutyv.h \
    4440  $(SOPHYAINCP)timestamp.h \
    45   $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
    46   ctimer.h $(SOPHYAINCP)strutil.h \
     41  ctimer.h \
     42  $(SOPHYAINCP)strutil.h \
    4743  $(SOPHYAINCP)strutilxx.h \
    48   $(SOPHYAINCP)machdefs.h cexpre.h rpneval.h \
     44  cexpre.h \
     45  $(SOPHYAINCP)pexceptions.h \
     46  rpneval.h \
    4947  $(SOPHYAINCP)srandgen.h \
    50   $(SOPHYAINCP)machdefs.h \
    5148  $(SOPHYAINCP)randinterf.h \
    52   $(SOPHYAINCP)machdefs.h \
    53   $(SOPHYAINCP)anydataobj.h zthread.h
     49  zthread.h
    5450        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  commander.cc
    5551 
    56 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)machdefs.h \
    57   $(SOPHYAINCP)osx_values.h ctimer.h
     52$(SOPHYAOBJP)ctimer.o: ctimer.cc \
     53  $(SOPHYAINCP)machdefs.h \
     54  ctimer.h
    5855        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  ctimer.cc
    5956 
    60 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \
    61   cxxcmplnk.h $(SOPHYAINCP)machdefs.h \
    62   $(SOPHYAINCP)osx_values.h \
     57$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
     58  $(SOPHYAINCP)sopnamsp.h \
     59  cxxcmplnk.h \
     60  $(SOPHYAINCP)machdefs.h \
    6361  $(SOPHYAINCP)sspvflags.h
    6462        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  cxxcmplnk.cc
     
    6664$(SOPHYAOBJP)parlex.o: parlex.cc parlex.h zthread.h \
    6765  $(SOPHYAINCP)machdefs.h \
    68   $(SOPHYAINCP)osx_values.h \
    6966  $(SOPHYAINCP)pexceptions.h \
    7067  $(SOPHYAINCP)machdefs.h
    7168        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  parlex.cc
    7269 
    73 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
    74   $(SOPHYAINCP)osx_values.h \
    75   $(SOPHYAINCP)sopnamsp.h pdlmgr.h
     70$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \
     71  $(SOPHYAINCP)machdefs.h \
     72  $(SOPHYAINCP)sopnamsp.h \
     73  pdlmgr.h
    7674        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  pdlmgr.cc
    7775 
    78 $(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \
     76$(SOPHYAOBJP)periodic.o: periodic.cc \
     77  $(SOPHYAINCP)sopnamsp.h \
    7978  $(SOPHYAINCP)machdefs.h \
    80   $(SOPHYAINCP)osx_values.h periodic.h
     79  periodic.h
    8180        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  periodic.cc
    8281 
    83 $(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h psighand.h \
     82$(SOPHYAOBJP)psighand.o: psighand.cc \
     83  $(SOPHYAINCP)sopnamsp.h \
     84  psighand.h \
    8485  $(SOPHYAINCP)machdefs.h \
    85   $(SOPHYAINCP)osx_values.h \
    8686  $(SOPHYAINCP)pexceptions.h \
    8787  $(SOPHYAINCP)machdefs.h
    8888        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  psighand.cc
    8989 
    90 $(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h resusage.h \
    91   $(SOPHYAINCP)machdefs.h \
    92   $(SOPHYAINCP)osx_values.h
     90$(SOPHYAOBJP)resusage.o: resusage.cc \
     91  $(SOPHYAINCP)sopnamsp.h \
     92  resusage.h \
     93  $(SOPHYAINCP)machdefs.h
    9394        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  resusage.cc
    9495 
    95 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h rpneval.h \
     96$(SOPHYAOBJP)rpneval.o: rpneval.cc \
     97  $(SOPHYAINCP)sopnamsp.h \
     98  rpneval.h \
    9699  $(SOPHYAINCP)machdefs.h \
    97   $(SOPHYAINCP)osx_values.h \
    98100  $(SOPHYAINCP)pexceptions.h \
    99101  $(SOPHYAINCP)machdefs.h \
    100102  $(SOPHYAINCP)strutilxx.h \
    101   $(SOPHYAINCP)machdefs.h \
    102103  $(SOPHYAINCP)srandgen.h \
    103   $(SOPHYAINCP)machdefs.h \
    104104  $(SOPHYAINCP)randinterf.h \
    105   $(SOPHYAINCP)machdefs.h \
    106   $(SOPHYAINCP)anydataobj.h \
    107   $(SOPHYAINCP)machdefs.h
     105  $(SOPHYAINCP)anydataobj.h
    108106        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  rpneval.cc
    109107 
    110 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h zthread.h \
     108$(SOPHYAOBJP)zthread.o: zthread.cc \
     109  $(SOPHYAINCP)sopnamsp.h \
     110  zthread.h \
    111111  $(SOPHYAINCP)machdefs.h \
    112   $(SOPHYAINCP)osx_values.h \
    113112  $(SOPHYAINCP)pexceptions.h \
    114113  $(SOPHYAINCP)machdefs.h
Note: See TracChangeset for help on using the changeset viewer.