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

Last change on this file since 3204 was 3066, checked in by cmv, 19 years ago

cmv 14/8/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 \
[3066]47 $(SOPHYAINCP)machdefs.h \
48 $(SOPHYAINCP)sspvflags.h
[2765]49 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
[2743]50
[3007]51$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \
52 $(SOPHYAINCP)sopnamsp.h pdlmgr.h
[2765]53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
[2743]54
55$(SOPHYAOBJP)periodic.o: periodic.cc \
56 $(SOPHYAINCP)sopnamsp.h \
[2765]57 $(SOPHYAINCP)machdefs.h periodic.h
58 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
[2743]59
60$(SOPHYAOBJP)psighand.o: psighand.cc \
[2765]61 $(SOPHYAINCP)sopnamsp.h psighand.h \
[2743]62 $(SOPHYAINCP)machdefs.h \
[3007]63 $(SOPHYAINCP)pexceptions.h \
64 $(SOPHYAINCP)machdefs.h
[2765]65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
[2743]66
67$(SOPHYAOBJP)resusage.o: resusage.cc \
[2765]68 $(SOPHYAINCP)sopnamsp.h resusage.h \
[2743]69 $(SOPHYAINCP)machdefs.h
[2765]70 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
[2743]71
[3007]72$(SOPHYAOBJP)rpneval.o: rpneval.cc \
73 $(SOPHYAINCP)sopnamsp.h rpneval.h \
74 $(SOPHYAINCP)machdefs.h \
[2743]75 $(SOPHYAINCP)pexceptions.h \
[3007]76 $(SOPHYAINCP)machdefs.h \
[2743]77 $(SOPHYAINCP)strutilxx.h \
78 $(SOPHYAINCP)srandgen.h
[2765]79 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
[2743]80
[3007]81$(SOPHYAOBJP)zthread.o: zthread.cc \
82 $(SOPHYAINCP)sopnamsp.h zthread.h \
83 $(SOPHYAINCP)machdefs.h \
84 $(SOPHYAINCP)pexceptions.h \
85 $(SOPHYAINCP)machdefs.h
[2765]86 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
[2743]87
88$(SOPHYAOBJP)timing.o: timing.c timing.h
[2765]89 $(CCOMPILE) -o $@ timing.c
[2743]90
Note: See TracBrowser for help on using the repository browser.