Changeset 3405 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- Nov 23, 2007, 7:14:44 PM (18 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/Makefile
r3066 r3405 18 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 19 20 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h commander.h \ 22 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 20 $(SOPHYAOBJP)commander.o: commander.cc $(SOPHYAINCP)sopnamsp.h \ 21 commander.h $(SOPHYAINCP)machdefs.h pdlmgr.h \ 23 22 $(SOPHYAINCP)dvlist.h \ 24 23 $(SOPHYAINCP)objfio.h \ … … 43 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 44 43 45 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 46 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 47 $(SOPHYAINCP)machdefs.h \ 44 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \ 45 cxxcmplnk.h $(SOPHYAINCP)machdefs.h \ 48 46 $(SOPHYAINCP)sspvflags.h 49 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc … … 53 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 54 52 55 $(SOPHYAOBJP)periodic.o: periodic.cc \ 56 $(SOPHYAINCP)sopnamsp.h \ 53 $(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \ 57 54 $(SOPHYAINCP)machdefs.h periodic.h 58 55 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 59 56 60 $(SOPHYAOBJP)psighand.o: psighand.cc \ 61 $(SOPHYAINCP)sopnamsp.h psighand.h \ 62 $(SOPHYAINCP)machdefs.h \ 57 $(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h \ 58 psighand.h $(SOPHYAINCP)machdefs.h \ 63 59 $(SOPHYAINCP)pexceptions.h \ 64 60 $(SOPHYAINCP)machdefs.h 65 61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 66 62 67 $(SOPHYAOBJP)resusage.o: resusage.cc \ 68 $(SOPHYAINCP)sopnamsp.h resusage.h \ 69 $(SOPHYAINCP)machdefs.h 63 $(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h \ 64 resusage.h $(SOPHYAINCP)machdefs.h 70 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 71 66 72 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 73 $(SOPHYAINCP)sopnamsp.h rpneval.h \ 74 $(SOPHYAINCP)machdefs.h \ 67 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 68 rpneval.h $(SOPHYAINCP)machdefs.h \ 75 69 $(SOPHYAINCP)pexceptions.h \ 76 70 $(SOPHYAINCP)machdefs.h \ … … 79 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 80 74 81 $(SOPHYAOBJP)zthread.o: zthread.cc \ 82 $(SOPHYAINCP)sopnamsp.h zthread.h \ 83 $(SOPHYAINCP)machdefs.h \ 75 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 76 zthread.h $(SOPHYAINCP)machdefs.h \ 84 77 $(SOPHYAINCP)pexceptions.h \ 85 78 $(SOPHYAINCP)machdefs.h -
trunk/SophyaLib/SysTools/smakefile
r3066 r3405 18 18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 19 20 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h commander.h \ 22 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 20 $(SOPHYAOBJP)commander.o: commander.cc $(SOPHYAINCP)sopnamsp.h \ 21 commander.h $(SOPHYAINCP)machdefs.h pdlmgr.h \ 23 22 $(SOPHYAINCP)dvlist.h \ 24 23 $(SOPHYAINCP)objfio.h \ … … 43 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 44 43 45 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 46 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 47 $(SOPHYAINCP)machdefs.h \ 44 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc $(SOPHYAINCP)sopnamsp.h \ 45 cxxcmplnk.h $(SOPHYAINCP)machdefs.h \ 48 46 $(SOPHYAINCP)sspvflags.h 49 47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc … … 53 51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 54 52 55 $(SOPHYAOBJP)periodic.o: periodic.cc \ 56 $(SOPHYAINCP)sopnamsp.h \ 53 $(SOPHYAOBJP)periodic.o: periodic.cc $(SOPHYAINCP)sopnamsp.h \ 57 54 $(SOPHYAINCP)machdefs.h periodic.h 58 55 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 59 56 60 $(SOPHYAOBJP)psighand.o: psighand.cc \ 61 $(SOPHYAINCP)sopnamsp.h psighand.h \ 62 $(SOPHYAINCP)machdefs.h \ 57 $(SOPHYAOBJP)psighand.o: psighand.cc $(SOPHYAINCP)sopnamsp.h \ 58 psighand.h $(SOPHYAINCP)machdefs.h \ 63 59 $(SOPHYAINCP)pexceptions.h \ 64 60 $(SOPHYAINCP)machdefs.h 65 61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 66 62 67 $(SOPHYAOBJP)resusage.o: resusage.cc \ 68 $(SOPHYAINCP)sopnamsp.h resusage.h \ 69 $(SOPHYAINCP)machdefs.h 63 $(SOPHYAOBJP)resusage.o: resusage.cc $(SOPHYAINCP)sopnamsp.h \ 64 resusage.h $(SOPHYAINCP)machdefs.h 70 65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 71 66 72 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 73 $(SOPHYAINCP)sopnamsp.h rpneval.h \ 74 $(SOPHYAINCP)machdefs.h \ 67 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 68 rpneval.h $(SOPHYAINCP)machdefs.h \ 75 69 $(SOPHYAINCP)pexceptions.h \ 76 70 $(SOPHYAINCP)machdefs.h \ … … 79 73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 80 74 81 $(SOPHYAOBJP)zthread.o: zthread.cc \ 82 $(SOPHYAINCP)sopnamsp.h zthread.h \ 83 $(SOPHYAINCP)machdefs.h \ 75 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 76 zthread.h $(SOPHYAINCP)machdefs.h \ 84 77 $(SOPHYAINCP)pexceptions.h \ 85 78 $(SOPHYAINCP)machdefs.h
Note:
See TracChangeset
for help on using the changeset viewer.