~ubuntu-branches/ubuntu/wily/tomboy/wily-proposed

« back to all changes in this revision

Viewing changes to Tomboy/Addins/WebDavSyncService/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-01-24 15:46:08 UTC
  • mfrom: (1.5.21)
  • Revision ID: package-import@ubuntu.com-20140124154608-rh4orzccnoro7svg
Tags: 1.15.4-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
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
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
51
78
POST_UNINSTALL = :
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
 
        $(top_srcdir)/Makefile.include
 
81
DIST_COMMON = $(top_srcdir)/Makefile.include $(srcdir)/Makefile.in \
 
82
        $(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs
56
83
subdir = Tomboy/Addins/WebDavSyncService
57
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
85
am__aclocal_m4_deps = $(top_srcdir)/configure.in
62
89
CONFIG_HEADER = $(top_builddir)/config.h
63
90
CONFIG_CLEAN_FILES =
64
91
CONFIG_CLEAN_VPATH_FILES =
 
92
AM_V_P = $(am__v_P_@AM_V@)
 
93
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
94
am__v_P_0 = false
 
95
am__v_P_1 = :
 
96
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
97
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
98
am__v_GEN_0 = @echo "  GEN     " $@;
 
99
am__v_GEN_1 = 
 
100
AM_V_at = $(am__v_at_@AM_V@)
 
101
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
102
am__v_at_0 = @
 
103
am__v_at_1 = 
65
104
SOURCES =
66
105
DIST_SOURCES =
67
106
am__can_run_installinfo = \
98
137
  }
99
138
am__installdirs = "$(DESTDIR)$(addinsdir)"
100
139
DATA = $(addins_DATA)
 
140
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
101
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
142
ACLOCAL = @ACLOCAL@
103
143
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
393
433
        @list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
394
434
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
395
435
        dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
396
 
tags: TAGS
397
 
TAGS:
398
 
 
399
 
ctags: CTAGS
400
 
CTAGS:
 
436
tags TAGS:
 
437
 
 
438
ctags CTAGS:
 
439
 
 
440
cscope cscopelist:
401
441
 
402
442
 
403
443
distdir: $(DISTFILES)
537
577
.MAKE: install-am install-strip
538
578
 
539
579
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
540
 
        distclean distclean-generic distclean-libtool distdir dvi \
541
 
        dvi-am html html-am info info-am install install-addinsDATA \
542
 
        install-am install-data install-data-am install-dvi \
543
 
        install-dvi-am install-exec install-exec-am install-html \
544
 
        install-html-am install-info install-info-am install-man \
545
 
        install-pdf install-pdf-am install-ps install-ps-am \
546
 
        install-strip installcheck installcheck-am installdirs \
547
 
        maintainer-clean maintainer-clean-generic mostlyclean \
548
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
549
 
        uninstall uninstall-addinsDATA uninstall-am
 
580
        cscopelist-am ctags-am distclean distclean-generic \
 
581
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
582
        install install-addinsDATA install-am install-data \
 
583
        install-data-am install-dvi install-dvi-am install-exec \
 
584
        install-exec-am install-html install-html-am install-info \
 
585
        install-info-am install-man install-pdf install-pdf-am \
 
586
        install-ps install-ps-am install-strip installcheck \
 
587
        installcheck-am installdirs maintainer-clean \
 
588
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
589
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
590
        uninstall-addinsDATA uninstall-am
550
591
 
551
592
 
552
593
$(TARGET).mdb: $(TARGET)