SINGA-13 Separate intermediate files of compilation from source files (optional)
This patch enables developers to compile the source files into a separate folder by mkdir build && cd build ../configure make The executable file (singa) is inside the build/ folder. Developers should manually copy it into the bin/ folder to run the singa-run script. The previous compilation flow is still supported, i.e., run ./configure in top folder directly. Merge branch 'update-compile' Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/d98c9efc Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/d98c9efc Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/d98c9efc Branch: refs/heads/master Commit: d98c9efc6126206413b390d2e3998d57a75a6337 Parents: 4df2bb5 a1e449e Author: wang wei <[email protected]> Authored: Tue Jun 16 15:21:20 2015 +0800 Committer: wang wei <[email protected]> Committed: Tue Jun 16 15:21:20 2015 +0800 ---------------------------------------------------------------------- Makefile.am | 9 +++++---- Makefile.in | 9 +++++---- README.md | 8 ++++++++ 3 files changed, 18 insertions(+), 8 deletions(-) ----------------------------------------------------------------------
