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