[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 \
|
---|
[3074] | 18 | $(SOPHYAINCP)machdefs.h dvlist.h \
|
---|
| 19 | objfio.h 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 \
|
---|
[3074] | 25 | $(SOPHYAINCP)machdefs.h \
|
---|
| 26 | pexceptions.h datatype.h fiondblock.h ppersist.h gnumd5.h \
|
---|
| 27 | ppfbinstream.h rawstream.h ppfnametag.h ndatablock.h anydataobj.h
|
---|
[2765] | 28 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc
|
---|
[2739] | 29 |
|
---|
| 30 | $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \
|
---|
[3074] | 31 | $(SOPHYAINCP)machdefs.h \
|
---|
| 32 | timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \
|
---|
| 33 | ppfbinstream.h rawstream.h ppfnametag.h
|
---|
[2765] | 34 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc
|
---|
[2739] | 35 |
|
---|
| 36 | $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \
|
---|
[3074] | 37 | $(SOPHYAINCP)machdefs.h \
|
---|
| 38 | pexceptions.h ndatablock.h anydataobj.h
|
---|
[2765] | 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 \
|
---|
[3074] | 46 | $(SOPHYAINCP)machdefs.h \
|
---|
| 47 | pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \
|
---|
| 48 | ppfnametag.h anydataobj.h
|
---|
[2765] | 49 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc
|
---|
[2739] | 50 |
|
---|
| 51 | $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \
|
---|
[3074] | 52 | $(SOPHYAINCP)machdefs.h \
|
---|
| 53 | ppfbinstream.h rawstream.h pexceptions.h
|
---|
[2765] | 54 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc
|
---|
[2739] | 55 |
|
---|
| 56 | $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \
|
---|
[3074] | 57 | $(SOPHYAINCP)machdefs.h \
|
---|
| 58 | sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \
|
---|
| 59 | ppfbinstream.h rawstream.h ppfnametag.h
|
---|
[2765] | 60 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc
|
---|
[2739] | 61 |
|
---|
| 62 | $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
|
---|
[3074] | 63 | $(SOPHYAINCP)machdefs.h \
|
---|
| 64 | pexceptions.h
|
---|
[2765] | 65 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc
|
---|
[2739] | 66 |
|
---|
| 67 | $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \
|
---|
[3074] | 68 | $(SOPHYAINCP)machdefs.h \
|
---|
| 69 | sophyainit.h pexceptions.h ppersist.h gnumd5.h ppfbinstream.h \
|
---|
| 70 | rawstream.h ppfnametag.h fiondblock.h ndatablock.h anydataobj.h \
|
---|
| 71 | dvlist.h objfio.h mutyv.h timestamp.h fiosegdb.h segdatablock.h \
|
---|
| 72 | ppftpointerio.h ppfwrapstlv.h sversion.h
|
---|
[2765] | 73 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc
|
---|
[2739] | 74 |
|
---|
| 75 | $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \
|
---|
[3074] | 76 | $(SOPHYAINCP)machdefs.h \
|
---|
| 77 | timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \
|
---|
| 78 | ppfbinstream.h rawstream.h ppfnametag.h
|
---|
[2765] | 79 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc
|
---|
[2739] | 80 |
|
---|
[3074] | 81 | $(SOPHYAOBJP)gnumd5.o: gnumd5.c \
|
---|
| 82 | $(SOPHYAINCP)machdefs.h \
|
---|
[2739] | 83 | bithelp.h gnumd5.h
|
---|
[2765] | 84 | $(CCOMPILE) -o $@ gnumd5.c
|
---|
[2739] | 85 |
|
---|
| 86 | $(SOPHYAOBJP)srandgen.o: srandgen.c \
|
---|
[3074] | 87 | $(SOPHYAINCP)machdefs.h \
|
---|
| 88 | srandgen.h smathconst.h
|
---|
[2765] | 89 | $(CCOMPILE) -o $@ srandgen.c
|
---|
[2739] | 90 |
|
---|