[2739] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libBaseTools.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
[4019] | 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
|
---|
[2739] | 7 | rm -f $(SOPHYALIBP)libBaseTools.a
|
---|
| 8 |
|
---|
[4019] | 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
|
---|
[2739] | 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
[2739] | 12 |
|
---|
[3389] | 13 | $(SOPHYAOBJP)datatype.o: datatype.cc datatype.h \
|
---|
[4019] | 14 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 15 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc
|
---|
[2739] | 16 |
|
---|
[4019] | 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
|
---|
[2765] | 21 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc
|
---|
[2739] | 22 |
|
---|
| 23 | $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
|
---|
[4019] | 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
|
---|
[2765] | 27 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc
|
---|
[2739] | 28 |
|
---|
| 29 | $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
|
---|
[4019] | 30 | $(SOPHYAINCP)machdefs.h timestamp.h objfio.h \
|
---|
| 31 | anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
| 32 | rawstream.h ppfnametag.h
|
---|
[2765] | 33 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc
|
---|
[2739] | 34 |
|
---|
| 35 | $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
|
---|
[4019] | 36 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
| 37 | ndatablock.h anydataobj.h thsafeop.h
|
---|
[2765] | 38 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc
|
---|
[2739] | 39 |
|
---|
| 40 | $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
|
---|
[4019] | 41 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 42 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc
|
---|
[2739] | 43 |
|
---|
| 44 | $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
|
---|
[4019] | 45 | $(SOPHYAINCP)machdefs.h pexceptions.h ppersist.h \
|
---|
| 46 | gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h anydataobj.h
|
---|
[2765] | 47 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc
|
---|
[2739] | 48 |
|
---|
| 49 | $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
|
---|
[4019] | 50 | $(SOPHYAINCP)machdefs.h ppfbinstream.h \
|
---|
| 51 | rawstream.h pexceptions.h
|
---|
[2765] | 52 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc
|
---|
[2739] | 53 |
|
---|
| 54 | $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
|
---|
[4019] | 55 | $(SOPHYAINCP)machdefs.h ppftpointerio.h \
|
---|
| 56 | ppersist.h pexceptions.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
| 57 | ppfnametag.h
|
---|
[2765] | 58 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc
|
---|
[2739] | 59 |
|
---|
[4019] | 60 |
|
---|
[3602] | 61 | $(SOPHYAOBJP)randfmt.o: randfmt.cc randfmt.h \
|
---|
[3879] | 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
|
---|
[3602] | 65 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randfmt.cc
|
---|
| 66 |
|
---|
[4019] | 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 |
|
---|
[3602] | 79 | $(SOPHYAOBJP)randinterf.o: randinterf.cc sopnamsp.h \
|
---|
[4019] | 80 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
| 81 | randinterf.h anydataobj.h
|
---|
[3602] | 82 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randinterf.cc
|
---|
| 83 |
|
---|
[4019] | 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
|
---|
[3602] | 88 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ randr48.cc
|
---|
| 89 |
|
---|
[2739] | 90 | $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
|
---|
[4019] | 91 | $(SOPHYAINCP)machdefs.h pexceptions.h
|
---|
[2765] | 92 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc
|
---|
[2739] | 93 |
|
---|
| 94 | $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \
|
---|
[4019] | 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
|
---|
[2765] | 100 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc
|
---|
[2739] | 101 |
|
---|
[3389] | 102 | $(SOPHYAOBJP)stsrand.o: stsrand.cc stsrand.h \
|
---|
[4019] | 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
|
---|
[3389] | 106 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ stsrand.cc
|
---|
| 107 |
|
---|
[4019] | 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
|
---|
[2765] | 111 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc
|
---|
[2739] | 112 |
|
---|
[3602] | 113 | $(SOPHYAOBJP)dSFMT.o: dSFMT.c dsfmtflags.h dSFMT-params.h dSFMT.h dSFMT-params19937.h
|
---|
| 114 | $(CCOMPILE) -o $@ dSFMT.c
|
---|
| 115 |
|
---|
[4019] | 116 | $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
|
---|
| 117 | bithelp.h gnumd5.h
|
---|
[2765] | 118 | $(CCOMPILE) -o $@ gnumd5.c
|
---|
[2739] | 119 |
|
---|
[4019] | 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 |
|
---|