1 # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
3 # You need node.js to build MKWS. On caliban, get it using:
4 # export PATH=$PATH:/home/indexdata/node/node-v0.10.32-linux-x64/bin
7 ${MAKE} -C./test node-modules
8 ${MAKE} -C./tools/htdocs $@
9 ${MAKE} -C./doc install
12 ${MAKE} -C./tools/htdocs $@
14 ${MAKE} -C./examples/htdocs $@
18 ${MAKE} -C./test check
20 phantomjs p p-all phantomjs-all jsb:
23 # must be called once after GIT checkout
25 ${MAKE} -C./test node-modules
27 check: setup check-js phantomjs
30 @echo "make [ all | setup | clean | distclean ]"
31 @echo " [ check | check-js | phantomjs ]"
33 @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"