From 6fcdc5fa69ea44d38e5505c23a6e9645efd35027 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 3 Dec 2009 10:14:07 +0100 Subject: common lisp binding & perf tests added --- bindings/cl/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bindings/cl/Makefile.am (limited to 'bindings/cl/Makefile.am') diff --git a/bindings/cl/Makefile.am b/bindings/cl/Makefile.am new file mode 100644 index 0000000..034d1f4 --- /dev/null +++ b/bindings/cl/Makefile.am @@ -0,0 +1,9 @@ +sitedir=$(CLDIR)/../site/zeromq +zeromqasd=$(CLDIR)/zeromq.asd + +install-data-local: + if test -d $(sitedir); then rm -rdf $(sitedir); fi + mkdir $(sitedir) + chown --reference=$(sitedir)/.. $(sitedir) + cp *.lisp *.asd $(sitedir) + ln -sf $(sitedir)/zeromq.asd $(zeromqasd) -- cgit v1.2.3