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

« back to all changes in this revision

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