chiark / gitweb /
Reorganize some of the more random files.
[sod] / Makefile.am
index a41b175d5856534f814f01cd05bccdd9c8483640..3f03a38ce43f363291cb5987423789b8786c9dac 100644 (file)
@@ -27,23 +27,6 @@ include      $(top_srcdir)/vars.am
 
 SUBDIRS                         =
 
-###--------------------------------------------------------------------------
-### Package-configuration file.
-
-pkgconfigdir            = $(libdir)/pkgconfig
-pkgconfig_DATA          = sod.pc
-CLEANFILES             += sod.pc
-EXTRA_DIST             += sod.pc.in
-
-sod.pc: sod.pc.in Makefile
-       $(SUBST) $(srcdir)/sod.pc.in >$@.new $(SUBSTITUTIONS) && mv $@.new $@
-
-###--------------------------------------------------------------------------
-### Autoconf machinery.
-
-aclocaldir              = $(datadir)/aclocal
-dist_aclocal_DATA       = sod.m4
-
 ###--------------------------------------------------------------------------
 ### Subdirectories to build
 
@@ -59,19 +42,6 @@ SUBDIRS                      += doc
 ## The tests and examples.
 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
-
 ###--------------------------------------------------------------------------
 ### Distribution.