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

Last change on this file since 2912 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
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 \
16 $(SOPHYAINCP)srandgen.h
[2765]17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc
[2743]18
19$(SOPHYAOBJP)commander.o: commander.cc \
[2765]20 $(SOPHYAINCP)sopnamsp.h commander.h \
[2743]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 \
[2765]33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \
34 $(SOPHYAINCP)srandgen.h zthread.h
35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc
[2743]36
[2765]37$(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \
[2743]38 $(SOPHYAINCP)machdefs.h ctimer.h
[2765]39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc
[2743]40
41$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
[2765]42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \
[2743]43 $(SOPHYAINCP)machdefs.h
[2765]44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc
[2743]45
[2765]46$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \
47 pdlmgr.h
48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc
[2743]49
50$(SOPHYAOBJP)periodic.o: periodic.cc \
51 $(SOPHYAINCP)sopnamsp.h \
[2765]52 $(SOPHYAINCP)machdefs.h periodic.h
53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc
[2743]54
55$(SOPHYAOBJP)psighand.o: psighand.cc \
[2765]56 $(SOPHYAINCP)sopnamsp.h psighand.h \
[2743]57 $(SOPHYAINCP)machdefs.h \
58 $(SOPHYAINCP)pexceptions.h
[2765]59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc
[2743]60
61$(SOPHYAOBJP)resusage.o: resusage.cc \
[2765]62 $(SOPHYAINCP)sopnamsp.h resusage.h \
[2743]63 $(SOPHYAINCP)machdefs.h
[2765]64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc
[2743]65
[2765]66$(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \
67 rpneval.h $(SOPHYAINCP)machdefs.h \
[2743]68 $(SOPHYAINCP)pexceptions.h \
69 $(SOPHYAINCP)strutilxx.h \
70 $(SOPHYAINCP)srandgen.h
[2765]71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc
[2743]72
[2765]73$(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \
74 zthread.h $(SOPHYAINCP)machdefs.h \
[2743]75 $(SOPHYAINCP)pexceptions.h
[2765]76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc
[2743]77
78$(SOPHYAOBJP)timing.o: timing.c timing.h
[2765]79 $(CCOMPILE) -o $@ timing.c
[2743]80
Note: See TracBrowser for help on using the repository browser.