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/bsfilter
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_bsfilter_la_OBJECTS = bsfilter_la-bsfilter.lo \
145	bsfilter_la-bsfilter_gtk.lo
146bsfilter_la_OBJECTS = $(am_bsfilter_la_OBJECTS)
147AM_V_lt = $(am__v_lt_@AM_V@)
148am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149am__v_lt_0 = --silent
150am__v_lt_1 =
151bsfilter_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153	$(bsfilter_la_LDFLAGS) $(LDFLAGS) -o $@
154@BUILD_BSFILTER_PLUGIN_TRUE@am_bsfilter_la_rpath = -rpath $(plugindir)
155AM_V_P = $(am__v_P_@AM_V@)
156am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157am__v_P_0 = false
158am__v_P_1 = :
159AM_V_GEN = $(am__v_GEN_@AM_V@)
160am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161am__v_GEN_0 = @echo "  GEN     " $@;
162am__v_GEN_1 =
163AM_V_at = $(am__v_at_@AM_V@)
164am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165am__v_at_0 = @
166am__v_at_1 =
167DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
168depcomp = $(SHELL) $(top_srcdir)/config/depcomp
169am__maybe_remake_depfiles = depfiles
170am__depfiles_remade = ./$(DEPDIR)/bsfilter_la-bsfilter.Plo \
171	./$(DEPDIR)/bsfilter_la-bsfilter_gtk.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 = $(bsfilter_la_SOURCES)
192DIST_SOURCES = $(bsfilter_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_srcdir)/src \
482	-I$(top_srcdir)/src/common \
483	-I$(top_builddir)/src \
484	-I$(top_srcdir)/src/gtk
485
486@OS_WIN32_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
487@OS_WIN32_TRUE@     `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \
488@OS_WIN32_TRUE@     sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
489
490@OS_WIN32_FALSE@plugin_res =
491@OS_WIN32_TRUE@plugin_res = version.lo
492@OS_WIN32_FALSE@plugin_res_ldflag =
493@OS_WIN32_TRUE@plugin_res_ldflag = -Wl,.libs/version.o
494@OS_WIN32_FALSE@export_symbols =
495@OS_WIN32_TRUE@export_symbols = -export-symbols $(srcdir)/plugin.def
496@OS_WIN32_FALSE@plugin_deps =
497@OS_WIN32_TRUE@plugin_deps = libclaws.a $(plugin_res) plugin.def
498@OS_WIN32_FALSE@plugin_ldadd =
499@OS_WIN32_TRUE@plugin_ldadd = -L. -lclaws
500@PLATFORM_WIN32_FALSE@no_undefined =
501@PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
502@CYGWIN_FALSE@cygwin_export_lib =
503@CYGWIN_TRUE@cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
504plugindir = $(pkglibdir)/plugins
505@BUILD_BSFILTER_PLUGIN_TRUE@plugin_LTLIBRARIES = bsfilter.la
506bsfilter_la_LDFLAGS = \
507	$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
508	-avoid-version -module \
509	$(GTK_LIBS) $(PTHREAD_LIBS)
510
511bsfilter_la_DEPENDENCIES = $(plugin_deps)
512bsfilter_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
513	$(GTK_LIBS) $(PTHREAD_LIBS)
514
515bsfilter_la_CPPFLAGS = \
516	$(IFLAGS) \
517	$(GLIB_CFLAGS) \
518	$(GTK_CFLAGS) \
519	$(ENCHANT_CFLAGS)
520
521bsfilter_la_SOURCES = \
522	bsfilter.c bsfilter.h \
523	bsfilter_gtk.c
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/bsfilter/Makefile'; \
539	$(am__cd) $(top_srcdir) && \
540	  $(AUTOMAKE) --foreign src/plugins/bsfilter/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
594bsfilter.la: $(bsfilter_la_OBJECTS) $(bsfilter_la_DEPENDENCIES) $(EXTRA_bsfilter_la_DEPENDENCIES)
595	$(AM_V_CCLD)$(bsfilter_la_LINK) $(am_bsfilter_la_rpath) $(bsfilter_la_OBJECTS) $(bsfilter_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)/bsfilter_la-bsfilter.Plo@am__quote@ # am--include-marker
604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsfilter_la-bsfilter_gtk.Plo@am__quote@ # am--include-marker
605
606$(am__depfiles_remade):
607	@$(MKDIR_P) $(@D)
608	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
609
610am--depfiles: $(am__depfiles_remade)
611
612.c.o:
613@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
614@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
615@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
616@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
618
619.c.obj:
620@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
621@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
623@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
625
626.c.lo:
627@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
628@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
629@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
630@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
632
633bsfilter_la-bsfilter.lo: bsfilter.c
634@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bsfilter_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bsfilter_la-bsfilter.lo -MD -MP -MF $(DEPDIR)/bsfilter_la-bsfilter.Tpo -c -o bsfilter_la-bsfilter.lo `test -f 'bsfilter.c' || echo '$(srcdir)/'`bsfilter.c
635@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bsfilter_la-bsfilter.Tpo $(DEPDIR)/bsfilter_la-bsfilter.Plo
636@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bsfilter.c' object='bsfilter_la-bsfilter.lo' libtool=yes @AMDEPBACKSLASH@
637@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bsfilter_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bsfilter_la-bsfilter.lo `test -f 'bsfilter.c' || echo '$(srcdir)/'`bsfilter.c
639
640bsfilter_la-bsfilter_gtk.lo: bsfilter_gtk.c
641@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bsfilter_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bsfilter_la-bsfilter_gtk.lo -MD -MP -MF $(DEPDIR)/bsfilter_la-bsfilter_gtk.Tpo -c -o bsfilter_la-bsfilter_gtk.lo `test -f 'bsfilter_gtk.c' || echo '$(srcdir)/'`bsfilter_gtk.c
642@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bsfilter_la-bsfilter_gtk.Tpo $(DEPDIR)/bsfilter_la-bsfilter_gtk.Plo
643@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bsfilter_gtk.c' object='bsfilter_la-bsfilter_gtk.lo' libtool=yes @AMDEPBACKSLASH@
644@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bsfilter_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bsfilter_la-bsfilter_gtk.lo `test -f 'bsfilter_gtk.c' || echo '$(srcdir)/'`bsfilter_gtk.c
646
647mostlyclean-libtool:
648	-rm -f *.lo
649
650clean-libtool:
651	-rm -rf .libs _libs
652
653ID: $(am__tagged_files)
654	$(am__define_uniq_tagged_files); mkid -fID $$unique
655tags: tags-am
656TAGS: tags
657
658tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
659	set x; \
660	here=`pwd`; \
661	$(am__define_uniq_tagged_files); \
662	shift; \
663	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
664	  test -n "$$unique" || unique=$$empty_fix; \
665	  if test $$# -gt 0; then \
666	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
667	      "$$@" $$unique; \
668	  else \
669	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670	      $$unique; \
671	  fi; \
672	fi
673ctags: ctags-am
674
675CTAGS: ctags
676ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
677	$(am__define_uniq_tagged_files); \
678	test -z "$(CTAGS_ARGS)$$unique" \
679	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
680	     $$unique
681
682GTAGS:
683	here=`$(am__cd) $(top_builddir) && pwd` \
684	  && $(am__cd) $(top_srcdir) \
685	  && gtags -i $(GTAGS_ARGS) "$$here"
686cscopelist: cscopelist-am
687
688cscopelist-am: $(am__tagged_files)
689	list='$(am__tagged_files)'; \
690	case "$(srcdir)" in \
691	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
692	  *) sdir=$(subdir)/$(srcdir) ;; \
693	esac; \
694	for i in $$list; do \
695	  if test -f "$$i"; then \
696	    echo "$(subdir)/$$i"; \
697	  else \
698	    echo "$$sdir/$$i"; \
699	  fi; \
700	done >> $(top_builddir)/cscope.files
701
702distclean-tags:
703	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
704
705distdir: $(BUILT_SOURCES)
706	$(MAKE) $(AM_MAKEFLAGS) distdir-am
707
708distdir-am: $(DISTFILES)
709	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
710	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
711	list='$(DISTFILES)'; \
712	  dist_files=`for file in $$list; do echo $$file; done | \
713	  sed -e "s|^$$srcdirstrip/||;t" \
714	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
715	case $$dist_files in \
716	  */*) $(MKDIR_P) `echo "$$dist_files" | \
717			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
718			   sort -u` ;; \
719	esac; \
720	for file in $$dist_files; do \
721	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
722	  if test -d $$d/$$file; then \
723	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
724	    if test -d "$(distdir)/$$file"; then \
725	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
726	    fi; \
727	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
728	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
729	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
730	    fi; \
731	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
732	  else \
733	    test -f "$(distdir)/$$file" \
734	    || cp -p $$d/$$file "$(distdir)/$$file" \
735	    || exit 1; \
736	  fi; \
737	done
738check-am: all-am
739check: check-am
740all-am: Makefile $(LTLIBRARIES)
741installdirs:
742	for dir in "$(DESTDIR)$(plugindir)"; do \
743	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
744	done
745install: install-am
746install-exec: install-exec-am
747install-data: install-data-am
748uninstall: uninstall-am
749
750install-am: all-am
751	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
752
753installcheck: installcheck-am
754install-strip:
755	if test -z '$(STRIP)'; then \
756	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
758	      install; \
759	else \
760	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
761	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
762	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
763	fi
764mostlyclean-generic:
765
766clean-generic:
767
768distclean-generic:
769	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
770	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
771
772maintainer-clean-generic:
773	@echo "This command is intended for maintainers to use"
774	@echo "it deletes files that may require special tools to rebuild."
775clean: clean-am
776
777clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
778	mostlyclean-am
779
780distclean: distclean-am
781		-rm -f ./$(DEPDIR)/bsfilter_la-bsfilter.Plo
782	-rm -f ./$(DEPDIR)/bsfilter_la-bsfilter_gtk.Plo
783	-rm -f Makefile
784distclean-am: clean-am distclean-compile distclean-generic \
785	distclean-tags
786
787dvi: dvi-am
788
789dvi-am:
790
791html: html-am
792
793html-am:
794
795info: info-am
796
797info-am:
798
799install-data-am: install-pluginLTLIBRARIES
800
801install-dvi: install-dvi-am
802
803install-dvi-am:
804
805install-exec-am:
806
807install-html: install-html-am
808
809install-html-am:
810
811install-info: install-info-am
812
813install-info-am:
814
815install-man:
816
817install-pdf: install-pdf-am
818
819install-pdf-am:
820
821install-ps: install-ps-am
822
823install-ps-am:
824
825installcheck-am:
826
827maintainer-clean: maintainer-clean-am
828		-rm -f ./$(DEPDIR)/bsfilter_la-bsfilter.Plo
829	-rm -f ./$(DEPDIR)/bsfilter_la-bsfilter_gtk.Plo
830	-rm -f Makefile
831maintainer-clean-am: distclean-am maintainer-clean-generic
832
833mostlyclean: mostlyclean-am
834
835mostlyclean-am: mostlyclean-compile mostlyclean-generic \
836	mostlyclean-libtool
837
838pdf: pdf-am
839
840pdf-am:
841
842ps: ps-am
843
844ps-am:
845
846uninstall-am: uninstall-pluginLTLIBRARIES
847
848.MAKE: install-am install-strip
849
850.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
851	clean-generic clean-libtool clean-pluginLTLIBRARIES \
852	cscopelist-am ctags ctags-am distclean distclean-compile \
853	distclean-generic distclean-libtool distclean-tags distdir dvi \
854	dvi-am html html-am info info-am install install-am \
855	install-data install-data-am install-dvi install-dvi-am \
856	install-exec install-exec-am install-html install-html-am \
857	install-info install-info-am install-man install-pdf \
858	install-pdf-am install-pluginLTLIBRARIES install-ps \
859	install-ps-am install-strip installcheck installcheck-am \
860	installdirs maintainer-clean maintainer-clean-generic \
861	mostlyclean mostlyclean-compile mostlyclean-generic \
862	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
863	uninstall-am uninstall-pluginLTLIBRARIES
864
865.PRECIOUS: Makefile
866
867
868@OS_WIN32_TRUE@%.lo : %.rc
869@OS_WIN32_TRUE@	$(LTRCCOMPILE) -i $< -o $@
870
871@OS_WIN32_TRUE@libclaws.a: claws.def
872@OS_WIN32_TRUE@	$(DLLTOOL) --output-lib $@ --def $<
873
874.PHONY: test
875
876# Tell versions [3.59,3.63) of GNU make to not export all variables.
877# Otherwise a system limit (for SysV at least) may be exceeded.
878.NOEXPORT:
879