Makefile.in revision 88de56cc
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#							-*- Makefile -*-
19# Rules for generating files using the C pre-processor
20# (Replaces CppFileTarget from Imake)
21
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkglibexecdir = $(libexecdir)/@PACKAGE@
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39build_triplet = @build@
40host_triplet = @host@
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42	$(top_srcdir)/cpprules.in
43subdir = nls
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
46	$(top_srcdir)/m4/dolt.m4 $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48	$(ACLOCAL_M4)
49mkinstalldirs = $(install_sh) -d
50CONFIG_HEADER = $(top_builddir)/src/config.h \
51	$(top_builddir)/include/X11/XlibConf.h
52CONFIG_CLEAN_FILES =
53CONFIG_CLEAN_VPATH_FILES =
54AM_V_GEN = $(am__v_GEN_$(V))
55am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
56am__v_GEN_0 = @echo "  GEN   " $@;
57AM_V_at = $(am__v_at_$(V))
58am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
59am__v_at_0 = @
60SOURCES =
61DIST_SOURCES =
62RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63	html-recursive info-recursive install-data-recursive \
64	install-dvi-recursive install-exec-recursive \
65	install-html-recursive install-info-recursive \
66	install-pdf-recursive install-ps-recursive install-recursive \
67	installcheck-recursive installdirs-recursive pdf-recursive \
68	ps-recursive uninstall-recursive
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72    *) f=$$p;; \
73  esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__nobase_list = $(am__nobase_strip_setup); \
81  for p in $$list; do echo "$$p $$p"; done | \
82  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84    if (++n[$$2] == $(am__install_max)) \
85      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86    END { for (dir in files) print dir, files[dir] }'
87am__base_list = \
88  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90am__installdirs = "$(DESTDIR)$(x11localedir)"
91DATA = $(x11locale_DATA)
92RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
93  distclean-recursive maintainer-clean-recursive
94AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
96	distdir
97ETAGS = etags
98CTAGS = ctags
99DIST_SUBDIRS = $(SUBDIRS)
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101am__relativize = \
102  dir0=`pwd`; \
103  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
104  sed_rest='s,^[^/]*/*,,'; \
105  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
106  sed_butlast='s,/*[^/]*$$,,'; \
107  while test -n "$$dir1"; do \
108    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
109    if test "$$first" != "."; then \
110      if test "$$first" = ".."; then \
111        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
112        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
113      else \
114        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
115        if test "$$first2" = "$$first"; then \
116          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
117        else \
118          dir2="../$$dir2"; \
119        fi; \
120        dir0="$$dir0"/"$$first"; \
121      fi; \
122    fi; \
123    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
124  done; \
125  reldir="$$dir2"
126ACLOCAL = @ACLOCAL@
127ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
128ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
129AMTAR = @AMTAR@
130AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131APP_MAN_DIR = @APP_MAN_DIR@
132APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
133AR = @AR@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
139BIGFONT_LIBS = @BIGFONT_LIBS@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CC_FOR_BUILD = @CC_FOR_BUILD@
143CFLAGS = @CFLAGS@
144CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
145CHANGELOG_CMD = @CHANGELOG_CMD@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
148CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
149CWARNFLAGS = @CWARNFLAGS@
150CYGPATH_W = @CYGPATH_W@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
153DOLT_BASH = @DOLT_BASH@
154DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
155DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
156DSYMUTIL = @DSYMUTIL@
157DUMPBIN = @DUMPBIN@
158ECHO_C = @ECHO_C@
159ECHO_N = @ECHO_N@
160ECHO_T = @ECHO_T@
161EGREP = @EGREP@
162EXEEXT = @EXEEXT@
163FGREP = @FGREP@
164FILE_MAN_DIR = @FILE_MAN_DIR@
165FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
166GREP = @GREP@
167GROFF = @GROFF@
168I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
169INSTALL = @INSTALL@
170INSTALL_CMD = @INSTALL_CMD@
171INSTALL_DATA = @INSTALL_DATA@
172INSTALL_PROGRAM = @INSTALL_PROGRAM@
173INSTALL_SCRIPT = @INSTALL_SCRIPT@
174INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175KEYSYMDEF = @KEYSYMDEF@
176LAUNCHD = @LAUNCHD@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
180LIBOBJS = @LIBOBJS@
181LIBS = @LIBS@
182LIBTOOL = @LIBTOOL@
183LIB_MAN_DIR = @LIB_MAN_DIR@
184LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
185LINT = @LINT@
186LINTLIB = @LINTLIB@
187LINT_FLAGS = @LINT_FLAGS@
188LIPO = @LIPO@
189LN_S = @LN_S@
190LTCOMPILE = @LTCOMPILE@
191LTCXXCOMPILE = @LTCXXCOMPILE@
192LTLIBOBJS = @LTLIBOBJS@
193MAINT = @MAINT@
194MAKEINFO = @MAKEINFO@
195MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
196MAN_SUBSTS = @MAN_SUBSTS@
197MISC_MAN_DIR = @MISC_MAN_DIR@
198MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
199MKDIR_P = @MKDIR_P@
200NM = @NM@
201NMEDIT = @NMEDIT@
202OBJDUMP = @OBJDUMP@
203OBJEXT = @OBJEXT@
204OTOOL = @OTOOL@
205OTOOL64 = @OTOOL64@
206PACKAGE = @PACKAGE@
207PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208PACKAGE_NAME = @PACKAGE_NAME@
209PACKAGE_STRING = @PACKAGE_STRING@
210PACKAGE_TARNAME = @PACKAGE_TARNAME@
211PACKAGE_URL = @PACKAGE_URL@
212PACKAGE_VERSION = @PACKAGE_VERSION@
213PATH_SEPARATOR = @PATH_SEPARATOR@
214PERL = @PERL@
215PKG_CONFIG = @PKG_CONFIG@
216PS2PDF = @PS2PDF@
217RANLIB = @RANLIB@
218RAWCPP = @RAWCPP@
219RAWCPPFLAGS = @RAWCPPFLAGS@
220SED = sed
221SET_MAKE = @SET_MAKE@
222SHELL = @SHELL@
223STRIP = @STRIP@
224VERSION = @VERSION@
225WCHAR32 = @WCHAR32@
226X11_CFLAGS = @X11_CFLAGS@
227X11_DATADIR = @X11_DATADIR@
228X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
229X11_LIBDIR = @X11_LIBDIR@
230X11_LIBS = @X11_LIBS@
231X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
232X11_LOCALEDIR = @X11_LOCALEDIR@
233X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
234XDMCP_CFLAGS = @XDMCP_CFLAGS@
235XDMCP_LIBS = @XDMCP_LIBS@
236XERRORDB = @XERRORDB@
237XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
238XKEYSYMDB = @XKEYSYMDB@
239XLOCALEDATADIR = @XLOCALEDATADIR@
240XLOCALEDIR = @XLOCALEDIR@
241XLOCALELIBDIR = @XLOCALELIBDIR@
242XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
243XORG_MAN_PAGE = @XORG_MAN_PAGE@
244XTHREADLIB = @XTHREADLIB@
245XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
246XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
247abs_builddir = @abs_builddir@
248abs_srcdir = @abs_srcdir@
249abs_top_builddir = @abs_top_builddir@
250abs_top_srcdir = @abs_top_srcdir@
251ac_ct_CC = @ac_ct_CC@
252ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
253am__include = @am__include@
254am__leading_dot = @am__leading_dot@
255am__quote = @am__quote@
256am__tar = @am__tar@
257am__untar = @am__untar@
258bindir = @bindir@
259build = @build@
260build_alias = @build_alias@
261build_cpu = @build_cpu@
262build_os = @build_os@
263build_vendor = @build_vendor@
264builddir = @builddir@
265datadir = @datadir@
266datarootdir = @datarootdir@
267docdir = @docdir@
268dvidir = @dvidir@
269exec_prefix = @exec_prefix@
270host = @host@
271host_alias = @host_alias@
272host_cpu = @host_cpu@
273host_os = @host_os@
274host_vendor = @host_vendor@
275htmldir = @htmldir@
276includedir = @includedir@
277infodir = @infodir@
278install_sh = @install_sh@
279libdir = @libdir@
280libexecdir = @libexecdir@
281localedir = @localedir@
282localstatedir = @localstatedir@
283lt_ECHO = @lt_ECHO@
284mandir = @mandir@
285mkdir_p = @mkdir_p@
286oldincludedir = @oldincludedir@
287pdfdir = @pdfdir@
288prefix = @prefix@
289program_transform_name = @program_transform_name@
290psdir = @psdir@
291sbindir = @sbindir@
292sharedstatedir = @sharedstatedir@
293srcdir = @srcdir@
294sysconfdir = @sysconfdir@
295target_alias = @target_alias@
296top_build_prefix = @top_build_prefix@
297top_builddir = @top_builddir@
298top_srcdir = @top_srcdir@
299x11localedir = $(X11_LOCALEDATADIR)
300EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \
301	compose-check.pl
302
303x11locale_DATA = locale.alias locale.dir compose.dir
304CLEANFILES = \
305	locale.alias locale.alias.l1 locale.alias.l2 \
306	compose.dir compose.dir.l1 compose.dir.l2 \
307	locale.dir locale.dir.l1 locale.dir.l2 \
308	XLC_LOCALE
309
310SUBDIRS = \
311	am_ET.UTF-8		\
312	armscii-8		\
313	C			\
314	el_GR.UTF-8		\
315	en_US.UTF-8		\
316	fi_FI.UTF-8		\
317	georgian-academy	\
318	georgian-ps		\
319	ibm-cp1133		\
320	iscii-dev		\
321	isiri-3342		\
322	iso8859-1		\
323	iso8859-10		\
324	iso8859-11		\
325	iso8859-13		\
326	iso8859-14		\
327	iso8859-15		\
328	iso8859-2		\
329	iso8859-3		\
330	iso8859-4		\
331	iso8859-5		\
332	iso8859-6		\
333	iso8859-7		\
334	iso8859-8		\
335	iso8859-9		\
336	iso8859-9e		\
337	ja			\
338	ja.JIS			\
339	ja_JP.UTF-8		\
340	ja.S90			\
341	ja.SJIS			\
342	ja.U90			\
343	ko			\
344	koi8-c			\
345	koi8-r			\
346	koi8-u			\
347	ko_KR.UTF-8		\
348	microsoft-cp1251	\
349	microsoft-cp1255	\
350	microsoft-cp1256	\
351	mulelao-1		\
352	nokhchi-1		\
353	pt_BR.UTF-8		\
354	ru_RU.UTF-8		\
355	tatar-cyr		\
356	th_TH			\
357	th_TH.UTF-8		\
358	tscii-0			\
359	vi_VN.tcvn		\
360	vi_VN.viscii		\
361	zh_CN			\
362	zh_CN.gb18030		\
363	zh_CN.gbk		\
364	zh_CN.UTF-8		\
365	zh_HK.big5		\
366	zh_HK.big5hkscs		\
367	zh_HK.UTF-8		\
368	zh_TW			\
369	zh_TW.big5		\
370	zh_TW.UTF-8
371
372SUFFIXES = .pre
373WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@
374CPP_FILES_FLAGS = $(WCHAR32_FLAGS)
375
376# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM
377# to cpp, because that trick does not work on all ANSI C preprocessors.
378# Delete line numbers from the cpp output (-P is not portable, I guess).
379# Allow XCOMM to be preceded by whitespace and provide a means of generating
380# output lines with trailing backslashes.
381# Allow XHASH to always be substituted, even in cases where XCOMM isn't.
382CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
383                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
384                       -e '/^[         ]*XCOMM$$/s/XCOMM/\#/' \
385                       -e '/^[         ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
386                       -e '/^[         ]*XHASH/s/XHASH/\#/' \
387                       -e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \
388                       -e '/\@\@$$/s/\@\@$$/\\/'
389
390all: all-recursive
391
392.SUFFIXES:
393.SUFFIXES: .pre
394$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps)
395	@for dep in $?; do \
396	  case '$(am__configure_deps)' in \
397	    *$$dep*) \
398	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
399	        && { if test -f $@; then exit 0; else break; fi; }; \
400	      exit 1;; \
401	  esac; \
402	done; \
403	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nls/Makefile'; \
404	$(am__cd) $(top_srcdir) && \
405	  $(AUTOMAKE) --foreign nls/Makefile
406.PRECIOUS: Makefile
407Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
408	@case '$?' in \
409	  *config.status*) \
410	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
411	  *) \
412	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
413	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
414	esac;
415
416$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
417	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418
419$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
420	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
422	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423$(am__aclocal_m4_deps):
424
425mostlyclean-libtool:
426	-rm -f *.lo
427
428clean-libtool:
429	-rm -rf .libs _libs
430install-x11localeDATA: $(x11locale_DATA)
431	@$(NORMAL_INSTALL)
432	test -z "$(x11localedir)" || $(MKDIR_P) "$(DESTDIR)$(x11localedir)"
433	@list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
434	for p in $$list; do \
435	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
436	  echo "$$d$$p"; \
437	done | $(am__base_list) | \
438	while read files; do \
439	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(x11localedir)'"; \
440	  $(INSTALL_DATA) $$files "$(DESTDIR)$(x11localedir)" || exit $$?; \
441	done
442
443uninstall-x11localeDATA:
444	@$(NORMAL_UNINSTALL)
445	@list='$(x11locale_DATA)'; test -n "$(x11localedir)" || list=; \
446	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
447	test -n "$$files" || exit 0; \
448	echo " ( cd '$(DESTDIR)$(x11localedir)' && rm -f" $$files ")"; \
449	cd "$(DESTDIR)$(x11localedir)" && rm -f $$files
450
451# This directory's subdirectories are mostly independent; you can cd
452# into them and run `make' without going through this Makefile.
453# To change the values of `make' variables: instead of editing Makefiles,
454# (1) if the variable is set in `config.status', edit `config.status'
455#     (which will cause the Makefiles to be regenerated when you run `make');
456# (2) otherwise, pass the desired values on the `make' command line.
457$(RECURSIVE_TARGETS):
458	@fail= failcom='exit 1'; \
459	for f in x $$MAKEFLAGS; do \
460	  case $$f in \
461	    *=* | --[!k]*);; \
462	    *k*) failcom='fail=yes';; \
463	  esac; \
464	done; \
465	dot_seen=no; \
466	target=`echo $@ | sed s/-recursive//`; \
467	list='$(SUBDIRS)'; for subdir in $$list; do \
468	  echo "Making $$target in $$subdir"; \
469	  if test "$$subdir" = "."; then \
470	    dot_seen=yes; \
471	    local_target="$$target-am"; \
472	  else \
473	    local_target="$$target"; \
474	  fi; \
475	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
476	  || eval $$failcom; \
477	done; \
478	if test "$$dot_seen" = "no"; then \
479	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
480	fi; test -z "$$fail"
481
482$(RECURSIVE_CLEAN_TARGETS):
483	@fail= failcom='exit 1'; \
484	for f in x $$MAKEFLAGS; do \
485	  case $$f in \
486	    *=* | --[!k]*);; \
487	    *k*) failcom='fail=yes';; \
488	  esac; \
489	done; \
490	dot_seen=no; \
491	case "$@" in \
492	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
493	  *) list='$(SUBDIRS)' ;; \
494	esac; \
495	rev=''; for subdir in $$list; do \
496	  if test "$$subdir" = "."; then :; else \
497	    rev="$$subdir $$rev"; \
498	  fi; \
499	done; \
500	rev="$$rev ."; \
501	target=`echo $@ | sed s/-recursive//`; \
502	for subdir in $$rev; do \
503	  echo "Making $$target in $$subdir"; \
504	  if test "$$subdir" = "."; then \
505	    local_target="$$target-am"; \
506	  else \
507	    local_target="$$target"; \
508	  fi; \
509	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
510	  || eval $$failcom; \
511	done && test -z "$$fail"
512tags-recursive:
513	list='$(SUBDIRS)'; for subdir in $$list; do \
514	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
515	done
516ctags-recursive:
517	list='$(SUBDIRS)'; for subdir in $$list; do \
518	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
519	done
520
521ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
522	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
523	unique=`for i in $$list; do \
524	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525	  done | \
526	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527	      END { if (nonempty) { for (i in files) print i; }; }'`; \
528	mkid -fID $$unique
529tags: TAGS
530
531TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
532		$(TAGS_FILES) $(LISP)
533	set x; \
534	here=`pwd`; \
535	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
536	  include_option=--etags-include; \
537	  empty_fix=.; \
538	else \
539	  include_option=--include; \
540	  empty_fix=; \
541	fi; \
542	list='$(SUBDIRS)'; for subdir in $$list; do \
543	  if test "$$subdir" = .; then :; else \
544	    test ! -f $$subdir/TAGS || \
545	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
546	  fi; \
547	done; \
548	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
549	unique=`for i in $$list; do \
550	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551	  done | \
552	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
553	      END { if (nonempty) { for (i in files) print i; }; }'`; \
554	shift; \
555	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
556	  test -n "$$unique" || unique=$$empty_fix; \
557	  if test $$# -gt 0; then \
558	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
559	      "$$@" $$unique; \
560	  else \
561	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
562	      $$unique; \
563	  fi; \
564	fi
565ctags: CTAGS
566CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
567		$(TAGS_FILES) $(LISP)
568	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569	unique=`for i in $$list; do \
570	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
571	  done | \
572	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
573	      END { if (nonempty) { for (i in files) print i; }; }'`; \
574	test -z "$(CTAGS_ARGS)$$unique" \
575	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576	     $$unique
577
578GTAGS:
579	here=`$(am__cd) $(top_builddir) && pwd` \
580	  && $(am__cd) $(top_srcdir) \
581	  && gtags -i $(GTAGS_ARGS) "$$here"
582
583distclean-tags:
584	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585
586distdir: $(DISTFILES)
587	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589	list='$(DISTFILES)'; \
590	  dist_files=`for file in $$list; do echo $$file; done | \
591	  sed -e "s|^$$srcdirstrip/||;t" \
592	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
593	case $$dist_files in \
594	  */*) $(MKDIR_P) `echo "$$dist_files" | \
595			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
596			   sort -u` ;; \
597	esac; \
598	for file in $$dist_files; do \
599	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
600	  if test -d $$d/$$file; then \
601	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
602	    if test -d "$(distdir)/$$file"; then \
603	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604	    fi; \
605	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
606	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
607	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608	    fi; \
609	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
610	  else \
611	    test -f "$(distdir)/$$file" \
612	    || cp -p $$d/$$file "$(distdir)/$$file" \
613	    || exit 1; \
614	  fi; \
615	done
616	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
617	  if test "$$subdir" = .; then :; else \
618	    test -d "$(distdir)/$$subdir" \
619	    || $(MKDIR_P) "$(distdir)/$$subdir" \
620	    || exit 1; \
621	  fi; \
622	done
623	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
624	  if test "$$subdir" = .; then :; else \
625	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
626	    $(am__relativize); \
627	    new_distdir=$$reldir; \
628	    dir1=$$subdir; dir2="$(top_distdir)"; \
629	    $(am__relativize); \
630	    new_top_distdir=$$reldir; \
631	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
632	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
633	    ($(am__cd) $$subdir && \
634	      $(MAKE) $(AM_MAKEFLAGS) \
635	        top_distdir="$$new_top_distdir" \
636	        distdir="$$new_distdir" \
637		am__remove_distdir=: \
638		am__skip_length_check=: \
639		am__skip_mode_fix=: \
640	        distdir) \
641	      || exit 1; \
642	  fi; \
643	done
644check-am: all-am
645check: check-recursive
646all-am: Makefile $(DATA)
647installdirs: installdirs-recursive
648installdirs-am:
649	for dir in "$(DESTDIR)$(x11localedir)"; do \
650	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
651	done
652install: install-recursive
653install-exec: install-exec-recursive
654install-data: install-data-recursive
655uninstall: uninstall-recursive
656
657install-am: all-am
658	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
659
660installcheck: installcheck-recursive
661install-strip:
662	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
663	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
664	  `test -z '$(STRIP)' || \
665	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
666mostlyclean-generic:
667
668clean-generic:
669	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
670
671distclean-generic:
672	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
673	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
674
675maintainer-clean-generic:
676	@echo "This command is intended for maintainers to use"
677	@echo "it deletes files that may require special tools to rebuild."
678clean: clean-recursive
679
680clean-am: clean-generic clean-libtool mostlyclean-am
681
682distclean: distclean-recursive
683	-rm -f Makefile
684distclean-am: clean-am distclean-generic distclean-tags
685
686dvi: dvi-recursive
687
688dvi-am:
689
690html: html-recursive
691
692html-am:
693
694info: info-recursive
695
696info-am:
697
698install-data-am: install-x11localeDATA
699
700install-dvi: install-dvi-recursive
701
702install-dvi-am:
703
704install-exec-am:
705
706install-html: install-html-recursive
707
708install-html-am:
709
710install-info: install-info-recursive
711
712install-info-am:
713
714install-man:
715
716install-pdf: install-pdf-recursive
717
718install-pdf-am:
719
720install-ps: install-ps-recursive
721
722install-ps-am:
723
724installcheck-am:
725
726maintainer-clean: maintainer-clean-recursive
727	-rm -f Makefile
728maintainer-clean-am: distclean-am maintainer-clean-generic
729
730mostlyclean: mostlyclean-recursive
731
732mostlyclean-am: mostlyclean-generic mostlyclean-libtool
733
734pdf: pdf-recursive
735
736pdf-am:
737
738ps: ps-recursive
739
740ps-am:
741
742uninstall-am: uninstall-x11localeDATA
743
744.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
745	install-am install-strip tags-recursive
746
747.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
748	all all-am check check-am clean clean-generic clean-libtool \
749	ctags ctags-recursive distclean distclean-generic \
750	distclean-libtool distclean-tags distdir dvi dvi-am html \
751	html-am info info-am install install-am install-data \
752	install-data-am install-dvi install-dvi-am install-exec \
753	install-exec-am install-html install-html-am install-info \
754	install-info-am install-man install-pdf install-pdf-am \
755	install-ps install-ps-am install-strip install-x11localeDATA \
756	installcheck installcheck-am installdirs installdirs-am \
757	maintainer-clean maintainer-clean-generic mostlyclean \
758	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
759	tags tags-recursive uninstall uninstall-am \
760	uninstall-x11localeDATA
761
762
763.pre:
764	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
765
766locale.alias: locale.alias.pre
767	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.alias.pre | $(CPP_SED_MAGIC) > locale.alias.l1
768	sed -e '/^[^#][^        ]*:/s/://' -e '/^[^#].*[        ].*:/d' \
769        < locale.alias.l1 > locale.alias.l2
770	cat locale.alias.l2 locale.alias.l1 > locale.alias
771
772compose.dir: compose.dir.pre
773	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/compose.dir.pre | $(CPP_SED_MAGIC) > compose.dir.l1
774	sed -e '/^[^#][^        ]*:/s/://' -e '/^[^#].*[        ].*:/d' \
775        < compose.dir.l1 > compose.dir.l2
776	cat compose.dir.l2 compose.dir.l1 > compose.dir
777
778locale.dir: locale.dir.pre
779	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.dir.pre | $(CPP_SED_MAGIC) > locale.dir.l1
780	sed -e '/^[^#][^        ]*:/s/://' -e '/^[^#].*[        ].*:/d' \
781        < locale.dir.l1 > locale.dir.l2
782	cat locale.dir.l2 locale.dir.l1 > locale.dir
783
784# Tell versions [3.59,3.63) of GNU make to not export all variables.
785# Otherwise a system limit (for SysV at least) may be exceeded.
786.NOEXPORT:
787