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

« back to all changes in this revision

Viewing changes to 16x16/animations/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)$(iconsdir)"
50
 
iconsDATA_INSTALL = $(INSTALL_DATA)
51
68
DATA = $(icons_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@
186
204
              exit 1;; \
187
205
          esac; \
188
206
        done; \
189
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  16x16/animations/Makefile'; \
190
 
        cd $(top_srcdir) && \
191
 
          $(AUTOMAKE) --gnu  16x16/animations/Makefile
 
207
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 16x16/animations/Makefile'; \
 
208
        $(am__cd) $(top_srcdir) && \
 
209
          $(AUTOMAKE) --gnu 16x16/animations/Makefile
192
210
.PRECIOUS: Makefile
193
211
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
194
212
        @case '$?' in \
206
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
225
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
208
226
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
227
$(am__aclocal_m4_deps):
209
228
install-iconsDATA: $(icons_DATA)
210
229
        @$(NORMAL_INSTALL)
211
230
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
212
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
231
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
232
        for p in $$list; do \
213
233
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
214
 
          f=$(am__strip_dir) \
215
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
216
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
234
          echo "$$d$$p"; \
 
235
        done | $(am__base_list) | \
 
236
        while read files; do \
 
237
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
238
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
217
239
        done
218
240
 
219
241
uninstall-iconsDATA:
220
242
        @$(NORMAL_UNINSTALL)
221
 
        @list='$(icons_DATA)'; for p in $$list; do \
222
 
          f=$(am__strip_dir) \
223
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
224
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
225
 
        done
 
243
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
244
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
245
        test -n "$$files" || exit 0; \
 
246
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
247
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
226
248
tags: TAGS
227
249
TAGS:
228
250
 
246
268
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
247
269
          if test -d $$d/$$file; then \
248
270
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
271
            if test -d "$(distdir)/$$file"; then \
 
272
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
273
            fi; \
249
274
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
250
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
275
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
276
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
251
277
            fi; \
252
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
278
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
253
279
          else \
254
 
            test -f $(distdir)/$$file \
255
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
280
            test -f "$(distdir)/$$file" \
 
281
            || cp -p $$d/$$file "$(distdir)/$$file" \
256
282
            || exit 1; \
257
283
          fi; \
258
284
        done
283
309
 
284
310
distclean-generic:
285
311
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
312
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
286
313
 
287
314
maintainer-clean-generic:
288
315
        @echo "This command is intended for maintainers to use"
302
329
 
303
330
html: html-am
304
331
 
 
332
html-am:
 
333
 
305
334
info: info-am
306
335
 
307
336
info-am:
310
339
 
311
340
install-dvi: install-dvi-am
312
341
 
 
342
install-dvi-am:
 
343
 
313
344
install-exec-am:
314
345
 
315
346
install-html: install-html-am
316
347
 
 
348
install-html-am:
 
349
 
317
350
install-info: install-info-am
318
351
 
 
352
install-info-am:
 
353
 
319
354
install-man:
320
355
 
321
356
install-pdf: install-pdf-am
322
357
 
 
358
install-pdf-am:
 
359
 
323
360
install-ps: install-ps-am
324
361
 
 
362
install-ps-am:
 
363
 
325
364
installcheck-am:
326
365
 
327
366
maintainer-clean: maintainer-clean-am
377
416
                        fi; \
378
417
                done; \
379
418
        fi
 
419
 
380
420
# Tell versions [3.59,3.63) of GNU make to not export all variables.
381
421
# Otherwise a system limit (for SysV at least) may be exceeded.
382
422
.NOEXPORT: