[2739] | 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)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)timestamp.o $(SOPHYAOBJP)gnumd5.o $(SOPHYAOBJP)srandgen.o
|
---|
| 7 | rm -f $(SOPHYALIBP)libBaseTools.a
|
---|
| 8 |
|
---|
| 9 | $(SOPHYALIBP)libBaseTools.a : $(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)rawstream.o $(SOPHYAOBJP)sophyainit.o $(SOPHYAOBJP)srandgen.o $(SOPHYAOBJP)timestamp.o
|
---|
| 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
[2739] | 12 |
|
---|
| 13 | $(SOPHYAOBJP)datatype.o: datatype.cc sopnamsp.h datatype.h \
|
---|
| 14 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 15 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatype.cc
|
---|
[2739] | 16 |
|
---|
| 17 | $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \
|
---|
[2765] | 18 | $(SOPHYAINCP)machdefs.h dvlist.h objfio.h \
|
---|
| 19 | anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
[3007] | 20 | rawstream.h ppfnametag.h mutyv.h timestamp.h \
|
---|
[2739] | 21 | $(SOPHYAINCP)strutil.h
|
---|
[2765] | 22 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dvlist.cc
|
---|
[2739] | 23 |
|
---|
| 24 | $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \
|
---|
[2765] | 25 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
| 26 | datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
| 27 | ppfnametag.h ndatablock.h anydataobj.h
|
---|
| 28 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc
|
---|
[2739] | 29 |
|
---|
| 30 | $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
|
---|
[3007] | 31 | $(SOPHYAINCP)machdefs.h timestamp.h \
|
---|
| 32 | objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
| 33 | rawstream.h ppfnametag.h
|
---|
[2765] | 34 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc
|
---|
[2739] | 35 |
|
---|
| 36 | $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
|
---|
[2765] | 37 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
| 38 | ndatablock.h anydataobj.h
|
---|
| 39 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc
|
---|
[2739] | 40 |
|
---|
| 41 | $(SOPHYAOBJP)pexceptions.o: pexceptions.cc sopnamsp.h pexceptions.h \
|
---|
| 42 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 43 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pexceptions.cc
|
---|
[2739] | 44 |
|
---|
| 45 | $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \
|
---|
[2765] | 46 | $(SOPHYAINCP)machdefs.h pexceptions.h \
|
---|
| 47 | ppersist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \
|
---|
| 48 | anydataobj.h
|
---|
| 49 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc
|
---|
[2739] | 50 |
|
---|
| 51 | $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
|
---|
[2765] | 52 | $(SOPHYAINCP)machdefs.h ppfbinstream.h \
|
---|
| 53 | rawstream.h pexceptions.h
|
---|
| 54 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc
|
---|
[2739] | 55 |
|
---|
| 56 | $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
|
---|
[2765] | 57 | $(SOPHYAINCP)machdefs.h sopnamsp.h \
|
---|
| 58 | ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
| 59 | rawstream.h ppfnametag.h
|
---|
| 60 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc
|
---|
[2739] | 61 |
|
---|
| 62 | $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
|
---|
[2765] | 63 | $(SOPHYAINCP)machdefs.h pexceptions.h
|
---|
| 64 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc
|
---|
[2739] | 65 |
|
---|
| 66 | $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \
|
---|
[2765] | 67 | $(SOPHYAINCP)machdefs.h sophyainit.h \
|
---|
| 68 | pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
| 69 | ppfnametag.h fiondblock.h ndatablock.h anydataobj.h dvlist.h objfio.h \
|
---|
[3007] | 70 | mutyv.h timestamp.h fiosegdb.h segdatablock.h ppftpointerio.h \
|
---|
| 71 | ppfwrapstlv.h sversion.h
|
---|
[2765] | 72 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc
|
---|
[2739] | 73 |
|
---|
| 74 | $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \
|
---|
[2765] | 75 | $(SOPHYAINCP)machdefs.h timestamp.h \
|
---|
[3007] | 76 | objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \
|
---|
| 77 | rawstream.h ppfnametag.h
|
---|
[2765] | 78 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc
|
---|
[2739] | 79 |
|
---|
[2765] | 80 | $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \
|
---|
[2739] | 81 | bithelp.h gnumd5.h
|
---|
[2765] | 82 | $(CCOMPILE) -o $@ gnumd5.c
|
---|
[2739] | 83 |
|
---|
| 84 | $(SOPHYAOBJP)srandgen.o: srandgen.c \
|
---|
[2765] | 85 | $(SOPHYAINCP)machdefs.h srandgen.h \
|
---|
| 86 | smathconst.h
|
---|
| 87 | $(CCOMPILE) -o $@ srandgen.c
|
---|
[2739] | 88 |
|
---|