1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright 1999-2014 the Claws Mail team.
18# This file is part of Claws Mail package, and distributed under the
19# terms of the General Public License version 3 (or later).
20# See COPYING file for license details.
21
22VPATH = @srcdir@
23am__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}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/@PACKAGE@
79pkgincludedir = $(includedir)/@PACKAGE@
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96target_triplet = @target@
97subdir = src/plugins/att_remover
98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
100	$(top_srcdir)/m4/gnupg-check-typedef.m4 \
101	$(top_srcdir)/m4/gnupg.m4 $(top_srcdir)/m4/gpgme.m4 \
102	$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/libtool.m4 \
103	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105	$(top_srcdir)/m4/spamassassin.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
110CONFIG_HEADER = $(top_builddir)/config.h \
111	$(top_builddir)/claws-features.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115am__vpath_adj = case $$p in \
116    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117    *) f=$$p;; \
118  esac;
119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120am__install_max = 40
121am__nobase_strip_setup = \
122  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123am__nobase_strip = \
124  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125am__nobase_list = $(am__nobase_strip_setup); \
126  for p in $$list; do echo "$$p $$p"; done | \
127  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129    if (++n[$$2] == $(am__install_max)) \
130      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131    END { for (dir in files) print dir, files[dir] }'
132am__base_list = \
133  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135am__uninstall_files_from_dir = { \
136  test -z "$$files" \
137    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139         $(am__cd) "$$dir" && rm -f $$files; }; \
140  }
141am__installdirs = "$(DESTDIR)$(plugindir)"
142LTLIBRARIES = $(plugin_LTLIBRARIES)
143am__DEPENDENCIES_1 =
144am_att_remover_la_OBJECTS = att_remover_la-att_remover.lo
145att_remover_la_OBJECTS = $(am_att_remover_la_OBJECTS)
146AM_V_lt = $(am__v_lt_@AM_V@)
147am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148am__v_lt_0 = --silent
149am__v_lt_1 =
150att_remover_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
151	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
152	$(AM_CFLAGS) $(CFLAGS) $(att_remover_la_LDFLAGS) $(LDFLAGS) -o \
153	$@
154@BUILD_ATT_REMOVER_PLUGIN_TRUE@am_att_remover_la_rpath = -rpath \
155@BUILD_ATT_REMOVER_PLUGIN_TRUE@	$(plugindir)
156AM_V_P = $(am__v_P_@AM_V@)
157am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
158am__v_P_0 = false
159am__v_P_1 = :
160AM_V_GEN = $(am__v_GEN_@AM_V@)
161am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
162am__v_GEN_0 = @echo "  GEN     " $@;
163am__v_GEN_1 =
164AM_V_at = $(am__v_at_@AM_V@)
165am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
166am__v_at_0 = @
167am__v_at_1 =
168DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
169depcomp = $(SHELL) $(top_srcdir)/config/depcomp
170am__maybe_remake_depfiles = depfiles
171am__depfiles_remade = ./$(DEPDIR)/att_remover_la-att_remover.Plo
172am__mv = mv -f
173COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
174	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
177	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178	$(AM_CFLAGS) $(CFLAGS)
179AM_V_CC = $(am__v_CC_@AM_V@)
180am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181am__v_CC_0 = @echo "  CC      " $@;
182am__v_CC_1 =
183CCLD = $(CC)
184LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186	$(AM_LDFLAGS) $(LDFLAGS) -o $@
187AM_V_CCLD = $(am__v_CCLD_@AM_V@)
188am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189am__v_CCLD_0 = @echo "  CCLD    " $@;
190am__v_CCLD_1 =
191SOURCES = $(att_remover_la_SOURCES)
192DIST_SOURCES = $(att_remover_la_SOURCES)
193am__can_run_installinfo = \
194  case $$AM_UPDATE_INFO_DIR in \
195    n|no|NO) false;; \
196    *) (install-info --version) >/dev/null 2>&1;; \
197  esac
198am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
199# Read a list of newline-separated strings from the standard input,
200# and print each of them once, without duplicates.  Input order is
201# *not* preserved.
202am__uniquify_input = $(AWK) '\
203  BEGIN { nonempty = 0; } \
204  { items[$$0] = 1; nonempty = 1; } \
205  END { if (nonempty) { for (i in items) print i; }; } \
206'
207# Make sure the list of sources is unique.  This is necessary because,
208# e.g., the same source file might be shared among _SOURCES variables
209# for different programs/libraries.
210am__define_uniq_tagged_files = \
211  list='$(am__tagged_files)'; \
212  unique=`for i in $$list; do \
213    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214  done | $(am__uniquify_input)`
215ETAGS = etags
216CTAGS = ctags
217am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
218	$(top_srcdir)/config/mkinstalldirs
219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220ACLOCAL = @ACLOCAL@
221ALLOCA = @ALLOCA@
222AMTAR = @AMTAR@
223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224AR = @AR@
225ARCHIVE_CFLAGS = @ARCHIVE_CFLAGS@
226ARCHIVE_LIBS = @ARCHIVE_LIBS@
227AS = @AS@
228AUTOCONF = @AUTOCONF@
229AUTOHEADER = @AUTOHEADER@
230AUTOMAKE = @AUTOMAKE@
231AWK = @AWK@
232CAIRO_CFLAGS = @CAIRO_CFLAGS@
233CAIRO_LIBS = @CAIRO_LIBS@
234CC = @CC@
235CCDEPMODE = @CCDEPMODE@
236CFLAGS = @CFLAGS@
237CM_NP_HOTKEY_CFLAGS = @CM_NP_HOTKEY_CFLAGS@
238CM_NP_HOTKEY_LIBS = @CM_NP_HOTKEY_LIBS@
239COMPFACE_LIBS = @COMPFACE_LIBS@
240CONTACTS_CFLAGS = @CONTACTS_CFLAGS@
241CONTACTS_LIBS = @CONTACTS_LIBS@
242CPP = @CPP@
243CPPFLAGS = @CPPFLAGS@
244CURL_CFLAGS = @CURL_CFLAGS@
245CURL_LIBS = @CURL_LIBS@
246CXX = @CXX@
247CXXCPP = @CXXCPP@
248CXXDEPMODE = @CXXDEPMODE@
249CXXFLAGS = @CXXFLAGS@
250CYGPATH_W = @CYGPATH_W@
251DBUS_CFLAGS = @DBUS_CFLAGS@
252DBUS_LIBS = @DBUS_LIBS@
253DEFS = @DEFS@
254DEPDIR = @DEPDIR@
255DLLTOOL = @DLLTOOL@
256DOCBOOK2HTML = @DOCBOOK2HTML@
257DOCBOOK2PDF = @DOCBOOK2PDF@
258DOCBOOK2PS = @DOCBOOK2PS@
259DOCBOOK2TXT = @DOCBOOK2TXT@
260DSYMUTIL = @DSYMUTIL@
261DUMPBIN = @DUMPBIN@
262ECHO_C = @ECHO_C@
263ECHO_N = @ECHO_N@
264ECHO_T = @ECHO_T@
265EGREP = @EGREP@
266ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
267ENCHANT_LIBS = @ENCHANT_LIBS@
268EXEEXT = @EXEEXT@
269EXPAT_CFLAGS = @EXPAT_CFLAGS@
270EXPAT_LIBS = @EXPAT_LIBS@
271EXTRA_VERSION = @EXTRA_VERSION@
272FGREP = @FGREP@
273FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
274FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
275GDATA_CFLAGS = @GDATA_CFLAGS@
276GDATA_LIBS = @GDATA_LIBS@
277GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
278GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
279GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
280GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
281GIT = @GIT@
282GIT_VERSION = @GIT_VERSION@
283GLIB_CFLAGS = @GLIB_CFLAGS@
284GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
285GLIB_LIBS = @GLIB_LIBS@
286GMSGFMT = @GMSGFMT@
287GMSGFMT_015 = @GMSGFMT_015@
288GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
289GNUTLS_LIBS = @GNUTLS_LIBS@
290GPGME_CFLAGS = @GPGME_CFLAGS@
291GPGME_CONFIG = @GPGME_CONFIG@
292GPGME_LIBS = @GPGME_LIBS@
293GREP = @GREP@
294GTK_CFLAGS = @GTK_CFLAGS@
295GTK_LIBS = @GTK_LIBS@
296HAVE_GTK_ICON_CACHE = @HAVE_GTK_ICON_CACHE@
297HAVE_PERL = @HAVE_PERL@
298INSTALL = @INSTALL@
299INSTALL_DATA = @INSTALL_DATA@
300INSTALL_PROGRAM = @INSTALL_PROGRAM@
301INSTALL_SCRIPT = @INSTALL_SCRIPT@
302INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
303INTLLIBS = @INTLLIBS@
304INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
305JPILOT_LIBS = @JPILOT_LIBS@
306LD = @LD@
307LDAP_LIBS = @LDAP_LIBS@
308LDFLAGS = @LDFLAGS@
309LEX = @LEX@
310LEXLIB = @LEXLIB@
311LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
312LIBARCHIVE_CFLAGS = @LIBARCHIVE_CFLAGS@
313LIBARCHIVE_LIBS = @LIBARCHIVE_LIBS@
314LIBETPAN_CFLAGS = @LIBETPAN_CFLAGS@
315LIBETPAN_FLAGS = @LIBETPAN_FLAGS@
316LIBETPAN_LIBS = @LIBETPAN_LIBS@
317LIBGUMBO_CFLAGS = @LIBGUMBO_CFLAGS@
318LIBGUMBO_LIBS = @LIBGUMBO_LIBS@
319LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
320LIBICAL_LIBS = @LIBICAL_LIBS@
321LIBICONV = @LIBICONV@
322LIBINTL = @LIBINTL@
323LIBOBJS = @LIBOBJS@
324LIBRESOLV = @LIBRESOLV@
325LIBS = @LIBS@
326LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
327LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
328LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
329LIBSOUP_LIBS = @LIBSOUP_LIBS@
330LIBTOOL = @LIBTOOL@
331LIPO = @LIPO@
332LN_S = @LN_S@
333LTLIBICONV = @LTLIBICONV@
334LTLIBINTL = @LTLIBINTL@
335LTLIBOBJS = @LTLIBOBJS@
336LT_AGE = @LT_AGE@
337LT_CURRENT = @LT_CURRENT@
338LT_RELEASE = @LT_RELEASE@
339LT_REVISION = @LT_REVISION@
340LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
341MAINT = @MAINT@
342MAJOR_VERSION = @MAJOR_VERSION@
343MAKEINFO = @MAKEINFO@
344MANIFEST_TOOL = @MANIFEST_TOOL@
345MICRO_VERSION = @MICRO_VERSION@
346MINOR_VERSION = @MINOR_VERSION@
347MKDIR_P = @MKDIR_P@
348MSGFMT = @MSGFMT@
349MSGMERGE = @MSGMERGE@
350MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
351NETTLE_CFLAGS = @NETTLE_CFLAGS@
352NETTLE_LIBS = @NETTLE_LIBS@
353NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@
354NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@
355NM = @NM@
356NMEDIT = @NMEDIT@
357OBJDUMP = @OBJDUMP@
358OBJEXT = @OBJEXT@
359OTOOL = @OTOOL@
360OTOOL64 = @OTOOL64@
361PACKAGE = @PACKAGE@
362PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
363PACKAGE_NAME = @PACKAGE_NAME@
364PACKAGE_STRING = @PACKAGE_STRING@
365PACKAGE_TARNAME = @PACKAGE_TARNAME@
366PACKAGE_URL = @PACKAGE_URL@
367PACKAGE_VERSION = @PACKAGE_VERSION@
368PASSCRYPT_KEY = @PASSCRYPT_KEY@
369PATH_SEPARATOR = @PATH_SEPARATOR@
370PERL = @PERL@
371PERL_CFLAGS = @PERL_CFLAGS@
372PERL_LDFLAGS = @PERL_LDFLAGS@
373PKG_CONFIG = @PKG_CONFIG@
374PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
375PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
376POPPLER_CFLAGS = @POPPLER_CFLAGS@
377POPPLER_LIBS = @POPPLER_LIBS@
378POSUB = @POSUB@
379PTHREAD_LIBS = @PTHREAD_LIBS@
380PYGTK_CFLAGS = @PYGTK_CFLAGS@
381PYGTK_LIBS = @PYGTK_LIBS@
382PYTHON_CFLAGS = @PYTHON_CFLAGS@
383PYTHON_LIBS = @PYTHON_LIBS@
384PYTHON_SHARED_LIB = @PYTHON_SHARED_LIB@
385RANLIB = @RANLIB@
386RC = @RC@
387REAL_CXX = @REAL_CXX@
388SED = @SED@
389SET_MAKE = @SET_MAKE@
390SHELL = @SHELL@
391SM_LIBS = @SM_LIBS@
392SPAMASSASSIN_CFLAGS = @SPAMASSASSIN_CFLAGS@
393SPAMASSASSIN_LIBS = @SPAMASSASSIN_LIBS@
394STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
395STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
396STRIP = @STRIP@
397SVG_CFLAGS = @SVG_CFLAGS@
398SVG_LIBS = @SVG_LIBS@
399USE_NLS = @USE_NLS@
400VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
401VALGRIND_LIBS = @VALGRIND_LIBS@
402VERSION = @VERSION@
403WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
404WEBKIT_LIBS = @WEBKIT_LIBS@
405XGETTEXT = @XGETTEXT@
406XGETTEXT_015 = @XGETTEXT_015@
407XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
408YACC = @YACC@
409YFLAGS = @YFLAGS@
410YTNEF_CFLAGS = @YTNEF_CFLAGS@
411YTNEF_LIBS = @YTNEF_LIBS@
412abs_builddir = @abs_builddir@
413abs_srcdir = @abs_srcdir@
414abs_top_builddir = @abs_top_builddir@
415abs_top_srcdir = @abs_top_srcdir@
416ac_ct_AR = @ac_ct_AR@
417ac_ct_CC = @ac_ct_CC@
418ac_ct_CXX = @ac_ct_CXX@
419ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
420am__include = @am__include@
421am__leading_dot = @am__leading_dot@
422am__quote = @am__quote@
423am__tar = @am__tar@
424am__untar = @am__untar@
425bindir = @bindir@
426build = @build@
427build_alias = @build_alias@
428build_cpu = @build_cpu@
429build_os = @build_os@
430build_vendor = @build_vendor@
431builddir = @builddir@
432datadir = @datadir@
433datarootdir = @datarootdir@
434docdir = @docdir@
435dvidir = @dvidir@
436enable_crash_dialog = @enable_crash_dialog@
437exec_prefix = @exec_prefix@
438host = @host@
439host_alias = @host_alias@
440host_cpu = @host_cpu@
441host_os = @host_os@
442host_vendor = @host_vendor@
443htmldir = @htmldir@
444includedir = @includedir@
445infodir = @infodir@
446install_sh = @install_sh@
447libcanberra_gtk_CFLAGS = @libcanberra_gtk_CFLAGS@
448libcanberra_gtk_LIBS = @libcanberra_gtk_LIBS@
449libdir = @libdir@
450libetpanconfig = @libetpanconfig@
451libexecdir = @libexecdir@
452libnotify_CFLAGS = @libnotify_CFLAGS@
453libnotify_LIBS = @libnotify_LIBS@
454localedir = @localedir@
455localstatedir = @localstatedir@
456mandir = @mandir@
457manualdir = @manualdir@
458mkdir_p = @mkdir_p@
459oldincludedir = @oldincludedir@
460pdfdir = @pdfdir@
461prefix = @prefix@
462program_transform_name = @program_transform_name@
463psdir = @psdir@
464runstatedir = @runstatedir@
465sbindir = @sbindir@
466sharedstatedir = @sharedstatedir@
467srcdir = @srcdir@
468sysconfdir = @sysconfdir@
469target = @target@
470target_alias = @target_alias@
471target_cpu = @target_cpu@
472target_os = @target_os@
473target_vendor = @target_vendor@
474top_build_prefix = @top_build_prefix@
475top_builddir = @top_builddir@
476top_srcdir = @top_srcdir@
477unity_CFLAGS = @unity_CFLAGS@
478unity_LIBS = @unity_LIBS@
479EXTRA_DIST = claws.def plugin.def version.rc
480IFLAGS = \
481	-I$(top_builddir)/src \
482	-I$(top_srcdir)/src \
483	-I$(top_srcdir)/src/common \
484	-I$(top_builddir)/src/common \
485	-I$(top_srcdir)/src/gtk
486
487@OS_WIN32_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
488@OS_WIN32_TRUE@     `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \
489@OS_WIN32_TRUE@     sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
490
491@OS_WIN32_FALSE@plugin_res =
492@OS_WIN32_TRUE@plugin_res = version.lo
493@OS_WIN32_FALSE@plugin_res_ldflag =
494@OS_WIN32_TRUE@plugin_res_ldflag = -Wl,.libs/version.o
495@OS_WIN32_FALSE@export_symbols =
496@OS_WIN32_TRUE@export_symbols = -export-symbols $(srcdir)/plugin.def
497@OS_WIN32_FALSE@plugin_deps =
498@OS_WIN32_TRUE@plugin_deps = libclaws.a $(plugin_res) plugin.def
499@OS_WIN32_FALSE@plugin_ldadd =
500@OS_WIN32_TRUE@plugin_ldadd = -L. -lclaws
501@PLATFORM_WIN32_FALSE@no_undefined =
502@PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
503@CYGWIN_FALSE@cygwin_export_lib =
504@CYGWIN_TRUE@cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
505plugindir = $(pkglibdir)/plugins
506@BUILD_ATT_REMOVER_PLUGIN_TRUE@plugin_LTLIBRARIES = att_remover.la
507att_remover_la_SOURCES = \
508	att_remover.c
509
510att_remover_la_LDFLAGS = \
511	$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
512	-avoid-version -module \
513	$(GTK_LIBS)
514
515att_remover_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
516	$(GTK_LIBS)
517
518att_remover_la_DEPENDENCIES = $(plugin_deps)
519att_remover_la_CPPFLAGS = \
520	$(IFLAGS) \
521	$(GLIB_CFLAGS) \
522	$(GTK_CFLAGS) \
523	$(ENCHANT_CFLAGS)
524
525all: all-am
526
527.SUFFIXES:
528.SUFFIXES: .c .lo .o .obj
529$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
530	@for dep in $?; do \
531	  case '$(am__configure_deps)' in \
532	    *$$dep*) \
533	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
534	        && { if test -f $@; then exit 0; else break; fi; }; \
535	      exit 1;; \
536	  esac; \
537	done; \
538	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/att_remover/Makefile'; \
539	$(am__cd) $(top_srcdir) && \
540	  $(AUTOMAKE) --foreign src/plugins/att_remover/Makefile
541Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
542	@case '$?' in \
543	  *config.status*) \
544	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
545	  *) \
546	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
547	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
548	esac;
549
550$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
551	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
552
553$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
554	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
555$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
556	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
557$(am__aclocal_m4_deps):
558
559install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
560	@$(NORMAL_INSTALL)
561	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
562	list2=; for p in $$list; do \
563	  if test -f $$p; then \
564	    list2="$$list2 $$p"; \
565	  else :; fi; \
566	done; \
567	test -z "$$list2" || { \
568	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
569	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
570	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
571	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
572	}
573
574uninstall-pluginLTLIBRARIES:
575	@$(NORMAL_UNINSTALL)
576	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
577	for p in $$list; do \
578	  $(am__strip_dir) \
579	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
580	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
581	done
582
583clean-pluginLTLIBRARIES:
584	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
585	@list='$(plugin_LTLIBRARIES)'; \
586	locs=`for p in $$list; do echo $$p; done | \
587	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
588	      sort -u`; \
589	test -z "$$locs" || { \
590	  echo rm -f $${locs}; \
591	  rm -f $${locs}; \
592	}
593
594att_remover.la: $(att_remover_la_OBJECTS) $(att_remover_la_DEPENDENCIES) $(EXTRA_att_remover_la_DEPENDENCIES)
595	$(AM_V_CCLD)$(att_remover_la_LINK) $(am_att_remover_la_rpath) $(att_remover_la_OBJECTS) $(att_remover_la_LIBADD) $(LIBS)
596
597mostlyclean-compile:
598	-rm -f *.$(OBJEXT)
599
600distclean-compile:
601	-rm -f *.tab.c
602
603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/att_remover_la-att_remover.Plo@am__quote@ # am--include-marker
604
605$(am__depfiles_remade):
606	@$(MKDIR_P) $(@D)
607	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
608
609am--depfiles: $(am__depfiles_remade)
610
611.c.o:
612@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
617
618.c.obj:
619@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
620@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
624
625.c.lo:
626@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
627@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
628@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
631
632att_remover_la-att_remover.lo: att_remover.c
633@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(att_remover_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT att_remover_la-att_remover.lo -MD -MP -MF $(DEPDIR)/att_remover_la-att_remover.Tpo -c -o att_remover_la-att_remover.lo `test -f 'att_remover.c' || echo '$(srcdir)/'`att_remover.c
634@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/att_remover_la-att_remover.Tpo $(DEPDIR)/att_remover_la-att_remover.Plo
635@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='att_remover.c' object='att_remover_la-att_remover.lo' libtool=yes @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(att_remover_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o att_remover_la-att_remover.lo `test -f 'att_remover.c' || echo '$(srcdir)/'`att_remover.c
638
639mostlyclean-libtool:
640	-rm -f *.lo
641
642clean-libtool:
643	-rm -rf .libs _libs
644
645ID: $(am__tagged_files)
646	$(am__define_uniq_tagged_files); mkid -fID $$unique
647tags: tags-am
648TAGS: tags
649
650tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
651	set x; \
652	here=`pwd`; \
653	$(am__define_uniq_tagged_files); \
654	shift; \
655	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
656	  test -n "$$unique" || unique=$$empty_fix; \
657	  if test $$# -gt 0; then \
658	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
659	      "$$@" $$unique; \
660	  else \
661	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
662	      $$unique; \
663	  fi; \
664	fi
665ctags: ctags-am
666
667CTAGS: ctags
668ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
669	$(am__define_uniq_tagged_files); \
670	test -z "$(CTAGS_ARGS)$$unique" \
671	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
672	     $$unique
673
674GTAGS:
675	here=`$(am__cd) $(top_builddir) && pwd` \
676	  && $(am__cd) $(top_srcdir) \
677	  && gtags -i $(GTAGS_ARGS) "$$here"
678cscopelist: cscopelist-am
679
680cscopelist-am: $(am__tagged_files)
681	list='$(am__tagged_files)'; \
682	case "$(srcdir)" in \
683	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
684	  *) sdir=$(subdir)/$(srcdir) ;; \
685	esac; \
686	for i in $$list; do \
687	  if test -f "$$i"; then \
688	    echo "$(subdir)/$$i"; \
689	  else \
690	    echo "$$sdir/$$i"; \
691	  fi; \
692	done >> $(top_builddir)/cscope.files
693
694distclean-tags:
695	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
696
697distdir: $(BUILT_SOURCES)
698	$(MAKE) $(AM_MAKEFLAGS) distdir-am
699
700distdir-am: $(DISTFILES)
701	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
702	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
703	list='$(DISTFILES)'; \
704	  dist_files=`for file in $$list; do echo $$file; done | \
705	  sed -e "s|^$$srcdirstrip/||;t" \
706	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
707	case $$dist_files in \
708	  */*) $(MKDIR_P) `echo "$$dist_files" | \
709			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
710			   sort -u` ;; \
711	esac; \
712	for file in $$dist_files; do \
713	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
714	  if test -d $$d/$$file; then \
715	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
716	    if test -d "$(distdir)/$$file"; then \
717	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
718	    fi; \
719	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
720	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
721	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
722	    fi; \
723	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
724	  else \
725	    test -f "$(distdir)/$$file" \
726	    || cp -p $$d/$$file "$(distdir)/$$file" \
727	    || exit 1; \
728	  fi; \
729	done
730check-am: all-am
731check: check-am
732all-am: Makefile $(LTLIBRARIES)
733installdirs:
734	for dir in "$(DESTDIR)$(plugindir)"; do \
735	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
736	done
737install: install-am
738install-exec: install-exec-am
739install-data: install-data-am
740uninstall: uninstall-am
741
742install-am: all-am
743	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
744
745installcheck: installcheck-am
746install-strip:
747	if test -z '$(STRIP)'; then \
748	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
749	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
750	      install; \
751	else \
752	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
753	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
754	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
755	fi
756mostlyclean-generic:
757
758clean-generic:
759
760distclean-generic:
761	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
762	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
763
764maintainer-clean-generic:
765	@echo "This command is intended for maintainers to use"
766	@echo "it deletes files that may require special tools to rebuild."
767clean: clean-am
768
769clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
770	mostlyclean-am
771
772distclean: distclean-am
773		-rm -f ./$(DEPDIR)/att_remover_la-att_remover.Plo
774	-rm -f Makefile
775distclean-am: clean-am distclean-compile distclean-generic \
776	distclean-tags
777
778dvi: dvi-am
779
780dvi-am:
781
782html: html-am
783
784html-am:
785
786info: info-am
787
788info-am:
789
790install-data-am: install-pluginLTLIBRARIES
791
792install-dvi: install-dvi-am
793
794install-dvi-am:
795
796install-exec-am:
797
798install-html: install-html-am
799
800install-html-am:
801
802install-info: install-info-am
803
804install-info-am:
805
806install-man:
807
808install-pdf: install-pdf-am
809
810install-pdf-am:
811
812install-ps: install-ps-am
813
814install-ps-am:
815
816installcheck-am:
817
818maintainer-clean: maintainer-clean-am
819		-rm -f ./$(DEPDIR)/att_remover_la-att_remover.Plo
820	-rm -f Makefile
821maintainer-clean-am: distclean-am maintainer-clean-generic
822
823mostlyclean: mostlyclean-am
824
825mostlyclean-am: mostlyclean-compile mostlyclean-generic \
826	mostlyclean-libtool
827
828pdf: pdf-am
829
830pdf-am:
831
832ps: ps-am
833
834ps-am:
835
836uninstall-am: uninstall-pluginLTLIBRARIES
837
838.MAKE: install-am install-strip
839
840.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
841	clean-generic clean-libtool clean-pluginLTLIBRARIES \
842	cscopelist-am ctags ctags-am distclean distclean-compile \
843	distclean-generic distclean-libtool distclean-tags distdir dvi \
844	dvi-am html html-am info info-am install install-am \
845	install-data install-data-am install-dvi install-dvi-am \
846	install-exec install-exec-am install-html install-html-am \
847	install-info install-info-am install-man install-pdf \
848	install-pdf-am install-pluginLTLIBRARIES install-ps \
849	install-ps-am install-strip installcheck installcheck-am \
850	installdirs maintainer-clean maintainer-clean-generic \
851	mostlyclean mostlyclean-compile mostlyclean-generic \
852	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
853	uninstall-am uninstall-pluginLTLIBRARIES
854
855.PRECIOUS: Makefile
856
857
858@OS_WIN32_TRUE@%.lo : %.rc
859@OS_WIN32_TRUE@	$(LTRCCOMPILE) -i $< -o $@
860
861@OS_WIN32_TRUE@libclaws.a: claws.def
862@OS_WIN32_TRUE@	$(DLLTOOL) --output-lib $@ --def $<
863
864.PHONY: test
865
866# Tell versions [3.59,3.63) of GNU make to not export all variables.
867# Otherwise a system limit (for SysV at least) may be exceeded.
868.NOEXPORT:
869