Changeset 3615 in Sophya for trunk/SophyaLib/SysTools/smakefile
- Timestamp:
- May 1, 2009, 1:34:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/smakefile
r3405 r3615 15 15 $(SOPHYAINCP)pexceptions.h \ 16 16 $(SOPHYAINCP)machdefs.h \ 17 $(SOPHYAINCP)srandgen.h 17 $(SOPHYAINCP)srandgen.h \ 18 $(SOPHYAINCP)randinterf.h \ 19 $(SOPHYAINCP)anydataobj.h 18 20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cexpre.cc 19 21 … … 35 37 $(SOPHYAINCP)strutilxx.h cexpre.h \ 36 38 $(SOPHYAINCP)pexceptions.h rpneval.h \ 37 $(SOPHYAINCP)srandgen.h zthread.h 39 $(SOPHYAINCP)srandgen.h \ 40 $(SOPHYAINCP)randinterf.h zthread.h 38 41 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ commander.cc 39 42 40 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP) sopnamsp.h \41 $(SOPHYAINCP) machdefs.h ctimer.h43 $(SOPHYAOBJP)ctimer.o: ctimer.cc $(SOPHYAINCP)machdefs.h \ 44 $(SOPHYAINCP)sopnamsp.h ctimer.h 42 45 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ctimer.cc 43 46 … … 70 73 $(SOPHYAINCP)machdefs.h \ 71 74 $(SOPHYAINCP)strutilxx.h \ 72 $(SOPHYAINCP)srandgen.h 75 $(SOPHYAINCP)srandgen.h \ 76 $(SOPHYAINCP)randinterf.h \ 77 $(SOPHYAINCP)anydataobj.h 73 78 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rpneval.cc 74 79
Note:
See TracChangeset
for help on using the changeset viewer.