~ubuntu-branches/debian/sid/claws-mail/sid

« back to all changes in this revision

Viewing changes to src/plugins/geolocation/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ricardo Mones
  • Date: 2015-08-18 16:37:25 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20150818163725-1it32n9mzqkwy2ef
Tags: 3.12.0-1
* New upstream release:
- 'cannot reorganize mailboxes' (Closes: #777208)
- 'dropdown menu bar has disappeared…'(Closes: #778886)
- 'depends on plugins libraries'  (Closes: #779824)
- 'new upstream version (3.12.0)…' (Closes: #793665)
* 14CVE_2010_5109.patch, 15fix_crash_open_folder.patch,
  13desktop_file_categories.patch
- Remove patches applied upstream
* debian/control, debian/copyright, debian/claws-mail-managesieve*
- Add managesieve plugin (new in this release)
* debian/rules
- Set perl-plugin manpage release version automatically
* 12fix_manpage_header.patch
- Update patch to cope with upstream changes
* debian/control, debian/watch
- Update VCS-* and watch URLs (thanks Julian Wollrath)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
20
20
# See COPYING file for license details.
21
21
 
22
22
VPATH = @srcdir@
23
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
23
am__is_gnu_make = { \
 
24
  if test -z '$(MAKELEVEL)'; then \
 
25
    false; \
 
26
  elif test -n '$(MAKE_HOST)'; then \
 
27
    true; \
 
28
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
29
    true; \
 
30
  else \
 
31
    false; \
 
32
  fi; \
 
33
}
24
34
am__make_running_with_option = \
25
35
  case $${target_option-} in \
26
36
      ?) ;; \
85
95
host_triplet = @host@
86
96
target_triplet = @target@
87
97
subdir = src/plugins/geolocation
88
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
89
 
        $(top_srcdir)/config/mkinstalldirs \
90
 
        $(top_srcdir)/config/depcomp
91
98
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92
99
am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
93
100
        $(top_srcdir)/m4/gnupg-check-typedef.m4 \
96
103
        $(top_srcdir)/configure.ac
97
104
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98
105
        $(ACLOCAL_M4)
 
106
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99
107
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
100
108
CONFIG_HEADER = $(top_builddir)/config.h \
101
109
        $(top_builddir)/claws-features.h
203
211
  done | $(am__uniquify_input)`
204
212
ETAGS = etags
205
213
CTAGS = ctags
 
214
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
 
215
        $(top_srcdir)/config/mkinstalldirs
206
216
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207
217
ACLOCAL = @ACLOCAL@
208
218
ALLOCA = @ALLOCA@
249
259
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
250
260
ENCHANT_LIBS = @ENCHANT_LIBS@
251
261
EXEEXT = @EXEEXT@
 
262
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
263
EXPAT_LIBS = @EXPAT_LIBS@
252
264
EXTRA_VERSION = @EXTRA_VERSION@
253
265
FGREP = @FGREP@
254
266
GDATA_CFLAGS = @GDATA_CFLAGS@
484
496
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/geolocation/Makefile'; \
485
497
        $(am__cd) $(top_srcdir) && \
486
498
          $(AUTOMAKE) --foreign src/plugins/geolocation/Makefile
487
 
.PRECIOUS: Makefile
488
499
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
489
500
        @case '$?' in \
490
501
          *config.status*) \
790
801
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
791
802
        uninstall-pluginLTLIBRARIES
792
803
 
 
804
.PRECIOUS: Makefile
 
805
 
793
806
 
794
807
# Tell versions [3.59,3.63) of GNU make to not export all variables.
795
808
# Otherwise a system limit (for SysV at least) may be exceeded.