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

Last change on this file since 2745 was 2743, checked in by cmv, 20 years ago

suite nouvelle structure cmv 20/05/05

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