1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Copyright (c) 2010, Oracle and/or its affiliates.
19#
20# Permission is hereby granted, free of charge, to any person obtaining a
21# copy of this software and associated documentation files (the "Software"),
22# to deal in the Software without restriction, including without limitation
23# the rights to use, copy, modify, merge, publish, distribute, sublicense,
24# and/or sell copies of the Software, and to permit persons to whom the
25# Software is furnished to do so, subject to the following conditions:
26#
27# The above copyright notice and this permission notice (including the next
28# paragraph) shall be included in all copies or substantial portions of the
29# Software.
30#
31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37# DEALINGS IN THE SOFTWARE.
38#
39VPATH = @srcdir@
40am__is_gnu_make = { \
41  if test -z '$(MAKELEVEL)'; then \
42    false; \
43  elif test -n '$(MAKE_HOST)'; then \
44    true; \
45  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46    true; \
47  else \
48    false; \
49  fi; \
50}
51am__make_running_with_option = \
52  case $${target_option-} in \
53      ?) ;; \
54      *) echo "am__make_running_with_option: internal error: invalid" \
55              "target option '$${target_option-}' specified" >&2; \
56         exit 1;; \
57  esac; \
58  has_opt=no; \
59  sane_makeflags=$$MAKEFLAGS; \
60  if $(am__is_gnu_make); then \
61    sane_makeflags=$$MFLAGS; \
62  else \
63    case $$MAKEFLAGS in \
64      *\\[\ \	]*) \
65        bs=\\; \
66        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68    esac; \
69  fi; \
70  skip_next=no; \
71  strip_trailopt () \
72  { \
73    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74  }; \
75  for flg in $$sane_makeflags; do \
76    test $$skip_next = yes && { skip_next=no; continue; }; \
77    case $$flg in \
78      *=*|--*) continue;; \
79        -*I) strip_trailopt 'I'; skip_next=yes;; \
80      -*I?*) strip_trailopt 'I';; \
81        -*O) strip_trailopt 'O'; skip_next=yes;; \
82      -*O?*) strip_trailopt 'O';; \
83        -*l) strip_trailopt 'l'; skip_next=yes;; \
84      -*l?*) strip_trailopt 'l';; \
85      -[dEDm]) skip_next=yes;; \
86      -[JT]) skip_next=yes;; \
87    esac; \
88    case $$flg in \
89      *$$target_option*) has_opt=yes; break;; \
90    esac; \
91  done; \
92  test $$has_opt = yes
93am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95am__rm_f = rm -f $(am__rm_f_notfound)
96am__rm_rf = rm -rf $(am__rm_f_notfound)
97pkgdatadir = $(datadir)/@PACKAGE@
98pkgincludedir = $(includedir)/@PACKAGE@
99pkglibdir = $(libdir)/@PACKAGE@
100pkglibexecdir = $(libexecdir)/@PACKAGE@
101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102install_sh_DATA = $(install_sh) -c -m 644
103install_sh_PROGRAM = $(install_sh) -c
104install_sh_SCRIPT = $(install_sh) -c
105INSTALL_HEADER = $(INSTALL_DATA)
106transform = $(program_transform_name)
107NORMAL_INSTALL = :
108PRE_INSTALL = :
109POST_INSTALL = :
110NORMAL_UNINSTALL = :
111PRE_UNINSTALL = :
112POST_UNINSTALL = :
113build_triplet = @build@
114host_triplet = @host@
115subdir = specs/i18n
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
118	$(top_srcdir)/m4/ax_gcc_builtin.m4 $(top_srcdir)/m4/libtool.m4 \
119	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
120	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
121	$(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123	$(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = $(top_builddir)/src/config.h \
127	$(top_builddir)/include/X11/XlibConf.h
128CONFIG_CLEAN_FILES =
129CONFIG_CLEAN_VPATH_FILES =
130AM_V_P = $(am__v_P_@AM_V@)
131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132am__v_P_0 = false
133am__v_P_1 = :
134AM_V_GEN = $(am__v_GEN_@AM_V@)
135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136am__v_GEN_0 = @echo "  GEN     " $@;
137am__v_GEN_1 = 
138AM_V_at = $(am__v_at_@AM_V@)
139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140am__v_at_0 = @
141am__v_at_1 = 
142SOURCES =
143DIST_SOURCES =
144RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
145	ctags-recursive dvi-recursive html-recursive info-recursive \
146	install-data-recursive install-dvi-recursive \
147	install-exec-recursive install-html-recursive \
148	install-info-recursive install-pdf-recursive \
149	install-ps-recursive install-recursive installcheck-recursive \
150	installdirs-recursive pdf-recursive ps-recursive \
151	tags-recursive uninstall-recursive
152am__can_run_installinfo = \
153  case $$AM_UPDATE_INFO_DIR in \
154    n|no|NO) false;; \
155    *) (install-info --version) >/dev/null 2>&1;; \
156  esac
157RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
158  distclean-recursive maintainer-clean-recursive
159am__recursive_targets = \
160  $(RECURSIVE_TARGETS) \
161  $(RECURSIVE_CLEAN_TARGETS) \
162  $(am__extra_recursive_targets)
163AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
164	distdir distdir-am
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166# Read a list of newline-separated strings from the standard input,
167# and print each of them once, without duplicates.  Input order is
168# *not* preserved.
169am__uniquify_input = $(AWK) '\
170  BEGIN { nonempty = 0; } \
171  { items[$$0] = 1; nonempty = 1; } \
172  END { if (nonempty) { for (i in items) print i; }; } \
173'
174# Make sure the list of sources is unique.  This is necessary because,
175# e.g., the same source file might be shared among _SOURCES variables
176# for different programs/libraries.
177am__define_uniq_tagged_files = \
178  list='$(am__tagged_files)'; \
179  unique=`for i in $$list; do \
180    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181  done | $(am__uniquify_input)`
182DIST_SUBDIRS = $(SUBDIRS)
183am__DIST_COMMON = $(srcdir)/Makefile.in
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185am__relativize = \
186  dir0=`pwd`; \
187  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
188  sed_rest='s,^[^/]*/*,,'; \
189  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
190  sed_butlast='s,/*[^/]*$$,,'; \
191  while test -n "$$dir1"; do \
192    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
193    if test "$$first" != "."; then \
194      if test "$$first" = ".."; then \
195        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
196        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
197      else \
198        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
199        if test "$$first2" = "$$first"; then \
200          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
201        else \
202          dir2="../$$dir2"; \
203        fi; \
204        dir0="$$dir0"/"$$first"; \
205      fi; \
206    fi; \
207    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
208  done; \
209  reldir="$$dir2"
210ACLOCAL = @ACLOCAL@
211ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
212ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
213AMTAR = @AMTAR@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215APP_MAN_DIR = @APP_MAN_DIR@
216APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
217AR = @AR@
218AUTOCONF = @AUTOCONF@
219AUTOHEADER = @AUTOHEADER@
220AUTOMAKE = @AUTOMAKE@
221AWK = @AWK@
222BASE_CFLAGS = @BASE_CFLAGS@
223BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
224BIGFONT_LIBS = @BIGFONT_LIBS@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
227CC_FOR_BUILD = @CC_FOR_BUILD@
228CFLAGS = @CFLAGS@
229CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
230CHANGELOG_CMD = @CHANGELOG_CMD@
231CPP = @CPP@
232CPPFLAGS = @CPPFLAGS@
233CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
234CSCOPE = @CSCOPE@
235CTAGS = @CTAGS@
236CWARNFLAGS = @CWARNFLAGS@
237CYGPATH_W = @CYGPATH_W@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DLLTOOL = @DLLTOOL@
241DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
242DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249ETAGS = @ETAGS@
250EXEEXT = @EXEEXT@
251EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
252FGREP = @FGREP@
253FILECMD = @FILECMD@
254FILE_MAN_DIR = @FILE_MAN_DIR@
255FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
256FOP = @FOP@
257GREP = @GREP@
258I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
259INSTALL = @INSTALL@
260INSTALL_CMD = @INSTALL_CMD@
261INSTALL_DATA = @INSTALL_DATA@
262INSTALL_PROGRAM = @INSTALL_PROGRAM@
263INSTALL_SCRIPT = @INSTALL_SCRIPT@
264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265KEYSYMDEFS = @KEYSYMDEFS@
266LAUNCHD = @LAUNCHD@
267LD = @LD@
268LDFLAGS = @LDFLAGS@
269LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
270LIBOBJS = @LIBOBJS@
271LIBS = @LIBS@
272LIBTOOL = @LIBTOOL@
273LIB_MAN_DIR = @LIB_MAN_DIR@
274LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
275LINT = @LINT@
276LINTLIB = @LINTLIB@
277LINT_FLAGS = @LINT_FLAGS@
278LIPO = @LIPO@
279LN_S = @LN_S@
280LTLIBOBJS = @LTLIBOBJS@
281LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282MAKEINFO = @MAKEINFO@
283MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
284MANIFEST_TOOL = @MANIFEST_TOOL@
285MAN_SUBSTS = @MAN_SUBSTS@
286MISC_MAN_DIR = @MISC_MAN_DIR@
287MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
288MKDIR_P = @MKDIR_P@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OTOOL = @OTOOL@
294OTOOL64 = @OTOOL64@
295PACKAGE = @PACKAGE@
296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297PACKAGE_NAME = @PACKAGE_NAME@
298PACKAGE_STRING = @PACKAGE_STRING@
299PACKAGE_TARNAME = @PACKAGE_TARNAME@
300PACKAGE_URL = @PACKAGE_URL@
301PACKAGE_VERSION = @PACKAGE_VERSION@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303PERL = @PERL@
304PKG_CONFIG = @PKG_CONFIG@
305PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
306PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
307RANLIB = @RANLIB@
308RAWCPP = @RAWCPP@
309RAWCPPFLAGS = @RAWCPPFLAGS@
310SED = @SED@
311SET_MAKE = @SET_MAKE@
312SHELL = @SHELL@
313STRICT_CFLAGS = @STRICT_CFLAGS@
314STRIP = @STRIP@
315STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
316TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
317USE_THREAD_LIBS = @USE_THREAD_LIBS@
318VERSION = @VERSION@
319WCHAR32 = @WCHAR32@
320X11_CFLAGS = @X11_CFLAGS@
321X11_DATADIR = @X11_DATADIR@
322X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
323X11_LIBDIR = @X11_LIBDIR@
324X11_LIBS = @X11_LIBS@
325X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
326X11_LOCALEDIR = @X11_LOCALEDIR@
327X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
328XERRORDB = @XERRORDB@
329XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
330XKEYSYMDB = @XKEYSYMDB@
331XLOCALEDATADIR = @XLOCALEDATADIR@
332XLOCALEDIR = @XLOCALEDIR@
333XLOCALELIBDIR = @XLOCALELIBDIR@
334XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
335XMLTO = @XMLTO@
336XORG_MAN_PAGE = @XORG_MAN_PAGE@
337XORG_SGML_PATH = @XORG_SGML_PATH@
338XSLTPROC = @XSLTPROC@
339XSL_STYLESHEET = @XSL_STYLESHEET@
340XTHREADLIB = @XTHREADLIB@
341XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
342XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
343abs_builddir = @abs_builddir@
344abs_srcdir = @abs_srcdir@
345abs_top_builddir = @abs_top_builddir@
346abs_top_srcdir = @abs_top_srcdir@
347ac_ct_AR = @ac_ct_AR@
348ac_ct_CC = @ac_ct_CC@
349ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
350am__include = @am__include@
351am__leading_dot = @am__leading_dot@
352am__quote = @am__quote@
353am__rm_f_notfound = @am__rm_f_notfound@
354am__tar = @am__tar@
355am__untar = @am__untar@
356am__xargs_n = @am__xargs_n@
357bindir = @bindir@
358build = @build@
359build_alias = @build_alias@
360build_cpu = @build_cpu@
361build_os = @build_os@
362build_vendor = @build_vendor@
363builddir = @builddir@
364datadir = @datadir@
365datarootdir = @datarootdir@
366docdir = @docdir@
367dvidir = @dvidir@
368exec_prefix = @exec_prefix@
369host = @host@
370host_alias = @host_alias@
371host_cpu = @host_cpu@
372host_os = @host_os@
373host_vendor = @host_vendor@
374htmldir = @htmldir@
375includedir = @includedir@
376infodir = @infodir@
377install_sh = @install_sh@
378libdir = @libdir@
379libexecdir = @libexecdir@
380localedir = @localedir@
381locales = @locales@
382localstatedir = @localstatedir@
383mandir = @mandir@
384mkdir_p = @mkdir_p@
385oldincludedir = @oldincludedir@
386pdfdir = @pdfdir@
387prefix = @prefix@
388program_transform_name = @program_transform_name@
389psdir = @psdir@
390runstatedir = @runstatedir@
391sbindir = @sbindir@
392sharedstatedir = @sharedstatedir@
393srcdir = @srcdir@
394sysconfdir = @sysconfdir@
395target_alias = @target_alias@
396top_build_prefix = @top_build_prefix@
397top_builddir = @top_builddir@
398top_srcdir = @top_srcdir@
399SUBDIRS = compose framework localedb trans
400all: all-recursive
401
402.SUFFIXES:
403$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
404	@for dep in $?; do \
405	  case '$(am__configure_deps)' in \
406	    *$$dep*) \
407	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
408	        && { if test -f $@; then exit 0; else break; fi; }; \
409	      exit 1;; \
410	  esac; \
411	done; \
412	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/Makefile'; \
413	$(am__cd) $(top_srcdir) && \
414	  $(AUTOMAKE) --foreign specs/i18n/Makefile
415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416	@case '$?' in \
417	  *config.status*) \
418	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
419	  *) \
420	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
421	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
422	esac;
423
424$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
425	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426
427$(top_srcdir)/configure:  $(am__configure_deps)
428	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
430	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431$(am__aclocal_m4_deps):
432
433mostlyclean-libtool:
434	-rm -f *.lo
435
436clean-libtool:
437	-rm -rf .libs _libs
438
439# This directory's subdirectories are mostly independent; you can cd
440# into them and run 'make' without going through this Makefile.
441# To change the values of 'make' variables: instead of editing Makefiles,
442# (1) if the variable is set in 'config.status', edit 'config.status'
443#     (which will cause the Makefiles to be regenerated when you run 'make');
444# (2) otherwise, pass the desired values on the 'make' command line.
445$(am__recursive_targets):
446	@fail=; \
447	if $(am__make_keepgoing); then \
448	  failcom='fail=yes'; \
449	else \
450	  failcom='exit 1'; \
451	fi; \
452	dot_seen=no; \
453	target=`echo $@ | sed s/-recursive//`; \
454	case "$@" in \
455	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
456	  *) list='$(SUBDIRS)' ;; \
457	esac; \
458	for subdir in $$list; do \
459	  echo "Making $$target in $$subdir"; \
460	  if test "$$subdir" = "."; then \
461	    dot_seen=yes; \
462	    local_target="$$target-am"; \
463	  else \
464	    local_target="$$target"; \
465	  fi; \
466	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
467	  || eval $$failcom; \
468	done; \
469	if test "$$dot_seen" = "no"; then \
470	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
471	fi; test -z "$$fail"
472
473ID: $(am__tagged_files)
474	$(am__define_uniq_tagged_files); mkid -fID $$unique
475tags: tags-recursive
476TAGS: tags
477
478tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479	set x; \
480	here=`pwd`; \
481	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
482	  include_option=--etags-include; \
483	  empty_fix=.; \
484	else \
485	  include_option=--include; \
486	  empty_fix=; \
487	fi; \
488	list='$(SUBDIRS)'; for subdir in $$list; do \
489	  if test "$$subdir" = .; then :; else \
490	    test ! -f $$subdir/TAGS || \
491	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
492	  fi; \
493	done; \
494	$(am__define_uniq_tagged_files); \
495	shift; \
496	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
497	  test -n "$$unique" || unique=$$empty_fix; \
498	  if test $$# -gt 0; then \
499	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500	      "$$@" $$unique; \
501	  else \
502	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503	      $$unique; \
504	  fi; \
505	fi
506ctags: ctags-recursive
507
508CTAGS: ctags
509ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
510	$(am__define_uniq_tagged_files); \
511	test -z "$(CTAGS_ARGS)$$unique" \
512	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513	     $$unique
514
515GTAGS:
516	here=`$(am__cd) $(top_builddir) && pwd` \
517	  && $(am__cd) $(top_srcdir) \
518	  && gtags -i $(GTAGS_ARGS) "$$here"
519cscopelist: cscopelist-recursive
520
521cscopelist-am: $(am__tagged_files)
522	list='$(am__tagged_files)'; \
523	case "$(srcdir)" in \
524	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
525	  *) sdir=$(subdir)/$(srcdir) ;; \
526	esac; \
527	for i in $$list; do \
528	  if test -f "$$i"; then \
529	    echo "$(subdir)/$$i"; \
530	  else \
531	    echo "$$sdir/$$i"; \
532	  fi; \
533	done >> $(top_builddir)/cscope.files
534
535distclean-tags:
536	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537distdir: $(BUILT_SOURCES)
538	$(MAKE) $(AM_MAKEFLAGS) distdir-am
539
540distdir-am: $(DISTFILES)
541	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543	list='$(DISTFILES)'; \
544	  dist_files=`for file in $$list; do echo $$file; done | \
545	  sed -e "s|^$$srcdirstrip/||;t" \
546	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547	case $$dist_files in \
548	  */*) $(MKDIR_P) `echo "$$dist_files" | \
549			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550			   sort -u` ;; \
551	esac; \
552	for file in $$dist_files; do \
553	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554	  if test -d $$d/$$file; then \
555	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556	    if test -d "$(distdir)/$$file"; then \
557	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558	    fi; \
559	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562	    fi; \
563	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564	  else \
565	    test -f "$(distdir)/$$file" \
566	    || cp -p $$d/$$file "$(distdir)/$$file" \
567	    || exit 1; \
568	  fi; \
569	done
570	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
571	  if test "$$subdir" = .; then :; else \
572	    $(am__make_dryrun) \
573	      || test -d "$(distdir)/$$subdir" \
574	      || $(MKDIR_P) "$(distdir)/$$subdir" \
575	      || exit 1; \
576	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
577	    $(am__relativize); \
578	    new_distdir=$$reldir; \
579	    dir1=$$subdir; dir2="$(top_distdir)"; \
580	    $(am__relativize); \
581	    new_top_distdir=$$reldir; \
582	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
583	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
584	    ($(am__cd) $$subdir && \
585	      $(MAKE) $(AM_MAKEFLAGS) \
586	        top_distdir="$$new_top_distdir" \
587	        distdir="$$new_distdir" \
588		am__remove_distdir=: \
589		am__skip_length_check=: \
590		am__skip_mode_fix=: \
591	        distdir) \
592	      || exit 1; \
593	  fi; \
594	done
595check-am: all-am
596check: check-recursive
597all-am: Makefile
598installdirs: installdirs-recursive
599installdirs-am:
600install: install-recursive
601install-exec: install-exec-recursive
602install-data: install-data-recursive
603uninstall: uninstall-recursive
604
605install-am: all-am
606	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
607
608installcheck: installcheck-recursive
609install-strip:
610	if test -z '$(STRIP)'; then \
611	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
612	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
613	      install; \
614	else \
615	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
618	fi
619mostlyclean-generic:
620
621clean-generic:
622
623distclean-generic:
624	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
625	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
626
627maintainer-clean-generic:
628	@echo "This command is intended for maintainers to use"
629	@echo "it deletes files that may require special tools to rebuild."
630clean: clean-recursive
631
632clean-am: clean-generic clean-libtool mostlyclean-am
633
634distclean: distclean-recursive
635	-rm -f Makefile
636distclean-am: clean-am distclean-generic distclean-tags
637
638dvi: dvi-recursive
639
640dvi-am:
641
642html: html-recursive
643
644html-am:
645
646info: info-recursive
647
648info-am:
649
650install-data-am:
651
652install-dvi: install-dvi-recursive
653
654install-dvi-am:
655
656install-exec-am:
657
658install-html: install-html-recursive
659
660install-html-am:
661
662install-info: install-info-recursive
663
664install-info-am:
665
666install-man:
667
668install-pdf: install-pdf-recursive
669
670install-pdf-am:
671
672install-ps: install-ps-recursive
673
674install-ps-am:
675
676installcheck-am:
677
678maintainer-clean: maintainer-clean-recursive
679	-rm -f Makefile
680maintainer-clean-am: distclean-am maintainer-clean-generic
681
682mostlyclean: mostlyclean-recursive
683
684mostlyclean-am: mostlyclean-generic mostlyclean-libtool
685
686pdf: pdf-recursive
687
688pdf-am:
689
690ps: ps-recursive
691
692ps-am:
693
694uninstall-am:
695
696.MAKE: $(am__recursive_targets) install-am install-strip
697
698.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
699	check-am clean clean-generic clean-libtool cscopelist-am ctags \
700	ctags-am distclean distclean-generic distclean-libtool \
701	distclean-tags distdir dvi dvi-am html html-am info info-am \
702	install install-am install-data install-data-am install-dvi \
703	install-dvi-am install-exec install-exec-am install-html \
704	install-html-am install-info install-info-am install-man \
705	install-pdf install-pdf-am install-ps install-ps-am \
706	install-strip installcheck installcheck-am installdirs \
707	installdirs-am maintainer-clean maintainer-clean-generic \
708	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
709	ps ps-am tags tags-am uninstall uninstall-am
710
711.PRECIOUS: Makefile
712
713
714# Tell versions [3.59,3.63) of GNU make to not export all variables.
715# Otherwise a system limit (for SysV at least) may be exceeded.
716.NOEXPORT:
717
718# Tell GNU make to disable its built-in pattern rules.
719%:: %,v
720%:: RCS/%,v
721%:: RCS/%
722%:: s.%
723%:: SCCS/s.%
724