1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35subdir = .
36DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
38	$(srcdir)/rubrica2.desktop.in $(srcdir)/rubrica2.keys.in \
39	$(srcdir)/rubrica2.schemas.in $(srcdir)/rubrica2.spec.in \
40	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41	TODO compile config.guess config.sub depcomp install-sh \
42	ltmain.sh missing mkinstalldirs
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = config.h
51CONFIG_CLEAN_FILES = rubrica2.spec rubrica2.desktop rubrica2.schemas \
52	rubrica2.keys
53SOURCES =
54DIST_SOURCES =
55RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56	html-recursive info-recursive install-data-recursive \
57	install-dvi-recursive install-exec-recursive \
58	install-html-recursive install-info-recursive \
59	install-pdf-recursive install-ps-recursive install-recursive \
60	installcheck-recursive installdirs-recursive pdf-recursive \
61	ps-recursive uninstall-recursive
62am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63am__vpath_adj = case $$p in \
64    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65    *) f=$$p;; \
66  esac;
67am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
68am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimedir)" \
69	"$(DESTDIR)$(schemadir)"
70desktopDATA_INSTALL = $(INSTALL_DATA)
71mimeDATA_INSTALL = $(INSTALL_DATA)
72schemaDATA_INSTALL = $(INSTALL_DATA)
73DATA = $(desktop_DATA) $(mime_DATA) $(schema_DATA)
74RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
75  distclean-recursive maintainer-clean-recursive
76ETAGS = etags
77CTAGS = ctags
78DIST_SUBDIRS = $(SUBDIRS)
79DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80distdir = $(PACKAGE)-$(VERSION)
81top_distdir = $(distdir)
82am__remove_distdir = \
83  { test ! -d $(distdir) \
84    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85         && rm -fr $(distdir); }; }
86GZIP_ENV = --best
87DIST_ARCHIVES = $(distdir).tar.bz2
88distuninstallcheck_listfiles = find . -type f -print
89distcleancheck_listfiles = find . -type f -print
90ACLOCAL = @ACLOCAL@
91ALL_LINGUAS = @ALL_LINGUAS@
92AMTAR = @AMTAR@
93AR = @AR@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CATALOGS = @CATALOGS@
99CATOBJEXT = @CATOBJEXT@
100CC = @CC@
101CCDEPMODE = @CCDEPMODE@
102CFLAGS = @CFLAGS@
103CPP = @CPP@
104CPPFLAGS = @CPPFLAGS@
105CXX = @CXX@
106CXXCPP = @CXXCPP@
107CXXDEPMODE = @CXXDEPMODE@
108CXXFLAGS = @CXXFLAGS@
109CYGPATH_W = @CYGPATH_W@
110DATADIRNAME = @DATADIRNAME@
111DEFS = @DEFS@
112DEPDIR = @DEPDIR@
113DESKTOP_ICON_PATH = @DESKTOP_ICON_PATH@
114ECHO = @ECHO@
115ECHO_C = @ECHO_C@
116ECHO_N = @ECHO_N@
117ECHO_T = @ECHO_T@
118EGREP = @EGREP@
119ENABLE_DEBUG_CFLAGS = @ENABLE_DEBUG_CFLAGS@
120EXEEXT = @EXEEXT@
121F77 = @F77@
122FFLAGS = @FFLAGS@
123GCONFTOOL = @GCONFTOOL@
124GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
125GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
126GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
127GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
128GLIB_MKENUMS = @GLIB_MKENUMS@
129GMOFILES = @GMOFILES@
130GMSGFMT = @GMSGFMT@
131GREP = @GREP@
132HTML_DIR = @HTML_DIR@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138INSTOBJEXT = @INSTOBJEXT@
139INTLLIBS = @INTLLIBS@
140INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
141INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
142INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
143INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
144INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
145INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
146INTLTOOL_MERGE = @INTLTOOL_MERGE@
147INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
148INTLTOOL_PERL = @INTLTOOL_PERL@
149INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
150INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
151INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
152INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
153INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
154INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
155INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
156INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
157INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
158INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
159INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
160INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
161INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
162INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
163LDFLAGS = @LDFLAGS@
164LIBOBJS = @LIBOBJS@
165LIBRAL_CFLAGS = @LIBRAL_CFLAGS@
166LIBRAL_CODE_NAME = @LIBRAL_CODE_NAME@
167LIBRAL_COMPAT_VERSION = @LIBRAL_COMPAT_VERSION@
168LIBRAL_CURRENT_VERSION = @LIBRAL_CURRENT_VERSION@
169LIBRAL_INFO_CODE_NAME = @LIBRAL_INFO_CODE_NAME@
170LIBRAL_LIBS = @LIBRAL_LIBS@
171LIBRAL_REVISION_VERSION = @LIBRAL_REVISION_VERSION@
172LIBRAL_VERSION = @LIBRAL_VERSION@
173LIBS = @LIBS@
174LIBTOOL = @LIBTOOL@
175LN_S = @LN_S@
176LTLIBOBJS = @LTLIBOBJS@
177MAINT = @MAINT@
178MAKEINFO = @MAKEINFO@
179MKDIR_P = @MKDIR_P@
180MKINSTALLDIRS = @MKINSTALLDIRS@
181MSGFMT = @MSGFMT@
182MSGFMT_OPTS = @MSGFMT_OPTS@
183OBJEXT = @OBJEXT@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STATUS = @PACKAGE_STATUS@
188PACKAGE_STRING = @PACKAGE_STRING@
189PACKAGE_TARNAME = @PACKAGE_TARNAME@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PKG_CONFIG = @PKG_CONFIG@
193POFILES = @POFILES@
194POSUB = @POSUB@
195PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
196PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
197RANLIB = @RANLIB@
198RUBRICA_CAP_NAME = @RUBRICA_CAP_NAME@
199RUBRICA_CFLAGS = @RUBRICA_CFLAGS@
200RUBRICA_CODE_NAME = @RUBRICA_CODE_NAME@
201RUBRICA_FILE_FORMAT = @RUBRICA_FILE_FORMAT@
202RUBRICA_INFO_CODE_NAME = @RUBRICA_INFO_CODE_NAME@
203RUBRICA_LIBS = @RUBRICA_LIBS@
204RUBRICA_NAME = @RUBRICA_NAME@
205RUBRICA_VERSION = @RUBRICA_VERSION@
206SED = @SED@
207SET_MAKE = @SET_MAKE@
208SHELL = @SHELL@
209STRIP = @STRIP@
210USE_NLS = @USE_NLS@
211VERSION = @VERSION@
212XGETTEXT = @XGETTEXT@
213abs_builddir = @abs_builddir@
214abs_srcdir = @abs_srcdir@
215abs_top_builddir = @abs_top_builddir@
216abs_top_srcdir = @abs_top_srcdir@
217ac_ct_CC = @ac_ct_CC@
218ac_ct_CXX = @ac_ct_CXX@
219ac_ct_F77 = @ac_ct_F77@
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@
234desktop_icon_path = @desktop_icon_path@
235docdir = @docdir@
236dvidir = @dvidir@
237exec_prefix = @exec_prefix@
238host = @host@
239host_alias = @host_alias@
240host_cpu = @host_cpu@
241host_os = @host_os@
242host_vendor = @host_vendor@
243htmldir = @htmldir@
244includedir = @includedir@
245infodir = @infodir@
246install_sh = @install_sh@
247libdir = @libdir@
248libexecdir = @libexecdir@
249libral_plugins_dir = @libral_plugins_dir@
250libral_plugins_gui_dir = @libral_plugins_gui_dir@
251libral_plugins_pixmaps_dir = @libral_plugins_pixmaps_dir@
252localedir = @localedir@
253localstatedir = @localstatedir@
254mandir = @mandir@
255mkdir_p = @mkdir_p@
256oldincludedir = @oldincludedir@
257pdfdir = @pdfdir@
258prefix = @prefix@
259program_transform_name = @program_transform_name@
260psdir = @psdir@
261rubrica_data_dir = @rubrica_data_dir@
262rubrica_gui_dir = @rubrica_gui_dir@
263rubrica_icons_dir = @rubrica_icons_dir@
264rubrica_pixmaps_dir = @rubrica_pixmaps_dir@
265sbindir = @sbindir@
266sharedstatedir = @sharedstatedir@
267srcdir = @srcdir@
268sysconfdir = @sysconfdir@
269target_alias = @target_alias@
270top_builddir = @top_builddir@
271top_srcdir = @top_srcdir@
272SUBDIRS = libral src plugins  pixmaps interface po test
273desktopdir = $(datadir)/applications
274desktop_in_files = rubrica2.desktop.in
275desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
276mimedir = $(datadir)/mime-info
277mime_file = rubrica2.mime
278key_file = rubrica2.keys
279mime_DATA = $(mime_file) $(key_file)
280schemadir = @GCONF_SCHEMA_FILE_DIR@
281schema_DATA = rubrica2.schemas
282DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
283INTLTOOL = \
284	intltool-merge.in		\
285	intltool-update.in		\
286	intltool-extract.in
287
288EXTRA_DIST = \
289	AUTHORS				\
290	COPYING				\
291	ChangeLog			\
292	INSTALL				\
293	NEWS				\
294	README				\
295	TODO				\
296	CREDITS				\
297	rubrica2.spec			\
298	$(schema_DATA)			\
299	$(INTLTOOL)			\
300	$(desktop_DATA)			\
301	$(mime_DATA)			\
302	$(key_file)			\
303	po/rubrica2.pot
304
305DISTCLEANFILES = \
306	gnome-doc-utils.make		\
307	intltool-extract		\
308	intltool-merge			\
309	intltool-update
310
311CLEANFILES = ./po/.intltool-merge-cache
312GCONF_CONFIG_SOURCE = $(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
313all: config.h
314	$(MAKE) $(AM_MAKEFLAGS) all-recursive
315
316.SUFFIXES:
317am--refresh:
318	@:
319$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
320	@for dep in $?; do \
321	  case '$(am__configure_deps)' in \
322	    *$$dep*) \
323	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
324	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
325		&& exit 0; \
326	      exit 1;; \
327	  esac; \
328	done; \
329	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
330	cd $(top_srcdir) && \
331	  $(AUTOMAKE) --gnu  Makefile
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334	@case '$?' in \
335	  *config.status*) \
336	    echo ' $(SHELL) ./config.status'; \
337	    $(SHELL) ./config.status;; \
338	  *) \
339	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
340	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
341	esac;
342
343$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344	$(SHELL) ./config.status --recheck
345
346$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
347	cd $(srcdir) && $(AUTOCONF)
348$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
349	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
350
351config.h: stamp-h1
352	@if test ! -f $@; then \
353	  rm -f stamp-h1; \
354	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
355	else :; fi
356
357stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
358	@rm -f stamp-h1
359	cd $(top_builddir) && $(SHELL) ./config.status config.h
360$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
361	cd $(top_srcdir) && $(AUTOHEADER)
362	rm -f stamp-h1
363	touch $@
364
365distclean-hdr:
366	-rm -f config.h stamp-h1
367rubrica2.spec: $(top_builddir)/config.status $(srcdir)/rubrica2.spec.in
368	cd $(top_builddir) && $(SHELL) ./config.status $@
369rubrica2.desktop: $(top_builddir)/config.status $(srcdir)/rubrica2.desktop.in
370	cd $(top_builddir) && $(SHELL) ./config.status $@
371rubrica2.schemas: $(top_builddir)/config.status $(srcdir)/rubrica2.schemas.in
372	cd $(top_builddir) && $(SHELL) ./config.status $@
373rubrica2.keys: $(top_builddir)/config.status $(srcdir)/rubrica2.keys.in
374	cd $(top_builddir) && $(SHELL) ./config.status $@
375
376mostlyclean-libtool:
377	-rm -f *.lo
378
379clean-libtool:
380	-rm -rf .libs _libs
381
382distclean-libtool:
383	-rm -f libtool
384install-desktopDATA: $(desktop_DATA)
385	@$(NORMAL_INSTALL)
386	test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
387	@list='$(desktop_DATA)'; for p in $$list; do \
388	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389	  f=$(am__strip_dir) \
390	  echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
391	  $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
392	done
393
394uninstall-desktopDATA:
395	@$(NORMAL_UNINSTALL)
396	@list='$(desktop_DATA)'; for p in $$list; do \
397	  f=$(am__strip_dir) \
398	  echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
399	  rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
400	done
401install-mimeDATA: $(mime_DATA)
402	@$(NORMAL_INSTALL)
403	test -z "$(mimedir)" || $(MKDIR_P) "$(DESTDIR)$(mimedir)"
404	@list='$(mime_DATA)'; for p in $$list; do \
405	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
406	  f=$(am__strip_dir) \
407	  echo " $(mimeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(mimedir)/$$f'"; \
408	  $(mimeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(mimedir)/$$f"; \
409	done
410
411uninstall-mimeDATA:
412	@$(NORMAL_UNINSTALL)
413	@list='$(mime_DATA)'; for p in $$list; do \
414	  f=$(am__strip_dir) \
415	  echo " rm -f '$(DESTDIR)$(mimedir)/$$f'"; \
416	  rm -f "$(DESTDIR)$(mimedir)/$$f"; \
417	done
418install-schemaDATA: $(schema_DATA)
419	@$(NORMAL_INSTALL)
420	test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
421	@list='$(schema_DATA)'; for p in $$list; do \
422	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
423	  f=$(am__strip_dir) \
424	  echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
425	  $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
426	done
427
428uninstall-schemaDATA:
429	@$(NORMAL_UNINSTALL)
430	@list='$(schema_DATA)'; for p in $$list; do \
431	  f=$(am__strip_dir) \
432	  echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
433	  rm -f "$(DESTDIR)$(schemadir)/$$f"; \
434	done
435
436# This directory's subdirectories are mostly independent; you can cd
437# into them and run `make' without going through this Makefile.
438# To change the values of `make' variables: instead of editing Makefiles,
439# (1) if the variable is set in `config.status', edit `config.status'
440#     (which will cause the Makefiles to be regenerated when you run `make');
441# (2) otherwise, pass the desired values on the `make' command line.
442$(RECURSIVE_TARGETS):
443	@failcom='exit 1'; \
444	for f in x $$MAKEFLAGS; do \
445	  case $$f in \
446	    *=* | --[!k]*);; \
447	    *k*) failcom='fail=yes';; \
448	  esac; \
449	done; \
450	dot_seen=no; \
451	target=`echo $@ | sed s/-recursive//`; \
452	list='$(SUBDIRS)'; for subdir in $$list; do \
453	  echo "Making $$target in $$subdir"; \
454	  if test "$$subdir" = "."; then \
455	    dot_seen=yes; \
456	    local_target="$$target-am"; \
457	  else \
458	    local_target="$$target"; \
459	  fi; \
460	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
461	  || eval $$failcom; \
462	done; \
463	if test "$$dot_seen" = "no"; then \
464	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
465	fi; test -z "$$fail"
466
467$(RECURSIVE_CLEAN_TARGETS):
468	@failcom='exit 1'; \
469	for f in x $$MAKEFLAGS; do \
470	  case $$f in \
471	    *=* | --[!k]*);; \
472	    *k*) failcom='fail=yes';; \
473	  esac; \
474	done; \
475	dot_seen=no; \
476	case "$@" in \
477	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
478	  *) list='$(SUBDIRS)' ;; \
479	esac; \
480	rev=''; for subdir in $$list; do \
481	  if test "$$subdir" = "."; then :; else \
482	    rev="$$subdir $$rev"; \
483	  fi; \
484	done; \
485	rev="$$rev ."; \
486	target=`echo $@ | sed s/-recursive//`; \
487	for subdir in $$rev; do \
488	  echo "Making $$target in $$subdir"; \
489	  if test "$$subdir" = "."; then \
490	    local_target="$$target-am"; \
491	  else \
492	    local_target="$$target"; \
493	  fi; \
494	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
495	  || eval $$failcom; \
496	done && test -z "$$fail"
497tags-recursive:
498	list='$(SUBDIRS)'; for subdir in $$list; do \
499	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
500	done
501ctags-recursive:
502	list='$(SUBDIRS)'; for subdir in $$list; do \
503	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
504	done
505
506ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
507	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
508	unique=`for i in $$list; do \
509	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510	  done | \
511	  $(AWK) '    { files[$$0] = 1; } \
512	       END { for (i in files) print i; }'`; \
513	mkid -fID $$unique
514tags: TAGS
515
516TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517		$(TAGS_FILES) $(LISP)
518	tags=; \
519	here=`pwd`; \
520	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
521	  include_option=--etags-include; \
522	  empty_fix=.; \
523	else \
524	  include_option=--include; \
525	  empty_fix=; \
526	fi; \
527	list='$(SUBDIRS)'; for subdir in $$list; do \
528	  if test "$$subdir" = .; then :; else \
529	    test ! -f $$subdir/TAGS || \
530	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
531	  fi; \
532	done; \
533	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
534	unique=`for i in $$list; do \
535	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
536	  done | \
537	  $(AWK) '    { files[$$0] = 1; } \
538	       END { for (i in files) print i; }'`; \
539	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
540	  test -n "$$unique" || unique=$$empty_fix; \
541	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542	    $$tags $$unique; \
543	fi
544ctags: CTAGS
545CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
546		$(TAGS_FILES) $(LISP)
547	tags=; \
548	here=`pwd`; \
549	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
550	unique=`for i in $$list; do \
551	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552	  done | \
553	  $(AWK) '    { files[$$0] = 1; } \
554	       END { for (i in files) print i; }'`; \
555	test -z "$(CTAGS_ARGS)$$tags$$unique" \
556	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557	     $$tags $$unique
558
559GTAGS:
560	here=`$(am__cd) $(top_builddir) && pwd` \
561	  && cd $(top_srcdir) \
562	  && gtags -i $(GTAGS_ARGS) $$here
563
564distclean-tags:
565	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
567distdir: $(DISTFILES)
568	$(am__remove_distdir)
569	test -d $(distdir) || mkdir $(distdir)
570	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572	list='$(DISTFILES)'; \
573	  dist_files=`for file in $$list; do echo $$file; done | \
574	  sed -e "s|^$$srcdirstrip/||;t" \
575	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
576	case $$dist_files in \
577	  */*) $(MKDIR_P) `echo "$$dist_files" | \
578			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
579			   sort -u` ;; \
580	esac; \
581	for file in $$dist_files; do \
582	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583	  if test -d $$d/$$file; then \
584	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
585	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
586	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
587	    fi; \
588	    cp -pR $$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
595	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
596	  if test "$$subdir" = .; then :; else \
597	    test -d "$(distdir)/$$subdir" \
598	    || $(MKDIR_P) "$(distdir)/$$subdir" \
599	    || exit 1; \
600	    distdir=`$(am__cd) $(distdir) && pwd`; \
601	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
602	    (cd $$subdir && \
603	      $(MAKE) $(AM_MAKEFLAGS) \
604	        top_distdir="$$top_distdir" \
605	        distdir="$$distdir/$$subdir" \
606		am__remove_distdir=: \
607		am__skip_length_check=: \
608	        distdir) \
609	      || exit 1; \
610	  fi; \
611	done
612	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
613	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
614	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
615	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
616	|| chmod -R a+r $(distdir)
617dist-gzip: distdir
618	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
619	$(am__remove_distdir)
620dist-bzip2: distdir
621	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
622	$(am__remove_distdir)
623
624dist-tarZ: distdir
625	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
626	$(am__remove_distdir)
627
628dist-shar: distdir
629	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
630	$(am__remove_distdir)
631
632dist-zip: distdir
633	-rm -f $(distdir).zip
634	zip -rq $(distdir).zip $(distdir)
635	$(am__remove_distdir)
636
637dist dist-all: distdir
638	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
639	$(am__remove_distdir)
640
641# This target untars the dist file and tries a VPATH configuration.  Then
642# it guarantees that the distribution is self-contained by making another
643# tarfile.
644distcheck: dist
645	case '$(DIST_ARCHIVES)' in \
646	*.tar.gz*) \
647	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
648	*.tar.bz2*) \
649	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
650	*.tar.Z*) \
651	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
652	*.shar.gz*) \
653	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
654	*.zip*) \
655	  unzip $(distdir).zip ;;\
656	esac
657	chmod -R a-w $(distdir); chmod a+w $(distdir)
658	mkdir $(distdir)/_build
659	mkdir $(distdir)/_inst
660	chmod a-w $(distdir)
661	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
662	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
663	  && cd $(distdir)/_build \
664	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
665	    $(DISTCHECK_CONFIGURE_FLAGS) \
666	  && $(MAKE) $(AM_MAKEFLAGS) \
667	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
668	  && $(MAKE) $(AM_MAKEFLAGS) check \
669	  && $(MAKE) $(AM_MAKEFLAGS) install \
670	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
671	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
672	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
673	        distuninstallcheck \
674	  && chmod -R a-w "$$dc_install_base" \
675	  && ({ \
676	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
677	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
678	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
679	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
680	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
681	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
682	  && rm -rf "$$dc_destdir" \
683	  && $(MAKE) $(AM_MAKEFLAGS) dist \
684	  && rm -rf $(DIST_ARCHIVES) \
685	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
686	$(am__remove_distdir)
687	@(echo "$(distdir) archives ready for distribution: "; \
688	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
689	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
690distuninstallcheck:
691	@cd $(distuninstallcheck_dir) \
692	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
693	   || { echo "ERROR: files left after uninstall:" ; \
694	        if test -n "$(DESTDIR)"; then \
695	          echo "  (check DESTDIR support)"; \
696	        fi ; \
697	        $(distuninstallcheck_listfiles) ; \
698	        exit 1; } >&2
699distcleancheck: distclean
700	@if test '$(srcdir)' = . ; then \
701	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
702	  exit 1 ; \
703	fi
704	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
705	  || { echo "ERROR: files left in build directory after distclean:" ; \
706	       $(distcleancheck_listfiles) ; \
707	       exit 1; } >&2
708check-am: all-am
709check: check-recursive
710all-am: Makefile $(DATA) config.h
711installdirs: installdirs-recursive
712installdirs-am:
713	for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(schemadir)"; do \
714	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
715	done
716install: install-recursive
717install-exec: install-exec-recursive
718install-data: install-data-recursive
719uninstall: uninstall-recursive
720
721install-am: all-am
722	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
723
724installcheck: installcheck-recursive
725install-strip:
726	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728	  `test -z '$(STRIP)' || \
729	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
730mostlyclean-generic:
731
732clean-generic:
733	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
734
735distclean-generic:
736	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
737	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
738
739maintainer-clean-generic:
740	@echo "This command is intended for maintainers to use"
741	@echo "it deletes files that may require special tools to rebuild."
742clean: clean-recursive
743
744clean-am: clean-generic clean-libtool mostlyclean-am
745
746distclean: distclean-recursive
747	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
748	-rm -f Makefile
749distclean-am: clean-am distclean-generic distclean-hdr \
750	distclean-libtool distclean-tags
751
752dvi: dvi-recursive
753
754dvi-am:
755
756html: html-recursive
757
758info: info-recursive
759
760info-am:
761
762install-data-am: install-data-local install-desktopDATA \
763	install-mimeDATA install-schemaDATA
764
765install-dvi: install-dvi-recursive
766
767install-exec-am:
768
769install-html: install-html-recursive
770
771install-info: install-info-recursive
772
773install-man:
774
775install-pdf: install-pdf-recursive
776
777install-ps: install-ps-recursive
778
779installcheck-am:
780
781maintainer-clean: maintainer-clean-recursive
782	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
783	-rm -rf $(top_srcdir)/autom4te.cache
784	-rm -f Makefile
785maintainer-clean-am: distclean-am maintainer-clean-generic
786
787mostlyclean: mostlyclean-recursive
788
789mostlyclean-am: mostlyclean-generic mostlyclean-libtool
790
791pdf: pdf-recursive
792
793pdf-am:
794
795ps: ps-recursive
796
797ps-am:
798
799uninstall-am: uninstall-desktopDATA uninstall-mimeDATA \
800	uninstall-schemaDATA
801
802.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
803	install-strip
804
805.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
806	all all-am am--refresh check check-am clean clean-generic \
807	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
808	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
809	distclean-generic distclean-hdr distclean-libtool \
810	distclean-tags distcleancheck distdir distuninstallcheck dvi \
811	dvi-am html html-am info info-am install install-am \
812	install-data install-data-am install-data-local \
813	install-desktopDATA install-dvi install-dvi-am install-exec \
814	install-exec-am install-html install-html-am install-info \
815	install-info-am install-man install-mimeDATA install-pdf \
816	install-pdf-am install-ps install-ps-am install-schemaDATA \
817	install-strip installcheck installcheck-am installdirs \
818	installdirs-am maintainer-clean maintainer-clean-generic \
819	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
820	ps ps-am tags tags-recursive uninstall uninstall-am \
821	uninstall-desktopDATA uninstall-mimeDATA uninstall-schemaDATA
822
823
824@INTLTOOL_DESKTOP_RULE@
825
826install-data-local:
827# Tell versions [3.59,3.63) of GNU make to not export all variables.
828# Otherwise a system limit (for SysV at least) may be exceeded.
829.NOEXPORT:
830