X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/722aeb6258ece66880bca4892aeb1578d59087c1..b717d5d4d745859309f846cc509949c174b42e8e:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 84f652c..3f03a38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,17 +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 $@ - -###-------------------------------------------------------------------------- ### Subdirectories to build ## The SOD translator. @@ -54,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.