1 AUTOMAKE_OPTIONS = foreign 2 3 EXTRA_DIST = bootstrap LICENSES INSTALL README TODO win32 perl 4 5 SUBDIRS = src @PERL_SUBDIRS@ 6 7 dist-hook: 8 @for file in $(EXTRA_DIST); do \ 9 find $(distdir)/$$file -name .svn | xargs rm -rf ; \ 10 done 11 @if [ -f perl/Makefile ] ; then \ 12 make -C perl clean ; \ 13 fi