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

Last change on this file since 3065 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
Line 
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) $@ $?
11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
12
13$(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \
14 cexpre.h $(SOPHYAINCP)machdefs.h \
15 $(SOPHYAINCP)pexceptions.h \
16 $(SOPHYAINCP)machdefs.h \
17 $(SOPHYAINCP)srandgen.h
18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc
19
20$(SOPHYAOBJP)commander.o: commander.cc \
21 $(SOPHYAINCP)sopnamsp.h commander.h \
22 $(SOPHYAINCP)machdefs.h pdlmgr.h \
23 $(SOPHYAINCP)dvlist.h \
24 $(SOPHYAINCP)objfio.h \
25 $(SOPHYAINCP)machdefs.h \
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 \
33 $(SOPHYAINCP)mutyv.h \
34 $(SOPHYAINCP)timestamp.h ctimer.h \
35 $(SOPHYAINCP)strutil.h \
36 $(SOPHYAINCP)strutilxx.h cexpre.h \
37 $(SOPHYAINCP)pexceptions.h rpneval.h \
38 $(SOPHYAINCP)srandgen.h zthread.h
39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
40
41$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
42 $(SOPHYAINCP)machdefs.h ctimer.h
43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
44
45$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
46 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
47 $(SOPHYAINCP)sspvflags.h $(SOPHYAINCP)machdefs.h
48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
49
50$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
51 $(SOPHYAINCP)sopnamsp.h pdlmgr.h
52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
53
54$(SOPHYAOBJP)periodic.o: periodic.cc \
55 $(SOPHYAINCP)sopnamsp.h \
56 $(SOPHYAINCP)machdefs.h periodic.h
57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
58
59$(SOPHYAOBJP)psighand.o: psighand.cc \
60 $(SOPHYAINCP)sopnamsp.h psighand.h \
61 $(SOPHYAINCP)machdefs.h \
62 $(SOPHYAINCP)pexceptions.h \
63 $(SOPHYAINCP)machdefs.h
64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
65
66$(SOPHYAOBJP)resusage.o: resusage.cc \
67 $(SOPHYAINCP)sopnamsp.h resusage.h \
68 $(SOPHYAINCP)machdefs.h
69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
70
71$(SOPHYAOBJP)rpneval.o: rpneval.cc \
72 $(SOPHYAINCP)sopnamsp.h rpneval.h \
73 $(SOPHYAINCP)machdefs.h \
74 $(SOPHYAINCP)pexceptions.h \
75 $(SOPHYAINCP)machdefs.h \
76 $(SOPHYAINCP)strutilxx.h \
77 $(SOPHYAINCP)srandgen.h
78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
79
80$(SOPHYAOBJP)zthread.o: zthread.cc \
81 $(SOPHYAINCP)sopnamsp.h zthread.h \
82 $(SOPHYAINCP)machdefs.h \
83 $(SOPHYAINCP)pexceptions.h \
84 $(SOPHYAINCP)machdefs.h
85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
86
87$(SOPHYAOBJP)timing.o: timing.c timing.h
88 $(CCOMPILE) -o $@ timing.c
89
Note: See TracBrowser for help on using the repository browser.