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

« back to all changes in this revision

Viewing changes to Vinagre/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@
303
321
              exit 1;; \
304
322
          esac; \
305
323
        done; \
306
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Vinagre/Makefile'; \
307
 
        cd $(top_srcdir) && \
308
 
          $(AUTOMAKE) --foreign  Vinagre/Makefile
 
324
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Vinagre/Makefile'; \
 
325
        $(am__cd) $(top_srcdir) && \
 
326
          $(AUTOMAKE) --foreign Vinagre/Makefile
309
327
.PRECIOUS: Makefile
310
328
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311
329
        @case '$?' in \
323
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
342
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
325
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
$(am__aclocal_m4_deps):
326
345
install-pluginDATA: $(plugin_DATA)
327
346
        @$(NORMAL_INSTALL)
328
347
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
329
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
348
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
349
        for p in $$list; do \
330
350
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331
 
          f=$(am__strip_dir) \
332
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
333
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
351
          echo "$$d$$p"; \
 
352
        done | $(am__base_list) | \
 
353
        while read files; do \
 
354
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
355
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
334
356
        done
335
357
 
336
358
uninstall-pluginDATA:
337
359
        @$(NORMAL_UNINSTALL)
338
 
        @list='$(plugin_DATA)'; for p in $$list; do \
339
 
          f=$(am__strip_dir) \
340
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
341
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
342
 
        done
 
360
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
361
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
362
        test -n "$$files" || exit 0; \
 
363
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
364
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
343
365
tags: TAGS
344
366
TAGS:
345
367
 
363
385
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364
386
          if test -d $$d/$$file; then \
365
387
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
388
            if test -d "$(distdir)/$$file"; then \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
390
            fi; \
366
391
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
367
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
392
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
393
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
368
394
            fi; \
369
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
395
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
370
396
          else \
371
 
            test -f $(distdir)/$$file \
372
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
397
            test -f "$(distdir)/$$file" \
 
398
            || cp -p $$d/$$file "$(distdir)/$$file" \
373
399
            || exit 1; \
374
400
          fi; \
375
401
        done
401
427
 
402
428
distclean-generic:
403
429
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
430
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
404
431
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
405
432
 
406
433
maintainer-clean-generic:
421
448
 
422
449
html: html-am
423
450
 
 
451
html-am:
 
452
 
424
453
info: info-am
425
454
 
426
455
info-am:
429
458
 
430
459
install-dvi: install-dvi-am
431
460
 
 
461
install-dvi-am:
 
462
 
432
463
install-exec-am:
433
464
 
434
465
install-html: install-html-am
435
466
 
 
467
install-html-am:
 
468
 
436
469
install-info: install-info-am
437
470
 
 
471
install-info-am:
 
472
 
438
473
install-man:
439
474
 
440
475
install-pdf: install-pdf-am
441
476
 
 
477
install-pdf-am:
 
478
 
442
479
install-ps: install-ps-am
443
480
 
 
481
install-ps-am:
 
482
 
444
483
installcheck-am:
445
484
 
446
485
maintainer-clean: maintainer-clean-am
505
544
 
506
545
$(BUILD_DIR)/$(MA_PACKFILE): $(ASSEMBLY_FILE)
507
546
        cd $(BUILD_DIR) && $(MAUTIL) pack $(ASSEMBLY_FILE)
 
547
 
508
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.
509
549
# Otherwise a system limit (for SysV at least) may be exceeded.
510
550
.NOEXPORT: