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