~ubuntu-branches/ubuntu/natty/gnome-do-plugins/natty

« back to all changes in this revision

Viewing changes to Zim/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-10-14 10:50:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014105009-03n0jtssf6gv89l3
Tags: 0.8.2.1+dfsg-1~ubuntu1
Upload from pkg-cli-apps SVN to get this new bugfix release into Karmic.

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.
20
21
 
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
48
50
        $(ACLOCAL_M4)
49
51
mkinstalldirs = $(install_sh) -d
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
SOURCES =
52
55
DIST_SOURCES =
53
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
59
    *) f=$$p;; \
57
60
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
77
am__installdirs = "$(DESTDIR)$(plugindir)"
60
 
pluginDATA_INSTALL = $(INSTALL_DATA)
61
78
DATA = $(plugin_DATA)
62
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
80
ACLOCAL = @ACLOCAL@
170
187
PACKAGE_NAME = @PACKAGE_NAME@
171
188
PACKAGE_STRING = @PACKAGE_STRING@
172
189
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
190
PACKAGE_URL = @PACKAGE_URL@
173
191
PACKAGE_VERSION = @PACKAGE_VERSION@
174
192
PATH_SEPARATOR = @PATH_SEPARATOR@
175
193
PKG_CONFIG = @PKG_CONFIG@
304
322
              exit 1;; \
305
323
          esac; \
306
324
        done; \
307
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Zim/Makefile'; \
308
 
        cd $(top_srcdir) && \
309
 
          $(AUTOMAKE) --foreign  Zim/Makefile
 
325
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Zim/Makefile'; \
 
326
        $(am__cd) $(top_srcdir) && \
 
327
          $(AUTOMAKE) --foreign Zim/Makefile
310
328
.PRECIOUS: Makefile
311
329
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312
330
        @case '$?' in \
324
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
343
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326
344
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
345
$(am__aclocal_m4_deps):
327
346
install-pluginDATA: $(plugin_DATA)
328
347
        @$(NORMAL_INSTALL)
329
348
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
330
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
349
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
350
        for p in $$list; do \
331
351
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
332
 
          f=$(am__strip_dir) \
333
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
334
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
352
          echo "$$d$$p"; \
 
353
        done | $(am__base_list) | \
 
354
        while read files; do \
 
355
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
356
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
335
357
        done
336
358
 
337
359
uninstall-pluginDATA:
338
360
        @$(NORMAL_UNINSTALL)
339
 
        @list='$(plugin_DATA)'; for p in $$list; do \
340
 
          f=$(am__strip_dir) \
341
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
342
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
343
 
        done
 
361
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
362
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
363
        test -n "$$files" || exit 0; \
 
364
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
365
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
344
366
tags: TAGS
345
367
TAGS:
346
368
 
364
386
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365
387
          if test -d $$d/$$file; then \
366
388
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
389
            if test -d "$(distdir)/$$file"; then \
 
390
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
391
            fi; \
367
392
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
368
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
393
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
394
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369
395
            fi; \
370
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
396
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
371
397
          else \
372
 
            test -f $(distdir)/$$file \
373
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
398
            test -f "$(distdir)/$$file" \
 
399
            || cp -p $$d/$$file "$(distdir)/$$file" \
374
400
            || exit 1; \
375
401
          fi; \
376
402
        done
402
428
 
403
429
distclean-generic:
404
430
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
431
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
405
432
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
406
433
 
407
434
maintainer-clean-generic:
422
449
 
423
450
html: html-am
424
451
 
 
452
html-am:
 
453
 
425
454
info: info-am
426
455
 
427
456
info-am:
430
459
 
431
460
install-dvi: install-dvi-am
432
461
 
 
462
install-dvi-am:
 
463
 
433
464
install-exec-am:
434
465
 
435
466
install-html: install-html-am
436
467
 
 
468
install-html-am:
 
469
 
437
470
install-info: install-info-am
438
471
 
 
472
install-info-am:
 
473
 
439
474
install-man:
440
475
 
441
476
install-pdf: install-pdf-am
442
477
 
 
478
install-pdf-am:
 
479
 
443
480
install-ps: install-ps-am
444
481
 
 
482
install-ps-am:
 
483
 
445
484
installcheck-am:
446
485
 
447
486
maintainer-clean: maintainer-clean-am
506
545
 
507
546
$(BUILD_DIR)/$(MA_PACKFILE): $(ASSEMBLY_FILE)
508
547
        cd $(BUILD_DIR) && $(MAUTIL) pack $(ASSEMBLY_FILE)
 
548
 
509
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
510
550
# Otherwise a system limit (for SysV at least) may be exceeded.
511
551
.NOEXPORT: