1# Makefile.in generated by automake 1.11.1 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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = icons/hicolor/48x48
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_check_gtkmm.m4 \
40	$(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44CONFIG_HEADER = $(top_builddir)/inc/features.hpp
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47SOURCES =
48DIST_SOURCES =
49RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50	html-recursive info-recursive install-data-recursive \
51	install-dvi-recursive install-exec-recursive \
52	install-html-recursive install-info-recursive \
53	install-pdf-recursive install-ps-recursive install-recursive \
54	installcheck-recursive installdirs-recursive pdf-recursive \
55	ps-recursive uninstall-recursive
56RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
57  distclean-recursive maintainer-clean-recursive
58AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60	distdir
61ETAGS = etags
62CTAGS = ctags
63DIST_SUBDIRS = $(SUBDIRS)
64DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65am__relativize = \
66  dir0=`pwd`; \
67  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68  sed_rest='s,^[^/]*/*,,'; \
69  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70  sed_butlast='s,/*[^/]*$$,,'; \
71  while test -n "$$dir1"; do \
72    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73    if test "$$first" != "."; then \
74      if test "$$first" = ".."; then \
75        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77      else \
78        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79        if test "$$first2" = "$$first"; then \
80          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81        else \
82          dir2="../$$dir2"; \
83        fi; \
84        dir0="$$dir0"/"$$first"; \
85      fi; \
86    fi; \
87    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88  done; \
89  reldir="$$dir2"
90ACLOCAL = @ACLOCAL@
91ALL_LINGUAS = @ALL_LINGUAS@
92AMTAR = @AMTAR@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AWK = @AWK@
97CATALOGS = @CATALOGS@
98CATOBJEXT = @CATOBJEXT@
99CC = @CC@
100CCDEPMODE = @CCDEPMODE@
101CFLAGS = @CFLAGS@
102CPP = @CPP@
103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXDEPMODE = @CXXDEPMODE@
106CXXFLAGS = @CXXFLAGS@
107CYGPATH_W = @CYGPATH_W@
108DATADIRNAME = @DATADIRNAME@
109DEFS = @DEFS@
110DEPDIR = @DEPDIR@
111ECHO_C = @ECHO_C@
112ECHO_N = @ECHO_N@
113ECHO_T = @ECHO_T@
114EGREP = @EGREP@
115EXEEXT = @EXEEXT@
116GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
117GMOFILES = @GMOFILES@
118GMSGFMT = @GMSGFMT@
119GREP = @GREP@
120GTKMM_CFLAGS = @GTKMM_CFLAGS@
121GTKMM_LIBS = @GTKMM_LIBS@
122GTKMM_VER = @GTKMM_VER@
123INSTALL = @INSTALL@
124INSTALL_DATA = @INSTALL_DATA@
125INSTALL_PROGRAM = @INSTALL_PROGRAM@
126INSTALL_SCRIPT = @INSTALL_SCRIPT@
127INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128INSTOBJEXT = @INSTOBJEXT@
129INTLLIBS = @INTLLIBS@
130INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
131INTLTOOL_MERGE = @INTLTOOL_MERGE@
132INTLTOOL_PERL = @INTLTOOL_PERL@
133INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
134LDFLAGS = @LDFLAGS@
135LIBOBJS = @LIBOBJS@
136LIBS = @LIBS@
137LN_S = @LN_S@
138LTLIBOBJS = @LTLIBOBJS@
139MAINT = @MAINT@
140MAKEINFO = @MAKEINFO@
141MKDIR_P = @MKDIR_P@
142MKINSTALLDIRS = @MKINSTALLDIRS@
143MSGFMT = @MSGFMT@
144MSGFMT_OPTS = @MSGFMT_OPTS@
145MSGMERGE = @MSGMERGE@
146OBJEXT = @OBJEXT@
147PACKAGE = @PACKAGE@
148PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149PACKAGE_NAME = @PACKAGE_NAME@
150PACKAGE_STRING = @PACKAGE_STRING@
151PACKAGE_TARNAME = @PACKAGE_TARNAME@
152PACKAGE_URL = @PACKAGE_URL@
153PACKAGE_VERSION = @PACKAGE_VERSION@
154PATH_SEPARATOR = @PATH_SEPARATOR@
155PKG_CONFIG = @PKG_CONFIG@
156PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
157PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
158POFILES = @POFILES@
159POSUB = @POSUB@
160PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
161PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
162SET_MAKE = @SET_MAKE@
163SHELL = @SHELL@
164STRIP = @STRIP@
165USE_NLS = @USE_NLS@
166VERSION = @VERSION@
167WINDRES = @WINDRES@
168XGETTEXT = @XGETTEXT@
169abs_builddir = @abs_builddir@
170abs_srcdir = @abs_srcdir@
171abs_top_builddir = @abs_top_builddir@
172abs_top_srcdir = @abs_top_srcdir@
173ac_ct_CC = @ac_ct_CC@
174ac_ct_CXX = @ac_ct_CXX@
175am__include = @am__include@
176am__leading_dot = @am__leading_dot@
177am__quote = @am__quote@
178am__tar = @am__tar@
179am__untar = @am__untar@
180avahi_CFLAGS = @avahi_CFLAGS@
181avahi_LIBS = @avahi_LIBS@
182bindir = @bindir@
183build = @build@
184build_alias = @build_alias@
185build_cpu = @build_cpu@
186build_os = @build_os@
187build_vendor = @build_vendor@
188builddir = @builddir@
189datadir = @datadir@
190datarootdir = @datarootdir@
191docdir = @docdir@
192dvidir = @dvidir@
193exec_prefix = @exec_prefix@
194gnome_CFLAGS = @gnome_CFLAGS@
195gnome_LIBS = @gnome_LIBS@
196gobby_CFLAGS = @gobby_CFLAGS@
197gobby_LIBS = @gobby_LIBS@
198host = @host@
199host_alias = @host_alias@
200host_cpu = @host_cpu@
201host_os = @host_os@
202host_vendor = @host_vendor@
203htmldir = @htmldir@
204includedir = @includedir@
205infodir = @infodir@
206install_sh = @install_sh@
207libdir = @libdir@
208libexecdir = @libexecdir@
209localedir = @localedir@
210localstatedir = @localstatedir@
211mandir = @mandir@
212mkdir_p = @mkdir_p@
213obby_CFLAGS = @obby_CFLAGS@
214obby_LIBS = @obby_LIBS@
215oldincludedir = @oldincludedir@
216pdfdir = @pdfdir@
217prefix = @prefix@
218program_transform_name = @program_transform_name@
219psdir = @psdir@
220sbindir = @sbindir@
221sharedstatedir = @sharedstatedir@
222srcdir = @srcdir@
223sysconfdir = @sysconfdir@
224target_alias = @target_alias@
225top_build_prefix = @top_build_prefix@
226top_builddir = @top_builddir@
227top_srcdir = @top_srcdir@
228SUBDIRS = apps actions
229all: all-recursive
230
231.SUFFIXES:
232$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
233	@for dep in $?; do \
234	  case '$(am__configure_deps)' in \
235	    *$$dep*) \
236	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
237	        && { if test -f $@; then exit 0; else break; fi; }; \
238	      exit 1;; \
239	  esac; \
240	done; \
241	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/hicolor/48x48/Makefile'; \
242	$(am__cd) $(top_srcdir) && \
243	  $(AUTOMAKE) --gnu icons/hicolor/48x48/Makefile
244.PRECIOUS: Makefile
245Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246	@case '$?' in \
247	  *config.status*) \
248	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
249	  *) \
250	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
251	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252	esac;
253
254$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
258	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
260	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261$(am__aclocal_m4_deps):
262
263# This directory's subdirectories are mostly independent; you can cd
264# into them and run `make' without going through this Makefile.
265# To change the values of `make' variables: instead of editing Makefiles,
266# (1) if the variable is set in `config.status', edit `config.status'
267#     (which will cause the Makefiles to be regenerated when you run `make');
268# (2) otherwise, pass the desired values on the `make' command line.
269$(RECURSIVE_TARGETS):
270	@fail= failcom='exit 1'; \
271	for f in x $$MAKEFLAGS; do \
272	  case $$f in \
273	    *=* | --[!k]*);; \
274	    *k*) failcom='fail=yes';; \
275	  esac; \
276	done; \
277	dot_seen=no; \
278	target=`echo $@ | sed s/-recursive//`; \
279	list='$(SUBDIRS)'; for subdir in $$list; do \
280	  echo "Making $$target in $$subdir"; \
281	  if test "$$subdir" = "."; then \
282	    dot_seen=yes; \
283	    local_target="$$target-am"; \
284	  else \
285	    local_target="$$target"; \
286	  fi; \
287	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
288	  || eval $$failcom; \
289	done; \
290	if test "$$dot_seen" = "no"; then \
291	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
292	fi; test -z "$$fail"
293
294$(RECURSIVE_CLEAN_TARGETS):
295	@fail= failcom='exit 1'; \
296	for f in x $$MAKEFLAGS; do \
297	  case $$f in \
298	    *=* | --[!k]*);; \
299	    *k*) failcom='fail=yes';; \
300	  esac; \
301	done; \
302	dot_seen=no; \
303	case "$@" in \
304	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
305	  *) list='$(SUBDIRS)' ;; \
306	esac; \
307	rev=''; for subdir in $$list; do \
308	  if test "$$subdir" = "."; then :; else \
309	    rev="$$subdir $$rev"; \
310	  fi; \
311	done; \
312	rev="$$rev ."; \
313	target=`echo $@ | sed s/-recursive//`; \
314	for subdir in $$rev; do \
315	  echo "Making $$target in $$subdir"; \
316	  if test "$$subdir" = "."; then \
317	    local_target="$$target-am"; \
318	  else \
319	    local_target="$$target"; \
320	  fi; \
321	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322	  || eval $$failcom; \
323	done && test -z "$$fail"
324tags-recursive:
325	list='$(SUBDIRS)'; for subdir in $$list; do \
326	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
327	done
328ctags-recursive:
329	list='$(SUBDIRS)'; for subdir in $$list; do \
330	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
331	done
332
333ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335	unique=`for i in $$list; do \
336	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337	  done | \
338	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339	      END { if (nonempty) { for (i in files) print i; }; }'`; \
340	mkid -fID $$unique
341tags: TAGS
342
343TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344		$(TAGS_FILES) $(LISP)
345	set x; \
346	here=`pwd`; \
347	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
348	  include_option=--etags-include; \
349	  empty_fix=.; \
350	else \
351	  include_option=--include; \
352	  empty_fix=; \
353	fi; \
354	list='$(SUBDIRS)'; for subdir in $$list; do \
355	  if test "$$subdir" = .; then :; else \
356	    test ! -f $$subdir/TAGS || \
357	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
358	  fi; \
359	done; \
360	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361	unique=`for i in $$list; do \
362	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363	  done | \
364	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365	      END { if (nonempty) { for (i in files) print i; }; }'`; \
366	shift; \
367	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
368	  test -n "$$unique" || unique=$$empty_fix; \
369	  if test $$# -gt 0; then \
370	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371	      "$$@" $$unique; \
372	  else \
373	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374	      $$unique; \
375	  fi; \
376	fi
377ctags: CTAGS
378CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379		$(TAGS_FILES) $(LISP)
380	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381	unique=`for i in $$list; do \
382	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383	  done | \
384	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385	      END { if (nonempty) { for (i in files) print i; }; }'`; \
386	test -z "$(CTAGS_ARGS)$$unique" \
387	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388	     $$unique
389
390GTAGS:
391	here=`$(am__cd) $(top_builddir) && pwd` \
392	  && $(am__cd) $(top_srcdir) \
393	  && gtags -i $(GTAGS_ARGS) "$$here"
394
395distclean-tags:
396	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397
398distdir: $(DISTFILES)
399	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401	list='$(DISTFILES)'; \
402	  dist_files=`for file in $$list; do echo $$file; done | \
403	  sed -e "s|^$$srcdirstrip/||;t" \
404	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405	case $$dist_files in \
406	  */*) $(MKDIR_P) `echo "$$dist_files" | \
407			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408			   sort -u` ;; \
409	esac; \
410	for file in $$dist_files; do \
411	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412	  if test -d $$d/$$file; then \
413	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414	    if test -d "$(distdir)/$$file"; then \
415	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416	    fi; \
417	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
418	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
419	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420	    fi; \
421	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
422	  else \
423	    test -f "$(distdir)/$$file" \
424	    || cp -p $$d/$$file "$(distdir)/$$file" \
425	    || exit 1; \
426	  fi; \
427	done
428	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
429	  if test "$$subdir" = .; then :; else \
430	    test -d "$(distdir)/$$subdir" \
431	    || $(MKDIR_P) "$(distdir)/$$subdir" \
432	    || exit 1; \
433	  fi; \
434	done
435	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436	  if test "$$subdir" = .; then :; else \
437	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
438	    $(am__relativize); \
439	    new_distdir=$$reldir; \
440	    dir1=$$subdir; dir2="$(top_distdir)"; \
441	    $(am__relativize); \
442	    new_top_distdir=$$reldir; \
443	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
444	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
445	    ($(am__cd) $$subdir && \
446	      $(MAKE) $(AM_MAKEFLAGS) \
447	        top_distdir="$$new_top_distdir" \
448	        distdir="$$new_distdir" \
449		am__remove_distdir=: \
450		am__skip_length_check=: \
451		am__skip_mode_fix=: \
452	        distdir) \
453	      || exit 1; \
454	  fi; \
455	done
456check-am: all-am
457check: check-recursive
458all-am: Makefile
459installdirs: installdirs-recursive
460installdirs-am:
461install: install-recursive
462install-exec: install-exec-recursive
463install-data: install-data-recursive
464uninstall: uninstall-recursive
465
466install-am: all-am
467	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
468
469installcheck: installcheck-recursive
470install-strip:
471	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473	  `test -z '$(STRIP)' || \
474	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
475mostlyclean-generic:
476
477clean-generic:
478
479distclean-generic:
480	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
481	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
482
483maintainer-clean-generic:
484	@echo "This command is intended for maintainers to use"
485	@echo "it deletes files that may require special tools to rebuild."
486clean: clean-recursive
487
488clean-am: clean-generic mostlyclean-am
489
490distclean: distclean-recursive
491	-rm -f Makefile
492distclean-am: clean-am distclean-generic distclean-tags
493
494dvi: dvi-recursive
495
496dvi-am:
497
498html: html-recursive
499
500html-am:
501
502info: info-recursive
503
504info-am:
505
506install-data-am:
507
508install-dvi: install-dvi-recursive
509
510install-dvi-am:
511
512install-exec-am:
513
514install-html: install-html-recursive
515
516install-html-am:
517
518install-info: install-info-recursive
519
520install-info-am:
521
522install-man:
523
524install-pdf: install-pdf-recursive
525
526install-pdf-am:
527
528install-ps: install-ps-recursive
529
530install-ps-am:
531
532installcheck-am:
533
534maintainer-clean: maintainer-clean-recursive
535	-rm -f Makefile
536maintainer-clean-am: distclean-am maintainer-clean-generic
537
538mostlyclean: mostlyclean-recursive
539
540mostlyclean-am: mostlyclean-generic
541
542pdf: pdf-recursive
543
544pdf-am:
545
546ps: ps-recursive
547
548ps-am:
549
550uninstall-am:
551
552.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
553	install-am install-strip tags-recursive
554
555.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
556	all all-am check check-am clean clean-generic ctags \
557	ctags-recursive distclean distclean-generic distclean-tags \
558	distdir dvi dvi-am html html-am info info-am install \
559	install-am install-data install-data-am install-dvi \
560	install-dvi-am install-exec install-exec-am install-html \
561	install-html-am install-info install-info-am install-man \
562	install-pdf install-pdf-am install-ps install-ps-am \
563	install-strip installcheck installcheck-am installdirs \
564	installdirs-am maintainer-clean maintainer-clean-generic \
565	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
566	tags-recursive uninstall uninstall-am
567
568
569# Tell versions [3.59,3.63) of GNU make to not export all variables.
570# Otherwise a system limit (for SysV at least) may be exceeded.
571.NOEXPORT:
572