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

« back to all changes in this revision

Viewing changes to src/plugins/rssyl/libfeed/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,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
80
90
host_triplet = @host@
81
91
target_triplet = @target@
82
92
subdir = src/plugins/rssyl/libfeed
83
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
 
        $(top_srcdir)/config/mkinstalldirs \
85
 
        $(top_srcdir)/config/depcomp
86
93
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
94
am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
88
95
        $(top_srcdir)/m4/gnupg-check-typedef.m4 \
91
98
        $(top_srcdir)/configure.ac
92
99
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93
100
        $(ACLOCAL_M4)
 
101
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
94
102
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
95
103
CONFIG_HEADER = $(top_builddir)/config.h \
96
104
        $(top_builddir)/claws-features.h
168
176
  done | $(am__uniquify_input)`
169
177
ETAGS = etags
170
178
CTAGS = ctags
 
179
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
 
180
        $(top_srcdir)/config/mkinstalldirs
171
181
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172
182
ACLOCAL = @ACLOCAL@
173
183
ALLOCA = @ALLOCA@
214
224
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
215
225
ENCHANT_LIBS = @ENCHANT_LIBS@
216
226
EXEEXT = @EXEEXT@
 
227
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
228
EXPAT_LIBS = @EXPAT_LIBS@
217
229
EXTRA_VERSION = @EXTRA_VERSION@
218
230
FGREP = @FGREP@
219
231
GDATA_CFLAGS = @GDATA_CFLAGS@
444
456
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/rssyl/libfeed/Makefile'; \
445
457
        $(am__cd) $(top_srcdir) && \
446
458
          $(AUTOMAKE) --foreign src/plugins/rssyl/libfeed/Makefile
447
 
.PRECIOUS: Makefile
448
459
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
449
460
        @case '$?' in \
450
461
          *config.status*) \
786
797
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
787
798
        tags tags-am uninstall uninstall-am
788
799
 
 
800
.PRECIOUS: Makefile
 
801
 
789
802
 
790
803
# Tell versions [3.59,3.63) of GNU make to not export all variables.
791
804
# Otherwise a system limit (for SysV at least) may be exceeded.