Changeset 2765 in Sophya for trunk/SophyaLib/SysTools
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaLib/SysTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/Makefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \ 14 $(SOPHYAINCP)sopnamsp.h cexpre.h \ 15 $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 16 15 $(SOPHYAINCP)pexceptions.h \ 17 16 $(SOPHYAINCP)srandgen.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 18 20 19 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h \ 22 commander.h \ 20 $(SOPHYAINCP)sopnamsp.h commander.h \ 23 21 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 24 22 $(SOPHYAINCP)dvlist.h \ … … 33 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 34 32 $(SOPHYAINCP)strutil.h \ 35 $(SOPHYAINCP)strutilxx.h \ 36 cexpre.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h \ 38 zthread.h 39 $(CXXCOMPILELIB) -o $@ $< 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 34 $(SOPHYAINCP)srandgen.h zthread.h 35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 40 36 41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \ 43 38 $(SOPHYAINCP)machdefs.h ctimer.h 44 $(CXXCOMPILE LIB) -o $@ $<39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 45 40 46 41 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 47 $(SOPHYAINCP)sopnamsp.h \ 48 cxxcmplnk.h \ 42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 49 43 $(SOPHYAINCP)machdefs.h 50 $(CXXCOMPILE LIB) -o $@ $<44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 51 45 52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \ 53 $(SOPHYAINCP)machdefs.h \ 54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 55 $(CXXCOMPILELIB) -o $@ $< 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \ 47 pdlmgr.h 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 56 49 57 50 $(SOPHYAOBJP)periodic.o: periodic.cc \ 58 51 $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)machdefs.h \ 60 periodic.h 61 $(CXXCOMPILELIB) -o $@ $< 52 $(SOPHYAINCP)machdefs.h periodic.h 53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 62 54 63 55 $(SOPHYAOBJP)psighand.o: psighand.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 psighand.h \ 56 $(SOPHYAINCP)sopnamsp.h psighand.h \ 66 57 $(SOPHYAINCP)machdefs.h \ 67 58 $(SOPHYAINCP)pexceptions.h 68 $(CXXCOMPILE LIB) -o $@ $<59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 69 60 70 61 $(SOPHYAOBJP)resusage.o: resusage.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 72 resusage.h \ 62 $(SOPHYAINCP)sopnamsp.h resusage.h \ 73 63 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE LIB) -o $@ $<64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 75 65 76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 77 $(SOPHYAINCP)sopnamsp.h \ 78 rpneval.h \ 79 $(SOPHYAINCP)machdefs.h \ 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 80 68 $(SOPHYAINCP)pexceptions.h \ 81 69 $(SOPHYAINCP)strutilxx.h \ 82 70 $(SOPHYAINCP)srandgen.h 83 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 84 72 85 $(SOPHYAOBJP)zthread.o: zthread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 zthread.h \ 88 $(SOPHYAINCP)machdefs.h \ 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 89 75 $(SOPHYAINCP)pexceptions.h 90 $(CXXCOMPILE LIB) -o $@ $<76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 91 77 92 78 $(SOPHYAOBJP)timing.o: timing.c timing.h 93 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ timing.c 94 80 -
trunk/SophyaLib/SysTools/smakefile
r2763 r2765 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc \ 14 $(SOPHYAINCP)sopnamsp.h cexpre.h \ 15 $(SOPHYAINCP)machdefs.h \ 13 $(SOPHYAOBJP)cexpre.o: cexpre.cc $(SOPHYAINCP)sopnamsp.h \ 14 cexpre.h $(SOPHYAINCP)machdefs.h \ 16 15 $(SOPHYAINCP)pexceptions.h \ 17 16 $(SOPHYAINCP)srandgen.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 18 20 19 $(SOPHYAOBJP)commander.o: commander.cc \ 21 $(SOPHYAINCP)sopnamsp.h \ 22 commander.h \ 20 $(SOPHYAINCP)sopnamsp.h commander.h \ 23 21 $(SOPHYAINCP)machdefs.h pdlmgr.h \ 24 22 $(SOPHYAINCP)dvlist.h \ … … 33 31 $(SOPHYAINCP)mutyv.h ctimer.h \ 34 32 $(SOPHYAINCP)strutil.h \ 35 $(SOPHYAINCP)strutilxx.h \ 36 cexpre.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h \ 38 zthread.h 39 $(CXXCOMPILELIB) -o $@ $< 33 $(SOPHYAINCP)strutilxx.h cexpre.h rpneval.h \ 34 $(SOPHYAINCP)srandgen.h zthread.h 35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 40 36 41 $(SOPHYAOBJP)ctimer.o: ctimer.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 37 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)sopnamsp.h \ 43 38 $(SOPHYAINCP)machdefs.h ctimer.h 44 $(CXXCOMPILE LIB) -o $@ $<39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 45 40 46 41 $(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \ 47 $(SOPHYAINCP)sopnamsp.h \ 48 cxxcmplnk.h \ 42 $(SOPHYAINCP)sopnamsp.h cxxcmplnk.h \ 49 43 $(SOPHYAINCP)machdefs.h 50 $(CXXCOMPILE LIB) -o $@ $<44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cxxcmplnk.cc 51 45 52 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \ 53 $(SOPHYAINCP)machdefs.h \ 54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h 55 $(CXXCOMPILELIB) -o $@ $< 46 $(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc $(SOPHYAINCP)sopnamsp.h \ 47 pdlmgr.h 48 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pdlmgr.cc 56 49 57 50 $(SOPHYAOBJP)periodic.o: periodic.cc \ 58 51 $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)machdefs.h \ 60 periodic.h 61 $(CXXCOMPILELIB) -o $@ $< 52 $(SOPHYAINCP)machdefs.h periodic.h 53 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ periodic.cc 62 54 63 55 $(SOPHYAOBJP)psighand.o: psighand.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 psighand.h \ 56 $(SOPHYAINCP)sopnamsp.h psighand.h \ 66 57 $(SOPHYAINCP)machdefs.h \ 67 58 $(SOPHYAINCP)pexceptions.h 68 $(CXXCOMPILE LIB) -o $@ $<59 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psighand.cc 69 60 70 61 $(SOPHYAOBJP)resusage.o: resusage.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 72 resusage.h \ 62 $(SOPHYAINCP)sopnamsp.h resusage.h \ 73 63 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE LIB) -o $@ $<64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ resusage.cc 75 65 76 $(SOPHYAOBJP)rpneval.o: rpneval.cc \ 77 $(SOPHYAINCP)sopnamsp.h \ 78 rpneval.h \ 79 $(SOPHYAINCP)machdefs.h \ 66 $(SOPHYAOBJP)rpneval.o: rpneval.cc $(SOPHYAINCP)sopnamsp.h \ 67 rpneval.h $(SOPHYAINCP)machdefs.h \ 80 68 $(SOPHYAINCP)pexceptions.h \ 81 69 $(SOPHYAINCP)strutilxx.h \ 82 70 $(SOPHYAINCP)srandgen.h 83 $(CXXCOMPILE LIB) -o $@ $<71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 84 72 85 $(SOPHYAOBJP)zthread.o: zthread.cc \ 86 $(SOPHYAINCP)sopnamsp.h \ 87 zthread.h \ 88 $(SOPHYAINCP)machdefs.h \ 73 $(SOPHYAOBJP)zthread.o: zthread.cc $(SOPHYAINCP)sopnamsp.h \ 74 zthread.h $(SOPHYAINCP)machdefs.h \ 89 75 $(SOPHYAINCP)pexceptions.h 90 $(CXXCOMPILE LIB) -o $@ $<76 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ zthread.cc 91 77 92 78 $(SOPHYAOBJP)timing.o: timing.c timing.h 93 $(CCOMPILE) -o $@ $<79 $(CCOMPILE) -o $@ timing.c 94 80
Note:
See TracChangeset
for help on using the changeset viewer.