Changeset 3123 in Sophya for trunk/SophyaLib/BaseTools/Makefile
- Timestamp:
- Jan 10, 2007, 12:53:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r2834 r3123 16 16 17 17 $(SOPHYAOBJP)dvlist.o: dvlist.cc sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h dvlist.h objfio.h\19 anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \18 $(SOPHYAINCP)machdefs.h dvlist.h \ 19 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \ 20 20 rawstream.h ppfnametag.h mutyv.h timestamp.h \ 21 21 $(SOPHYAINCP)strutil.h … … 23 23 24 24 $(SOPHYAOBJP)fiondblock.o: fiondblock.cc sopnamsp.h \ 25 $(SOPHYAINCP)machdefs.h pexceptions.h\26 datatype.h fiondblock.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \27 ppf nametag.h ndatablock.h anydataobj.h25 $(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 28 28 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiondblock.cc 29 29 30 30 $(SOPHYAOBJP)mutyv.o: mutyv.cc sopnamsp.h mutyv.h \ 31 $(SOPHYAINCP)machdefs.h timestamp.h\32 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \33 rawstream.h ppfnametag.h31 $(SOPHYAINCP)machdefs.h \ 32 timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \ 33 ppfbinstream.h rawstream.h ppfnametag.h 34 34 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mutyv.cc 35 35 36 36 $(SOPHYAOBJP)ndatablock.o: ndatablock.cc sopnamsp.h \ 37 $(SOPHYAINCP)machdefs.h pexceptions.h\38 ndatablock.h anydataobj.h37 $(SOPHYAINCP)machdefs.h \ 38 pexceptions.h ndatablock.h anydataobj.h 39 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ndatablock.cc 40 40 … … 44 44 45 45 $(SOPHYAOBJP)ppersist.o: ppersist.cc sopnamsp.h \ 46 $(SOPHYAINCP)machdefs.h pexceptions.h\47 p persist.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h \48 anydataobj.h46 $(SOPHYAINCP)machdefs.h \ 47 pexceptions.h ppersist.h gnumd5.h ppfbinstream.h rawstream.h \ 48 ppfnametag.h anydataobj.h 49 49 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppersist.cc 50 50 51 51 $(SOPHYAOBJP)ppfbinstream.o: ppfbinstream.cc sopnamsp.h \ 52 $(SOPHYAINCP)machdefs.h ppfbinstream.h\53 rawstream.h pexceptions.h52 $(SOPHYAINCP)machdefs.h \ 53 ppfbinstream.h rawstream.h pexceptions.h 54 54 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppfbinstream.cc 55 55 56 56 $(SOPHYAOBJP)ppftpointerio.o: ppftpointerio.cc \ 57 $(SOPHYAINCP)machdefs.h sopnamsp.h\58 ppftpointerio.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \59 rawstream.h ppfnametag.h57 $(SOPHYAINCP)machdefs.h \ 58 sopnamsp.h ppftpointerio.h ppersist.h pexceptions.h gnumd5.h \ 59 ppfbinstream.h rawstream.h ppfnametag.h 60 60 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftpointerio.cc 61 61 62 62 $(SOPHYAOBJP)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \ 63 $(SOPHYAINCP)machdefs.h pexceptions.h 63 $(SOPHYAINCP)machdefs.h \ 64 pexceptions.h 64 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rawstream.cc 65 66 66 67 $(SOPHYAOBJP)sophyainit.o: sophyainit.cc sopnamsp.h \ 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 \70 mutyv.h timestamp.h fiosegdb.h segdatablock.h ppftpointerio.h \71 ppf wrapstlv.h sversion.h68 $(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 72 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sophyainit.cc 73 74 74 75 $(SOPHYAOBJP)timestamp.o: timestamp.cc sopnamsp.h \ 75 $(SOPHYAINCP)machdefs.h timestamp.h\76 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h ppfbinstream.h \77 rawstream.h ppfnametag.h76 $(SOPHYAINCP)machdefs.h \ 77 timestamp.h objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h \ 78 ppfbinstream.h rawstream.h ppfnametag.h 78 79 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timestamp.cc 79 80 80 $(SOPHYAOBJP)gnumd5.o: gnumd5.c $(SOPHYAINCP)machdefs.h \ 81 $(SOPHYAOBJP)gnumd5.o: gnumd5.c \ 82 $(SOPHYAINCP)machdefs.h \ 81 83 bithelp.h gnumd5.h 82 84 $(CCOMPILE) -o $@ gnumd5.c 83 85 84 86 $(SOPHYAOBJP)srandgen.o: srandgen.c \ 85 $(SOPHYAINCP)machdefs.h srandgen.h\86 s mathconst.h87 $(SOPHYAINCP)machdefs.h \ 88 srandgen.h smathconst.h 87 89 $(CCOMPILE) -o $@ srandgen.c 88 90
Note:
See TracChangeset
for help on using the changeset viewer.