summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/Makefile.am
blob: 066be6df50c4887b2428fd08af7959f5cbe71751 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

SUBDIRS= src doc

MAINTAINERCLEANFILES =  aclocal.m4 config.h.in configure Makefile.in \
			stamp-h.in *~

dist-hook:
	cp $(srcdir)/doc/bcmath.1 $(distdir)/doc
	cp $(srcdir)/src/private.h $(distdir)/src
	cp $(srcdir)/FAQ $(distdir)