Makefile.in revision 2265a131
1# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# 
18#  Copyright © 2003 Keith Packard, Noah Levitt
19# 
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Keith Packard not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Keith Packard makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29# 
30#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38VPATH = @srcdir@
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@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 $(srcdir)/xt.pc.in \
59	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
60	compile config.guess config.sub depcomp install-sh ltmain.sh \
61	missing
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64	$(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68 configure.lineno config.status.lineno
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = config.h
71CONFIG_CLEAN_FILES = xt.pc
72SOURCES =
73DIST_SOURCES =
74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75	html-recursive info-recursive install-data-recursive \
76	install-dvi-recursive install-exec-recursive \
77	install-html-recursive install-info-recursive \
78	install-pdf-recursive install-ps-recursive install-recursive \
79	installcheck-recursive installdirs-recursive pdf-recursive \
80	ps-recursive uninstall-recursive
81am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82am__vpath_adj = case $$p in \
83    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84    *) f=$$p;; \
85  esac;
86am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
87am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
88pkgconfigDATA_INSTALL = $(INSTALL_DATA)
89DATA = $(pkgconfig_DATA)
90RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
91  distclean-recursive maintainer-clean-recursive
92ETAGS = etags
93CTAGS = ctags
94DIST_SUBDIRS = $(SUBDIRS)
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96distdir = $(PACKAGE)-$(VERSION)
97top_distdir = $(distdir)
98am__remove_distdir = \
99  { test ! -d $(distdir) \
100    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
101         && rm -fr $(distdir); }; }
102DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
103GZIP_ENV = --best
104distuninstallcheck_listfiles = find . -type f -print
105ACLOCAL = @ACLOCAL@
106ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
107ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
108AMTAR = @AMTAR@
109APP_MAN_DIR = @APP_MAN_DIR@
110APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
111AR = @AR@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CC = @CC@
117CCDEPMODE = @CCDEPMODE@
118CC_FOR_BUILD = @CC_FOR_BUILD@
119CFLAGS = @CFLAGS@
120CHANGELOG_CMD = @CHANGELOG_CMD@
121CPP = @CPP@
122CPPFLAGS = @CPPFLAGS@
123CWARNFLAGS = @CWARNFLAGS@
124CYGPATH_W = @CYGPATH_W@
125DEFS = @DEFS@
126DEPDIR = @DEPDIR@
127DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
128DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
129DSYMUTIL = @DSYMUTIL@
130DUMPBIN = @DUMPBIN@
131ECHO_C = @ECHO_C@
132ECHO_N = @ECHO_N@
133ECHO_T = @ECHO_T@
134EGREP = @EGREP@
135EXEEXT = @EXEEXT@
136FGREP = @FGREP@
137FILE_MAN_DIR = @FILE_MAN_DIR@
138FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
139GREP = @GREP@
140INSTALL = @INSTALL@
141INSTALL_DATA = @INSTALL_DATA@
142INSTALL_PROGRAM = @INSTALL_PROGRAM@
143INSTALL_SCRIPT = @INSTALL_SCRIPT@
144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145LD = @LD@
146LDFLAGS = @LDFLAGS@
147LIBOBJS = @LIBOBJS@
148LIBS = @LIBS@
149LIBTOOL = @LIBTOOL@
150LIB_MAN_DIR = @LIB_MAN_DIR@
151LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
152LIPO = @LIPO@
153LN_S = @LN_S@
154LTLIBOBJS = @LTLIBOBJS@
155MAINT = @MAINT@
156MAKEINFO = @MAKEINFO@
157MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
158MISC_MAN_DIR = @MISC_MAN_DIR@
159MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
160MKDIR_P = @MKDIR_P@
161NM = @NM@
162NMEDIT = @NMEDIT@
163OBJDUMP = @OBJDUMP@
164OBJEXT = @OBJEXT@
165OTOOL = @OTOOL@
166OTOOL64 = @OTOOL64@
167PACKAGE = @PACKAGE@
168PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169PACKAGE_NAME = @PACKAGE_NAME@
170PACKAGE_STRING = @PACKAGE_STRING@
171PACKAGE_TARNAME = @PACKAGE_TARNAME@
172PACKAGE_VERSION = @PACKAGE_VERSION@
173PATH_SEPARATOR = @PATH_SEPARATOR@
174PKG_CONFIG = @PKG_CONFIG@
175RANLIB = @RANLIB@
176RAWCPP = @RAWCPP@
177RAWCPPFLAGS = @RAWCPPFLAGS@
178SED = @SED@
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181STRINGSABIOPTIONS = @STRINGSABIOPTIONS@
182STRIP = @STRIP@
183VERSION = @VERSION@
184XFILESEARCHPATHDEFAULT = @XFILESEARCHPATHDEFAULT@
185XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
186XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
187XT_CFLAGS = @XT_CFLAGS@
188XT_LIBS = @XT_LIBS@
189abs_builddir = @abs_builddir@
190abs_srcdir = @abs_srcdir@
191abs_top_builddir = @abs_top_builddir@
192abs_top_srcdir = @abs_top_srcdir@
193ac_ct_CC = @ac_ct_CC@
194ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195am__include = @am__include@
196am__leading_dot = @am__leading_dot@
197am__quote = @am__quote@
198am__tar = @am__tar@
199am__untar = @am__untar@
200appdefaultdir = @appdefaultdir@
201bindir = @bindir@
202build = @build@
203build_alias = @build_alias@
204build_cpu = @build_cpu@
205build_os = @build_os@
206build_vendor = @build_vendor@
207builddir = @builddir@
208datadir = @datadir@
209datarootdir = @datarootdir@
210distcleancheck_listfiles = @distcleancheck_listfiles@
211docdir = @docdir@
212dvidir = @dvidir@
213exec_prefix = @exec_prefix@
214host = @host@
215host_alias = @host_alias@
216host_cpu = @host_cpu@
217host_os = @host_os@
218host_vendor = @host_vendor@
219htmldir = @htmldir@
220includedir = @includedir@
221infodir = @infodir@
222install_sh = @install_sh@
223libdir = @libdir@
224libexecdir = @libexecdir@
225localedir = @localedir@
226localstatedir = @localstatedir@
227lt_ECHO = @lt_ECHO@
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_alias = @target_alias@
240top_build_prefix = @top_build_prefix@
241top_builddir = @top_builddir@
242top_srcdir = @top_srcdir@
243SUBDIRS = util src include man
244pkgconfigdir = $(libdir)/pkgconfig
245pkgconfig_DATA = xt.pc
246EXTRA_DIST = xt.pc.in ChangeLog
247MAINTAINERCLEANFILES = ChangeLog
248all: config.h
249	$(MAKE) $(AM_MAKEFLAGS) all-recursive
250
251.SUFFIXES:
252am--refresh:
253	@:
254$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
255	@for dep in $?; do \
256	  case '$(am__configure_deps)' in \
257	    *$$dep*) \
258	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
259	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
260		&& exit 0; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
265	cd $(top_srcdir) && \
266	  $(AUTOMAKE) --gnu  Makefile
267.PRECIOUS: Makefile
268Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269	@case '$?' in \
270	  *config.status*) \
271	    echo ' $(SHELL) ./config.status'; \
272	    $(SHELL) ./config.status;; \
273	  *) \
274	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
275	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
276	esac;
277
278$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279	$(SHELL) ./config.status --recheck
280
281$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282	cd $(srcdir) && $(AUTOCONF)
283$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285
286config.h: stamp-h1
287	@if test ! -f $@; then \
288	  rm -f stamp-h1; \
289	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
290	else :; fi
291
292stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
293	@rm -f stamp-h1
294	cd $(top_builddir) && $(SHELL) ./config.status config.h
295$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
296	cd $(top_srcdir) && $(AUTOHEADER)
297	rm -f stamp-h1
298	touch $@
299
300distclean-hdr:
301	-rm -f config.h stamp-h1
302xt.pc: $(top_builddir)/config.status $(srcdir)/xt.pc.in
303	cd $(top_builddir) && $(SHELL) ./config.status $@
304
305mostlyclean-libtool:
306	-rm -f *.lo
307
308clean-libtool:
309	-rm -rf .libs _libs
310
311distclean-libtool:
312	-rm -f libtool config.lt
313install-pkgconfigDATA: $(pkgconfig_DATA)
314	@$(NORMAL_INSTALL)
315	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
316	@list='$(pkgconfig_DATA)'; for p in $$list; do \
317	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318	  f=$(am__strip_dir) \
319	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
320	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
321	done
322
323uninstall-pkgconfigDATA:
324	@$(NORMAL_UNINSTALL)
325	@list='$(pkgconfig_DATA)'; for p in $$list; do \
326	  f=$(am__strip_dir) \
327	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
328	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
329	done
330
331# This directory's subdirectories are mostly independent; you can cd
332# into them and run `make' without going through this Makefile.
333# To change the values of `make' variables: instead of editing Makefiles,
334# (1) if the variable is set in `config.status', edit `config.status'
335#     (which will cause the Makefiles to be regenerated when you run `make');
336# (2) otherwise, pass the desired values on the `make' command line.
337$(RECURSIVE_TARGETS):
338	@failcom='exit 1'; \
339	for f in x $$MAKEFLAGS; do \
340	  case $$f in \
341	    *=* | --[!k]*);; \
342	    *k*) failcom='fail=yes';; \
343	  esac; \
344	done; \
345	dot_seen=no; \
346	target=`echo $@ | sed s/-recursive//`; \
347	list='$(SUBDIRS)'; for subdir in $$list; do \
348	  echo "Making $$target in $$subdir"; \
349	  if test "$$subdir" = "."; then \
350	    dot_seen=yes; \
351	    local_target="$$target-am"; \
352	  else \
353	    local_target="$$target"; \
354	  fi; \
355	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356	  || eval $$failcom; \
357	done; \
358	if test "$$dot_seen" = "no"; then \
359	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
360	fi; test -z "$$fail"
361
362$(RECURSIVE_CLEAN_TARGETS):
363	@failcom='exit 1'; \
364	for f in x $$MAKEFLAGS; do \
365	  case $$f in \
366	    *=* | --[!k]*);; \
367	    *k*) failcom='fail=yes';; \
368	  esac; \
369	done; \
370	dot_seen=no; \
371	case "$@" in \
372	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
373	  *) list='$(SUBDIRS)' ;; \
374	esac; \
375	rev=''; for subdir in $$list; do \
376	  if test "$$subdir" = "."; then :; else \
377	    rev="$$subdir $$rev"; \
378	  fi; \
379	done; \
380	rev="$$rev ."; \
381	target=`echo $@ | sed s/-recursive//`; \
382	for subdir in $$rev; do \
383	  echo "Making $$target in $$subdir"; \
384	  if test "$$subdir" = "."; then \
385	    local_target="$$target-am"; \
386	  else \
387	    local_target="$$target"; \
388	  fi; \
389	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390	  || eval $$failcom; \
391	done && test -z "$$fail"
392tags-recursive:
393	list='$(SUBDIRS)'; for subdir in $$list; do \
394	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
395	done
396ctags-recursive:
397	list='$(SUBDIRS)'; for subdir in $$list; do \
398	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
399	done
400
401ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
402	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403	unique=`for i in $$list; do \
404	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405	  done | \
406	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407	      END { if (nonempty) { for (i in files) print i; }; }'`; \
408	mkid -fID $$unique
409tags: TAGS
410
411TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
412		$(TAGS_FILES) $(LISP)
413	tags=; \
414	here=`pwd`; \
415	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
416	  include_option=--etags-include; \
417	  empty_fix=.; \
418	else \
419	  include_option=--include; \
420	  empty_fix=; \
421	fi; \
422	list='$(SUBDIRS)'; for subdir in $$list; do \
423	  if test "$$subdir" = .; then :; else \
424	    test ! -f $$subdir/TAGS || \
425	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
426	  fi; \
427	done; \
428	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
429	unique=`for i in $$list; do \
430	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431	  done | \
432	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433	      END { if (nonempty) { for (i in files) print i; }; }'`; \
434	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
435	  test -n "$$unique" || unique=$$empty_fix; \
436	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437	    $$tags $$unique; \
438	fi
439ctags: CTAGS
440CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
441		$(TAGS_FILES) $(LISP)
442	tags=; \
443	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
444	unique=`for i in $$list; do \
445	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446	  done | \
447	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448	      END { if (nonempty) { for (i in files) print i; }; }'`; \
449	test -z "$(CTAGS_ARGS)$$tags$$unique" \
450	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451	     $$tags $$unique
452
453GTAGS:
454	here=`$(am__cd) $(top_builddir) && pwd` \
455	  && cd $(top_srcdir) \
456	  && gtags -i $(GTAGS_ARGS) $$here
457
458distclean-tags:
459	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
461distdir: $(DISTFILES)
462	$(am__remove_distdir)
463	test -d $(distdir) || mkdir $(distdir)
464	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466	list='$(DISTFILES)'; \
467	  dist_files=`for file in $$list; do echo $$file; done | \
468	  sed -e "s|^$$srcdirstrip/||;t" \
469	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
470	case $$dist_files in \
471	  */*) $(MKDIR_P) `echo "$$dist_files" | \
472			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473			   sort -u` ;; \
474	esac; \
475	for file in $$dist_files; do \
476	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477	  if test -d $$d/$$file; then \
478	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
479	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
480	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
481	    fi; \
482	    cp -pR $$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	    distdir=`$(am__cd) $(distdir) && pwd`; \
495	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
496	    (cd $$subdir && \
497	      $(MAKE) $(AM_MAKEFLAGS) \
498	        top_distdir="$$top_distdir" \
499	        distdir="$$distdir/$$subdir" \
500		am__remove_distdir=: \
501		am__skip_length_check=: \
502	        distdir) \
503	      || exit 1; \
504	  fi; \
505	done
506	$(MAKE) $(AM_MAKEFLAGS) \
507	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
508	  dist-hook
509	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
510	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
511	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
512	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
513	|| chmod -R a+r $(distdir)
514dist-gzip: distdir
515	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
516	$(am__remove_distdir)
517dist-bzip2: distdir
518	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
519	$(am__remove_distdir)
520
521dist-lzma: distdir
522	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
523	$(am__remove_distdir)
524
525dist-tarZ: distdir
526	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
527	$(am__remove_distdir)
528
529dist-shar: distdir
530	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
531	$(am__remove_distdir)
532
533dist-zip: distdir
534	-rm -f $(distdir).zip
535	zip -rq $(distdir).zip $(distdir)
536	$(am__remove_distdir)
537
538dist dist-all: distdir
539	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
540	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
541	$(am__remove_distdir)
542
543# This target untars the dist file and tries a VPATH configuration.  Then
544# it guarantees that the distribution is self-contained by making another
545# tarfile.
546distcheck: dist
547	case '$(DIST_ARCHIVES)' in \
548	*.tar.gz*) \
549	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
550	*.tar.bz2*) \
551	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
552	*.tar.lzma*) \
553	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
554	*.tar.Z*) \
555	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
556	*.shar.gz*) \
557	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
558	*.zip*) \
559	  unzip $(distdir).zip ;;\
560	esac
561	chmod -R a-w $(distdir); chmod a+w $(distdir)
562	mkdir $(distdir)/_build
563	mkdir $(distdir)/_inst
564	chmod a-w $(distdir)
565	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
566	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
567	  && cd $(distdir)/_build \
568	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
569	    $(DISTCHECK_CONFIGURE_FLAGS) \
570	  && $(MAKE) $(AM_MAKEFLAGS) \
571	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
572	  && $(MAKE) $(AM_MAKEFLAGS) check \
573	  && $(MAKE) $(AM_MAKEFLAGS) install \
574	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
575	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
576	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
577	        distuninstallcheck \
578	  && chmod -R a-w "$$dc_install_base" \
579	  && ({ \
580	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
581	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
582	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
583	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
584	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
585	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
586	  && rm -rf "$$dc_destdir" \
587	  && $(MAKE) $(AM_MAKEFLAGS) dist \
588	  && rm -rf $(DIST_ARCHIVES) \
589	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
590	$(am__remove_distdir)
591	@(echo "$(distdir) archives ready for distribution: "; \
592	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
593	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
594distuninstallcheck:
595	@cd $(distuninstallcheck_dir) \
596	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
597	   || { echo "ERROR: files left after uninstall:" ; \
598	        if test -n "$(DESTDIR)"; then \
599	          echo "  (check DESTDIR support)"; \
600	        fi ; \
601	        $(distuninstallcheck_listfiles) ; \
602	        exit 1; } >&2
603distcleancheck: distclean
604	@if test '$(srcdir)' = . ; then \
605	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
606	  exit 1 ; \
607	fi
608	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
609	  || { echo "ERROR: files left in build directory after distclean:" ; \
610	       $(distcleancheck_listfiles) ; \
611	       exit 1; } >&2
612check-am: all-am
613check: check-recursive
614all-am: Makefile $(DATA) config.h
615installdirs: installdirs-recursive
616installdirs-am:
617	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
618	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
619	done
620install: install-recursive
621install-exec: install-exec-recursive
622install-data: install-data-recursive
623uninstall: uninstall-recursive
624
625install-am: all-am
626	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
627
628installcheck: installcheck-recursive
629install-strip:
630	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632	  `test -z '$(STRIP)' || \
633	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
634mostlyclean-generic:
635
636clean-generic:
637
638distclean-generic:
639	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
640
641maintainer-clean-generic:
642	@echo "This command is intended for maintainers to use"
643	@echo "it deletes files that may require special tools to rebuild."
644	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
645clean: clean-recursive
646
647clean-am: clean-generic clean-libtool mostlyclean-am
648
649distclean: distclean-recursive
650	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
651	-rm -f Makefile
652distclean-am: clean-am distclean-generic distclean-hdr \
653	distclean-libtool distclean-tags
654
655dvi: dvi-recursive
656
657dvi-am:
658
659html: html-recursive
660
661info: info-recursive
662
663info-am:
664
665install-data-am: install-pkgconfigDATA
666
667install-dvi: install-dvi-recursive
668
669install-exec-am:
670
671install-html: install-html-recursive
672
673install-info: install-info-recursive
674
675install-man:
676
677install-pdf: install-pdf-recursive
678
679install-ps: install-ps-recursive
680
681installcheck-am:
682
683maintainer-clean: maintainer-clean-recursive
684	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
685	-rm -rf $(top_srcdir)/autom4te.cache
686	-rm -f Makefile
687maintainer-clean-am: distclean-am maintainer-clean-generic
688
689mostlyclean: mostlyclean-recursive
690
691mostlyclean-am: mostlyclean-generic mostlyclean-libtool
692
693pdf: pdf-recursive
694
695pdf-am:
696
697ps: ps-recursive
698
699ps-am:
700
701uninstall-am: uninstall-pkgconfigDATA
702
703.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
704	install-strip
705
706.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
707	all all-am am--refresh check check-am clean clean-generic \
708	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
709	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
710	distcheck distclean distclean-generic distclean-hdr \
711	distclean-libtool distclean-tags distcleancheck distdir \
712	distuninstallcheck dvi dvi-am html html-am info info-am \
713	install install-am install-data install-data-am install-dvi \
714	install-dvi-am install-exec install-exec-am install-html \
715	install-html-am install-info install-info-am install-man \
716	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
717	install-ps-am install-strip installcheck installcheck-am \
718	installdirs installdirs-am maintainer-clean \
719	maintainer-clean-generic mostlyclean mostlyclean-generic \
720	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
721	uninstall uninstall-am uninstall-pkgconfigDATA
722
723
724.PHONY: ChangeLog
725
726ChangeLog:
727	$(CHANGELOG_CMD)
728
729dist-hook: ChangeLog
730# Tell versions [3.59,3.63) of GNU make to not export all variables.
731# Otherwise a system limit (for SysV at least) may be exceeded.
732.NOEXPORT:
733