~ohnobinki/gloobus-preview/build-fixes

« back to all changes in this revision

Viewing changes to gloobus-preview/data/icons/hicolor/22x22/apps/Makefile.in

  • Committer: Jordi Hernandez
  • Date: 2009-11-17 08:47:22 UTC
  • Revision ID: j.hernandezp@gmail.com-20091117084722-gqmglyxk1pjg7w20
Updated trans

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
42
40
mkinstalldirs = $(install_sh) -d
43
41
CONFIG_HEADER = $(top_builddir)/config.h
44
42
CONFIG_CLEAN_FILES =
45
 
CONFIG_CLEAN_VPATH_FILES =
46
43
SOURCES =
47
44
DIST_SOURCES =
48
45
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128
125
PACKAGE_NAME = @PACKAGE_NAME@
129
126
PACKAGE_STRING = @PACKAGE_STRING@
130
127
PACKAGE_TARNAME = @PACKAGE_TARNAME@
131
 
PACKAGE_URL = @PACKAGE_URL@
132
128
PACKAGE_VERSION = @PACKAGE_VERSION@
133
129
PATH_SEPARATOR = @PATH_SEPARATOR@
134
130
PKG_CONFIG = @PKG_CONFIG@
212
208
              exit 1;; \
213
209
          esac; \
214
210
        done; \
215
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/hicolor/22x22/apps/Makefile'; \
216
 
        $(am__cd) $(top_srcdir) && \
217
 
          $(AUTOMAKE) --gnu data/icons/hicolor/22x22/apps/Makefile
 
211
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/hicolor/22x22/apps/Makefile'; \
 
212
        cd $(top_srcdir) && \
 
213
          $(AUTOMAKE) --gnu  data/icons/hicolor/22x22/apps/Makefile
218
214
.PRECIOUS: Makefile
219
215
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220
216
        @case '$?' in \
232
228
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
229
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
234
230
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
 
$(am__aclocal_m4_deps):
236
231
 
237
232
mostlyclean-libtool:
238
233
        -rm -f *.lo
262
257
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263
258
          if test -d $$d/$$file; then \
264
259
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
265
 
            if test -d "$(distdir)/$$file"; then \
266
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
267
 
            fi; \
268
260
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
270
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
261
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
271
262
            fi; \
272
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
263
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
273
264
          else \
274
 
            test -f "$(distdir)/$$file" \
275
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
265
            test -f $(distdir)/$$file \
 
266
            || cp -p $$d/$$file $(distdir)/$$file \
276
267
            || exit 1; \
277
268
          fi; \
278
269
        done
300
291
 
301
292
distclean-generic:
302
293
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
303
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
304
294
 
305
295
maintainer-clean-generic:
306
296
        @echo "This command is intended for maintainers to use"
319
309
 
320
310
html: html-am
321
311
 
322
 
html-am:
323
 
 
324
312
info: info-am
325
313
 
326
314
info-am:
329
317
 
330
318
install-dvi: install-dvi-am
331
319
 
332
 
install-dvi-am:
333
 
 
334
320
install-exec-am:
335
321
 
336
322
install-html: install-html-am
337
323
 
338
 
install-html-am:
339
 
 
340
324
install-info: install-info-am
341
325
 
342
 
install-info-am:
343
 
 
344
326
install-man:
345
327
 
346
328
install-pdf: install-pdf-am
347
329
 
348
 
install-pdf-am:
349
 
 
350
330
install-ps: install-ps-am
351
331
 
352
 
install-ps-am:
353
 
 
354
332
installcheck-am:
355
333
 
356
334
maintainer-clean: maintainer-clean-am
384
362
        maintainer-clean-generic mostlyclean mostlyclean-generic \
385
363
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
386
364
 
387
 
 
388
365
# Tell versions [3.59,3.63) of GNU make to not export all variables.
389
366
# Otherwise a system limit (for SysV at least) may be exceeded.
390
367
.NOEXPORT: