create symlinks
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 9 Jul 2013 12:09:15 +0000 (12:09 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 9 Jul 2013 12:09:15 +0000 (12:09 +0000)
experiments/spclient/Makefile [new file with mode: 0644]

diff --git a/experiments/spclient/Makefile b/experiments/spclient/Makefile
new file mode 100644 (file)
index 0000000..31a73d7
--- /dev/null
@@ -0,0 +1,24 @@
+######################################################################
+# Copyright (c) 2013 IndexData ApS. http://indexdata.com
+#
+
+ALL= libjs-pz2 mkws.js mkwsStyle.css
+
+all: build
+
+mkwsStyle.css mkws.js:
+       ln -fs ../../tools/htdocs/$@ .
+
+libjs-pz2:
+       ln -fs ../../../$@ .
+
+build: ${ALL}
+       
+clean:
+       rm -f ${ALL}
+
+help:
+       @echo "make [ help | build | clean ]"
+       @echo ""
+       @echo "Please check ../../README file too!"
+