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