~ubuntu-branches/ubuntu/natty/gnome-icon-theme/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-10 11:50:31 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100610115031-d5kn01lfqthbzcim
Tags: 2.30.3-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control.in:
  - Add Vcs-Bzr link
* debian/rules:
  - Install distributor icons
  - Use the --enable-icon-mapping configure option
* debian/prerm:
* debian/postinst:
  - Update alternatives for Ubuntu icon
* debian/source:
  - Use source version 3.0
* debian/ubuntu-icons: 
  - Ubuntu logo and cd isos logos
* debian/watch: 
  - Watch unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
subdir = .
36
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37
37
        $(srcdir)/Makefile.in $(srcdir)/gnome-icon-theme.pc.in \
38
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
39
 
        TODO install-sh missing mkinstalldirs
 
38
        $(top_srcdir)/configure AUTHORS COPYING NEWS TODO install-sh \
 
39
        missing
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
44
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45
45
 configure.lineno config.status.lineno
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
mkinstalldirs = $(install_sh) -d
47
47
CONFIG_CLEAN_FILES = gnome-icon-theme.pc
48
48
CONFIG_CLEAN_VPATH_FILES =
49
49
SOURCES =
130
130
AUTOHEADER = @AUTOHEADER@
131
131
AUTOMAKE = @AUTOMAKE@
132
132
AWK = @AWK@
133
 
CATALOGS = @CATALOGS@
134
 
CATOBJEXT = @CATOBJEXT@
135
133
CC = @CC@
136
134
CCDEPMODE = @CCDEPMODE@
137
135
CFLAGS = @CFLAGS@
138
 
CPP = @CPP@
139
136
CPPFLAGS = @CPPFLAGS@
140
137
CYGPATH_W = @CYGPATH_W@
141
138
DATADIRNAME = @DATADIRNAME@
144
141
ECHO_C = @ECHO_C@
145
142
ECHO_N = @ECHO_N@
146
143
ECHO_T = @ECHO_T@
147
 
EGREP = @EGREP@
148
144
EXEEXT = @EXEEXT@
149
145
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
150
 
GMOFILES = @GMOFILES@
 
146
GIT = @GIT@
151
147
GMSGFMT = @GMSGFMT@
152
 
GREP = @GREP@
153
148
ICONMAP = @ICONMAP@
 
149
ICONTOOL_RENDER = @ICONTOOL_RENDER@
 
150
INKSCAPE = @INKSCAPE@
154
151
INSTALL = @INSTALL@
155
152
INSTALL_DATA = @INSTALL_DATA@
156
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
157
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
158
155
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159
 
INSTOBJEXT = @INSTOBJEXT@
160
 
INTLLIBS = @INTLLIBS@
161
156
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
162
157
INTLTOOL_MERGE = @INTLTOOL_MERGE@
163
158
INTLTOOL_PERL = @INTLTOOL_PERL@
168
163
LTLIBOBJS = @LTLIBOBJS@
169
164
MAKEINFO = @MAKEINFO@
170
165
MKDIR_P = @MKDIR_P@
171
 
MKINSTALLDIRS = @MKINSTALLDIRS@
172
166
MSGFMT = @MSGFMT@
173
 
MSGFMT_OPTS = @MSGFMT_OPTS@
174
167
MSGMERGE = @MSGMERGE@
175
168
OBJEXT = @OBJEXT@
176
169
PACKAGE = @PACKAGE@
178
171
PACKAGE_NAME = @PACKAGE_NAME@
179
172
PACKAGE_STRING = @PACKAGE_STRING@
180
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
181
 
PACKAGE_URL = @PACKAGE_URL@
182
174
PACKAGE_VERSION = @PACKAGE_VERSION@
183
175
PATH_SEPARATOR = @PATH_SEPARATOR@
184
176
PKG_CONFIG = @PKG_CONFIG@
185
 
POFILES = @POFILES@
186
 
POSUB = @POSUB@
187
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
188
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
189
177
SET_MAKE = @SET_MAKE@
190
178
SHELL = @SHELL@
191
179
STRIP = @STRIP@
 
180
SVGOUTDIR = @SVGOUTDIR@
 
181
SVGSRCDIR = @SVGSRCDIR@
192
182
USE_NLS = @USE_NLS@
193
183
VERSION = @VERSION@
194
184
XGETTEXT = @XGETTEXT@
226
216
prefix = @prefix@
227
217
program_transform_name = @program_transform_name@
228
218
psdir = @psdir@
 
219
render_sizes = @render_sizes@
229
220
sbindir = @sbindir@
230
221
sharedstatedir = @sharedstatedir@
231
222
srcdir = @srcdir@
235
226
top_build_prefix = @top_build_prefix@
236
227
top_builddir = @top_builddir@
237
228
top_srcdir = @top_srcdir@
238
 
SUBDIRS = 8x8 16x16 22x22 24x24 32x32 48x48 scalable po
 
229
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
 
230
SUBDIRS = po $(SVGSRCDIR)
 
231
theme_in_files = index.theme.in.in
 
232
theme_DATA = $(theme_in_files:.theme.in.in=.theme)
 
233
THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done | sed -e "s/,$$//g")
239
234
pkgconfigdir = $(datadir)/pkgconfig
240
235
pkgconfig_DATA = gnome-icon-theme.pc
241
 
THEME_IN_FILES = index.theme.in
242
 
theme_DATA = index.theme
243
236
EXTRA_DIST = \
244
 
        index.theme.in                  \
245
 
        gnome-icon-theme.pc.in          \
246
 
        mkinstalldirs
 
237
        gnome-icon-theme.pc.in  \
 
238
        gnome                   \
 
239
        $(theme_in_files)
247
240
 
248
241
CLEANFILES = \
249
 
        index.theme
 
242
        $(theme_DATA)
250
243
 
251
244
MAINTAINERCLEANFILES = \
252
245
        Makefile.in                     \
253
246
        aclocal.m4                      \
 
247
        config.guess                    \
 
248
        config.h.in                     \
 
249
        config.sub                      \
254
250
        configure                       \
 
251
        depcomp                         \
255
252
        install-sh                      \
 
253
        intltool-*.in                   \
 
254
        libtool                         \
 
255
        ltmain.sh                       \
256
256
        missing                         \
257
 
        mkinstalldirs
 
257
        mkinstalldirs                   \
 
258
        po/Makefile.in.in               \
 
259
        po/$(GETTEXT_PACKAGE).pot
258
260
 
259
261
all: all-recursive
260
262
 
265
267
        @for dep in $?; do \
266
268
          case '$(am__configure_deps)' in \
267
269
            *$$dep*) \
268
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
269
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
270
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
271
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
270
272
                && exit 0; \
271
273
              exit 1;; \
272
274
          esac; \
273
275
        done; \
274
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
276
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
275
277
        $(am__cd) $(top_srcdir) && \
276
 
          $(AUTOMAKE) --gnu Makefile
 
278
          $(AUTOMAKE) --foreign Makefile
277
279
.PRECIOUS: Makefile
278
280
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
281
        @case '$?' in \
771
773
        uninstall-themeDATA
772
774
 
773
775
 
774
 
%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
776
render: Makefile
 
777
        ($(am__cd) $(SVGSRCDIR) && $(MAKE) $(AM_MAKEFLAGS) render) \
 
778
        || eval `exit 1`
 
779
 
 
780
%.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile
 
781
        dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/gnome/##g'`"; \
 
782
        sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \
 
783
        for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \
 
784
                sizefull="`dirname $$dir`"; \
 
785
                size="`echo $$sizefull | sed -e 's/x.*$$//g'`"; \
 
786
                context="`basename $$dir`"; \
 
787
                echo "[$$dir]" >> $@; \
 
788
                if test "$$context" = "actions"; then \
 
789
                        echo "Context=Actions" >> $@; \
 
790
                fi; \
 
791
                if test "$$context" = "animations"; then \
 
792
                        echo "Context=Animations" >> $@; \
 
793
                fi; \
 
794
                if test "$$context" = "apps"; then \
 
795
                        echo "Context=Applications" >> $@; \
 
796
                fi; \
 
797
                if test "$$context" = "categories"; then \
 
798
                        echo "Context=Categories" >> $@; \
 
799
                fi; \
 
800
                if test "$$context" = "devices"; then \
 
801
                        echo "Context=Devices" >> $@; \
 
802
                fi; \
 
803
                if test "$$context" = "emblems"; then \
 
804
                        echo "Context=Emblems" >> $@; \
 
805
                fi; \
 
806
                if test "$$context" = "emotes"; then \
 
807
                        echo "Context=Emotes" >> $@; \
 
808
                fi; \
 
809
                if test "$$context" = "intl"; then \
 
810
                        echo "Context=International" >> $@; \
 
811
                fi; \
 
812
                if test "$$context" = "mimetypes"; then \
 
813
                        echo "Context=MimeTypes" >> $@; \
 
814
                fi; \
 
815
                if test "$$context" = "places"; then \
 
816
                        echo "Context=Places" >> $@; \
 
817
                fi; \
 
818
                if test "$$context" = "status"; then \
 
819
                        echo "Context=Status" >> $@; \
 
820
                fi; \
 
821
                echo "Size=$$size" >> $@; \
 
822
                if test "$$size" = "256"; then \
 
823
                        echo "MinSize=56" >> $@; \
 
824
                        echo "MaxSize=512" >> $@; \
 
825
                        echo "Type=Scalable" >> $@; \
 
826
                else \
 
827
                        echo "Type=Fixed" >> $@; \
 
828
                fi; \
 
829
                echo "" >> $@; \
 
830
        done
 
831
 
 
832
@INTLTOOL_THEME_RULE@
775
833
 
776
834
# we don't want to install mo files, all translations are already stored
777
835
# in theme files
778
836
install-data-local:
779
837
        $(MAKE) -C po uninstall
 
838
        if [ -h $(DESTDIR)$(themedir) ]; then \
 
839
                rm -f $(DESTDIR)$(themedir); \
 
840
        fi
 
841
        if [ -d $(DESTDIR)$(themedir) ]; then \
 
842
                touch $(DESTDIR)$(themedir); \
 
843
        fi
780
844
 
781
845
# Tell versions [3.59,3.63) of GNU make to not export all variables.
782
846
# Otherwise a system limit (for SysV at least) may be exceeded.