Annotation of embedaddon/php/ext/bcmath/libbcmath/Makefile.am, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>