summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: cefd5ced7e96e4b5fac3193c3728863571f50f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in
#
# Copyright (C) 1996-2010 Markus F.X.J. Oberhumer
#

SUBDIRS = src doc

dist-hook:
	-rm -rf $(distdir)/autoconf/
	cp -pR $(srcdir)/B/ $(srcdir)/autoconf/ $(distdir)/
	find $(distdir)/ -type l -print0 | xargs -0r rm -f

@MAINT@-include $(top_srcdir)/Makefile.maint