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

« back to all changes in this revision

Viewing changes to src/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
      ?) ;; \
87
97
target_triplet = @target@
88
98
bin_PROGRAMS = claws-mail$(EXEEXT)
89
99
subdir = src
90
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
91
 
        $(top_srcdir)/config/mkinstalldirs matcher_parser_lex.c \
92
 
        matcher_parser_parse.h matcher_parser_parse.c quote_fmt_lex.c \
93
 
        quote_fmt_parse.h quote_fmt_parse.c \
94
 
        $(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap \
95
 
        $(claws_mailinclude_HEADERS)
96
100
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97
101
am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
98
102
        $(top_srcdir)/m4/gnupg-check-typedef.m4 \
101
105
        $(top_srcdir)/configure.ac
102
106
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103
107
        $(ACLOCAL_M4)
 
108
DIST_COMMON = $(srcdir)/Makefile.am $(claws_mailinclude_HEADERS) \
 
109
        $(am__DIST_COMMON)
104
110
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
105
111
CONFIG_HEADER = $(top_builddir)/config.h \
106
112
        $(top_builddir)/claws-features.h
342
348
ETAGS = etags
343
349
CTAGS = ctags
344
350
DIST_SUBDIRS = common gtk etpan . plugins
 
351
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
 
352
        $(top_srcdir)/config/mkinstalldirs $(top_srcdir)/config/ylwrap \
 
353
        matcher_parser_lex.c matcher_parser_parse.c \
 
354
        matcher_parser_parse.h quote_fmt_lex.c quote_fmt_parse.c \
 
355
        quote_fmt_parse.h
345
356
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
346
357
am__relativize = \
347
358
  dir0=`pwd`; \
413
424
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
414
425
ENCHANT_LIBS = @ENCHANT_LIBS@
415
426
EXEEXT = @EXEEXT@
 
427
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
428
EXPAT_LIBS = @EXPAT_LIBS@
416
429
EXTRA_VERSION = @EXTRA_VERSION@
417
430
FGREP = @FGREP@
418
431
GDATA_CFLAGS = @GDATA_CFLAGS@
1120
1133
        -I$(srcdir)/gtk \
1121
1134
        -I$(srcdir)/etpan
1122
1135
 
1123
 
@PLATFORM_WIN32_FALSE@arch_ldflags := 
1124
 
@PLATFORM_WIN32_TRUE@arch_ldflags := -export-all-symbols
 
1136
@PLATFORM_WIN32_FALSE@arch_ldflags := -Wl,--export-dynamic
 
1137
@PLATFORM_WIN32_TRUE@arch_ldflags := -Wl,--export-all-symbols
1125
1138
claws_mail_LDFLAGS = \
1126
 
        $(arch_ldflags) -export-dynamic $(claws_mail_res_ldflag)
 
1139
        $(arch_ldflags) $(claws_mail_res_ldflag)
1127
1140
 
1128
1141
claws_mail_DEPENDENCIES = $(claws_mail_deps) \
1129
1142
        $(etpan_library) \
1135
1148
        $(ENCHANT_LIBS) \
1136
1149
        $(INTLLIBS) \
1137
1150
        $(GTK_LIBS) \
1138
 
        $(GPGME_LIBS) \
1139
1151
        $(LDAP_LIBS) \
1140
1152
        $(GNUTLS_LIBS) \
1141
1153
        $(COMPFACE_LIBS) \
1190
1202
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
1191
1203
        $(am__cd) $(top_srcdir) && \
1192
1204
          $(AUTOMAKE) --foreign src/Makefile
1193
 
.PRECIOUS: Makefile
1194
1205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1195
1206
        @case '$?' in \
1196
1207
          *config.status*) \
1768
1779
        uninstall-am uninstall-binPROGRAMS \
1769
1780
        uninstall-claws_mailincludeHEADERS
1770
1781
 
 
1782
.PRECIOUS: Makefile
 
1783
 
1771
1784
install-exec-hook:
1772
1785
        @rm -f $(DESTDIR)$(bindir)/sylpheed-claws
1773
1786
        @ln -s claws-mail $(DESTDIR)$(bindir)/sylpheed-claws