1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
2 |
|
---|
3 | all: $(SOPHYALIBP)libBaseTools.a
|
---|
4 |
|
---|
5 | clean:
|
---|
6 | rm -f $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)randtmt64.o $(SOPHYAOBJP)randtmt32.o $(SOPHYAOBJP)randfmt.o $(SOPHYAOBJP)randinterf.o $(SOPHYAOBJP)randr48.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)dSFMT.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)tinymt32.o $(SOPHYAOBJP)tinymt64.o
|
---|
7 | rm -f $(SOPHYALIBP)libBaseTools.a
|
---|
8 |
|
---|
9 | $(SOPHYALIBP)libBaseTools.a : $(SOPHYAOBJP)datatype.o $(SOPHYAOBJP)dSFMT.o $(SOPHYAOBJP)dvlist.o $(SOPHYAOBJP)fiondblock.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)mutyv.o $(SOPHYAOBJP)ndatablock.o $(SOPHYAOBJP)pexceptions.o $(SOPHYAOBJP)ppersist.o $(SOPHYAOBJP)ppfbinstream.o $(SOPHYAOBJP)ppftpointerio.o $(SOPHYAOBJP)randtmt64.o $(SOPHYAOBJP)randtmt32.o $(SOPHYAOBJP)randfmt.o $(SOPHYAOBJP)randinterf.o $(SOPHYAOBJP)randr48.o $(SOPHYAOBJP)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)stsrand.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)tinymt32.o $(SOPHYAOBJP)tinymt64.o
|
---|
10 | $(AR) $(ARFLAGS) $@ $?
|
---|
11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
12 |
|
---|
13 | $(SOPHYAOBJP)datatype.o: datatype.cc datatype.h \
|
---|
14 | $(SOPHYAINCP)machdefs.h
|
---|
15 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc
|
---|
16 |
|
---|
17 | $(SOPHYAOBJP)dvlist.o: dvlist.cc $(SOPHYAINCP)machdefs.h \
|
---|
18 | dvlist.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \
|
---|
19 | ppfbinstream.h rawstream.h ppfnametag.h mutyv.h timestamp.h \
|
---|
20 | $(SOPHYAINCP)strutil.h
|
---|
21 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc
|
---|
22 |
|
---|
23 | $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
|
---|
24 | $(SOPHYAINCP)machdefs.h pexceptions.h datatype.h \
|
---|
25 | fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \
|
---|
26 | ndatablock.h anydataobj.h
|
---|
27 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc
|
---|
28 |
|
---|
29 | $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
|
---|
30 | $(SOPHYAINCP)machdefs.h timestamp.h objfio.h \
|
---|
31 | anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
32 | rawstream.h ppfnametag.h
|
---|
33 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc
|
---|
34 |
|
---|
35 | $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
|
---|
36 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
37 | ndatablock.h anydataobj.h thsafeop.h
|
---|
38 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc
|
---|
39 |
|
---|
40 | $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
|
---|
41 | $(SOPHYAINCP)machdefs.h
|
---|
42 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc
|
---|
43 |
|
---|
44 | $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
|
---|
45 | $(SOPHYAINCP)machdefs.h pexceptions.h ppersist.h \
|
---|
46 | gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h anydataobj.h
|
---|
47 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc
|
---|
48 |
|
---|
49 | $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
|
---|
50 | $(SOPHYAINCP)machdefs.h ppfbinstream.h \
|
---|
51 | rawstream.h pexceptions.h
|
---|
52 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc
|
---|
53 |
|
---|
54 | $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
|
---|
55 | $(SOPHYAINCP)machdefs.h ppftpointerio.h \
|
---|
56 | ppersist.h pexceptions.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
57 | ppfnametag.h
|
---|
58 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc
|
---|
59 |
|
---|
60 |
|
---|
61 | $(SOPHYAOBJP)randfmt.o: randfmt.cc randfmt.h \
|
---|
62 | $(SOPHYAINCP)machdefs.h \
|
---|
63 | objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
64 | rawstream.h ppfnametag.h randinterf.h dsfmtflags.h dSFMT.h
|
---|
65 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randfmt.cc
|
---|
66 |
|
---|
67 | $(SOPHYAOBJP)randtmt32.o: randtmt32.cc randtmt32.h \
|
---|
68 | $(SOPHYAINCP)machdefs.h \
|
---|
69 | objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
70 | rawstream.h ppfnametag.h randinterf.h tinymt32.h
|
---|
71 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randtmt32.cc
|
---|
72 |
|
---|
73 | $(SOPHYAOBJP)randtmt64.o: randtmt64.cc randtmt64.h \
|
---|
74 | $(SOPHYAINCP)machdefs.h \
|
---|
75 | objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
76 | rawstream.h ppfnametag.h randinterf.h tinymt64.h
|
---|
77 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randtmt64.cc
|
---|
78 |
|
---|
79 | $(SOPHYAOBJP)randinterf.o: randinterf.cc sopnamsp.h \
|
---|
80 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
81 | randinterf.h anydataobj.h
|
---|
82 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randinterf.cc
|
---|
83 |
|
---|
84 | $(SOPHYAOBJP)randr48.o: randr48.cc $(SOPHYAINCP)machdefs.h \
|
---|
85 | thsafeop.h pexceptions.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h \
|
---|
86 | rawstream.h ppfnametag.h ndatablock.h anydataobj.h randr48.h objfio.h \
|
---|
87 | randinterf.h
|
---|
88 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randr48.cc
|
---|
89 |
|
---|
90 | $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
|
---|
91 | $(SOPHYAINCP)machdefs.h pexceptions.h
|
---|
92 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc
|
---|
93 |
|
---|
94 | $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \
|
---|
95 | $(SOPHYAINCP)machdefs.h sophyainit.h \
|
---|
96 | pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
97 | ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \
|
---|
98 | mutyv.h timestamp.h randr48.h randinterf.h randfmt.h randtmt32.h randtmt64.h fiosegdb.h \
|
---|
99 | segdatablock.h thsafeop.h ppftpointerio.h ppfwrapstlv.h sversion.h
|
---|
100 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc
|
---|
101 |
|
---|
102 | $(SOPHYAOBJP)stsrand.o: stsrand.cc stsrand.h \
|
---|
103 | $(SOPHYAINCP)machdefs.h objfio.h anydataobj.h \
|
---|
104 | ppersist.h pexceptions.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
105 | ppfnametag.h ndatablock.h thsafeop.h fiondblock.h
|
---|
106 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ stsrand.cc
|
---|
107 |
|
---|
108 | $(SOPHYAOBJP)timestamp.o: timestamp.cc $(SOPHYAINCP)machdefs.h \
|
---|
109 | timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \
|
---|
110 | ppfbinstream.h rawstream.h ppfnametag.h
|
---|
111 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc
|
---|
112 |
|
---|
113 | $(SOPHYAOBJP)dSFMT.o: dSFMT.c dsfmtflags.h dSFMT-params.h dSFMT.h dSFMT-params19937.h
|
---|
114 | $(CCOMPILE) -o $@ dSFMT.c
|
---|
115 |
|
---|
116 | $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
|
---|
117 | bithelp.h gnumd5.h
|
---|
118 | $(CCOMPILE) -o $@ gnumd5.c
|
---|
119 |
|
---|
120 | $(SOPHYAOBJP)tinymt32.o: tinymt32.c tinymt32.h
|
---|
121 | $(CCOMPILE) -o $@ tinymt32.c
|
---|
122 |
|
---|
123 | $(SOPHYAOBJP)tinymt64.o: tinymt64.c tinymt64.h
|
---|
124 | $(CCOMPILE) -o $@ tinymt64.c
|
---|
125 |
|
---|