source: Sophya/trunk/SophyaLib/SysTools/smakefile@ 3018

Last change on this file since 3018 was 3014, checked in by ansari, 19 years ago

Prise en compte du flag de compil SINGLE_SLB ds CxxCompilerLinker et MAJ makefile pour sspvflags.h , Reza 11/7/2006

File size: 3.1 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libSysTools.a
4
5clean:
6 rm -f $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)zthread.o $(SOPHYAOBJP)timing.o
7 rm -f $(SOPHYALIBP)libSysTools.a
8
9$(SOPHYALIBP)libSysTools.a : $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)timing.o $(SOPHYAOBJP)zthread.o
10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
[2743]12
[2765]13$(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \
14 cexpre.h $(SOPHYAINCP)machdefs.h \
[2743]15 $(SOPHYAINCP)pexceptions.h \
[3007]16 $(SOPHYAINCP)machdefs.h \
[2743]17 $(SOPHYAINCP)srandgen.h
[2765]18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc
[2743]19
20$(SOPHYAOBJP)commander.o: commander.cc \
[2765]21 $(SOPHYAINCP)sopnamsp.h commander.h \
[2743]22 $(SOPHYAINCP)machdefs.h pdlmgr.h \
23 $(SOPHYAINCP)dvlist.h \
24 $(SOPHYAINCP)objfio.h \
[3007]25 $(SOPHYAINCP)machdefs.h \
[2743]26 $(SOPHYAINCP)anydataobj.h \
27 $(SOPHYAINCP)ppersist.h \
28 $(SOPHYAINCP)pexceptions.h \
29 $(SOPHYAINCP)gnumd5.h \
30 $(SOPHYAINCP)ppfbinstream.h \
31 $(SOPHYAINCP)rawstream.h \
32 $(SOPHYAINCP)ppfnametag.h \
[3007]33 $(SOPHYAINCP)mutyv.h \
34 $(SOPHYAINCP)timestamp.h ctimer.h \
[2743]35 $(SOPHYAINCP)strutil.h \
[3007]36 $(SOPHYAINCP)strutilxx.h cexpre.h \
37 $(SOPHYAINCP)pexceptions.h rpneval.h \
[2765]38 $(SOPHYAINCP)srandgen.h zthread.h
39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
[2743]40
[2765]41$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
[2743]42 $(SOPHYAINCP)machdefs.h ctimer.h
[2765]43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
[2743]44
45$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
[2765]46 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
[3014]47 $(SOPHYAINCP)sspvflags.h $(SOPHYAINCP)machdefs.h
[2765]48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
[2743]49
[3007]50$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
51 $(SOPHYAINCP)sopnamsp.h pdlmgr.h
[2765]52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
[2743]53
54$(SOPHYAOBJP)periodic.o: periodic.cc \
55 $(SOPHYAINCP)sopnamsp.h \
[2765]56 $(SOPHYAINCP)machdefs.h periodic.h
57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
[2743]58
59$(SOPHYAOBJP)psighand.o: psighand.cc \
[2765]60 $(SOPHYAINCP)sopnamsp.h psighand.h \
[2743]61 $(SOPHYAINCP)machdefs.h \
[3007]62 $(SOPHYAINCP)pexceptions.h \
63 $(SOPHYAINCP)machdefs.h
[2765]64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
[2743]65
66$(SOPHYAOBJP)resusage.o: resusage.cc \
[2765]67 $(SOPHYAINCP)sopnamsp.h resusage.h \
[2743]68 $(SOPHYAINCP)machdefs.h
[2765]69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
[2743]70
[3007]71$(SOPHYAOBJP)rpneval.o: rpneval.cc \
72 $(SOPHYAINCP)sopnamsp.h rpneval.h \
73 $(SOPHYAINCP)machdefs.h \
[2743]74 $(SOPHYAINCP)pexceptions.h \
[3007]75 $(SOPHYAINCP)machdefs.h \
[2743]76 $(SOPHYAINCP)strutilxx.h \
77 $(SOPHYAINCP)srandgen.h
[2765]78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
[2743]79
[3007]80$(SOPHYAOBJP)zthread.o: zthread.cc \
81 $(SOPHYAINCP)sopnamsp.h zthread.h \
82 $(SOPHYAINCP)machdefs.h \
83 $(SOPHYAINCP)pexceptions.h \
84 $(SOPHYAINCP)machdefs.h
[2765]85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
[2743]86
87$(SOPHYAOBJP)timing.o: timing.c timing.h
[2765]88 $(CCOMPILE) -o $@ timing.c
[2743]89
Note: See TracBrowser for help on using the repository browser.