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

« back to all changes in this revision

Viewing changes to 24x24/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@
249
267
              exit 1;; \
250
268
          esac; \
251
269
        done; \
252
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  24x24/stock/generic/Makefile'; \
253
 
        cd $(top_srcdir) && \
254
 
          $(AUTOMAKE) --gnu  24x24/stock/generic/Makefile
 
270
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 24x24/stock/generic/Makefile'; \
 
271
        $(am__cd) $(top_srcdir) && \
 
272
          $(AUTOMAKE) --gnu 24x24/stock/generic/Makefile
255
273
.PRECIOUS: Makefile
256
274
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257
275
        @case '$?' in \
269
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
288
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
271
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
290
$(am__aclocal_m4_deps):
272
291
install-iconDATA: $(icon_DATA)
273
292
        @$(NORMAL_INSTALL)
274
293
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
275
 
        @list='$(icon_DATA)'; for p in $$list; do \
 
294
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
295
        for p in $$list; do \
276
296
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
277
 
          f=$(am__strip_dir) \
278
 
          echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
279
 
          $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
 
297
          echo "$$d$$p"; \
 
298
        done | $(am__base_list) | \
 
299
        while read files; do \
 
300
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
301
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
280
302
        done
281
303
 
282
304
uninstall-iconDATA:
283
305
        @$(NORMAL_UNINSTALL)
284
 
        @list='$(icon_DATA)'; for p in $$list; do \
285
 
          f=$(am__strip_dir) \
286
 
          echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
287
 
          rm -f "$(DESTDIR)$(icondir)/$$f"; \
288
 
        done
 
306
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
307
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
308
        test -n "$$files" || exit 0; \
 
309
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
310
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
289
311
tags: TAGS
290
312
TAGS:
291
313
 
309
331
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
310
332
          if test -d $$d/$$file; then \
311
333
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
334
            if test -d "$(distdir)/$$file"; then \
 
335
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
336
            fi; \
312
337
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
313
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
338
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
339
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
314
340
            fi; \
315
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
341
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
316
342
          else \
317
 
            test -f $(distdir)/$$file \
318
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
343
            test -f "$(distdir)/$$file" \
 
344
            || cp -p $$d/$$file "$(distdir)/$$file" \
319
345
            || exit 1; \
320
346
          fi; \
321
347
        done
346
372
 
347
373
distclean-generic:
348
374
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
375
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
349
376
 
350
377
maintainer-clean-generic:
351
378
        @echo "This command is intended for maintainers to use"
364
391
 
365
392
html: html-am
366
393
 
 
394
html-am:
 
395
 
367
396
info: info-am
368
397
 
369
398
info-am:
372
401
 
373
402
install-dvi: install-dvi-am
374
403
 
 
404
install-dvi-am:
 
405
 
375
406
install-exec-am:
376
407
 
377
408
install-html: install-html-am
378
409
 
 
410
install-html-am:
 
411
 
379
412
install-info: install-info-am
380
413
 
 
414
install-info-am:
 
415
 
381
416
install-man:
382
417
 
383
418
install-pdf: install-pdf-am
384
419
 
 
420
install-pdf-am:
 
421
 
385
422
install-ps: install-ps-am
386
423
 
 
424
install-ps-am:
 
425
 
387
426
installcheck-am:
388
427
 
389
428
maintainer-clean: maintainer-clean-am
417
456
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
418
457
        uninstall-am uninstall-iconDATA
419
458
 
 
459
 
420
460
# Tell versions [3.59,3.63) of GNU make to not export all variables.
421
461
# Otherwise a system limit (for SysV at least) may be exceeded.
422
462
.NOEXPORT: