distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist: $(DISTFILES)
@for file in $(DISTFILES); do \
## See dist-subd-top.am to understand this.
test -f $(distdir)/$$file \
|| ln $(srcdir)/$$file $(distdir)/$$file \
|| cp -p $(srcdir)/$$file $(distdir)/$$file; \
done