source: Sophya/trunk/SophyaLib/SysTools/Makefile@ 3718

Last change on this file since 3718 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
RevLine 
[2743]1include ../BuildMgr/sophyamake.inc
[1601]2
[2743]3all: $(SOPHYALIBP)libSysTools.a
4
[1601]5clean:
[3718]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
[2743]7 rm -f $(SOPHYALIBP)libSysTools.a
[1601]8
[3718]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
[2743]10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
[2743]12
[3718]13$(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h cexpre.h \
14 $(SOPHYAINCP)machdefs.h \
15 $(SOPHYAINCP)osx_values.h \
[2743]16 $(SOPHYAINCP)pexceptions.h \
[3007]17 $(SOPHYAINCP)machdefs.h \
[3615]18 $(SOPHYAINCP)srandgen.h \
[3718]19 $(SOPHYAINCP)machdefs.h \
[3615]20 $(SOPHYAINCP)randinterf.h \
[3718]21 $(SOPHYAINCP)machdefs.h \
22 $(SOPHYAINCP)anydataobj.h \
23 $(SOPHYAINCP)machdefs.h
[2765]24 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc
[2743]25
[3405]26$(SOPHYAOBJP)commander.o: commander.cc $(SOPHYAINCP)sopnamsp.h \
[3718]27 commander.h $(SOPHYAINCP)machdefs.h \
28 $(SOPHYAINCP)osx_values.h pdlmgr.h \
29 $(SOPHYAINCP)dvlist.h $(SOPHYAINCP)objfio.h \
[3007]30 $(SOPHYAINCP)machdefs.h \
[2743]31 $(SOPHYAINCP)anydataobj.h \
[3718]32 $(SOPHYAINCP)machdefs.h \
[2743]33 $(SOPHYAINCP)ppersist.h \
[3718]34 $(SOPHYAINCP)machdefs.h \
[2743]35 $(SOPHYAINCP)pexceptions.h \
[3718]36 $(SOPHYAINCP)machdefs.h $(SOPHYAINCP)gnumd5.h \
[2743]37 $(SOPHYAINCP)ppfbinstream.h \
[3718]38 $(SOPHYAINCP)machdefs.h \
[2743]39 $(SOPHYAINCP)rawstream.h \
[3718]40 $(SOPHYAINCP)machdefs.h \
[2743]41 $(SOPHYAINCP)ppfnametag.h \
[3718]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 \
[3615]49 $(SOPHYAINCP)srandgen.h \
[3718]50 $(SOPHYAINCP)machdefs.h \
51 $(SOPHYAINCP)randinterf.h \
52 $(SOPHYAINCP)machdefs.h \
53 $(SOPHYAINCP)anydataobj.h zthread.h
[2765]54 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
[2743]55
[3615]56$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)machdefs.h \
[3718]57 $(SOPHYAINCP)osx_values.h ctimer.h
[2765]58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
[2743]59
[3405]60$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \
61 cxxcmplnk.h $(SOPHYAINCP)machdefs.h \
[3718]62 $(SOPHYAINCP)osx_values.h \
[3066]63 $(SOPHYAINCP)sspvflags.h
[2765]64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
[2743]65
[3718]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
[3007]73$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
[3718]74 $(SOPHYAINCP)osx_values.h \
[3007]75 $(SOPHYAINCP)sopnamsp.h pdlmgr.h
[2765]76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
[2743]77
[3405]78$(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \
[3718]79 $(SOPHYAINCP)machdefs.h \
80 $(SOPHYAINCP)osx_values.h periodic.h
[2765]81 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
[2743]82
[3718]83$(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h psighand.h \
84 $(SOPHYAINCP)machdefs.h \
85 $(SOPHYAINCP)osx_values.h \
[3007]86 $(SOPHYAINCP)pexceptions.h \
87 $(SOPHYAINCP)machdefs.h
[2765]88 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
[2743]89
[3718]90$(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h resusage.h \
91 $(SOPHYAINCP)machdefs.h \
92 $(SOPHYAINCP)osx_values.h
[2765]93 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
[2743]94
[3718]95$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h rpneval.h \
96 $(SOPHYAINCP)machdefs.h \
97 $(SOPHYAINCP)osx_values.h \
[2743]98 $(SOPHYAINCP)pexceptions.h \
[3007]99 $(SOPHYAINCP)machdefs.h \
[2743]100 $(SOPHYAINCP)strutilxx.h \
[3718]101 $(SOPHYAINCP)machdefs.h \
[3615]102 $(SOPHYAINCP)srandgen.h \
[3718]103 $(SOPHYAINCP)machdefs.h \
[3615]104 $(SOPHYAINCP)randinterf.h \
[3718]105 $(SOPHYAINCP)machdefs.h \
106 $(SOPHYAINCP)anydataobj.h \
107 $(SOPHYAINCP)machdefs.h
[2765]108 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
[2743]109
[3718]110$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h zthread.h \
111 $(SOPHYAINCP)machdefs.h \
112 $(SOPHYAINCP)osx_values.h \
[3007]113 $(SOPHYAINCP)pexceptions.h \
114 $(SOPHYAINCP)machdefs.h
[2765]115 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
[2743]116
117$(SOPHYAOBJP)timing.o: timing.c timing.h
[2765]118 $(CCOMPILE) -o $@ timing.c
[2743]119
Note: See TracBrowser for help on using the repository browser.