Changeset 3007 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Jul 5, 2006, 10:59:39 AM (19 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/Makefile
r2834 r3007 14 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 15 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)srandgen.h 17 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc … … 22 23 $(SOPHYAINCP)dvlist.h \ 23 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)machdefs.h \ 24 26 $(SOPHYAINCP)anydataobj.h \ 25 27 $(SOPHYAINCP)ppersist.h \ … … 32 34 $(SOPHYAINCP)timestamp.h ctimer.h \ 33 35 $(SOPHYAINCP)strutil.h \ 34 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 36 $(SOPHYAINCP)strutilxx.h cexpre.h \ 37 $(SOPHYAINCP)pexceptions.h rpneval.h \ 35 38 $(SOPHYAINCP)srandgen.h zthread.h 36 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc … … 45 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 46 49 47 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP) sopnamsp.h \48 pdlmgr.h50 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \ 51 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 49 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 50 53 … … 57 60 $(SOPHYAINCP)sopnamsp.h psighand.h \ 58 61 $(SOPHYAINCP)machdefs.h \ 59 $(SOPHYAINCP)pexceptions.h 62 $(SOPHYAINCP)pexceptions.h \ 63 $(SOPHYAINCP)machdefs.h 60 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 61 65 … … 65 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 66 70 67 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 68 rpneval.h $(SOPHYAINCP)machdefs.h \ 71 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 72 $(SOPHYAINCP)sopnamsp.h rpneval.h \ 73 $(SOPHYAINCP)machdefs.h \ 69 74 $(SOPHYAINCP)pexceptions.h \ 75 $(SOPHYAINCP)machdefs.h \ 70 76 $(SOPHYAINCP)strutilxx.h \ 71 77 $(SOPHYAINCP)srandgen.h 72 78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 73 79 74 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 75 zthread.h $(SOPHYAINCP)machdefs.h \ 76 $(SOPHYAINCP)pexceptions.h 80 $(SOPHYAOBJP)zthread.o: zthread.cc \ 81 $(SOPHYAINCP)sopnamsp.h zthread.h \ 82 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)pexceptions.h \ 84 $(SOPHYAINCP)machdefs.h 77 85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 78 86 -
trunk/SophyaLib/SysTools/smakefile
r2765 r3007 14 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 15 15 $(SOPHYAINCP)pexceptions.h \ 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)srandgen.h 17 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc … … 22 23 $(SOPHYAINCP)dvlist.h \ 23 24 $(SOPHYAINCP)objfio.h \ 25 $(SOPHYAINCP)machdefs.h \ 24 26 $(SOPHYAINCP)anydataobj.h \ 25 27 $(SOPHYAINCP)ppersist.h \ … … 29 31 $(SOPHYAINCP)rawstream.h \ 30 32 $(SOPHYAINCP)ppfnametag.h \ 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 33 $(SOPHYAINCP)mutyv.h \ 34 $(SOPHYAINCP)timestamp.h ctimer.h \ 32 35 $(SOPHYAINCP)strutil.h \ 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 36 $(SOPHYAINCP)strutilxx.h cexpre.h \ 37 $(SOPHYAINCP)pexceptions.h rpneval.h \ 34 38 $(SOPHYAINCP)srandgen.h zthread.h 35 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc … … 44 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 45 49 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP) sopnamsp.h \47 pdlmgr.h50 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)machdefs.h \ 51 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 48 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 49 53 … … 56 60 $(SOPHYAINCP)sopnamsp.h psighand.h \ 57 61 $(SOPHYAINCP)machdefs.h \ 58 $(SOPHYAINCP)pexceptions.h 62 $(SOPHYAINCP)pexceptions.h \ 63 $(SOPHYAINCP)machdefs.h 59 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 60 65 … … 64 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 65 70 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 71 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 72 $(SOPHYAINCP)sopnamsp.h rpneval.h \ 73 $(SOPHYAINCP)machdefs.h \ 68 74 $(SOPHYAINCP)pexceptions.h \ 75 $(SOPHYAINCP)machdefs.h \ 69 76 $(SOPHYAINCP)strutilxx.h \ 70 77 $(SOPHYAINCP)srandgen.h 71 78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 72 79 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 75 $(SOPHYAINCP)pexceptions.h 80 $(SOPHYAOBJP)zthread.o: zthread.cc \ 81 $(SOPHYAINCP)sopnamsp.h zthread.h \ 82 $(SOPHYAINCP)machdefs.h \ 83 $(SOPHYAINCP)pexceptions.h \ 84 $(SOPHYAINCP)machdefs.h 76 85 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 77 86
Note:
See TracChangeset
for help on using the changeset viewer.