Makefile.in revision 95b296d0
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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#  Copyright 2005 Adam Jackson.
18#
19#  Permission is hereby granted, free of charge, to any person obtaining a
20#  copy of this software and associated documentation files (the "Software"),
21#  to deal in the Software without restriction, including without limitation
22#  on the rights to use, copy, modify, merge, publish, distribute, sub
23#  license, and/or sell copies of the Software, and to permit persons to whom
24#  the Software is furnished to do so, subject to the following conditions:
25#
26#  The above copyright notice and this permission notice (including the next
27#  paragraph) shall be included in all copies or substantial portions of the
28#  Software.
29#
30#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
33#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36srcdir = @srcdir@
37top_srcdir = @top_srcdir@
38VPATH = @srcdir@
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42top_builddir = .
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44INSTALL = @INSTALL@
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
59	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
60	$(top_srcdir)/configure COPYING ChangeLog config.guess \
61	config.sub depcomp install-sh ltmain.sh missing
62subdir = .
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(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 configure.status.lineno
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = config.h
71CONFIG_CLEAN_FILES =
72SOURCES =
73DIST_SOURCES =
74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75	html-recursive info-recursive install-data-recursive \
76	install-exec-recursive install-info-recursive \
77	install-recursive installcheck-recursive installdirs-recursive \
78	pdf-recursive ps-recursive uninstall-info-recursive \
79	uninstall-recursive
80ETAGS = etags
81CTAGS = ctags
82DIST_SUBDIRS = $(SUBDIRS)
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84distdir = $(PACKAGE)-$(VERSION)
85top_distdir = $(distdir)
86am__remove_distdir = \
87  { test ! -d $(distdir) \
88    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
89         && rm -fr $(distdir); }; }
90DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
91GZIP_ENV = --best
92distuninstallcheck_listfiles = find . -type f -print
93distcleancheck_listfiles = find . -type f -print
94ACLOCAL = @ACLOCAL@
95ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
96ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
97AMDEP_FALSE = @AMDEP_FALSE@
98AMDEP_TRUE = @AMDEP_TRUE@
99AMTAR = @AMTAR@
100APP_MAN_DIR = @APP_MAN_DIR@
101APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
102AR = @AR@
103AUTOCONF = @AUTOCONF@
104AUTOHEADER = @AUTOHEADER@
105AUTOMAKE = @AUTOMAKE@
106AWK = @AWK@
107CC = @CC@
108CCDEPMODE = @CCDEPMODE@
109CFLAGS = @CFLAGS@
110CPP = @CPP@
111CPPFLAGS = @CPPFLAGS@
112CXX = @CXX@
113CXXCPP = @CXXCPP@
114CXXDEPMODE = @CXXDEPMODE@
115CXXFLAGS = @CXXFLAGS@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
120DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
121DRIVER_NAME = @DRIVER_NAME@
122ECHO = @ECHO@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128F77 = @F77@
129FFLAGS = @FFLAGS@
130FILE_MAN_DIR = @FILE_MAN_DIR@
131FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
132GREP = @GREP@
133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_PROGRAM = @INSTALL_PROGRAM@
135INSTALL_SCRIPT = @INSTALL_SCRIPT@
136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137LDFLAGS = @LDFLAGS@
138LIBOBJS = @LIBOBJS@
139LIBS = @LIBS@
140LIBTOOL = @LIBTOOL@
141LIB_MAN_DIR = @LIB_MAN_DIR@
142LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
143LN_S = @LN_S@
144LTLIBOBJS = @LTLIBOBJS@
145MAINT = @MAINT@
146MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
147MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
148MAKEINFO = @MAKEINFO@
149MISC_MAN_DIR = @MISC_MAN_DIR@
150MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
151OBJEXT = @OBJEXT@
152PACKAGE = @PACKAGE@
153PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154PACKAGE_NAME = @PACKAGE_NAME@
155PACKAGE_STRING = @PACKAGE_STRING@
156PACKAGE_TARNAME = @PACKAGE_TARNAME@
157PACKAGE_VERSION = @PACKAGE_VERSION@
158PATH_SEPARATOR = @PATH_SEPARATOR@
159PKG_CONFIG = @PKG_CONFIG@
160RANLIB = @RANLIB@
161SET_MAKE = @SET_MAKE@
162SHELL = @SHELL@
163STRIP = @STRIP@
164VERSION = @VERSION@
165XORG_CFLAGS = @XORG_CFLAGS@
166XORG_LIBS = @XORG_LIBS@
167ac_ct_CC = @ac_ct_CC@
168ac_ct_CXX = @ac_ct_CXX@
169ac_ct_F77 = @ac_ct_F77@
170am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
171am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
172am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
173am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
174am__include = @am__include@
175am__leading_dot = @am__leading_dot@
176am__quote = @am__quote@
177am__tar = @am__tar@
178am__untar = @am__untar@
179bindir = @bindir@
180build = @build@
181build_alias = @build_alias@
182build_cpu = @build_cpu@
183build_os = @build_os@
184build_vendor = @build_vendor@
185datadir = @datadir@
186datarootdir = @datarootdir@
187docdir = @docdir@
188dvidir = @dvidir@
189exec_prefix = @exec_prefix@
190host = @host@
191host_alias = @host_alias@
192host_cpu = @host_cpu@
193host_os = @host_os@
194host_vendor = @host_vendor@
195htmldir = @htmldir@
196includedir = @includedir@
197infodir = @infodir@
198install_sh = @install_sh@
199libdir = @libdir@
200libexecdir = @libexecdir@
201localedir = @localedir@
202localstatedir = @localstatedir@
203mandir = @mandir@
204mkdir_p = @mkdir_p@
205moduledir = @moduledir@
206oldincludedir = @oldincludedir@
207pdfdir = @pdfdir@
208prefix = @prefix@
209program_transform_name = @program_transform_name@
210psdir = @psdir@
211sbindir = @sbindir@
212sharedstatedir = @sharedstatedir@
213sysconfdir = @sysconfdir@
214target_alias = @target_alias@
215AUTOMAKE_OPTIONS = foreign
216SUBDIRS = src man
217all: config.h
218	$(MAKE) $(AM_MAKEFLAGS) all-recursive
219
220.SUFFIXES:
221am--refresh:
222	@:
223$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
224	@for dep in $?; do \
225	  case '$(am__configure_deps)' in \
226	    *$$dep*) \
227	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
228	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
229		&& exit 0; \
230	      exit 1;; \
231	  esac; \
232	done; \
233	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
234	cd $(top_srcdir) && \
235	  $(AUTOMAKE) --foreign  Makefile
236.PRECIOUS: Makefile
237Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238	@case '$?' in \
239	  *config.status*) \
240	    echo ' $(SHELL) ./config.status'; \
241	    $(SHELL) ./config.status;; \
242	  *) \
243	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
244	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
245	esac;
246
247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248	$(SHELL) ./config.status --recheck
249
250$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251	cd $(srcdir) && $(AUTOCONF)
252$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
254
255config.h: stamp-h1
256	@if test ! -f $@; then \
257	  rm -f stamp-h1; \
258	  $(MAKE) stamp-h1; \
259	else :; fi
260
261stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
262	@rm -f stamp-h1
263	cd $(top_builddir) && $(SHELL) ./config.status config.h
264$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
265	cd $(top_srcdir) && $(AUTOHEADER)
266	rm -f stamp-h1
267	touch $@
268
269distclean-hdr:
270	-rm -f config.h stamp-h1
271
272mostlyclean-libtool:
273	-rm -f *.lo
274
275clean-libtool:
276	-rm -rf .libs _libs
277
278distclean-libtool:
279	-rm -f libtool
280uninstall-info-am:
281
282# This directory's subdirectories are mostly independent; you can cd
283# into them and run `make' without going through this Makefile.
284# To change the values of `make' variables: instead of editing Makefiles,
285# (1) if the variable is set in `config.status', edit `config.status'
286#     (which will cause the Makefiles to be regenerated when you run `make');
287# (2) otherwise, pass the desired values on the `make' command line.
288$(RECURSIVE_TARGETS):
289	@failcom='exit 1'; \
290	for f in x $$MAKEFLAGS; do \
291	  case $$f in \
292	    *=* | --[!k]*);; \
293	    *k*) failcom='fail=yes';; \
294	  esac; \
295	done; \
296	dot_seen=no; \
297	target=`echo $@ | sed s/-recursive//`; \
298	list='$(SUBDIRS)'; for subdir in $$list; do \
299	  echo "Making $$target in $$subdir"; \
300	  if test "$$subdir" = "."; then \
301	    dot_seen=yes; \
302	    local_target="$$target-am"; \
303	  else \
304	    local_target="$$target"; \
305	  fi; \
306	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307	  || eval $$failcom; \
308	done; \
309	if test "$$dot_seen" = "no"; then \
310	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
311	fi; test -z "$$fail"
312
313mostlyclean-recursive clean-recursive distclean-recursive \
314maintainer-clean-recursive:
315	@failcom='exit 1'; \
316	for f in x $$MAKEFLAGS; do \
317	  case $$f in \
318	    *=* | --[!k]*);; \
319	    *k*) failcom='fail=yes';; \
320	  esac; \
321	done; \
322	dot_seen=no; \
323	case "$@" in \
324	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
325	  *) list='$(SUBDIRS)' ;; \
326	esac; \
327	rev=''; for subdir in $$list; do \
328	  if test "$$subdir" = "."; then :; else \
329	    rev="$$subdir $$rev"; \
330	  fi; \
331	done; \
332	rev="$$rev ."; \
333	target=`echo $@ | sed s/-recursive//`; \
334	for subdir in $$rev; do \
335	  echo "Making $$target in $$subdir"; \
336	  if test "$$subdir" = "."; then \
337	    local_target="$$target-am"; \
338	  else \
339	    local_target="$$target"; \
340	  fi; \
341	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342	  || eval $$failcom; \
343	done && test -z "$$fail"
344tags-recursive:
345	list='$(SUBDIRS)'; for subdir in $$list; do \
346	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347	done
348ctags-recursive:
349	list='$(SUBDIRS)'; for subdir in $$list; do \
350	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351	done
352
353ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355	unique=`for i in $$list; do \
356	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357	  done | \
358	  $(AWK) '    { files[$$0] = 1; } \
359	       END { for (i in files) print i; }'`; \
360	mkid -fID $$unique
361tags: TAGS
362
363TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
364		$(TAGS_FILES) $(LISP)
365	tags=; \
366	here=`pwd`; \
367	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
368	  include_option=--etags-include; \
369	  empty_fix=.; \
370	else \
371	  include_option=--include; \
372	  empty_fix=; \
373	fi; \
374	list='$(SUBDIRS)'; for subdir in $$list; do \
375	  if test "$$subdir" = .; then :; else \
376	    test ! -f $$subdir/TAGS || \
377	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
378	  fi; \
379	done; \
380	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
381	unique=`for i in $$list; do \
382	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383	  done | \
384	  $(AWK) '    { files[$$0] = 1; } \
385	       END { for (i in files) print i; }'`; \
386	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
387	  test -n "$$unique" || unique=$$empty_fix; \
388	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389	    $$tags $$unique; \
390	fi
391ctags: CTAGS
392CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
393		$(TAGS_FILES) $(LISP)
394	tags=; \
395	here=`pwd`; \
396	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
397	unique=`for i in $$list; do \
398	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399	  done | \
400	  $(AWK) '    { files[$$0] = 1; } \
401	       END { for (i in files) print i; }'`; \
402	test -z "$(CTAGS_ARGS)$$tags$$unique" \
403	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404	     $$tags $$unique
405
406GTAGS:
407	here=`$(am__cd) $(top_builddir) && pwd` \
408	  && cd $(top_srcdir) \
409	  && gtags -i $(GTAGS_ARGS) $$here
410
411distclean-tags:
412	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414distdir: $(DISTFILES)
415	$(am__remove_distdir)
416	mkdir $(distdir)
417	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
418	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
419	list='$(DISTFILES)'; for file in $$list; do \
420	  case $$file in \
421	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
422	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
423	  esac; \
424	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
426	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
427	    dir="/$$dir"; \
428	    $(mkdir_p) "$(distdir)$$dir"; \
429	  else \
430	    dir=''; \
431	  fi; \
432	  if test -d $$d/$$file; then \
433	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435	    fi; \
436	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437	  else \
438	    test -f $(distdir)/$$file \
439	    || cp -p $$d/$$file $(distdir)/$$file \
440	    || exit 1; \
441	  fi; \
442	done
443	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444	  if test "$$subdir" = .; then :; else \
445	    test -d "$(distdir)/$$subdir" \
446	    || $(mkdir_p) "$(distdir)/$$subdir" \
447	    || exit 1; \
448	    distdir=`$(am__cd) $(distdir) && pwd`; \
449	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
450	    (cd $$subdir && \
451	      $(MAKE) $(AM_MAKEFLAGS) \
452	        top_distdir="$$top_distdir" \
453	        distdir="$$distdir/$$subdir" \
454	        distdir) \
455	      || exit 1; \
456	  fi; \
457	done
458	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
459	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
460	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
461	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
462	|| chmod -R a+r $(distdir)
463dist-gzip: distdir
464	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
465	$(am__remove_distdir)
466dist-bzip2: distdir
467	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
468	$(am__remove_distdir)
469
470dist-tarZ: distdir
471	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
472	$(am__remove_distdir)
473
474dist-shar: distdir
475	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
476	$(am__remove_distdir)
477
478dist-zip: distdir
479	-rm -f $(distdir).zip
480	zip -rq $(distdir).zip $(distdir)
481	$(am__remove_distdir)
482
483dist dist-all: distdir
484	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
485	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
486	$(am__remove_distdir)
487
488# This target untars the dist file and tries a VPATH configuration.  Then
489# it guarantees that the distribution is self-contained by making another
490# tarfile.
491distcheck: dist
492	case '$(DIST_ARCHIVES)' in \
493	*.tar.gz*) \
494	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
495	*.tar.bz2*) \
496	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
497	*.tar.Z*) \
498	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
499	*.shar.gz*) \
500	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
501	*.zip*) \
502	  unzip $(distdir).zip ;;\
503	esac
504	chmod -R a-w $(distdir); chmod a+w $(distdir)
505	mkdir $(distdir)/_build
506	mkdir $(distdir)/_inst
507	chmod a-w $(distdir)
508	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
509	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
510	  && cd $(distdir)/_build \
511	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
512	    $(DISTCHECK_CONFIGURE_FLAGS) \
513	  && $(MAKE) $(AM_MAKEFLAGS) \
514	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
515	  && $(MAKE) $(AM_MAKEFLAGS) check \
516	  && $(MAKE) $(AM_MAKEFLAGS) install \
517	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
518	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
519	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
520	        distuninstallcheck \
521	  && chmod -R a-w "$$dc_install_base" \
522	  && ({ \
523	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
524	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
525	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
526	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
527	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
528	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
529	  && rm -rf "$$dc_destdir" \
530	  && $(MAKE) $(AM_MAKEFLAGS) dist \
531	  && rm -rf $(DIST_ARCHIVES) \
532	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
533	$(am__remove_distdir)
534	@(echo "$(distdir) archives ready for distribution: "; \
535	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
536	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
537distuninstallcheck:
538	@cd $(distuninstallcheck_dir) \
539	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
540	   || { echo "ERROR: files left after uninstall:" ; \
541	        if test -n "$(DESTDIR)"; then \
542	          echo "  (check DESTDIR support)"; \
543	        fi ; \
544	        $(distuninstallcheck_listfiles) ; \
545	        exit 1; } >&2
546distcleancheck: distclean
547	@if test '$(srcdir)' = . ; then \
548	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
549	  exit 1 ; \
550	fi
551	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
552	  || { echo "ERROR: files left in build directory after distclean:" ; \
553	       $(distcleancheck_listfiles) ; \
554	       exit 1; } >&2
555check-am: all-am
556check: check-recursive
557all-am: Makefile config.h
558installdirs: installdirs-recursive
559installdirs-am:
560install: install-recursive
561install-exec: install-exec-recursive
562install-data: install-data-recursive
563uninstall: uninstall-recursive
564
565install-am: all-am
566	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
568installcheck: installcheck-recursive
569install-strip:
570	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	  `test -z '$(STRIP)' || \
573	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
574mostlyclean-generic:
575
576clean-generic:
577
578distclean-generic:
579	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580
581maintainer-clean-generic:
582	@echo "This command is intended for maintainers to use"
583	@echo "it deletes files that may require special tools to rebuild."
584clean: clean-recursive
585
586clean-am: clean-generic clean-libtool mostlyclean-am
587
588distclean: distclean-recursive
589	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
590	-rm -f Makefile
591distclean-am: clean-am distclean-generic distclean-hdr \
592	distclean-libtool distclean-tags
593
594dvi: dvi-recursive
595
596dvi-am:
597
598html: html-recursive
599
600info: info-recursive
601
602info-am:
603
604install-data-am:
605
606install-exec-am:
607
608install-info: install-info-recursive
609
610install-man:
611
612installcheck-am:
613
614maintainer-clean: maintainer-clean-recursive
615	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
616	-rm -rf $(top_srcdir)/autom4te.cache
617	-rm -f Makefile
618maintainer-clean-am: distclean-am maintainer-clean-generic
619
620mostlyclean: mostlyclean-recursive
621
622mostlyclean-am: mostlyclean-generic mostlyclean-libtool
623
624pdf: pdf-recursive
625
626pdf-am:
627
628ps: ps-recursive
629
630ps-am:
631
632uninstall-am: uninstall-info-am
633
634uninstall-info: uninstall-info-recursive
635
636.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
637	check-am clean clean-generic clean-libtool clean-recursive \
638	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
639	dist-shar dist-tarZ dist-zip distcheck distclean \
640	distclean-generic distclean-hdr distclean-libtool \
641	distclean-recursive distclean-tags distcleancheck distdir \
642	distuninstallcheck dvi dvi-am html html-am info info-am \
643	install install-am install-data install-data-am install-exec \
644	install-exec-am install-info install-info-am install-man \
645	install-strip installcheck installcheck-am installdirs \
646	installdirs-am maintainer-clean maintainer-clean-generic \
647	maintainer-clean-recursive mostlyclean mostlyclean-generic \
648	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
649	tags tags-recursive uninstall uninstall-am uninstall-info-am
650
651# Tell versions [3.59,3.63) of GNU make to not export all variables.
652# Otherwise a system limit (for SysV at least) may be exceeded.
653.NOEXPORT:
654