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