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