2 EXTRA_DIST = cvscompile
3 AUTOMAKE_OPTIONS = foreign
6 -chmod -R a+r $(distdir)
7 @if ! test -z "$(AMTAR)"; then \
8 $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
10 $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \