~ubuntu-branches/ubuntu/intrepid/gnome-themes/intrepid

« back to all changes in this revision

Viewing changes to HighContrastLargePrint/icons/48x48/filesystems/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-27 07:50:20 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070227075020-oqqz23q0ed58ym5n
Tags: 2.17.92-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NULL=
2
 
 
3
 
icondir=        $(datadir)/icons/HighContrastLargePrint/48x48/filesystems/
4
 
 
5
 
icon_DATA=      \
6
 
                gnome-fs-client.png \
7
 
                gnome-fs-desktop.png \
8
 
                gnome-fs-directory-accept.icon \
9
 
                gnome-fs-directory-accept.png \
10
 
                gnome-fs-directory.icon\
11
 
                gnome-fs-directory.png \
12
 
                gnome-fs-executable.png \
13
 
                gnome-fs-home.png \
14
 
                gnome-fs-network.png \
15
 
                gnome-fs-regular.png \
16
 
                gnome-fs-share.png \
17
 
                gnome-fs-trash-empty.png \
18
 
                gnome-fs-trash-full.png \
19
 
                $(NULL)
20
 
 
21
 
EXTRA_DIST=     $(icon_DATA) \
22
 
                symlinks.dat
23
 
 
24
 
install: install-am
25
 
        $(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir)
26
 
 
27
 
uninstall-symlinks:
28
 
        list=`ls $(DESTDIR)$(icondir)`; for p in $$list; do \
29
 
        if test -h $(DESTDIR)$(icondir)/$$p; then \
30
 
                rm -f $(DESTDIR)$(icondir)/$$p; \
31
 
        fi; \
32
 
        done
33
 
 
34
 
uninstall-am: uninstall-iconDATA uninstall-symlinks