@SET_MAKE@
-# $Id: Makefile.am,v 1.11 2003/05/21 08:24:26 hno Exp $
+# $Id$
#
srcdir = @srcdir@
subdirs = @subdirs@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-ICON1 = anthony-binhex.gif
-ICON2 = anthony-bomb.gif \
+ICONS = anthony-binhex.gif \
+ anthony-bomb.gif \
anthony-box.gif \
anthony-box2.gif \
anthony-c.gif \
anthony-xpm.gif
icondir = $(datadir)/icons
-icon_DATA = $(ICON1) $(ICON2)
-EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
+icon_DATA = $(ICONS)
+EXTRA_DIST = $(ICONS)
DISTCLEANFILES =
all: all-am
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-iconDATA uninstall-info-am
-
-# The magic with ICON1,2 is to have a single dependency
-# for all of the icons.
-$(ICON2): $(ICON1)
-
-$(ICON1):
- @if [ ! -f "$(srcdir)/$(ICON1)" ]; then \
- $(SHELL) "$(srcdir)/icons.shar" ; \
- touch -r "$(srcdir)/icons.shar" *.gif ; \
- fi
-
-update-icons.shar:
- shar --no-timestamp $(ICON1) $(ICON2) > $@ 2>/dev/null || \
- shar $(ICON1) $(ICON2) > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: