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