source: trunk/third/gnome-icon-theme/Makefile.am @ 20832

Revision 20832, 2.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20831, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = 12x12 16x16 24x24 32x32 36x36 48x48 72x72 96x96 192x192 scalable po
2
3pkgconfigdir = $(libdir)/pkgconfig
4pkgconfig_DATA = gnome-icon-theme.pc
5
6THEME_IN_FILES=index.theme.in
7
8%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
9
10hicolor_dirs = \
11        $(datadir)/pixmaps              \
12        $(datadir)/icons                \
13        /usr/share/icons                \
14        /usr/share/pixmaps
15icondir = $(datadir)/icons/gnome
16
17icon_DATA = index.theme
18
19EXTRA_DIST=                             \
20        index.theme.in                  \
21        intltool-update.in              \
22        intltool-merge.in               \
23        intltool-extract.in             \
24        gnome-icon-theme.spec           \
25        gnome-icon-theme.spec.in        \
26        gnome-icon-theme.pc.in          \
27        mkinstalldirs
28
29# we don't want to install mo files, all translations are already stored
30# in theme files
31# Ensure that hicolor is installed too
32install-data-local:
33        $(MAKE) -C po uninstall
34if ENABLE_HICOLOR_CHECK
35        @dirs='$(hicolor_dirs)'; for dir in $$dirs; do          \
36            echo Checking for hicolor theme in \'$$dir/hicolor/index.theme\' ;  \
37            if test -f "$$dir/hicolor/index.theme"; then        \
38                echo Good.  Found it.   ;                       \
39                exit 0;                                         \
40            fi ;                                                \
41        done ;                                                  \
42        echo ;                                                  \
43        echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" ;        \
44        echo "Could not find the theme 'hicolor' which acts as the base for all other" ;        \
45        echo "themes, including gnome-icon-theme.  Perhaps you need to install it." ;           \
46        echo "You can get a copy from http://freedesktop.org/Software/icon-theme/releases" ;    \
47        echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@" ;        \
48        echo ;                                                                                  \
49        exit 1
50endif
51
52DISTCHECK_CONFIGURE_FLAGS = --disable-hicolor-check
53
54CLEANFILES =                            \
55        index.theme
56
57DISTCLEANFILES =                        \
58        po/.intltool-merge-cache        \
59        intltool-extract                \
60        intltool-merge                  \
61        intltool-update
62
63MAINTAINERCLEANFILES =                  \
64        Makefile.in                     \
65        aclocal.m4                      \
66        configure                       \
67        install-sh                      \
68        intltool-extract.in             \
69        intltool-merge.in               \
70        intltool-update.in              \
71        missing                         \
72        po/Makefile.in.in               \
73        po/$(GETTEXT_PACKAGE).pot
74
Note: See TracBrowser for help on using the repository browser.