Author :
Tom Tromey
Date :
1995-11-22 08:51:30
Hash :e196683f Message :Use @LONG@, not $(@LONG@)
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