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