Makefile.am 292 B

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