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