1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38bin_PROGRAMS = gnubiff$(EXEEXT)
39@USE_GNOME_TRUE@am__append_1 = $(gnome_sources)
40@USE_GNOME_TRUE@am__append_2 = $(GNOME_DEP_LIBS)
41@USE_GNOME_TRUE@am__append_3 = GNOME_gnubiffApplet.server.in
42@USE_GNOME_TRUE@am__append_4 = $(server_in_files:.server.in=.server)
43@USE_GNOME_TRUE@am__append_5 = GNOME_gnubiffApplet.xml
44subdir = src
45DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49	$(ACLOCAL_M4)
50mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
51CONFIG_HEADER = $(top_builddir)/config/config.h
52CONFIG_CLEAN_FILES =
53CONFIG_CLEAN_VPATH_FILES =
54am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(serverdir)" \
55	"$(DESTDIR)$(uidir)"
56PROGRAMS = $(bin_PROGRAMS)
57am__gnubiff_SOURCES_DIST = gnubiff.cc biff.cc biff.h mailbox.cc \
58	mailbox.h header.cc header.h socket.cc socket.h support.cc \
59	support.h nls.h decoding.cc decoding.h local.cc local.h \
60	file.cc file.h imap4.cc imap4.h maildir.cc maildir.h mh.cc \
61	mh.h mh_basic.cc mh_basic.h mh_sylpheed.cc mh_sylpheed.h \
62	pop.cc pop.h apop.cc apop.h pop3.cc pop3.h option.cc option.h \
63	options.cc options.h gnubiff_options.cc gnubiff_options.h \
64	gui.cc gui.h ui-applet.cc ui-applet.h ui-applet-gtk.cc \
65	ui-applet-gtk.h ui-applet-gui.cc ui-applet-gui.h \
66	ui-applet-systray.cc ui-applet-systray.h ui-preferences.cc \
67	ui-preferences.h ui-authentication.cc ui-authentication.h \
68	ui-certificate.cc ui-certificate.h ui-properties.cc \
69	ui-properties.h gtk_image_animation.cc gtk_image_animation.h \
70	ui-popup.cc ui-popup.h signals.cc signals.h eggtrayicon.c \
71	eggtrayicon.h ui-applet-gnome.cc ui-applet-gnome.h
72am__objects_1 = gnubiff.$(OBJEXT) biff.$(OBJEXT) mailbox.$(OBJEXT) \
73	header.$(OBJEXT) socket.$(OBJEXT) support.$(OBJEXT) \
74	decoding.$(OBJEXT) local.$(OBJEXT) file.$(OBJEXT) \
75	imap4.$(OBJEXT) maildir.$(OBJEXT) mh.$(OBJEXT) \
76	mh_basic.$(OBJEXT) mh_sylpheed.$(OBJEXT) pop.$(OBJEXT) \
77	apop.$(OBJEXT) pop3.$(OBJEXT) option.$(OBJEXT) \
78	options.$(OBJEXT) gnubiff_options.$(OBJEXT) gui.$(OBJEXT) \
79	ui-applet.$(OBJEXT) ui-applet-gtk.$(OBJEXT) \
80	ui-applet-gui.$(OBJEXT) ui-applet-systray.$(OBJEXT) \
81	ui-preferences.$(OBJEXT) ui-authentication.$(OBJEXT) \
82	ui-certificate.$(OBJEXT) ui-properties.$(OBJEXT) \
83	gtk_image_animation.$(OBJEXT) ui-popup.$(OBJEXT) \
84	signals.$(OBJEXT) eggtrayicon.$(OBJEXT)
85am__objects_2 = ui-applet-gnome.$(OBJEXT)
86@USE_GNOME_TRUE@am__objects_3 = $(am__objects_2)
87am_gnubiff_OBJECTS = $(am__objects_1) $(am__objects_3)
88gnubiff_OBJECTS = $(am_gnubiff_OBJECTS)
89am__DEPENDENCIES_1 =
90@USE_GNOME_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
91gnubiff_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
92	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
93DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
94depcomp = $(SHELL) $(top_srcdir)/config/depcomp
95am__depfiles_maybe = depfiles
96am__mv = mv -f
97COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99CCLD = $(CC)
100LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
101CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
102	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
103CXXLD = $(CXX)
104CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
105	-o $@
106SOURCES = $(gnubiff_SOURCES)
107DIST_SOURCES = $(am__gnubiff_SOURCES_DIST)
108am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
109am__vpath_adj = case $$p in \
110    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111    *) f=$$p;; \
112  esac;
113am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
114am__install_max = 40
115am__nobase_strip_setup = \
116  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
117am__nobase_strip = \
118  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
119am__nobase_list = $(am__nobase_strip_setup); \
120  for p in $$list; do echo "$$p $$p"; done | \
121  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
122  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123    if (++n[$$2] == $(am__install_max)) \
124      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
125    END { for (dir in files) print dir, files[dir] }'
126am__base_list = \
127  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
128  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
129DATA = $(server_DATA) $(ui_DATA)
130ETAGS = etags
131CTAGS = ctags
132DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133ACLOCAL = @ACLOCAL@
134ALL_LINGUAS = @ALL_LINGUAS@
135AMTAR = @AMTAR@
136AUTOCONF = @AUTOCONF@
137AUTOHEADER = @AUTOHEADER@
138AUTOMAKE = @AUTOMAKE@
139AWK = @AWK@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CPP = @CPP@
144CPPFLAGS = @CPPFLAGS@
145CXX = @CXX@
146CXXDEPMODE = @CXXDEPMODE@
147CXXFLAGS = @CXXFLAGS@
148CYGPATH_W = @CYGPATH_W@
149DATADIRNAME = @DATADIRNAME@
150DEFS = @DEFS@
151DEPDIR = @DEPDIR@
152ECHO_C = @ECHO_C@
153ECHO_N = @ECHO_N@
154ECHO_T = @ECHO_T@
155EGREP = @EGREP@
156EXEEXT = @EXEEXT@
157FAM_CFLAGS = @FAM_CFLAGS@
158FAM_LIBS = @FAM_LIBS@
159GCONFTOOL = @GCONFTOOL@
160GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
161GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
162GMSGFMT = @GMSGFMT@
163GMSGFMT_015 = @GMSGFMT_015@
164GNOME_DEP_CFLAGS = @GNOME_DEP_CFLAGS@
165GNOME_DEP_LIBS = @GNOME_DEP_LIBS@
166GNUBIFF_DEP_CFLAGS = @GNUBIFF_DEP_CFLAGS@
167GNUBIFF_DEP_LIBS = @GNUBIFF_DEP_LIBS@
168GREP = @GREP@
169INSTALL = @INSTALL@
170INSTALL_DATA = @INSTALL_DATA@
171INSTALL_PROGRAM = @INSTALL_PROGRAM@
172INSTALL_SCRIPT = @INSTALL_SCRIPT@
173INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174INTLLIBS = @INTLLIBS@
175INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
176INTLTOOL_MERGE = @INTLTOOL_MERGE@
177INTLTOOL_PERL = @INTLTOOL_PERL@
178INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
179INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
180LDFLAGS = @LDFLAGS@
181LIBICONV = @LIBICONV@
182LIBINTL = @LIBINTL@
183LIBOBJS = @LIBOBJS@
184LIBS = @LIBS@
185LN_S = @LN_S@
186LTLIBICONV = @LTLIBICONV@
187LTLIBINTL = @LTLIBINTL@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAKEINFO = @MAKEINFO@
191MKDIR_P = @MKDIR_P@
192MSGFMT = @MSGFMT@
193MSGFMT_015 = @MSGFMT_015@
194MSGMERGE = @MSGMERGE@
195OBJEXT = @OBJEXT@
196PACKAGE = @PACKAGE@
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_URL = @PACKAGE_URL@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PATH_SEPARATOR = @PATH_SEPARATOR@
204PKG_CONFIG = @PKG_CONFIG@
205POSUB = @POSUB@
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208STRIP = @STRIP@
209USE_NLS = @USE_NLS@
210VERSION = @VERSION@
211XGETTEXT = @XGETTEXT@
212XGETTEXT_015 = @XGETTEXT_015@
213XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
214abs_builddir = @abs_builddir@
215abs_srcdir = @abs_srcdir@
216abs_top_builddir = @abs_top_builddir@
217abs_top_srcdir = @abs_top_srcdir@
218ac_ct_CC = @ac_ct_CC@
219ac_ct_CXX = @ac_ct_CXX@
220am__include = @am__include@
221am__leading_dot = @am__leading_dot@
222am__quote = @am__quote@
223am__tar = @am__tar@
224am__untar = @am__untar@
225bindir = @bindir@
226build = @build@
227build_alias = @build_alias@
228build_cpu = @build_cpu@
229build_os = @build_os@
230build_vendor = @build_vendor@
231builddir = @builddir@
232datadir = @datadir@
233datarootdir = @datarootdir@
234docdir = @docdir@
235dvidir = @dvidir@
236exec_prefix = @exec_prefix@
237host = @host@
238host_alias = @host_alias@
239host_cpu = @host_cpu@
240host_os = @host_os@
241host_vendor = @host_vendor@
242htmldir = @htmldir@
243includedir = @includedir@
244infodir = @infodir@
245install_sh = @install_sh@
246libdir = @libdir@
247libexecdir = @libexecdir@
248localedir = @localedir@
249localstatedir = @localstatedir@
250mandir = @mandir@
251mkdir_p = @mkdir_p@
252oldincludedir = @oldincludedir@
253pdfdir = @pdfdir@
254prefix = @prefix@
255program_transform_name = @program_transform_name@
256psdir = @psdir@
257sbindir = @sbindir@
258sharedstatedir = @sharedstatedir@
259srcdir = @srcdir@
260sysconfdir = @sysconfdir@
261target_alias = @target_alias@
262top_build_prefix = @top_build_prefix@
263top_builddir = @top_builddir@
264top_srcdir = @top_srcdir@
265INCLUDES = \
266	$(FAM_CFLAGS) \
267	$(GNUBIFF_DEP_CFLAGS)							\
268	$(GNOME_DEP_CFLAGS)						\
269	-DGNUBIFF_LOCALEDIR=\""$(datadir)/locale"\"		\
270	-DGNUBIFF_DATADIR=\""$(pkgdatadir)"\"			\
271	-DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\"		\
272	-DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\"	\
273	-DREAL_DATADIR=\""$(datadir)"\"					\
274	-D_GNU_SOURCE									\
275	-Wall -ansi -pedantic
276
277gnome_sources = \
278	ui-applet-gnome.cc 		ui-applet-gnome.h
279
280common_sources = \
281	gnubiff.cc										\
282	biff.cc					biff.h					\
283	\
284	mailbox.cc				mailbox.h				\
285	header.cc				header.h				\
286	socket.cc				socket.h				\
287	support.cc				support.h				\
288	nls.h											\
289	decoding.cc				decoding.h				\
290	local.cc				local.h					\
291	file.cc					file.h					\
292	imap4.cc				imap4.h					\
293	maildir.cc				maildir.h				\
294	mh.cc					mh.h					\
295	mh_basic.cc				mh_basic.h				\
296	mh_sylpheed.cc			mh_sylpheed.h			\
297	pop.cc					pop.h					\
298	apop.cc					apop.h					\
299	pop3.cc					pop3.h					\
300	\
301	option.cc				option.h				\
302	options.cc				options.h				\
303	gnubiff_options.cc		gnubiff_options.h		\
304	\
305	gui.cc					gui.h					\
306	ui-applet.cc			ui-applet.h				\
307	ui-applet-gtk.cc 		ui-applet-gtk.h			\
308	ui-applet-gui.cc		ui-applet-gui.h			\
309	ui-applet-systray.cc	ui-applet-systray.h		\
310	ui-preferences.cc 		ui-preferences.h		\
311	ui-authentication.cc	ui-authentication.h		\
312	ui-certificate.cc		ui-certificate.h		\
313	ui-properties.cc		ui-properties.h			\
314	gtk_image_animation.cc	gtk_image_animation.h 	\
315	ui-popup.cc				ui-popup.h				\
316	\
317	signals.cc				signals.h				\
318	\
319	eggtrayicon.c			eggtrayicon.h
320
321gnubiff_SOURCES = $(common_sources) $(am__append_1)
322gnubiff_LDADD = $(INTLLIBS) $(GNUBIFF_DEP_LIBS) $(FAM_LIBS) \
323	$(am__append_2)
324serverdir = $(prefix)/libdata/bonobo/servers
325server_in_files = $(am__append_3)
326server_DATA = $(am__append_4)
327uidir = $(datadir)/gnome-2.0/ui
328ui_DATA = $(am__append_5)
329EXTRA_DIST = \
330	GNOME_gnubiffApplet.server.in.in	\
331	GNOME_gnubiffApplet.xml				\
332	gnubiff.schemas						\
333	$(gnome_sources)
334
335DISTCLEANFILES = \
336	GNOME_gnubiffApplet.server			\
337	GNOME_gnubiffApplet.server.in
338
339all: all-am
340
341.SUFFIXES:
342.SUFFIXES: .c .cc .o .obj
343$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
344	@for dep in $?; do \
345	  case '$(am__configure_deps)' in \
346	    *$$dep*) \
347	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348	        && { if test -f $@; then exit 0; else break; fi; }; \
349	      exit 1;; \
350	  esac; \
351	done; \
352	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
353	$(am__cd) $(top_srcdir) && \
354	  $(AUTOMAKE) --gnu src/Makefile
355.PRECIOUS: Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357	@case '$?' in \
358	  *config.status*) \
359	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360	  *) \
361	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363	esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(am__aclocal_m4_deps):
373install-binPROGRAMS: $(bin_PROGRAMS)
374	@$(NORMAL_INSTALL)
375	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
376	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
377	for p in $$list; do echo "$$p $$p"; done | \
378	sed 's/$(EXEEXT)$$//' | \
379	while read p p1; do if test -f $$p; \
380	  then echo "$$p"; echo "$$p"; else :; fi; \
381	done | \
382	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
383	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
384	sed 'N;N;N;s,\n, ,g' | \
385	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
386	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
387	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
388	    else { print "f", $$3 "/" $$4, $$1; } } \
389	  END { for (d in files) print "f", d, files[d] }' | \
390	while read type dir files; do \
391	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
392	    test -z "$$files" || { \
393	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
394	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
395	    } \
396	; done
397
398uninstall-binPROGRAMS:
399	@$(NORMAL_UNINSTALL)
400	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
401	files=`for p in $$list; do echo "$$p"; done | \
402	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
403	      -e 's/$$/$(EXEEXT)/' `; \
404	test -n "$$list" || exit 0; \
405	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
406	cd "$(DESTDIR)$(bindir)" && rm -f $$files
407
408clean-binPROGRAMS:
409	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
410
411mostlyclean-compile:
412	-rm -f *.$(OBJEXT)
413
414distclean-compile:
415	-rm -f *.tab.c
416
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apop.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biff.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoding.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggtrayicon.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnubiff.Po@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnubiff_options.Po@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk_image_animation.Po@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Po@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap4.Po@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mailbox.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maildir.Po@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh.Po@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh_basic.Po@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh_sylpheed.Po@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/option.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop.Po@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3.Po@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-applet-gnome.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-applet-gtk.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-applet-gui.Po@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-applet-systray.Po@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-applet.Po@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-authentication.Po@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-certificate.Po@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-popup.Po@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-preferences.Po@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui-properties.Po@am__quote@
451
452.c.o:
453@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457@am__fastdepCC_FALSE@	$(COMPILE) -c $<
458
459.c.obj:
460@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
461@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
465
466.cc.obj:
467@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
472install-serverDATA: $(server_DATA)
473	@$(NORMAL_INSTALL)
474	test -z "$(serverdir)" || $(MKDIR_P) "$(DESTDIR)$(serverdir)"
475	@list='$(server_DATA)'; test -n "$(serverdir)" || list=; \
476	for p in $$list; do \
477	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
478	  echo "$$d$$p"; \
479	done | $(am__base_list) | \
480	while read files; do \
481	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(serverdir)'"; \
482	  $(INSTALL_DATA) $$files "$(DESTDIR)$(serverdir)" || exit $$?; \
483	done
484
485uninstall-serverDATA:
486	@$(NORMAL_UNINSTALL)
487	@list='$(server_DATA)'; test -n "$(serverdir)" || list=; \
488	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
489	test -n "$$files" || exit 0; \
490	echo " ( cd '$(DESTDIR)$(serverdir)' && rm -f" $$files ")"; \
491	cd "$(DESTDIR)$(serverdir)" && rm -f $$files
492install-uiDATA: $(ui_DATA)
493	@$(NORMAL_INSTALL)
494	test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
495	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
496	for p in $$list; do \
497	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
498	  echo "$$d$$p"; \
499	done | $(am__base_list) | \
500	while read files; do \
501	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
502	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
503	done
504
505uninstall-uiDATA:
506	@$(NORMAL_UNINSTALL)
507	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
508	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
509	test -n "$$files" || exit 0; \
510	echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
511	cd "$(DESTDIR)$(uidir)" && rm -f $$files
512
513ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
514	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515	unique=`for i in $$list; do \
516	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517	  done | \
518	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519	      END { if (nonempty) { for (i in files) print i; }; }'`; \
520	mkid -fID $$unique
521tags: TAGS
522
523TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
524		$(TAGS_FILES) $(LISP)
525	set x; \
526	here=`pwd`; \
527	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528	unique=`for i in $$list; do \
529	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530	  done | \
531	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532	      END { if (nonempty) { for (i in files) print i; }; }'`; \
533	shift; \
534	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
535	  test -n "$$unique" || unique=$$empty_fix; \
536	  if test $$# -gt 0; then \
537	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538	      "$$@" $$unique; \
539	  else \
540	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541	      $$unique; \
542	  fi; \
543	fi
544ctags: CTAGS
545CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546		$(TAGS_FILES) $(LISP)
547	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
548	unique=`for i in $$list; do \
549	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550	  done | \
551	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552	      END { if (nonempty) { for (i in files) print i; }; }'`; \
553	test -z "$(CTAGS_ARGS)$$unique" \
554	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555	     $$unique
556
557GTAGS:
558	here=`$(am__cd) $(top_builddir) && pwd` \
559	  && $(am__cd) $(top_srcdir) \
560	  && gtags -i $(GTAGS_ARGS) "$$here"
561
562distclean-tags:
563	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564
565distdir: $(DISTFILES)
566	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568	list='$(DISTFILES)'; \
569	  dist_files=`for file in $$list; do echo $$file; done | \
570	  sed -e "s|^$$srcdirstrip/||;t" \
571	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
572	case $$dist_files in \
573	  */*) $(MKDIR_P) `echo "$$dist_files" | \
574			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
575			   sort -u` ;; \
576	esac; \
577	for file in $$dist_files; do \
578	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
579	  if test -d $$d/$$file; then \
580	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
581	    if test -d "$(distdir)/$$file"; then \
582	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
583	    fi; \
584	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
586	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587	    fi; \
588	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589	  else \
590	    test -f "$(distdir)/$$file" \
591	    || cp -p $$d/$$file "$(distdir)/$$file" \
592	    || exit 1; \
593	  fi; \
594	done
595check-am: all-am
596check: check-am
597all-am: Makefile $(PROGRAMS) $(DATA)
598installdirs:
599	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(serverdir)" "$(DESTDIR)$(uidir)"; do \
600	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
601	done
602install: install-am
603install-exec: install-exec-am
604install-data: install-data-am
605uninstall: uninstall-am
606
607install-am: all-am
608	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
609
610installcheck: installcheck-am
611install-strip:
612	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614	  `test -z '$(STRIP)' || \
615	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
616mostlyclean-generic:
617
618clean-generic:
619
620distclean-generic:
621	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
622	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
623	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
624
625maintainer-clean-generic:
626	@echo "This command is intended for maintainers to use"
627	@echo "it deletes files that may require special tools to rebuild."
628clean: clean-am
629
630clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
631
632distclean: distclean-am
633	-rm -rf ./$(DEPDIR)
634	-rm -f Makefile
635distclean-am: clean-am distclean-compile distclean-generic \
636	distclean-tags
637
638dvi: dvi-am
639
640dvi-am:
641
642html: html-am
643
644html-am:
645
646info: info-am
647
648info-am:
649
650install-data-am: install-serverDATA install-uiDATA
651
652install-dvi: install-dvi-am
653
654install-dvi-am:
655
656install-exec-am: install-binPROGRAMS
657
658install-html: install-html-am
659
660install-html-am:
661
662install-info: install-info-am
663
664install-info-am:
665
666install-man:
667
668install-pdf: install-pdf-am
669
670install-pdf-am:
671
672install-ps: install-ps-am
673
674install-ps-am:
675
676installcheck-am:
677
678maintainer-clean: maintainer-clean-am
679	-rm -rf ./$(DEPDIR)
680	-rm -f Makefile
681maintainer-clean-am: distclean-am maintainer-clean-generic
682
683mostlyclean: mostlyclean-am
684
685mostlyclean-am: mostlyclean-compile mostlyclean-generic
686
687pdf: pdf-am
688
689pdf-am:
690
691ps: ps-am
692
693ps-am:
694
695uninstall-am: uninstall-binPROGRAMS uninstall-serverDATA \
696	uninstall-uiDATA
697
698.MAKE: install-am install-strip
699
700.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
701	clean-generic ctags distclean distclean-compile \
702	distclean-generic distclean-tags distdir dvi dvi-am html \
703	html-am info info-am install install-am install-binPROGRAMS \
704	install-data install-data-am install-dvi install-dvi-am \
705	install-exec install-exec-am install-html install-html-am \
706	install-info install-info-am install-man install-pdf \
707	install-pdf-am install-ps install-ps-am install-serverDATA \
708	install-strip install-uiDATA installcheck installcheck-am \
709	installdirs maintainer-clean maintainer-clean-generic \
710	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
711	ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
712	uninstall-serverDATA uninstall-uiDATA
713
714
715.cc.o:
716	@printf "%-40s" "Compiling $<... "
717	@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
718	@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
719	@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
720	@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721	@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
722	@echo "[OK]"
723
724gnubiff$(EXEEXT): $(gnubiff_OBJECTS) $(gnubiff_DEPENDENCIES)
725	@rm -f gnubiff$(EXEEXT)
726	@printf "%-40s" "Linking $@ ... "
727	$(CXXLINK) $(gnubiff_LDFLAGS) $(gnubiff_OBJECTS) $(gnubiff_LDADD) $(LIBS)
728	@echo "[OK]"
729
730# xxx.server.in.in -> xxx.server  (for the gnome panel)
731$(server_in_files): $(server_in_files:.server.in=.server.in.in)
732	sed -e "s|\@bindir\@|$(bindir)|" \
733	    -e "s|\@pkgdatadir\@|$(pkgdatadir)|" $< > $@
734
735@INTLTOOL_SERVER_RULE@
736
737# Tell versions [3.59,3.63) of GNU make to not export all variables.
738# Otherwise a system limit (for SysV at least) may be exceeded.
739.NOEXPORT:
740