summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1256
1 files changed, 1256 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
new file mode 100644
index 0000000..4708707
--- /dev/null
+++ b/src/Makefile.in
@@ -0,0 +1,1256 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
18
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
33 case $$MAKEFLAGS in \
34 *\\[\ \ ]*) \
35 bs=\\; \
36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
38 esac; \
39 fi; \
40 skip_next=no; \
41 strip_trailopt () \
42 { \
43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44 }; \
45 for flg in $$sane_makeflags; do \
46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83target_triplet = @target@
84bin_PROGRAMS = sylpheed$(EXEEXT)
85subdir = src
86DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87 $(top_srcdir)/mkinstalldirs $(srcdir)/version.h.in \
88 $(srcdir)/sylpheed.rc.in quote_fmt_lex.c quote_fmt_parse.h \
89 quote_fmt_parse.c $(top_srcdir)/depcomp $(top_srcdir)/ylwrap \
90 $(libsylpheed_plugin_0include_HEADERS)
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \
93 $(top_srcdir)/ac/gnupg-check-typedef.m4 \
94 $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES = version.h sylpheed.rc
100CONFIG_CLEAN_VPATH_FILES =
101am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
102am__vpath_adj = case $$p in \
103 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
104 *) f=$$p;; \
105 esac;
106am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
107am__install_max = 40
108am__nobase_strip_setup = \
109 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
110am__nobase_strip = \
111 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
112am__nobase_list = $(am__nobase_strip_setup); \
113 for p in $$list; do echo "$$p $$p"; done | \
114 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
115 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
116 if (++n[$$2] == $(am__install_max)) \
117 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
118 END { for (dir in files) print dir, files[dir] }'
119am__base_list = \
120 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
121 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
122am__uninstall_files_from_dir = { \
123 test -z "$$files" \
124 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
125 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
126 $(am__cd) "$$dir" && rm -f $$files; }; \
127 }
128am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
129 "$(DESTDIR)$(libsylpheed_plugin_0includedir)"
130LTLIBRARIES = $(lib_LTLIBRARIES)
131am__DEPENDENCIES_1 =
132libsylpheed_plugin_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
133 $(am__DEPENDENCIES_1) ../libsylph/libsylph-0.la
134am_libsylpheed_plugin_0_la_OBJECTS = plugin-marshal.lo plugin.lo
135libsylpheed_plugin_0_la_OBJECTS = \
136 $(am_libsylpheed_plugin_0_la_OBJECTS)
137AM_V_lt = $(am__v_lt_@AM_V@)
138am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139am__v_lt_0 = --silent
140am__v_lt_1 =
141libsylpheed_plugin_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
142 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
143 $(AM_CFLAGS) $(CFLAGS) $(libsylpheed_plugin_0_la_LDFLAGS) \
144 $(LDFLAGS) -o $@
145PROGRAMS = $(bin_PROGRAMS)
146am_sylpheed_OBJECTS = main.$(OBJEXT) mainwindow.$(OBJEXT) \
147 folderview.$(OBJEXT) summaryview.$(OBJEXT) \
148 messageview.$(OBJEXT) headerview.$(OBJEXT) textview.$(OBJEXT) \
149 imageview.$(OBJEXT) mimeview.$(OBJEXT) quick_search.$(OBJEXT) \
150 query_search.$(OBJEXT) message_search.$(OBJEXT) \
151 colorlabel.$(OBJEXT) action.$(OBJEXT) compose.$(OBJEXT) \
152 gtkshruler.$(OBJEXT) menu.$(OBJEXT) stock_pixmap.$(OBJEXT) \
153 prefs_ui.$(OBJEXT) prefs_common_dialog.$(OBJEXT) \
154 prefs_filter.$(OBJEXT) prefs_filter_edit.$(OBJEXT) \
155 prefs_account_dialog.$(OBJEXT) prefs_folder_item.$(OBJEXT) \
156 prefs_display_items.$(OBJEXT) prefs_display_header.$(OBJEXT) \
157 prefs_customheader.$(OBJEXT) prefs_summary_column.$(OBJEXT) \
158 prefs_template.$(OBJEXT) prefs_actions.$(OBJEXT) \
159 prefs_search_folder.$(OBJEXT) prefs_toolbar.$(OBJEXT) \
160 account_dialog.$(OBJEXT) template.$(OBJEXT) \
161 addressbook.$(OBJEXT) addr_compl.$(OBJEXT) addritem.$(OBJEXT) \
162 addrcache.$(OBJEXT) addrbook.$(OBJEXT) addrindex.$(OBJEXT) \
163 mgutils.$(OBJEXT) vcard.$(OBJEXT) ldif.$(OBJEXT) \
164 importldif.$(OBJEXT) importcsv.$(OBJEXT) exportcsv.$(OBJEXT) \
165 jpilot.$(OBJEXT) syldap.$(OBJEXT) editbook.$(OBJEXT) \
166 editgroup.$(OBJEXT) editaddress.$(OBJEXT) editvcard.$(OBJEXT) \
167 editjpilot.$(OBJEXT) editldap.$(OBJEXT) \
168 editldap_basedn.$(OBJEXT) addressadd.$(OBJEXT) \
169 filesel.$(OBJEXT) foldersel.$(OBJEXT) statusbar.$(OBJEXT) \
170 logwindow.$(OBJEXT) sourcewindow.$(OBJEXT) \
171 manage_window.$(OBJEXT) undo.$(OBJEXT) alertpanel.$(OBJEXT) \
172 inputdialog.$(OBJEXT) progressdialog.$(OBJEXT) \
173 subscribedialog.$(OBJEXT) about.$(OBJEXT) setup.$(OBJEXT) \
174 gtkutils.$(OBJEXT) send_message.$(OBJEXT) inc.$(OBJEXT) \
175 rpop3.$(OBJEXT) import.$(OBJEXT) export.$(OBJEXT) \
176 rfc2015.$(OBJEXT) passphrase.$(OBJEXT) select-keys.$(OBJEXT) \
177 sigstatus.$(OBJEXT) simple-gettext.$(OBJEXT) manual.$(OBJEXT) \
178 eggtrayicon.$(OBJEXT) trayicon.$(OBJEXT) printing.$(OBJEXT) \
179 sslmanager.$(OBJEXT) plugin_manager.$(OBJEXT) \
180 update_check.$(OBJEXT) quote_fmt_lex.$(OBJEXT) \
181 quote_fmt_parse.$(OBJEXT) sylpheed-marshal.$(OBJEXT) \
182 notificationwindow.$(OBJEXT)
183sylpheed_OBJECTS = $(am_sylpheed_OBJECTS)
184@NATIVE_WIN32_TRUE@am__DEPENDENCIES_2 = sylpheed.res
185sylpheed_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
186 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
187 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
188 $(am__DEPENDENCIES_1) libsylpheed-plugin-0.la \
189 ../libsylph/libsylph-0.la $(am__DEPENDENCIES_2)
190AM_V_P = $(am__v_P_@AM_V@)
191am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
192am__v_P_0 = false
193am__v_P_1 = :
194AM_V_GEN = $(am__v_GEN_@AM_V@)
195am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
196am__v_GEN_0 = @echo " GEN " $@;
197am__v_GEN_1 =
198AM_V_at = $(am__v_at_@AM_V@)
199am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
200am__v_at_0 = @
201am__v_at_1 =
202DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
203depcomp = $(SHELL) $(top_srcdir)/depcomp
204am__depfiles_maybe = depfiles
205am__mv = mv -f
206COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
207 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
208LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
209 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
210 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
211 $(AM_CFLAGS) $(CFLAGS)
212AM_V_CC = $(am__v_CC_@AM_V@)
213am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
214am__v_CC_0 = @echo " CC " $@;
215am__v_CC_1 =
216CCLD = $(CC)
217LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
218 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
219 $(AM_LDFLAGS) $(LDFLAGS) -o $@
220AM_V_CCLD = $(am__v_CCLD_@AM_V@)
221am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
222am__v_CCLD_0 = @echo " CCLD " $@;
223am__v_CCLD_1 =
224@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
225LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
226LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
227 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
228AM_V_LEX = $(am__v_LEX_@AM_V@)
229am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
230am__v_LEX_0 = @echo " LEX " $@;
231am__v_LEX_1 =
232YLWRAP = $(top_srcdir)/ylwrap
233@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
234am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
235 -e s/c++$$/h++/ -e s/c$$/h/
236YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
237LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
238 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
239AM_V_YACC = $(am__v_YACC_@AM_V@)
240am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
241am__v_YACC_0 = @echo " YACC " $@;
242am__v_YACC_1 =
243SOURCES = $(libsylpheed_plugin_0_la_SOURCES) $(sylpheed_SOURCES)
244DIST_SOURCES = $(libsylpheed_plugin_0_la_SOURCES) $(sylpheed_SOURCES)
245RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
246 ctags-recursive dvi-recursive html-recursive info-recursive \
247 install-data-recursive install-dvi-recursive \
248 install-exec-recursive install-html-recursive \
249 install-info-recursive install-pdf-recursive \
250 install-ps-recursive install-recursive installcheck-recursive \
251 installdirs-recursive pdf-recursive ps-recursive \
252 tags-recursive uninstall-recursive
253am__can_run_installinfo = \
254 case $$AM_UPDATE_INFO_DIR in \
255 n|no|NO) false;; \
256 *) (install-info --version) >/dev/null 2>&1;; \
257 esac
258HEADERS = $(libsylpheed_plugin_0include_HEADERS)
259RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
260 distclean-recursive maintainer-clean-recursive
261am__recursive_targets = \
262 $(RECURSIVE_TARGETS) \
263 $(RECURSIVE_CLEAN_TARGETS) \
264 $(am__extra_recursive_targets)
265AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
266 distdir
267am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
268# Read a list of newline-separated strings from the standard input,
269# and print each of them once, without duplicates. Input order is
270# *not* preserved.
271am__uniquify_input = $(AWK) '\
272 BEGIN { nonempty = 0; } \
273 { items[$$0] = 1; nonempty = 1; } \
274 END { if (nonempty) { for (i in items) print i; }; } \
275'
276# Make sure the list of sources is unique. This is necessary because,
277# e.g., the same source file might be shared among _SOURCES variables
278# for different programs/libraries.
279am__define_uniq_tagged_files = \
280 list='$(am__tagged_files)'; \
281 unique=`for i in $$list; do \
282 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
283 done | $(am__uniquify_input)`
284ETAGS = etags
285CTAGS = ctags
286DIST_SUBDIRS = $(SUBDIRS)
287DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
288am__relativize = \
289 dir0=`pwd`; \
290 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
291 sed_rest='s,^[^/]*/*,,'; \
292 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
293 sed_butlast='s,/*[^/]*$$,,'; \
294 while test -n "$$dir1"; do \
295 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
296 if test "$$first" != "."; then \
297 if test "$$first" = ".."; then \
298 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
299 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
300 else \
301 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
302 if test "$$first2" = "$$first"; then \
303 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
304 else \
305 dir2="../$$dir2"; \
306 fi; \
307 dir0="$$dir0"/"$$first"; \
308 fi; \
309 fi; \
310 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
311 done; \
312 reldir="$$dir2"
313ACLOCAL = @ACLOCAL@
314ALLOCA = @ALLOCA@
315AMTAR = @AMTAR@
316AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
317AR = @AR@
318AUTOCONF = @AUTOCONF@
319AUTOHEADER = @AUTOHEADER@
320AUTOMAKE = @AUTOMAKE@
321AWK = @AWK@
322BUILD_REVISION = @BUILD_REVISION@
323CATALOGS = @CATALOGS@
324CATOBJEXT = @CATOBJEXT@
325CC = @CC@
326CCDEPMODE = @CCDEPMODE@
327CFLAGS = @CFLAGS@
328CPP = @CPP@
329CPPFLAGS = @CPPFLAGS@
330CYGPATH_W = @CYGPATH_W@
331DATADIRNAME = @DATADIRNAME@
332DEFS = @DEFS@
333DEPDIR = @DEPDIR@
334DEVEL_VERSION = @DEVEL_VERSION@
335DLLTOOL = @DLLTOOL@
336DSYMUTIL = @DSYMUTIL@
337DUMPBIN = @DUMPBIN@
338ECHO_C = @ECHO_C@
339ECHO_N = @ECHO_N@
340ECHO_T = @ECHO_T@
341EGREP = @EGREP@
342EXEEXT = @EXEEXT@
343EXTRA_VERSION = @EXTRA_VERSION@
344FGREP = @FGREP@
345GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
346GLIB_CFLAGS = @GLIB_CFLAGS@
347GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
348GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
349GLIB_LIBS = @GLIB_LIBS@
350GLIB_MKENUMS = @GLIB_MKENUMS@
351GMOFILES = @GMOFILES@
352GMSGFMT = @GMSGFMT@
353GOBJECT_QUERY = @GOBJECT_QUERY@
354GPGME_CFLAGS = @GPGME_CFLAGS@
355GPGME_CONFIG = @GPGME_CONFIG@
356GPGME_LIBS = @GPGME_LIBS@
357GREP = @GREP@
358GTK_CFLAGS = @GTK_CFLAGS@
359GTK_LIBS = @GTK_LIBS@
360INSTALL = @INSTALL@
361INSTALL_DATA = @INSTALL_DATA@
362INSTALL_PROGRAM = @INSTALL_PROGRAM@
363INSTALL_SCRIPT = @INSTALL_SCRIPT@
364INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
365INSTOBJEXT = @INSTOBJEXT@
366INTLLIBS = @INTLLIBS@
367LD = @LD@
368LDAP_LIBS = @LDAP_LIBS@
369LDFLAGS = @LDFLAGS@
370LEX = @LEX@
371LEXLIB = @LEXLIB@
372LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
373LIBICONV = @LIBICONV@
374LIBOBJS = @LIBOBJS@
375LIBS = @LIBS@
376LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@
377LIBSYLPH_LIBS = @LIBSYLPH_LIBS@
378LIBTOOL = @LIBTOOL@
379LIPO = @LIPO@
380LN_S = @LN_S@
381LTLIBICONV = @LTLIBICONV@
382LTLIBOBJS = @LTLIBOBJS@
383LT_AGE = @LT_AGE@
384LT_CURRENT = @LT_CURRENT@
385LT_RELEASE = @LT_RELEASE@
386LT_REVISION = @LT_REVISION@
387MAINT = @MAINT@
388MAJOR_VERSION = @MAJOR_VERSION@
389MAKEINFO = @MAKEINFO@
390MANIFEST_TOOL = @MANIFEST_TOOL@
391MICRO_VERSION = @MICRO_VERSION@
392MINOR_VERSION = @MINOR_VERSION@
393MKDIR_P = @MKDIR_P@
394MKINSTALLDIRS = @MKINSTALLDIRS@
395MSGFMT = @MSGFMT@
396MSGFMT_OPTS = @MSGFMT_OPTS@
397NM = @NM@
398NMEDIT = @NMEDIT@
399OBJDUMP = @OBJDUMP@
400OBJEXT = @OBJEXT@
401OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
402OPENSSL_LIBS = @OPENSSL_LIBS@
403OTOOL = @OTOOL@
404OTOOL64 = @OTOOL64@
405PACKAGE = @PACKAGE@
406PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
407PACKAGE_NAME = @PACKAGE_NAME@
408PACKAGE_STRING = @PACKAGE_STRING@
409PACKAGE_TARNAME = @PACKAGE_TARNAME@
410PACKAGE_URL = @PACKAGE_URL@
411PACKAGE_VERSION = @PACKAGE_VERSION@
412PATH_SEPARATOR = @PATH_SEPARATOR@
413PKG_CONFIG = @PKG_CONFIG@
414PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
415PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
416POFILES = @POFILES@
417POSUB = @POSUB@
418PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
419PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
420RANLIB = @RANLIB@
421SED = @SED@
422SET_MAKE = @SET_MAKE@
423SHELL = @SHELL@
424STRIP = @STRIP@
425SYLPHEED_LIBS = @SYLPHEED_LIBS@
426USE_NLS = @USE_NLS@
427VERSION = @VERSION@
428WINDRES = @WINDRES@
429XGETTEXT = @XGETTEXT@
430YACC = @YACC@
431YFLAGS = @YFLAGS@
432abs_builddir = @abs_builddir@
433abs_srcdir = @abs_srcdir@
434abs_top_builddir = @abs_top_builddir@
435abs_top_srcdir = @abs_top_srcdir@
436ac_ct_AR = @ac_ct_AR@
437ac_ct_CC = @ac_ct_CC@
438ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
439am__include = @am__include@
440am__leading_dot = @am__leading_dot@
441am__quote = @am__quote@
442am__tar = @am__tar@
443am__untar = @am__untar@
444bindir = @bindir@
445build = @build@
446build_alias = @build_alias@
447build_cpu = @build_cpu@
448build_os = @build_os@
449build_vendor = @build_vendor@
450builddir = @builddir@
451datadir = @datadir@
452datarootdir = @datarootdir@
453docdir = @docdir@
454dvidir = @dvidir@
455exec_prefix = @exec_prefix@
456faqdir = @faqdir@
457host = @host@
458host_alias = @host_alias@
459host_cpu = @host_cpu@
460host_os = @host_os@
461host_vendor = @host_vendor@
462htmldir = @htmldir@
463includedir = @includedir@
464infodir = @infodir@
465install_sh = @install_sh@
466libdir = @libdir@
467libexecdir = @libexecdir@
468localedir = @localedir@
469localstatedir = @localstatedir@
470mandir = @mandir@
471manualdir = @manualdir@
472mkdir_p = @mkdir_p@
473oldincludedir = @oldincludedir@
474pdfdir = @pdfdir@
475plugindir = @plugindir@
476prefix = @prefix@
477program_transform_name = @program_transform_name@
478psdir = @psdir@
479sbindir = @sbindir@
480sharedstatedir = @sharedstatedir@
481srcdir = @srcdir@
482sysconfdir = @sysconfdir@
483target = @target@
484target_alias = @target_alias@
485target_cpu = @target_cpu@
486target_os = @target_os@
487target_vendor = @target_vendor@
488themedir = @themedir@
489top_build_prefix = @top_build_prefix@
490top_builddir = @top_builddir@
491top_srcdir = @top_srcdir@
492SUBDIRS = icons
493sylpheed_SOURCES = \
494 version.h \
495 main.c main.h \
496 mainwindow.c mainwindow.h \
497 folderview.c folderview.h \
498 summaryview.c summaryview.h \
499 messageview.c messageview.h \
500 headerview.c headerview.h \
501 textview.c textview.h \
502 imageview.c imageview.h \
503 mimeview.c mimeview.h \
504 quick_search.c quick_search.h \
505 query_search.c query_search.h \
506 message_search.c message_search.h \
507 colorlabel.c colorlabel.h \
508 action.c action.h \
509 compose.c compose.h \
510 gtkshruler.c gtkshruler.h \
511 menu.c menu.h \
512 stock_pixmap.c stock_pixmap.h \
513 prefs_ui.c prefs_ui.h \
514 prefs_common_dialog.c prefs_common_dialog.h \
515 prefs_filter.c prefs_filter.h \
516 prefs_filter_edit.c prefs_filter_edit.h \
517 prefs_account_dialog.c prefs_account_dialog.h \
518 prefs_folder_item.c prefs_folder_item.h \
519 prefs_display_items.c prefs_display_items.h \
520 prefs_display_header.c prefs_display_header.h \
521 prefs_customheader.c prefs_customheader.h \
522 prefs_summary_column.c prefs_summary_column.h \
523 prefs_template.c prefs_template.h \
524 prefs_actions.c prefs_actions.h \
525 prefs_search_folder.c prefs_search_folder.h \
526 prefs_toolbar.c prefs_toolbar.h \
527 account_dialog.c account_dialog.h \
528 template.c template.h \
529 addressbook.c addressbook.h \
530 addr_compl.c addr_compl.h \
531 addressitem.h \
532 addritem.c addritem.h \
533 addrcache.c addrcache.h \
534 addrbook.c addrbook.h \
535 addrindex.c addrindex.h \
536 mgutils.c mgutils.h \
537 vcard.c vcard.h \
538 ldif.c ldif.h \
539 importldif.c importldif.h \
540 importcsv.c importcsv.h \
541 exportcsv.c exportcsv.h \
542 jpilot.c jpilot.h \
543 syldap.c syldap.h \
544 editbook.c editbook.h \
545 editgroup.c editgroup.h \
546 editaddress.c editaddress.h \
547 editvcard.c editvcard.h \
548 editjpilot.c editjpilot.h \
549 editldap.c editldap.h \
550 editldap_basedn.c editldap_basedn.h \
551 addressadd.c addressadd.h \
552 filesel.c filesel.h \
553 foldersel.c foldersel.h \
554 statusbar.c statusbar.h \
555 logwindow.c logwindow.h \
556 sourcewindow.c sourcewindow.h \
557 manage_window.c manage_window.h \
558 undo.c undo.h \
559 alertpanel.c alertpanel.h \
560 inputdialog.c inputdialog.h \
561 progressdialog.c progressdialog.h \
562 subscribedialog.c subscribedialog.h \
563 about.c about.h \
564 setup.c setup.h \
565 gtkutils.c gtkutils.h \
566 send_message.c send_message.h \
567 inc.c inc.h \
568 rpop3.c rpop3.h \
569 import.c import.h \
570 export.c export.h \
571 rfc2015.c rfc2015.h \
572 passphrase.c passphrase.h \
573 select-keys.c select-keys.h \
574 sigstatus.c sigstatus.h \
575 simple-gettext.c \
576 manual.c manual.h \
577 eggtrayicon.c eggtrayicon.h \
578 trayicon.c trayicon.h \
579 printing.c printing.h \
580 sslmanager.c sslmanager.h \
581 plugin_manager.c plugin_manager.h \
582 update_check.c update_check.h \
583 quote_fmt_lex.l quote_fmt_lex.h \
584 quote_fmt_parse.y quote_fmt.h \
585 sylpheed-marshal.c sylpheed-marshal.h \
586 notificationwindow.c notificationwindow.h
587
588BUILT_SOURCES = \
589 quote_fmt_lex.c \
590 quote_fmt_parse.c \
591 quote_fmt_parse.h \
592 sylpheed-marshal.c \
593 sylpheed-marshal.h \
594 plugin-marshal.c \
595 plugin-marshal.h
596
597lib_LTLIBRARIES = libsylpheed-plugin-0.la
598libsylpheed_plugin_0_la_SOURCES = \
599 plugin-marshal.c plugin-marshal.h \
600 plugin.c
601
602libsylpheed_plugin_0includedir = $(includedir)/sylpheed
603libsylpheed_plugin_0include_HEADERS = \
604 plugin.h \
605 plugin-types.h
606
607@NATIVE_WIN32_TRUE@no_undefined = -no-undefined
608@NATIVE_WIN32_TRUE@export_symbols = -export-symbols libsylpheed-plugin-0.def
609libsylpheed_plugin_0_la_LDFLAGS = \
610 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
611 -export-dynamic $(no_undefined) $(export_symbols)
612
613libsylpheed_plugin_0_la_LIBADD = \
614 $(GTK_LIBS) \
615 $(GLIB_LIBS) \
616 ../libsylph/libsylph-0.la
617
618EXTRA_DIST = \
619 quote_fmt_parse.h \
620 sylpheed-marshal.list \
621 plugin-marshal.list \
622 version.h.in \
623 sylpheed.rc.in \
624 sylpheed.exe.manifest \
625 libsylpheed-plugin-0.def
626
627INCLUDES = \
628 -DG_LOG_DOMAIN=\"Sylpheed\" \
629 -I$(top_srcdir)/libsylph \
630 $(GTK_CFLAGS) \
631 $(GDK_PIXBUF_CFLAGS) \
632 $(GPGME_CFLAGS)
633
634@NATIVE_WIN32_FALSE@SYLPHEED_RES =
635@NATIVE_WIN32_TRUE@SYLPHEED_RES = sylpheed.res
636sylpheed_LDADD = \
637 $(INTLLIBS) \
638 $(GTK_LIBS) \
639 $(GLIB_LIBS) \
640 $(GPGME_LIBS) \
641 $(LDAP_LIBS) \
642 $(LIBICONV) \
643 $(SYLPHEED_LIBS) \
644 libsylpheed-plugin-0.la \
645 ../libsylph/libsylph-0.la \
646 $(SYLPHEED_RES)
647
648AM_CPPFLAGS = \
649 -DLOCALEDIR=\""$(localedir)"\" \
650 -DMANUALDIR=\""$(manualdir)"\" \
651 -DFAQDIR=\""$(faqdir)"\" \
652 -DPLUGINDIR=\""$(plugindir)"\" \
653 -DTHEMEDIR=\""$(themedir)"\" \
654 -DTARGET_ALIAS=\""$(target_triplet)"\" \
655 -DSYSCONFDIR=\""$(sysconfdir)"\"
656
657AM_YFLAGS = -d
658all: $(BUILT_SOURCES)
659 $(MAKE) $(AM_MAKEFLAGS) all-recursive
660
661.SUFFIXES:
662.SUFFIXES: .c .l .lo .o .obj .y
663$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
664 @for dep in $?; do \
665 case '$(am__configure_deps)' in \
666 *$$dep*) \
667 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
668 && { if test -f $@; then exit 0; else break; fi; }; \
669 exit 1;; \
670 esac; \
671 done; \
672 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
673 $(am__cd) $(top_srcdir) && \
674 $(AUTOMAKE) --foreign src/Makefile
675.PRECIOUS: Makefile
676Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
677 @case '$?' in \
678 *config.status*) \
679 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
680 *) \
681 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
682 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
683 esac;
684
685$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
686 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
687
688$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
689 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
690$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
691 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
692$(am__aclocal_m4_deps):
693version.h: $(top_builddir)/config.status $(srcdir)/version.h.in
694 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
695sylpheed.rc: $(top_builddir)/config.status $(srcdir)/sylpheed.rc.in
696 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
697
698install-libLTLIBRARIES: $(lib_LTLIBRARIES)
699 @$(NORMAL_INSTALL)
700 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
701 list2=; for p in $$list; do \
702 if test -f $$p; then \
703 list2="$$list2 $$p"; \
704 else :; fi; \
705 done; \
706 test -z "$$list2" || { \
707 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
708 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
709 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
710 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
711 }
712
713uninstall-libLTLIBRARIES:
714 @$(NORMAL_UNINSTALL)
715 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
716 for p in $$list; do \
717 $(am__strip_dir) \
718 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
719 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
720 done
721
722clean-libLTLIBRARIES:
723 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
724 @list='$(lib_LTLIBRARIES)'; \
725 locs=`for p in $$list; do echo $$p; done | \
726 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
727 sort -u`; \
728 test -z "$$locs" || { \
729 echo rm -f $${locs}; \
730 rm -f $${locs}; \
731 }
732
733libsylpheed-plugin-0.la: $(libsylpheed_plugin_0_la_OBJECTS) $(libsylpheed_plugin_0_la_DEPENDENCIES) $(EXTRA_libsylpheed_plugin_0_la_DEPENDENCIES)
734 $(AM_V_CCLD)$(libsylpheed_plugin_0_la_LINK) -rpath $(libdir) $(libsylpheed_plugin_0_la_OBJECTS) $(libsylpheed_plugin_0_la_LIBADD) $(LIBS)
735install-binPROGRAMS: $(bin_PROGRAMS)
736 @$(NORMAL_INSTALL)
737 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
738 if test -n "$$list"; then \
739 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
740 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
741 fi; \
742 for p in $$list; do echo "$$p $$p"; done | \
743 sed 's/$(EXEEXT)$$//' | \
744 while read p p1; do if test -f $$p \
745 || test -f $$p1 \
746 ; then echo "$$p"; echo "$$p"; else :; fi; \
747 done | \
748 sed -e 'p;s,.*/,,;n;h' \
749 -e 's|.*|.|' \
750 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
751 sed 'N;N;N;s,\n, ,g' | \
752 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
753 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
754 if ($$2 == $$4) files[d] = files[d] " " $$1; \
755 else { print "f", $$3 "/" $$4, $$1; } } \
756 END { for (d in files) print "f", d, files[d] }' | \
757 while read type dir files; do \
758 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
759 test -z "$$files" || { \
760 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
761 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
762 } \
763 ; done
764
765uninstall-binPROGRAMS:
766 @$(NORMAL_UNINSTALL)
767 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
768 files=`for p in $$list; do echo "$$p"; done | \
769 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
770 -e 's/$$/$(EXEEXT)/' \
771 `; \
772 test -n "$$list" || exit 0; \
773 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
774 cd "$(DESTDIR)$(bindir)" && rm -f $$files
775
776clean-binPROGRAMS:
777 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
778 echo " rm -f" $$list; \
779 rm -f $$list || exit $$?; \
780 test -n "$(EXEEXT)" || exit 0; \
781 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
782 echo " rm -f" $$list; \
783 rm -f $$list
784quote_fmt_parse.h: quote_fmt_parse.c
785 @if test ! -f $@; then rm -f quote_fmt_parse.c; else :; fi
786 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) quote_fmt_parse.c; else :; fi
787
788sylpheed$(EXEEXT): $(sylpheed_OBJECTS) $(sylpheed_DEPENDENCIES) $(EXTRA_sylpheed_DEPENDENCIES)
789 @rm -f sylpheed$(EXEEXT)
790 $(AM_V_CCLD)$(LINK) $(sylpheed_OBJECTS) $(sylpheed_LDADD) $(LIBS)
791
792mostlyclean-compile:
793 -rm -f *.$(OBJEXT)
794
795distclean-compile:
796 -rm -f *.tab.c
797
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/about.Po@am__quote@
799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account_dialog.Po@am__quote@
800@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action.Po@am__quote@
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addr_compl.Po@am__quote@
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrbook.Po@am__quote@
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrcache.Po@am__quote@
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressadd.Po@am__quote@
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addressbook.Po@am__quote@
806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrindex.Po@am__quote@
807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addritem.Po@am__quote@
808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alertpanel.Po@am__quote@
809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorlabel.Po@am__quote@
810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Po@am__quote@
811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editaddress.Po@am__quote@
812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editbook.Po@am__quote@
813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editgroup.Po@am__quote@
814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editjpilot.Po@am__quote@
815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editldap.Po@am__quote@
816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editldap_basedn.Po@am__quote@
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editvcard.Po@am__quote@
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggtrayicon.Po@am__quote@
819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Po@am__quote@
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exportcsv.Po@am__quote@
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesel.Po@am__quote@
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foldersel.Po@am__quote@
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folderview.Po@am__quote@
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkshruler.Po@am__quote@
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkutils.Po@am__quote@
826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headerview.Po@am__quote@
827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imageview.Po@am__quote@
828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Po@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importcsv.Po@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/importldif.Po@am__quote@
831@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc.Po@am__quote@
832@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inputdialog.Po@am__quote@
833@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpilot.Po@am__quote@
834@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@
835@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logwindow.Po@am__quote@
836@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
837@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainwindow.Po@am__quote@
838@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manage_window.Po@am__quote@
839@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manual.Po@am__quote@
840@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
841@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_search.Po@am__quote@
842@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messageview.Po@am__quote@
843@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mgutils.Po@am__quote@
844@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimeview.Po@am__quote@
845@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notificationwindow.Po@am__quote@
846@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passphrase.Po@am__quote@
847@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin-marshal.Plo@am__quote@
848@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
849@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_manager.Po@am__quote@
850@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_account_dialog.Po@am__quote@
851@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_actions.Po@am__quote@
852@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_common_dialog.Po@am__quote@
853@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_customheader.Po@am__quote@
854@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_display_header.Po@am__quote@
855@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_display_items.Po@am__quote@
856@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_filter.Po@am__quote@
857@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_filter_edit.Po@am__quote@
858@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_folder_item.Po@am__quote@
859@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_search_folder.Po@am__quote@
860@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_summary_column.Po@am__quote@
861@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_template.Po@am__quote@
862@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_toolbar.Po@am__quote@
863@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs_ui.Po@am__quote@
864@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printing.Po@am__quote@
865@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progressdialog.Po@am__quote@
866@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query_search.Po@am__quote@
867@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quick_search.Po@am__quote@
868@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt_lex.Po@am__quote@
869@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_fmt_parse.Po@am__quote@
870@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2015.Po@am__quote@
871@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpop3.Po@am__quote@
872@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select-keys.Po@am__quote@
873@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send_message.Po@am__quote@
874@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup.Po@am__quote@
875@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigstatus.Po@am__quote@
876@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple-gettext.Po@am__quote@
877@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sourcewindow.Po@am__quote@
878@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslmanager.Po@am__quote@
879@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statusbar.Po@am__quote@
880@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stock_pixmap.Po@am__quote@
881@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subscribedialog.Po@am__quote@
882@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/summaryview.Po@am__quote@
883@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syldap.Po@am__quote@
884@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylpheed-marshal.Po@am__quote@
885@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/template.Po@am__quote@
886@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textview.Po@am__quote@
887@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trayicon.Po@am__quote@
888@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/undo.Po@am__quote@
889@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_check.Po@am__quote@
890@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcard.Po@am__quote@
891
892.c.o:
893@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
894@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
895@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
896@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
898
899.c.obj:
900@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
901@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
902@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
903@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
905
906.c.lo:
907@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
908@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
909@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
910@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
912
913.l.c:
914 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
915
916.y.c:
917 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
918
919mostlyclean-libtool:
920 -rm -f *.lo
921
922clean-libtool:
923 -rm -rf .libs _libs
924install-libsylpheed_plugin_0includeHEADERS: $(libsylpheed_plugin_0include_HEADERS)
925 @$(NORMAL_INSTALL)
926 @list='$(libsylpheed_plugin_0include_HEADERS)'; test -n "$(libsylpheed_plugin_0includedir)" || list=; \
927 if test -n "$$list"; then \
928 echo " $(MKDIR_P) '$(DESTDIR)$(libsylpheed_plugin_0includedir)'"; \
929 $(MKDIR_P) "$(DESTDIR)$(libsylpheed_plugin_0includedir)" || exit 1; \
930 fi; \
931 for p in $$list; do \
932 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
933 echo "$$d$$p"; \
934 done | $(am__base_list) | \
935 while read files; do \
936 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libsylpheed_plugin_0includedir)'"; \
937 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libsylpheed_plugin_0includedir)" || exit $$?; \
938 done
939
940uninstall-libsylpheed_plugin_0includeHEADERS:
941 @$(NORMAL_UNINSTALL)
942 @list='$(libsylpheed_plugin_0include_HEADERS)'; test -n "$(libsylpheed_plugin_0includedir)" || list=; \
943 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
944 dir='$(DESTDIR)$(libsylpheed_plugin_0includedir)'; $(am__uninstall_files_from_dir)
945
946# This directory's subdirectories are mostly independent; you can cd
947# into them and run 'make' without going through this Makefile.
948# To change the values of 'make' variables: instead of editing Makefiles,
949# (1) if the variable is set in 'config.status', edit 'config.status'
950# (which will cause the Makefiles to be regenerated when you run 'make');
951# (2) otherwise, pass the desired values on the 'make' command line.
952$(am__recursive_targets):
953 @fail=; \
954 if $(am__make_keepgoing); then \
955 failcom='fail=yes'; \
956 else \
957 failcom='exit 1'; \
958 fi; \
959 dot_seen=no; \
960 target=`echo $@ | sed s/-recursive//`; \
961 case "$@" in \
962 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
963 *) list='$(SUBDIRS)' ;; \
964 esac; \
965 for subdir in $$list; do \
966 echo "Making $$target in $$subdir"; \
967 if test "$$subdir" = "."; then \
968 dot_seen=yes; \
969 local_target="$$target-am"; \
970 else \
971 local_target="$$target"; \
972 fi; \
973 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
974 || eval $$failcom; \
975 done; \
976 if test "$$dot_seen" = "no"; then \
977 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
978 fi; test -z "$$fail"
979
980ID: $(am__tagged_files)
981 $(am__define_uniq_tagged_files); mkid -fID $$unique
982tags: tags-recursive
983TAGS: tags
984
985tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
986 set x; \
987 here=`pwd`; \
988 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
989 include_option=--etags-include; \
990 empty_fix=.; \
991 else \
992 include_option=--include; \
993 empty_fix=; \
994 fi; \
995 list='$(SUBDIRS)'; for subdir in $$list; do \
996 if test "$$subdir" = .; then :; else \
997 test ! -f $$subdir/TAGS || \
998 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
999 fi; \
1000 done; \
1001 $(am__define_uniq_tagged_files); \
1002 shift; \
1003 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1004 test -n "$$unique" || unique=$$empty_fix; \
1005 if test $$# -gt 0; then \
1006 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1007 "$$@" $$unique; \
1008 else \
1009 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1010 $$unique; \
1011 fi; \
1012 fi
1013ctags: ctags-recursive
1014
1015CTAGS: ctags
1016ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1017 $(am__define_uniq_tagged_files); \
1018 test -z "$(CTAGS_ARGS)$$unique" \
1019 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1020 $$unique
1021
1022GTAGS:
1023 here=`$(am__cd) $(top_builddir) && pwd` \
1024 && $(am__cd) $(top_srcdir) \
1025 && gtags -i $(GTAGS_ARGS) "$$here"
1026cscopelist: cscopelist-recursive
1027
1028cscopelist-am: $(am__tagged_files)
1029 list='$(am__tagged_files)'; \
1030 case "$(srcdir)" in \
1031 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1032 *) sdir=$(subdir)/$(srcdir) ;; \
1033 esac; \
1034 for i in $$list; do \
1035 if test -f "$$i"; then \
1036 echo "$(subdir)/$$i"; \
1037 else \
1038 echo "$$sdir/$$i"; \
1039 fi; \
1040 done >> $(top_builddir)/cscope.files
1041
1042distclean-tags:
1043 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1044
1045distdir: $(DISTFILES)
1046 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1047 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1048 list='$(DISTFILES)'; \
1049 dist_files=`for file in $$list; do echo $$file; done | \
1050 sed -e "s|^$$srcdirstrip/||;t" \
1051 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1052 case $$dist_files in \
1053 */*) $(MKDIR_P) `echo "$$dist_files" | \
1054 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1055 sort -u` ;; \
1056 esac; \
1057 for file in $$dist_files; do \
1058 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1059 if test -d $$d/$$file; then \
1060 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1061 if test -d "$(distdir)/$$file"; then \
1062 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1063 fi; \
1064 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1065 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1066 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1067 fi; \
1068 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1069 else \
1070 test -f "$(distdir)/$$file" \
1071 || cp -p $$d/$$file "$(distdir)/$$file" \
1072 || exit 1; \
1073 fi; \
1074 done
1075 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1076 if test "$$subdir" = .; then :; else \
1077 $(am__make_dryrun) \
1078 || test -d "$(distdir)/$$subdir" \
1079 || $(MKDIR_P) "$(distdir)/$$subdir" \
1080 || exit 1; \
1081 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1082 $(am__relativize); \
1083 new_distdir=$$reldir; \
1084 dir1=$$subdir; dir2="$(top_distdir)"; \
1085 $(am__relativize); \
1086 new_top_distdir=$$reldir; \
1087 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1088 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1089 ($(am__cd) $$subdir && \
1090 $(MAKE) $(AM_MAKEFLAGS) \
1091 top_distdir="$$new_top_distdir" \
1092 distdir="$$new_distdir" \
1093 am__remove_distdir=: \
1094 am__skip_length_check=: \
1095 am__skip_mode_fix=: \
1096 distdir) \
1097 || exit 1; \
1098 fi; \
1099 done
1100check-am: all-am
1101check: $(BUILT_SOURCES)
1102 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1103all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1104install-binPROGRAMS: install-libLTLIBRARIES
1105
1106installdirs: installdirs-recursive
1107installdirs-am:
1108 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libsylpheed_plugin_0includedir)"; do \
1109 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1110 done
1111install: $(BUILT_SOURCES)
1112 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1113install-exec: install-exec-recursive
1114install-data: install-data-recursive
1115uninstall: uninstall-recursive
1116
1117install-am: all-am
1118 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1119
1120installcheck: installcheck-recursive
1121install-strip:
1122 if test -z '$(STRIP)'; then \
1123 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1124 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1125 install; \
1126 else \
1127 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1128 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1129 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1130 fi
1131mostlyclean-generic:
1132
1133clean-generic:
1134
1135distclean-generic:
1136 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1137 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1138
1139maintainer-clean-generic:
1140 @echo "This command is intended for maintainers to use"
1141 @echo "it deletes files that may require special tools to rebuild."
1142 -rm -f quote_fmt_lex.c
1143 -rm -f quote_fmt_parse.c
1144 -rm -f quote_fmt_parse.h
1145 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1146clean: clean-recursive
1147
1148clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1149 clean-libtool mostlyclean-am
1150
1151distclean: distclean-recursive
1152 -rm -rf ./$(DEPDIR)
1153 -rm -f Makefile
1154distclean-am: clean-am distclean-compile distclean-generic \
1155 distclean-tags
1156
1157dvi: dvi-recursive
1158
1159dvi-am:
1160
1161html: html-recursive
1162
1163html-am:
1164
1165info: info-recursive
1166
1167info-am:
1168
1169install-data-am: install-libsylpheed_plugin_0includeHEADERS
1170
1171install-dvi: install-dvi-recursive
1172
1173install-dvi-am:
1174
1175install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1176
1177install-html: install-html-recursive
1178
1179install-html-am:
1180
1181install-info: install-info-recursive
1182
1183install-info-am:
1184
1185install-man:
1186
1187install-pdf: install-pdf-recursive
1188
1189install-pdf-am:
1190
1191install-ps: install-ps-recursive
1192
1193install-ps-am:
1194
1195installcheck-am:
1196
1197maintainer-clean: maintainer-clean-recursive
1198 -rm -rf ./$(DEPDIR)
1199 -rm -f Makefile
1200maintainer-clean-am: distclean-am maintainer-clean-generic
1201
1202mostlyclean: mostlyclean-recursive
1203
1204mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1205 mostlyclean-libtool
1206
1207pdf: pdf-recursive
1208
1209pdf-am:
1210
1211ps: ps-recursive
1212
1213ps-am:
1214
1215uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1216 uninstall-libsylpheed_plugin_0includeHEADERS
1217
1218.MAKE: $(am__recursive_targets) all check install install-am \
1219 install-strip
1220
1221.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1222 check-am clean clean-binPROGRAMS clean-generic \
1223 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1224 ctags-am distclean distclean-compile distclean-generic \
1225 distclean-libtool distclean-tags distdir dvi dvi-am html \
1226 html-am info info-am install install-am install-binPROGRAMS \
1227 install-data install-data-am install-dvi install-dvi-am \
1228 install-exec install-exec-am install-html install-html-am \
1229 install-info install-info-am install-libLTLIBRARIES \
1230 install-libsylpheed_plugin_0includeHEADERS install-man \
1231 install-pdf install-pdf-am install-ps install-ps-am \
1232 install-strip installcheck installcheck-am installdirs \
1233 installdirs-am maintainer-clean maintainer-clean-generic \
1234 mostlyclean mostlyclean-compile mostlyclean-generic \
1235 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1236 uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1237 uninstall-libsylpheed_plugin_0includeHEADERS
1238
1239@NATIVE_WIN32_TRUE@sylpheed.res: sylpheed.rc icons/sylpheed.ico sylpheed.exe.manifest
1240@NATIVE_WIN32_TRUE@ $(WINDRES) $< -O coff -o $@
1241
1242sylpheed-marshal.h: sylpheed-marshal.list
1243 $(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@
1244
1245sylpheed-marshal.c: sylpheed-marshal.list
1246 $(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@
1247
1248plugin-marshal.h: plugin-marshal.list
1249 $(GLIB_GENMARSHAL) $< --header --prefix=syl_plugin_marshal > $@
1250
1251plugin-marshal.c: plugin-marshal.list
1252 $(GLIB_GENMARSHAL) $< --body --prefix=syl_plugin_marshal > $@
1253
1254# Tell versions [3.59,3.63) of GNU make to not export all variables.
1255# Otherwise a system limit (for SysV at least) may be exceeded.
1256.NOEXPORT: