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