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

« back to all changes in this revision

Viewing changes to src/plugins/pgpinline/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,
22
22
 
23
23
 
24
24
VPATH = @srcdir@
25
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
25
am__is_gnu_make = { \
 
26
  if test -z '$(MAKELEVEL)'; then \
 
27
    false; \
 
28
  elif test -n '$(MAKE_HOST)'; then \
 
29
    true; \
 
30
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
31
    true; \
 
32
  else \
 
33
    false; \
 
34
  fi; \
 
35
}
26
36
am__make_running_with_option = \
27
37
  case $${target_option-} in \
28
38
      ?) ;; \
87
97
host_triplet = @host@
88
98
target_triplet = @target@
89
99
subdir = src/plugins/pgpinline
90
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
91
 
        $(top_srcdir)/config/mkinstalldirs \
92
 
        $(top_srcdir)/config/depcomp $(plugininclude_HEADERS)
93
100
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94
101
am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
95
102
        $(top_srcdir)/m4/gnupg-check-typedef.m4 \
98
105
        $(top_srcdir)/configure.ac
99
106
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100
107
        $(ACLOCAL_M4)
 
108
DIST_COMMON = $(srcdir)/Makefile.am $(plugininclude_HEADERS) \
 
109
        $(am__DIST_COMMON)
101
110
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
102
111
CONFIG_HEADER = $(top_builddir)/config.h \
103
112
        $(top_builddir)/claws-features.h
209
218
  done | $(am__uniquify_input)`
210
219
ETAGS = etags
211
220
CTAGS = ctags
 
221
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
 
222
        $(top_srcdir)/config/mkinstalldirs
212
223
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
224
ACLOCAL = @ACLOCAL@
214
225
ALLOCA = @ALLOCA@
255
266
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
256
267
ENCHANT_LIBS = @ENCHANT_LIBS@
257
268
EXEEXT = @EXEEXT@
 
269
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
270
EXPAT_LIBS = @EXPAT_LIBS@
258
271
EXTRA_VERSION = @EXTRA_VERSION@
259
272
FGREP = @FGREP@
260
273
GDATA_CFLAGS = @GDATA_CFLAGS@
522
535
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/pgpinline/Makefile'; \
523
536
        $(am__cd) $(top_srcdir) && \
524
537
          $(AUTOMAKE) --foreign src/plugins/pgpinline/Makefile
525
 
.PRECIOUS: Makefile
526
538
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
527
539
        @case '$?' in \
528
540
          *config.status*) \
882
894
        uninstall-pluginDATA uninstall-pluginLTLIBRARIES \
883
895
        uninstall-pluginincludeHEADERS
884
896
 
 
897
.PRECIOUS: Makefile
 
898
 
885
899
 
886
900
@OS_WIN32_TRUE@%.lo : %.rc
887
901
@OS_WIN32_TRUE@ $(LTRCCOMPILE) -i $< -o $@