summaryrefslogtreecommitdiff
path: root/bindings/cl/Makefile.am
blob: 034d1f470ca2425befbd6e948734ced7fbdca508 (plain)
1
2
3
4
5
6
7
8
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)