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

Last change on this file since 3753 was 3718, checked in by ansari, 16 years ago

1/ Corrections et modifications mineures ds ZThread, et ajout des classes

ParallelTaskInterface, ParalExThread, ParallelExecutor pour l'execution

de fonctions en parallele dans des threads, Reza 28/12/2009

File size: 4.2 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)parlex.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)parlex.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 cexpre.h \
14 $(SOPHYAINCP)machdefs.h \
15 $(SOPHYAINCP)osx_values.h \
16 $(SOPHYAINCP)pexceptions.h \
17 $(SOPHYAINCP)machdefs.h \
18 $(SOPHYAINCP)srandgen.h \
19 $(SOPHYAINCP)machdefs.h \
20 $(SOPHYAINCP)randinterf.h \
21 $(SOPHYAINCP)machdefs.h \
22 $(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 \
33 $(SOPHYAINCP)ppersist.h \
34 $(SOPHYAINCP)machdefs.h \
35 $(SOPHYAINCP)pexceptions.h \
36 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
37 $(SOPHYAINCP)ppfbinstream.h \
38 $(SOPHYAINCP)machdefs.h \
39 $(SOPHYAINCP)rawstream.h \
40 $(SOPHYAINCP)machdefs.h \
41 $(SOPHYAINCP)ppfnametag.h \
42 $(SOPHYAINCP)ppersist.h $(SOPHYAINCP)mutyv.h \
43 $(SOPHYAINCP)machdefs.h \
44 $(SOPHYAINCP)timestamp.h \
45 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)objfio.h \
46 ctimer.h $(SOPHYAINCP)strutil.h \
47 $(SOPHYAINCP)strutilxx.h \
48 $(SOPHYAINCP)machdefs.h cexpre.h rpneval.h \
49 $(SOPHYAINCP)srandgen.h \
50 $(SOPHYAINCP)machdefs.h \
51 $(SOPHYAINCP)randinterf.h \
52 $(SOPHYAINCP)machdefs.h \
53 $(SOPHYAINCP)anydataobj.h zthread.h
54 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
55
56$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)machdefs.h \
57 $(SOPHYAINCP)osx_values.h ctimer.h
58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
59
60$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \
61 cxxcmplnk.h $(SOPHYAINCP)machdefs.h \
62 $(SOPHYAINCP)osx_values.h \
63 $(SOPHYAINCP)sspvflags.h
64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
65
66$(SOPHYAOBJP)parlex.o: parlex.cc parlex.h zthread.h \
67 $(SOPHYAINCP)machdefs.h \
68 $(SOPHYAINCP)osx_values.h \
69 $(SOPHYAINCP)pexceptions.h \
70 $(SOPHYAINCP)machdefs.h
71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parlex.cc
72
73$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
74 $(SOPHYAINCP)osx_values.h \
75 $(SOPHYAINCP)sopnamsp.h pdlmgr.h
76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
77
78$(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \
79 $(SOPHYAINCP)machdefs.h \
80 $(SOPHYAINCP)osx_values.h periodic.h
81 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
82
83$(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h psighand.h \
84 $(SOPHYAINCP)machdefs.h \
85 $(SOPHYAINCP)osx_values.h \
86 $(SOPHYAINCP)pexceptions.h \
87 $(SOPHYAINCP)machdefs.h
88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
89
90$(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h resusage.h \
91 $(SOPHYAINCP)machdefs.h \
92 $(SOPHYAINCP)osx_values.h
93 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
94
95$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h rpneval.h \
96 $(SOPHYAINCP)machdefs.h \
97 $(SOPHYAINCP)osx_values.h \
98 $(SOPHYAINCP)pexceptions.h \
99 $(SOPHYAINCP)machdefs.h \
100 $(SOPHYAINCP)strutilxx.h \
101 $(SOPHYAINCP)machdefs.h \
102 $(SOPHYAINCP)srandgen.h \
103 $(SOPHYAINCP)machdefs.h \
104 $(SOPHYAINCP)randinterf.h \
105 $(SOPHYAINCP)machdefs.h \
106 $(SOPHYAINCP)anydataobj.h \
107 $(SOPHYAINCP)machdefs.h
108 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
109
110$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h zthread.h \
111 $(SOPHYAINCP)machdefs.h \
112 $(SOPHYAINCP)osx_values.h \
113 $(SOPHYAINCP)pexceptions.h \
114 $(SOPHYAINCP)machdefs.h
115 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
116
117$(SOPHYAOBJP)timing.o: timing.c timing.h
118 $(CCOMPILE) -o $@ timing.c
119
Note: See TracBrowser for help on using the repository browser.