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