Author :
Tom Tromey
Date :
1995-11-22 08:48:36
Hash :3b4be6e4 Message :Use @DIR@, not $(@DIR@)
data.am
install:: install-@SHORT@data
# We use a funny name because "install-data" has another meaning.
install-@SHORT@data: $(@LONG@)
$(top_srcdir)/mkinstalldirs @DIR@
for p in $(@LONG@); do \
$(INSTALL_DATA) $(srcdir)/$$p @DIR@/$$p; \
done
uninstall:: install-@SHORT@data
uninstall-@SHORT@data:
for p in $(@LONG@); do \
rm -f @DIR@/$$p; \
done