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