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@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = .
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
41	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
42	TODO config.guess config.sub depcomp install-sh missing \
43	mkinstalldirs
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47	$(ACLOCAL_M4)
48am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno config.status.lineno
50mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51CONFIG_HEADER = config.h
52CONFIG_CLEAN_FILES =
53CONFIG_CLEAN_VPATH_FILES =
54AM_V_GEN = $(am__v_GEN_$(V))
55am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
56am__v_GEN_0 = @echo "  GEN   " $@;
57AM_V_at = $(am__v_at_$(V))
58am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
59am__v_at_0 = @
60SOURCES =
61DIST_SOURCES =
62RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63	html-recursive info-recursive install-data-recursive \
64	install-dvi-recursive install-exec-recursive \
65	install-html-recursive install-info-recursive \
66	install-pdf-recursive install-ps-recursive install-recursive \
67	installcheck-recursive installdirs-recursive pdf-recursive \
68	ps-recursive uninstall-recursive
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__nobase_list = $(am__nobase_strip_setup); \
81  for p in $$list; do echo "$$p $$p"; done | \
82  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84    if (++n[$$2] == $(am__install_max)) \
85      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86    END { for (dir in files) print dir, files[dir] }'
87am__base_list = \
88  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90man1dir = $(mandir)/man1
91am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgdatadir)"
92NROFF = nroff
93MANS = $(man_MANS)
94DATA = $(pkgdata_DATA)
95RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
96  distclean-recursive maintainer-clean-recursive
97AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99	distdir dist dist-all distcheck
100ETAGS = etags
101CTAGS = ctags
102DIST_SUBDIRS = $(SUBDIRS)
103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104distdir = $(PACKAGE)-$(VERSION)
105top_distdir = $(distdir)
106am__remove_distdir = \
107  { test ! -d "$(distdir)" \
108    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
109         && rm -fr "$(distdir)"; }; }
110am__relativize = \
111  dir0=`pwd`; \
112  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
113  sed_rest='s,^[^/]*/*,,'; \
114  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
115  sed_butlast='s,/*[^/]*$$,,'; \
116  while test -n "$$dir1"; do \
117    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
118    if test "$$first" != "."; then \
119      if test "$$first" = ".."; then \
120        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
121        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122      else \
123        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
124        if test "$$first2" = "$$first"; then \
125          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
126        else \
127          dir2="../$$dir2"; \
128        fi; \
129        dir0="$$dir0"/"$$first"; \
130      fi; \
131    fi; \
132    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
133  done; \
134  reldir="$$dir2"
135DIST_ARCHIVES = $(distdir).tar.gz
136GZIP_ENV = --best
137distuninstallcheck_listfiles = find . -type f -print
138distcleancheck_listfiles = find . -type f -print
139ACLOCAL = @ACLOCAL@
140AMTAR = @AMTAR@
141AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
142AUTOCONF = @AUTOCONF@
143AUTOHEADER = @AUTOHEADER@
144AUTOMAKE = @AUTOMAKE@
145AWK = @AWK@
146CC = @CC@
147CCAS = @CCAS@
148CCASDEPMODE = @CCASDEPMODE@
149CCASFLAGS = @CCASFLAGS@
150CCDEPMODE = @CCDEPMODE@
151CC_FOR_BUILD = @CC_FOR_BUILD@
152CFLAGS = @CFLAGS@
153CPP = @CPP@
154CPPFLAGS = @CPPFLAGS@
155CYGPATH_W = @CYGPATH_W@
156DEFS = @DEFS@
157DEPDIR = @DEPDIR@
158ECHO_C = @ECHO_C@
159ECHO_N = @ECHO_N@
160ECHO_T = @ECHO_T@
161EGREP = @EGREP@
162EXEEXT = @EXEEXT@
163GREP = @GREP@
164INSTALL = @INSTALL@
165INSTALL_DATA = @INSTALL_DATA@
166INSTALL_PROGRAM = @INSTALL_PROGRAM@
167INSTALL_SCRIPT = @INSTALL_SCRIPT@
168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169LDFLAGS = @LDFLAGS@
170LIBOBJS = @LIBOBJS@
171LIBS = @LIBS@
172LTLIBOBJS = @LTLIBOBJS@
173MAKEINFO = @MAKEINFO@
174MKDIR_P = @MKDIR_P@
175OBJEXT = @OBJEXT@
176PACKAGE = @PACKAGE@
177PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178PACKAGE_NAME = @PACKAGE_NAME@
179PACKAGE_STRING = @PACKAGE_STRING@
180PACKAGE_TARNAME = @PACKAGE_TARNAME@
181PACKAGE_URL = @PACKAGE_URL@
182PACKAGE_VERSION = @PACKAGE_VERSION@
183PATH_SEPARATOR = @PATH_SEPARATOR@
184RANLIB = @RANLIB@
185SDL_CFLAGS = @SDL_CFLAGS@
186SDL_CONFIG = @SDL_CONFIG@
187SDL_LIBS = @SDL_LIBS@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190STRIP = @STRIP@
191VERSION = @VERSION@
192abs_builddir = @abs_builddir@
193abs_srcdir = @abs_srcdir@
194abs_top_builddir = @abs_top_builddir@
195abs_top_srcdir = @abs_top_srcdir@
196ac_ct_CC = @ac_ct_CC@
197am__include = @am__include@
198am__leading_dot = @am__leading_dot@
199am__quote = @am__quote@
200am__tar = @am__tar@
201am__untar = @am__untar@
202bindir = @bindir@
203build = @build@
204build_alias = @build_alias@
205build_cpu = @build_cpu@
206build_os = @build_os@
207build_vendor = @build_vendor@
208builddir = @builddir@
209datadir = @datadir@
210datarootdir = @datarootdir@
211docdir = @docdir@
212dvidir = @dvidir@
213exec_prefix = @exec_prefix@
214have_nasm = @have_nasm@
215host = @host@
216host_alias = @host_alias@
217host_cpu = @host_cpu@
218host_os = @host_os@
219host_vendor = @host_vendor@
220htmldir = @htmldir@
221includedir = @includedir@
222infodir = @infodir@
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226localedir = @localedir@
227localstatedir = @localstatedir@
228mandir = @mandir@
229mkdir_p = @mkdir_p@
230oldincludedir = @oldincludedir@
231pdfdir = @pdfdir@
232prefix = @prefix@
233program_transform_name = @program_transform_name@
234psdir = @psdir@
235sbindir = @sbindir@
236sharedstatedir = @sharedstatedir@
237srcdir = @srcdir@
238sysconfdir = @sysconfdir@
239target = @target@
240target_alias = @target_alias@
241target_cpu = @target_cpu@
242target_os = @target_os@
243target_vendor = @target_vendor@
244top_build_prefix = @top_build_prefix@
245top_builddir = @top_builddir@
246top_srcdir = @top_srcdir@
247EXTRA_DIST = sample_gngeorc romrc FAQ gngeo.1 TODO README.GP2X gngeorc.gp2x dumpgfx.tgz Makefile.win devcpp_premake.mak gngeo32.dev config.win32
248SUBDIRS = src
249pkgdata_DATA = romrc
250man_MANS = gngeo.1
251all: config.h
252	$(MAKE) $(AM_MAKEFLAGS) all-recursive
253
254.SUFFIXES:
255am--refresh:
256	@:
257$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
258	@for dep in $?; do \
259	  case '$(am__configure_deps)' in \
260	    *$$dep*) \
261	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
262	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
263		&& exit 0; \
264	      exit 1;; \
265	  esac; \
266	done; \
267	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
268	$(am__cd) $(top_srcdir) && \
269	  $(AUTOMAKE) --gnu Makefile
270.PRECIOUS: Makefile
271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272	@case '$?' in \
273	  *config.status*) \
274	    echo ' $(SHELL) ./config.status'; \
275	    $(SHELL) ./config.status;; \
276	  *) \
277	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
278	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
279	esac;
280
281$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282	$(SHELL) ./config.status --recheck
283
284$(top_srcdir)/configure:  $(am__configure_deps)
285	$(am__cd) $(srcdir) && $(AUTOCONF)
286$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
287	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
288$(am__aclocal_m4_deps):
289
290config.h: stamp-h1
291	@if test ! -f $@; then \
292	  rm -f stamp-h1; \
293	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
294	else :; fi
295
296stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
297	@rm -f stamp-h1
298	cd $(top_builddir) && $(SHELL) ./config.status config.h
299$(srcdir)/config.h.in:  $(am__configure_deps)
300	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
301	rm -f stamp-h1
302	touch $@
303
304distclean-hdr:
305	-rm -f config.h stamp-h1
306install-man1: $(man_MANS)
307	@$(NORMAL_INSTALL)
308	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
309	@list=''; test -n "$(man1dir)" || exit 0; \
310	{ for i in $$list; do echo "$$i"; done; \
311	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
312	  sed -n '/\.1[a-z]*$$/p'; \
313	} | while read p; do \
314	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
315	  echo "$$d$$p"; echo "$$p"; \
316	done | \
317	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
318	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
319	sed 'N;N;s,\n, ,g' | { \
320	list=; while read file base inst; do \
321	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
322	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
323	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
324	  fi; \
325	done; \
326	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
327	while read files; do \
328	  test -z "$$files" || { \
329	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
330	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
331	done; }
332
333uninstall-man1:
334	@$(NORMAL_UNINSTALL)
335	@list=''; test -n "$(man1dir)" || exit 0; \
336	files=`{ for i in $$list; do echo "$$i"; done; \
337	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
338	  sed -n '/\.1[a-z]*$$/p'; \
339	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
340	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
341	test -z "$$files" || { \
342	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
343	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
344install-pkgdataDATA: $(pkgdata_DATA)
345	@$(NORMAL_INSTALL)
346	test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
347	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
348	for p in $$list; do \
349	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
350	  echo "$$d$$p"; \
351	done | $(am__base_list) | \
352	while read files; do \
353	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
354	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
355	done
356
357uninstall-pkgdataDATA:
358	@$(NORMAL_UNINSTALL)
359	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
360	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
361	test -n "$$files" || exit 0; \
362	echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
363	cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
364
365# This directory's subdirectories are mostly independent; you can cd
366# into them and run `make' without going through this Makefile.
367# To change the values of `make' variables: instead of editing Makefiles,
368# (1) if the variable is set in `config.status', edit `config.status'
369#     (which will cause the Makefiles to be regenerated when you run `make');
370# (2) otherwise, pass the desired values on the `make' command line.
371$(RECURSIVE_TARGETS):
372	@fail= failcom='exit 1'; \
373	for f in x $$MAKEFLAGS; do \
374	  case $$f in \
375	    *=* | --[!k]*);; \
376	    *k*) failcom='fail=yes';; \
377	  esac; \
378	done; \
379	dot_seen=no; \
380	target=`echo $@ | sed s/-recursive//`; \
381	list='$(SUBDIRS)'; for subdir in $$list; do \
382	  echo "Making $$target in $$subdir"; \
383	  if test "$$subdir" = "."; then \
384	    dot_seen=yes; \
385	    local_target="$$target-am"; \
386	  else \
387	    local_target="$$target"; \
388	  fi; \
389	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390	  || eval $$failcom; \
391	done; \
392	if test "$$dot_seen" = "no"; then \
393	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
394	fi; test -z "$$fail"
395
396$(RECURSIVE_CLEAN_TARGETS):
397	@fail= failcom='exit 1'; \
398	for f in x $$MAKEFLAGS; do \
399	  case $$f in \
400	    *=* | --[!k]*);; \
401	    *k*) failcom='fail=yes';; \
402	  esac; \
403	done; \
404	dot_seen=no; \
405	case "$@" in \
406	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
407	  *) list='$(SUBDIRS)' ;; \
408	esac; \
409	rev=''; for subdir in $$list; do \
410	  if test "$$subdir" = "."; then :; else \
411	    rev="$$subdir $$rev"; \
412	  fi; \
413	done; \
414	rev="$$rev ."; \
415	target=`echo $@ | sed s/-recursive//`; \
416	for subdir in $$rev; do \
417	  echo "Making $$target in $$subdir"; \
418	  if test "$$subdir" = "."; then \
419	    local_target="$$target-am"; \
420	  else \
421	    local_target="$$target"; \
422	  fi; \
423	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424	  || eval $$failcom; \
425	done && test -z "$$fail"
426tags-recursive:
427	list='$(SUBDIRS)'; for subdir in $$list; do \
428	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
429	done
430ctags-recursive:
431	list='$(SUBDIRS)'; for subdir in $$list; do \
432	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
433	done
434
435ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437	unique=`for i in $$list; do \
438	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439	  done | \
440	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442	mkid -fID $$unique
443tags: TAGS
444
445TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
446		$(TAGS_FILES) $(LISP)
447	set x; \
448	here=`pwd`; \
449	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
450	  include_option=--etags-include; \
451	  empty_fix=.; \
452	else \
453	  include_option=--include; \
454	  empty_fix=; \
455	fi; \
456	list='$(SUBDIRS)'; for subdir in $$list; do \
457	  if test "$$subdir" = .; then :; else \
458	    test ! -f $$subdir/TAGS || \
459	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
460	  fi; \
461	done; \
462	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
463	unique=`for i in $$list; do \
464	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465	  done | \
466	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468	shift; \
469	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470	  test -n "$$unique" || unique=$$empty_fix; \
471	  if test $$# -gt 0; then \
472	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473	      "$$@" $$unique; \
474	  else \
475	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476	      $$unique; \
477	  fi; \
478	fi
479ctags: CTAGS
480CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
481		$(TAGS_FILES) $(LISP)
482	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
483	unique=`for i in $$list; do \
484	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485	  done | \
486	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487	      END { if (nonempty) { for (i in files) print i; }; }'`; \
488	test -z "$(CTAGS_ARGS)$$unique" \
489	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490	     $$unique
491
492GTAGS:
493	here=`$(am__cd) $(top_builddir) && pwd` \
494	  && $(am__cd) $(top_srcdir) \
495	  && gtags -i $(GTAGS_ARGS) "$$here"
496
497distclean-tags:
498	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500distdir: $(DISTFILES)
501	@list='$(MANS)'; if test -n "$$list"; then \
502	  list=`for p in $$list; do \
503	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
504	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
505	  if test -n "$$list" && \
506	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
507	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
508	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
509	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
510	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
511	    exit 1; \
512	  else :; fi; \
513	else :; fi
514	$(am__remove_distdir)
515	test -d "$(distdir)" || mkdir "$(distdir)"
516	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518	list='$(DISTFILES)'; \
519	  dist_files=`for file in $$list; do echo $$file; done | \
520	  sed -e "s|^$$srcdirstrip/||;t" \
521	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522	case $$dist_files in \
523	  */*) $(MKDIR_P) `echo "$$dist_files" | \
524			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525			   sort -u` ;; \
526	esac; \
527	for file in $$dist_files; do \
528	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529	  if test -d $$d/$$file; then \
530	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531	    if test -d "$(distdir)/$$file"; then \
532	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533	    fi; \
534	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539	  else \
540	    test -f "$(distdir)/$$file" \
541	    || cp -p $$d/$$file "$(distdir)/$$file" \
542	    || exit 1; \
543	  fi; \
544	done
545	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
546	  if test "$$subdir" = .; then :; else \
547	    test -d "$(distdir)/$$subdir" \
548	    || $(MKDIR_P) "$(distdir)/$$subdir" \
549	    || exit 1; \
550	  fi; \
551	done
552	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
553	  if test "$$subdir" = .; then :; else \
554	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
555	    $(am__relativize); \
556	    new_distdir=$$reldir; \
557	    dir1=$$subdir; dir2="$(top_distdir)"; \
558	    $(am__relativize); \
559	    new_top_distdir=$$reldir; \
560	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
561	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
562	    ($(am__cd) $$subdir && \
563	      $(MAKE) $(AM_MAKEFLAGS) \
564	        top_distdir="$$new_top_distdir" \
565	        distdir="$$new_distdir" \
566		am__remove_distdir=: \
567		am__skip_length_check=: \
568		am__skip_mode_fix=: \
569	        distdir) \
570	      || exit 1; \
571	  fi; \
572	done
573	-test -n "$(am__skip_mode_fix)" \
574	|| find "$(distdir)" -type d ! -perm -755 \
575		-exec chmod u+rwx,go+rx {} \; -o \
576	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
577	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
578	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
579	|| chmod -R a+r "$(distdir)"
580dist-gzip: distdir
581	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
582	$(am__remove_distdir)
583
584dist-bzip2: distdir
585	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
586	$(am__remove_distdir)
587
588dist-lzma: distdir
589	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
590	$(am__remove_distdir)
591
592dist-xz: distdir
593	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
594	$(am__remove_distdir)
595
596dist-tarZ: distdir
597	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
598	$(am__remove_distdir)
599
600dist-shar: distdir
601	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
602	$(am__remove_distdir)
603
604dist-zip: distdir
605	-rm -f $(distdir).zip
606	zip -rq $(distdir).zip $(distdir)
607	$(am__remove_distdir)
608
609dist dist-all: distdir
610	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
611	$(am__remove_distdir)
612
613# This target untars the dist file and tries a VPATH configuration.  Then
614# it guarantees that the distribution is self-contained by making another
615# tarfile.
616distcheck: dist
617	case '$(DIST_ARCHIVES)' in \
618	*.tar.gz*) \
619	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
620	*.tar.bz2*) \
621	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
622	*.tar.lzma*) \
623	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
624	*.tar.xz*) \
625	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
626	*.tar.Z*) \
627	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
628	*.shar.gz*) \
629	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
630	*.zip*) \
631	  unzip $(distdir).zip ;;\
632	esac
633	chmod -R a-w $(distdir); chmod a+w $(distdir)
634	mkdir $(distdir)/_build
635	mkdir $(distdir)/_inst
636	chmod a-w $(distdir)
637	test -d $(distdir)/_build || exit 0; \
638	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
639	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
640	  && am__cwd=`pwd` \
641	  && $(am__cd) $(distdir)/_build \
642	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
643	    $(DISTCHECK_CONFIGURE_FLAGS) \
644	  && $(MAKE) $(AM_MAKEFLAGS) \
645	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
646	  && $(MAKE) $(AM_MAKEFLAGS) check \
647	  && $(MAKE) $(AM_MAKEFLAGS) install \
648	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
649	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
650	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
651	        distuninstallcheck \
652	  && chmod -R a-w "$$dc_install_base" \
653	  && ({ \
654	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
655	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
656	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
657	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
658	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
659	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
660	  && rm -rf "$$dc_destdir" \
661	  && $(MAKE) $(AM_MAKEFLAGS) dist \
662	  && rm -rf $(DIST_ARCHIVES) \
663	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
664	  && cd "$$am__cwd" \
665	  || exit 1
666	$(am__remove_distdir)
667	@(echo "$(distdir) archives ready for distribution: "; \
668	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
669	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
670distuninstallcheck:
671	@$(am__cd) '$(distuninstallcheck_dir)' \
672	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
673	   || { echo "ERROR: files left after uninstall:" ; \
674	        if test -n "$(DESTDIR)"; then \
675	          echo "  (check DESTDIR support)"; \
676	        fi ; \
677	        $(distuninstallcheck_listfiles) ; \
678	        exit 1; } >&2
679distcleancheck: distclean
680	@if test '$(srcdir)' = . ; then \
681	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
682	  exit 1 ; \
683	fi
684	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
685	  || { echo "ERROR: files left in build directory after distclean:" ; \
686	       $(distcleancheck_listfiles) ; \
687	       exit 1; } >&2
688check-am: all-am
689check: check-recursive
690all-am: Makefile $(MANS) $(DATA) config.h
691installdirs: installdirs-recursive
692installdirs-am:
693	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgdatadir)"; do \
694	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
695	done
696install: install-recursive
697install-exec: install-exec-recursive
698install-data: install-data-recursive
699uninstall: uninstall-recursive
700
701install-am: all-am
702	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
703
704installcheck: installcheck-recursive
705install-strip:
706	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
707	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
708	  `test -z '$(STRIP)' || \
709	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
710mostlyclean-generic:
711
712clean-generic:
713
714distclean-generic:
715	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
716	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
717
718maintainer-clean-generic:
719	@echo "This command is intended for maintainers to use"
720	@echo "it deletes files that may require special tools to rebuild."
721clean: clean-recursive
722
723clean-am: clean-generic mostlyclean-am
724
725distclean: distclean-recursive
726	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
727	-rm -f Makefile
728distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
729
730dvi: dvi-recursive
731
732dvi-am:
733
734html: html-recursive
735
736html-am:
737
738info: info-recursive
739
740info-am:
741
742install-data-am: install-man install-pkgdataDATA
743
744install-dvi: install-dvi-recursive
745
746install-dvi-am:
747
748install-exec-am:
749
750install-html: install-html-recursive
751
752install-html-am:
753
754install-info: install-info-recursive
755
756install-info-am:
757
758install-man: install-man1
759
760install-pdf: install-pdf-recursive
761
762install-pdf-am:
763
764install-ps: install-ps-recursive
765
766install-ps-am:
767
768installcheck-am:
769
770maintainer-clean: maintainer-clean-recursive
771	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
772	-rm -rf $(top_srcdir)/autom4te.cache
773	-rm -f Makefile
774maintainer-clean-am: distclean-am maintainer-clean-generic
775
776mostlyclean: mostlyclean-recursive
777
778mostlyclean-am: mostlyclean-generic
779
780pdf: pdf-recursive
781
782pdf-am:
783
784ps: ps-recursive
785
786ps-am:
787
788uninstall-am: uninstall-man uninstall-pkgdataDATA
789
790uninstall-man: uninstall-man1
791
792.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
793	ctags-recursive install-am install-strip tags-recursive
794
795.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
796	all all-am am--refresh check check-am clean clean-generic \
797	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
798	dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
799	distclean distclean-generic distclean-hdr distclean-tags \
800	distcleancheck distdir distuninstallcheck dvi dvi-am html \
801	html-am info info-am install install-am install-data \
802	install-data-am install-dvi install-dvi-am install-exec \
803	install-exec-am install-html install-html-am install-info \
804	install-info-am install-man install-man1 install-pdf \
805	install-pdf-am install-pkgdataDATA install-ps install-ps-am \
806	install-strip installcheck installcheck-am installdirs \
807	installdirs-am maintainer-clean maintainer-clean-generic \
808	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
809	tags-recursive uninstall uninstall-am uninstall-man \
810	uninstall-man1 uninstall-pkgdataDATA
811
812
813# Tell versions [3.59,3.63) of GNU make to not export all variables.
814# Otherwise a system limit (for SysV at least) may be exceeded.
815.NOEXPORT:
816