1## Process this file with automake to produce Makefile.in 2 3SUBDIRS= src doc 4 5MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ 6 stamp-h.in *~ 7 8dist-hook: 9 cp $(srcdir)/doc/bcmath.1 $(distdir)/doc 10 cp $(srcdir)/src/private.h $(distdir)/src 11 cp $(srcdir)/FAQ $(distdir) 12 13