asdf-hack.lisp.in: Shore up and distribute.
[sod] / Makefile.am
index c4fdc05..13b559f 100644 (file)
@@ -56,6 +56,13 @@ SUBDIRS                      += test
 ###--------------------------------------------------------------------------
 ### Additional random things useful during development.
 
+## ASDF hacking for finding the system definitions.
+EXTRA_DIST             += asdf-hack.lisp.in
+noinst_DATA            += asdf-hack.lisp
+asdf-hack.lisp: asdf-hack.lisp.in Makefile
+       $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \
+               mv $@.new $@
+
 ## Emacs hacking for indentation.
 EXTRA_DIST             += emacs-hacks.el