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

Last change on this file since 2783 was 2765, checked in by ansari, 20 years ago

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

File size: 2.9 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)srandgen.h
17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc
18
19$(SOPHYAOBJP)commander.o: commander.cc \
20 $(SOPHYAINCP)sopnamsp.h commander.h \
21 $(SOPHYAINCP)machdefs.h pdlmgr.h \
22 $(SOPHYAINCP)dvlist.h \
23 $(SOPHYAINCP)objfio.h \
24 $(SOPHYAINCP)anydataobj.h \
25 $(SOPHYAINCP)ppersist.h \
26 $(SOPHYAINCP)pexceptions.h \
27 $(SOPHYAINCP)gnumd5.h \
28 $(SOPHYAINCP)ppfbinstream.h \
29 $(SOPHYAINCP)rawstream.h \
30 $(SOPHYAINCP)ppfnametag.h \
31 $(SOPHYAINCP)mutyv.h ctimer.h \
32 $(SOPHYAINCP)strutil.h \
33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \
34 $(SOPHYAINCP)srandgen.h zthread.h
35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
36
37$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
38 $(SOPHYAINCP)machdefs.h ctimer.h
39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
40
41$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
43 $(SOPHYAINCP)machdefs.h
44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
45
46$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \
47 pdlmgr.h
48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
49
50$(SOPHYAOBJP)periodic.o: periodic.cc \
51 $(SOPHYAINCP)sopnamsp.h \
52 $(SOPHYAINCP)machdefs.h periodic.h
53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
54
55$(SOPHYAOBJP)psighand.o: psighand.cc \
56 $(SOPHYAINCP)sopnamsp.h psighand.h \
57 $(SOPHYAINCP)machdefs.h \
58 $(SOPHYAINCP)pexceptions.h
59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
60
61$(SOPHYAOBJP)resusage.o: resusage.cc \
62 $(SOPHYAINCP)sopnamsp.h resusage.h \
63 $(SOPHYAINCP)machdefs.h
64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
65
66$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \
67 rpneval.h $(SOPHYAINCP)machdefs.h \
68 $(SOPHYAINCP)pexceptions.h \
69 $(SOPHYAINCP)strutilxx.h \
70 $(SOPHYAINCP)srandgen.h
71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
72
73$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \
74 zthread.h $(SOPHYAINCP)machdefs.h \
75 $(SOPHYAINCP)pexceptions.h
76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
77
78$(SOPHYAOBJP)timing.o: timing.c timing.h
79 $(CCOMPILE) -o $@ timing.c
80
Note: See TracBrowser for help on using the repository browser.