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

« back to all changes in this revision

Viewing changes to 32x32/stock/generic/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 14:01:52 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922140152-qkacrhpspdznj3s3
Tags: 2.28.0-0ubuntu1
New upstream release: (LP: #434429)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
38
40
        $(ACLOCAL_M4)
39
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
40
42
CONFIG_CLEAN_FILES =
 
43
CONFIG_CLEAN_VPATH_FILES =
41
44
SOURCES =
42
45
DIST_SOURCES =
43
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
46
49
    *) f=$$p;; \
47
50
  esac;
48
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
51
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
52
am__install_max = 40
 
53
am__nobase_strip_setup = \
 
54
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
55
am__nobase_strip = \
 
56
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
57
am__nobase_list = $(am__nobase_strip_setup); \
 
58
  for p in $$list; do echo "$$p $$p"; done | \
 
59
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
60
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
61
    if (++n[$$2] == $(am__install_max)) \
 
62
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
63
    END { for (dir in files) print dir, files[dir] }'
 
64
am__base_list = \
 
65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
49
67
am__installdirs = "$(DESTDIR)$(icondir)"
50
 
iconDATA_INSTALL = $(INSTALL_DATA)
51
68
DATA = $(icon_DATA)
52
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53
70
ACLOCAL = @ACLOCAL@
106
123
PACKAGE_NAME = @PACKAGE_NAME@
107
124
PACKAGE_STRING = @PACKAGE_STRING@
108
125
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
126
PACKAGE_URL = @PACKAGE_URL@
109
127
PACKAGE_VERSION = @PACKAGE_VERSION@
110
128
PATH_SEPARATOR = @PATH_SEPARATOR@
111
129
PKG_CONFIG = @PKG_CONFIG@
184
202
              exit 1;; \
185
203
          esac; \
186
204
        done; \
187
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  32x32/stock/generic/Makefile'; \
188
 
        cd $(top_srcdir) && \
189
 
          $(AUTOMAKE) --gnu  32x32/stock/generic/Makefile
 
205
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/stock/generic/Makefile'; \
 
206
        $(am__cd) $(top_srcdir) && \
 
207
          $(AUTOMAKE) --gnu 32x32/stock/generic/Makefile
190
208
.PRECIOUS: Makefile
191
209
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
192
210
        @case '$?' in \
204
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205
223
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
206
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
225
$(am__aclocal_m4_deps):
207
226
install-iconDATA: $(icon_DATA)
208
227
        @$(NORMAL_INSTALL)
209
228
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
210
 
        @list='$(icon_DATA)'; for p in $$list; do \
 
229
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
230
        for p in $$list; do \
211
231
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
212
 
          f=$(am__strip_dir) \
213
 
          echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
214
 
          $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
 
232
          echo "$$d$$p"; \
 
233
        done | $(am__base_list) | \
 
234
        while read files; do \
 
235
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
236
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
215
237
        done
216
238
 
217
239
uninstall-iconDATA:
218
240
        @$(NORMAL_UNINSTALL)
219
 
        @list='$(icon_DATA)'; for p in $$list; do \
220
 
          f=$(am__strip_dir) \
221
 
          echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
222
 
          rm -f "$(DESTDIR)$(icondir)/$$f"; \
223
 
        done
 
241
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
242
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
243
        test -n "$$files" || exit 0; \
 
244
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
245
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
224
246
tags: TAGS
225
247
TAGS:
226
248
 
244
266
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
245
267
          if test -d $$d/$$file; then \
246
268
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
269
            if test -d "$(distdir)/$$file"; then \
 
270
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
271
            fi; \
247
272
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
248
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
273
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
274
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
249
275
            fi; \
250
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
276
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
251
277
          else \
252
 
            test -f $(distdir)/$$file \
253
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
278
            test -f "$(distdir)/$$file" \
 
279
            || cp -p $$d/$$file "$(distdir)/$$file" \
254
280
            || exit 1; \
255
281
          fi; \
256
282
        done
281
307
 
282
308
distclean-generic:
283
309
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
310
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
284
311
 
285
312
maintainer-clean-generic:
286
313
        @echo "This command is intended for maintainers to use"
299
326
 
300
327
html: html-am
301
328
 
 
329
html-am:
 
330
 
302
331
info: info-am
303
332
 
304
333
info-am:
307
336
 
308
337
install-dvi: install-dvi-am
309
338
 
 
339
install-dvi-am:
 
340
 
310
341
install-exec-am:
311
342
 
312
343
install-html: install-html-am
313
344
 
 
345
install-html-am:
 
346
 
314
347
install-info: install-info-am
315
348
 
 
349
install-info-am:
 
350
 
316
351
install-man:
317
352
 
318
353
install-pdf: install-pdf-am
319
354
 
 
355
install-pdf-am:
 
356
 
320
357
install-ps: install-ps-am
321
358
 
 
359
install-ps-am:
 
360
 
322
361
installcheck-am:
323
362
 
324
363
maintainer-clean: maintainer-clean-am
352
391
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
353
392
        uninstall-am uninstall-iconDATA
354
393
 
 
394
 
355
395
# Tell versions [3.59,3.63) of GNU make to not export all variables.
356
396
# Otherwise a system limit (for SysV at least) may be exceeded.
357
397
.NOEXPORT: