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