X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/0fafa094cfea42277f4e9447b77503191b6ad26f..c6b4ed992d81518f240509e6ab212d8fe705485a:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a41b175..3f03a38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,23 +28,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 ## The SOD translator. @@ -60,19 +43,6 @@ SUBDIRS += doc 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. ## Release number.