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