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

« back to all changes in this revision

Viewing changes to src/plugins/tnef_parse/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,
21
21
 
22
22
 
23
23
VPATH = @srcdir@
24
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
24
am__is_gnu_make = { \
 
25
  if test -z '$(MAKELEVEL)'; then \
 
26
    false; \
 
27
  elif test -n '$(MAKE_HOST)'; then \
 
28
    true; \
 
29
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
30
    true; \
 
31
  else \
 
32
    false; \
 
33
  fi; \
 
34
}
25
35
am__make_running_with_option = \
26
36
  case $${target_option-} in \
27
37
      ?) ;; \
86
96
host_triplet = @host@
87
97
target_triplet = @target@
88
98
subdir = src/plugins/tnef_parse
89
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90
 
        $(top_srcdir)/config/mkinstalldirs \
91
 
        $(top_srcdir)/config/depcomp $(noinst_HEADERS)
92
99
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
100
am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
94
101
        $(top_srcdir)/m4/gnupg-check-typedef.m4 \
97
104
        $(top_srcdir)/configure.ac
98
105
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99
106
        $(ACLOCAL_M4)
 
107
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
 
108
        $(am__DIST_COMMON)
100
109
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
101
110
CONFIG_HEADER = $(top_builddir)/config.h \
102
111
        $(top_builddir)/claws-features.h
205
214
  done | $(am__uniquify_input)`
206
215
ETAGS = etags
207
216
CTAGS = ctags
 
217
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
 
218
        $(top_srcdir)/config/mkinstalldirs
208
219
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209
220
ACLOCAL = @ACLOCAL@
210
221
ALLOCA = @ALLOCA@
251
262
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
252
263
ENCHANT_LIBS = @ENCHANT_LIBS@
253
264
EXEEXT = @EXEEXT@
 
265
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
266
EXPAT_LIBS = @EXPAT_LIBS@
254
267
EXTRA_VERSION = @EXTRA_VERSION@
255
268
FGREP = @FGREP@
256
269
GDATA_CFLAGS = @GDATA_CFLAGS@
520
533
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/tnef_parse/Makefile'; \
521
534
        $(am__cd) $(top_srcdir) && \
522
535
          $(AUTOMAKE) --foreign src/plugins/tnef_parse/Makefile
523
 
.PRECIOUS: Makefile
524
536
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
525
537
        @case '$?' in \
526
538
          *config.status*) \
842
854
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
843
855
        uninstall-pluginLTLIBRARIES
844
856
 
 
857
.PRECIOUS: Makefile
 
858
 
845
859
 
846
860
@OS_WIN32_TRUE@%.lo : %.rc
847
861
@OS_WIN32_TRUE@ $(LTRCCOMPILE) -i $< -o $@