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