]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 1 Sep 2008 00:14:37 +0000 (18:14 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 1 Sep 2008 00:14:37 +0000 (18:14 -0600)
icons/Makefile.in

index e60f05cf4c8c1de7248e20c6354eea12ec59751b..ae6ed6250b770d1ac479b2d9e11c907683f19b97 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.am,v 1.11 2003/05/21 08:24:26 hno Exp $
+# $Id$
 #
 
 srcdir = @srcdir@
@@ -280,8 +280,8 @@ sharedstatedir = @sharedstatedir@
 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 \
@@ -309,8 +309,8 @@ ICON2 = anthony-bomb.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
 
@@ -493,20 +493,6 @@ uninstall-am: uninstall-iconDATA uninstall-info-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: