• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# keycodes/Makefile.  Generated from Makefile.in by configure.
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
16
17
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/xkeyboard-config
74pkgincludedir = $(includedir)/xkeyboard-config
75pkglibdir = $(libdir)/xkeyboard-config
76pkglibexecdir = $(libexecdir)/xkeyboard-config
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = x86_64-pc-linux-gnu
90host_triplet = x86_64-pc-linux-gnu
91subdir = keycodes
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
94	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
95	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
96	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
97	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_$(V))
106am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_$(V))
110am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_$(V))
114am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120	ctags-recursive dvi-recursive html-recursive info-recursive \
121	install-data-recursive install-dvi-recursive \
122	install-exec-recursive install-html-recursive \
123	install-info-recursive install-pdf-recursive \
124	install-ps-recursive install-recursive installcheck-recursive \
125	installdirs-recursive pdf-recursive ps-recursive \
126	tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128  case $$AM_UPDATE_INFO_DIR in \
129    n|no|NO) false;; \
130    *) (install-info --version) >/dev/null 2>&1;; \
131  esac
132am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133am__vpath_adj = case $$p in \
134    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135    *) f=$$p;; \
136  esac;
137am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138am__install_max = 40
139am__nobase_strip_setup = \
140  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141am__nobase_strip = \
142  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143am__nobase_list = $(am__nobase_strip_setup); \
144  for p in $$list; do echo "$$p $$p"; done | \
145  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147    if (++n[$$2] == $(am__install_max)) \
148      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149    END { for (dir in files) print dir, files[dir] }'
150am__base_list = \
151  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153am__uninstall_files_from_dir = { \
154  test -z "$$files" \
155    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157         $(am__cd) "$$dir" && rm -f $$files; }; \
158  }
159am__installdirs = "$(DESTDIR)$(keycodesdir)"
160DATA = $(keycodes_DATA)
161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
162  distclean-recursive maintainer-clean-recursive
163am__recursive_targets = \
164  $(RECURSIVE_TARGETS) \
165  $(RECURSIVE_CLEAN_TARGETS) \
166  $(am__extra_recursive_targets)
167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168	distdir distdir-am
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates.  Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174  BEGIN { nonempty = 0; } \
175  { items[$$0] = 1; nonempty = 1; } \
176  END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique.  This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182  list='$(am__tagged_files)'; \
183  unique=`for i in $$list; do \
184    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185  done | $(am__uniquify_input)`
186ETAGS = etags
187CTAGS = ctags
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Makefile.in README
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__relativize = \
192  dir0=`pwd`; \
193  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194  sed_rest='s,^[^/]*/*,,'; \
195  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196  sed_butlast='s,/*[^/]*$$,,'; \
197  while test -n "$$dir1"; do \
198    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199    if test "$$first" != "."; then \
200      if test "$$first" = ".."; then \
201        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203      else \
204        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205        if test "$$first2" = "$$first"; then \
206          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207        else \
208          dir2="../$$dir2"; \
209        fi; \
210        dir0="$$dir0"/"$$first"; \
211      fi; \
212    fi; \
213    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214  done; \
215  reldir="$$dir2"
216ACLOCAL = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing aclocal-1.16
217ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX)
218ADMIN_MAN_SUFFIX = 8
219AMTAR = $${TAR-tar}
220AM_DEFAULT_VERBOSITY = 1
221APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX)
222APP_MAN_SUFFIX = 1
223AUTOCONF = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing autoconf
224AUTOHEADER = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing autoheader
225AUTOMAKE = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing automake-1.16
226AWK = gawk
227CC = gcc
228CCDEPMODE = depmode=none
229CFLAGS = -g -O2
230CPP = gcc -E
231CPPFLAGS =
232CYGPATH_W = echo
233DEFS = -DPACKAGE_NAME=\"xkeyboard-config\" -DPACKAGE_TARNAME=\"xkeyboard-config\" -DPACKAGE_VERSION=\"2.30\" -DPACKAGE_STRING=\"xkeyboard-config\ 2.30\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xkeyboard-config\" -DVERSION=\"2.30\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"xkeyboard-config\"
234DEPDIR = .deps
235DEPS_CFLAGS =
236DEPS_LIBS = -lX11
237DRIVER_MAN_DIR = $(mandir)/man$(DRIVER_MAN_SUFFIX)
238DRIVER_MAN_SUFFIX = 4
239ECHO_C =
240ECHO_N = -n
241ECHO_T =
242EGREP = /bin/grep -E
243EXEEXT =
244FILE_MAN_DIR = $(mandir)/man$(FILE_MAN_SUFFIX)
245FILE_MAN_SUFFIX = 5
246GETTEXT_MACRO_VERSION = 0.19
247GETTEXT_PACKAGE = xkeyboard-config
248GMSGFMT = /usr/bin/msgfmt
249GMSGFMT_015 = /usr/bin/msgfmt
250GREP = /bin/grep
251INSTALL = /usr/bin/install -c
252INSTALL_DATA = ${INSTALL} -m 644
253INSTALL_PROGRAM = ${INSTALL}
254INSTALL_SCRIPT = ${INSTALL}
255INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
256INTLLIBS =
257INTL_MACOSX_LIBS =
258LDFLAGS =
259LIBICONV = -liconv
260LIBINTL =
261LIBOBJS =
262LIBS =
263LIB_MAN_DIR = $(mandir)/man$(LIB_MAN_SUFFIX)
264LIB_MAN_SUFFIX = 3
265LTLIBICONV = -liconv
266LTLIBINTL =
267LTLIBOBJS =
268MAKEINFO = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing makeinfo
269MAN_SUBSTS = 	-e 's|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' 	-e 's|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' 	-e 's|__xservername__|Xorg|g' 	-e 's|__xconfigfile__|xorg.conf|g' 	-e 's|__projectroot__|$(prefix)|g' 	-e 's|__apploaddir__|$(appdefaultdir)|g' 	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' 	-e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' 	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' 	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' 	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' 	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
270MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX)
271MISC_MAN_SUFFIX = 7
272MKDIR_P = /bin/mkdir -p
273MSGFMT = /usr/bin/msgfmt
274MSGFMT_015 = /usr/bin/msgfmt
275MSGMERGE = /usr/bin/msgmerge
276OBJEXT = o
277PACKAGE = xkeyboard-config
278PACKAGE_BUGREPORT =
279PACKAGE_NAME = xkeyboard-config
280PACKAGE_STRING = xkeyboard-config 2.30
281PACKAGE_TARNAME = xkeyboard-config
282PACKAGE_URL =
283PACKAGE_VERSION = 2.30
284PATH_SEPARATOR = :
285PKG_CONFIG = /usr/bin/pkg-config
286PKG_CONFIG_LIBDIR =
287PKG_CONFIG_PATH =
288POSUB = po
289PYTHON = /usr/bin/python3
290PYTHON_EXEC_PREFIX = ${exec_prefix}
291PYTHON_PLATFORM = linux
292PYTHON_PREFIX = ${prefix}
293PYTHON_VERSION = 3.5
294SED = /bin/sed
295SET_MAKE =
296SHELL = /bin/sh
297STRIP =
298USE_NLS = yes
299VERSION = 2.30
300XGETTEXT = /usr/bin/xgettext
301XGETTEXT_015 = /usr/bin/xgettext
302XGETTEXT_EXTRA_OPTIONS =
303XORG_MAN_PAGE = X Version 11
304XSLTPROC = /usr/bin/xsltproc
305abs_builddir = /home/d00426933/code/xkb/xkeyboard-config-2.30/keycodes
306abs_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30/keycodes
307abs_top_builddir = /home/d00426933/code/xkb/xkeyboard-config-2.30
308abs_top_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30
309ac_ct_CC = gcc
310am__include = include
311am__leading_dot = .
312am__quote =
313am__tar = $${TAR-tar} chof - "$$tardir"
314am__untar = $${TAR-tar} xf -
315bindir = ${exec_prefix}/bin
316build = x86_64-pc-linux-gnu
317build_alias =
318build_cpu = x86_64
319build_os = linux-gnu
320build_vendor = pc
321builddir = .
322datadir = ${datarootdir}
323datarootdir = ${prefix}/share
324docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
325dvidir = ${docdir}
326exec_prefix = ${prefix}
327host = x86_64-pc-linux-gnu
328host_alias =
329host_cpu = x86_64
330host_os = linux-gnu
331host_vendor = pc
332htmldir = ${docdir}
333includedir = ${prefix}/include
334infodir = ${datarootdir}/info
335install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh
336libdir = ${exec_prefix}/lib
337libexecdir = ${exec_prefix}/libexec
338localedir = ${datarootdir}/locale
339localstatedir = ${prefix}/var
340mandir = ${datarootdir}/man
341mkdir_p = $(MKDIR_P)
342oldincludedir = /usr/include
343pdfdir = ${docdir}
344pkgpyexecdir = ${pyexecdir}/xkeyboard-config
345pkgpythondir = ${pythondir}/xkeyboard-config
346prefix = /usr/local
347program_transform_name = s,x,x,
348psdir = ${docdir}
349pyexecdir = ${exec_prefix}/lib/python3.5/site-packages
350pythondir = ${prefix}/lib/python3.5/site-packages
351sbindir = ${exec_prefix}/sbin
352sharedstatedir = ${prefix}/com
353srcdir = .
354sysconfdir = ${prefix}/etc
355target_alias =
356top_build_prefix = ../
357top_builddir = ..
358top_srcdir = ..
359xkb_base = ${datarootdir}/X11/xkb
360xkb_rules_symlink = xorg
361SUBDIRS = digital_vndr sgi_vndr
362keycodesdir = $(xkb_base)/keycodes
363keycodes_DATA = \
364aliases \
365amiga \
366ataritt \
367empty \
368evdev \
369fujitsu \
370hp \
371ibm \
372jolla \
373macintosh \
374olpc \
375sony \
376sun \
377xfree86 \
378xfree98 \
379README
380
381EXTRA_DIST = $(keycodes_DATA)
382all: all-recursive
383
384.SUFFIXES:
385$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
386	@for dep in $?; do \
387	  case '$(am__configure_deps)' in \
388	    *$$dep*) \
389	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
390	        && { if test -f $@; then exit 0; else break; fi; }; \
391	      exit 1;; \
392	  esac; \
393	done; \
394	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign keycodes/Makefile'; \
395	$(am__cd) $(top_srcdir) && \
396	  $(AUTOMAKE) --foreign keycodes/Makefile
397Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398	@case '$?' in \
399	  *config.status*) \
400	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401	  *) \
402	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
403	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
404	esac;
405
406$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408
409$(top_srcdir)/configure:  $(am__configure_deps)
410	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
412	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413$(am__aclocal_m4_deps):
414install-keycodesDATA: $(keycodes_DATA)
415	@$(NORMAL_INSTALL)
416	@list='$(keycodes_DATA)'; test -n "$(keycodesdir)" || list=; \
417	if test -n "$$list"; then \
418	  echo " $(MKDIR_P) '$(DESTDIR)$(keycodesdir)'"; \
419	  $(MKDIR_P) "$(DESTDIR)$(keycodesdir)" || exit 1; \
420	fi; \
421	for p in $$list; do \
422	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
423	  echo "$$d$$p"; \
424	done | $(am__base_list) | \
425	while read files; do \
426	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(keycodesdir)'"; \
427	  $(INSTALL_DATA) $$files "$(DESTDIR)$(keycodesdir)" || exit $$?; \
428	done
429
430uninstall-keycodesDATA:
431	@$(NORMAL_UNINSTALL)
432	@list='$(keycodes_DATA)'; test -n "$(keycodesdir)" || list=; \
433	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
434	dir='$(DESTDIR)$(keycodesdir)'; $(am__uninstall_files_from_dir)
435
436# This directory's subdirectories are mostly independent; you can cd
437# into them and run 'make' without going through this Makefile.
438# To change the values of 'make' variables: instead of editing Makefiles,
439# (1) if the variable is set in 'config.status', edit 'config.status'
440#     (which will cause the Makefiles to be regenerated when you run 'make');
441# (2) otherwise, pass the desired values on the 'make' command line.
442$(am__recursive_targets):
443	@fail=; \
444	if $(am__make_keepgoing); then \
445	  failcom='fail=yes'; \
446	else \
447	  failcom='exit 1'; \
448	fi; \
449	dot_seen=no; \
450	target=`echo $@ | sed s/-recursive//`; \
451	case "$@" in \
452	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
453	  *) list='$(SUBDIRS)' ;; \
454	esac; \
455	for subdir in $$list; do \
456	  echo "Making $$target in $$subdir"; \
457	  if test "$$subdir" = "."; then \
458	    dot_seen=yes; \
459	    local_target="$$target-am"; \
460	  else \
461	    local_target="$$target"; \
462	  fi; \
463	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464	  || eval $$failcom; \
465	done; \
466	if test "$$dot_seen" = "no"; then \
467	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
468	fi; test -z "$$fail"
469
470ID: $(am__tagged_files)
471	$(am__define_uniq_tagged_files); mkid -fID $$unique
472tags: tags-recursive
473TAGS: tags
474
475tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476	set x; \
477	here=`pwd`; \
478	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
479	  include_option=--etags-include; \
480	  empty_fix=.; \
481	else \
482	  include_option=--include; \
483	  empty_fix=; \
484	fi; \
485	list='$(SUBDIRS)'; for subdir in $$list; do \
486	  if test "$$subdir" = .; then :; else \
487	    test ! -f $$subdir/TAGS || \
488	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
489	  fi; \
490	done; \
491	$(am__define_uniq_tagged_files); \
492	shift; \
493	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
494	  test -n "$$unique" || unique=$$empty_fix; \
495	  if test $$# -gt 0; then \
496	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497	      "$$@" $$unique; \
498	  else \
499	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500	      $$unique; \
501	  fi; \
502	fi
503ctags: ctags-recursive
504
505CTAGS: ctags
506ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507	$(am__define_uniq_tagged_files); \
508	test -z "$(CTAGS_ARGS)$$unique" \
509	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510	     $$unique
511
512GTAGS:
513	here=`$(am__cd) $(top_builddir) && pwd` \
514	  && $(am__cd) $(top_srcdir) \
515	  && gtags -i $(GTAGS_ARGS) "$$here"
516cscopelist: cscopelist-recursive
517
518cscopelist-am: $(am__tagged_files)
519	list='$(am__tagged_files)'; \
520	case "$(srcdir)" in \
521	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
522	  *) sdir=$(subdir)/$(srcdir) ;; \
523	esac; \
524	for i in $$list; do \
525	  if test -f "$$i"; then \
526	    echo "$(subdir)/$$i"; \
527	  else \
528	    echo "$$sdir/$$i"; \
529	  fi; \
530	done >> $(top_builddir)/cscope.files
531
532distclean-tags:
533	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
535distdir: $(BUILT_SOURCES)
536	$(MAKE) $(AM_MAKEFLAGS) distdir-am
537
538distdir-am: $(DISTFILES)
539	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541	list='$(DISTFILES)'; \
542	  dist_files=`for file in $$list; do echo $$file; done | \
543	  sed -e "s|^$$srcdirstrip/||;t" \
544	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
545	case $$dist_files in \
546	  */*) $(MKDIR_P) `echo "$$dist_files" | \
547			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548			   sort -u` ;; \
549	esac; \
550	for file in $$dist_files; do \
551	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552	  if test -d $$d/$$file; then \
553	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
554	    if test -d "$(distdir)/$$file"; then \
555	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556	    fi; \
557	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
558	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
559	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560	    fi; \
561	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
562	  else \
563	    test -f "$(distdir)/$$file" \
564	    || cp -p $$d/$$file "$(distdir)/$$file" \
565	    || exit 1; \
566	  fi; \
567	done
568	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569	  if test "$$subdir" = .; then :; else \
570	    $(am__make_dryrun) \
571	      || test -d "$(distdir)/$$subdir" \
572	      || $(MKDIR_P) "$(distdir)/$$subdir" \
573	      || exit 1; \
574	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
575	    $(am__relativize); \
576	    new_distdir=$$reldir; \
577	    dir1=$$subdir; dir2="$(top_distdir)"; \
578	    $(am__relativize); \
579	    new_top_distdir=$$reldir; \
580	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
581	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
582	    ($(am__cd) $$subdir && \
583	      $(MAKE) $(AM_MAKEFLAGS) \
584	        top_distdir="$$new_top_distdir" \
585	        distdir="$$new_distdir" \
586		am__remove_distdir=: \
587		am__skip_length_check=: \
588		am__skip_mode_fix=: \
589	        distdir) \
590	      || exit 1; \
591	  fi; \
592	done
593check-am: all-am
594check: check-recursive
595all-am: Makefile $(DATA)
596installdirs: installdirs-recursive
597installdirs-am:
598	for dir in "$(DESTDIR)$(keycodesdir)"; do \
599	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
600	done
601install: install-recursive
602install-exec: install-exec-recursive
603install-data: install-data-recursive
604uninstall: uninstall-recursive
605
606install-am: all-am
607	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
608
609installcheck: installcheck-recursive
610install-strip:
611	if test -z '$(STRIP)'; then \
612	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614	      install; \
615	else \
616	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
619	fi
620mostlyclean-generic:
621
622clean-generic:
623
624distclean-generic:
625	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
627
628maintainer-clean-generic:
629	@echo "This command is intended for maintainers to use"
630	@echo "it deletes files that may require special tools to rebuild."
631clean: clean-recursive
632
633clean-am: clean-generic mostlyclean-am
634
635distclean: distclean-recursive
636	-rm -f Makefile
637distclean-am: clean-am distclean-generic distclean-tags
638
639dvi: dvi-recursive
640
641dvi-am:
642
643html: html-recursive
644
645html-am:
646
647info: info-recursive
648
649info-am:
650
651install-data-am: install-keycodesDATA
652
653install-dvi: install-dvi-recursive
654
655install-dvi-am:
656
657install-exec-am:
658
659install-html: install-html-recursive
660
661install-html-am:
662
663install-info: install-info-recursive
664
665install-info-am:
666
667install-man:
668
669install-pdf: install-pdf-recursive
670
671install-pdf-am:
672
673install-ps: install-ps-recursive
674
675install-ps-am:
676
677installcheck-am:
678
679maintainer-clean: maintainer-clean-recursive
680	-rm -f Makefile
681maintainer-clean-am: distclean-am maintainer-clean-generic
682
683mostlyclean: mostlyclean-recursive
684
685mostlyclean-am: mostlyclean-generic
686
687pdf: pdf-recursive
688
689pdf-am:
690
691ps: ps-recursive
692
693ps-am:
694
695uninstall-am: uninstall-keycodesDATA
696
697.MAKE: $(am__recursive_targets) install-am install-strip
698
699.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
700	check-am clean clean-generic cscopelist-am ctags ctags-am \
701	distclean distclean-generic distclean-tags distdir dvi dvi-am \
702	html html-am info info-am install install-am install-data \
703	install-data-am install-dvi install-dvi-am install-exec \
704	install-exec-am install-html install-html-am install-info \
705	install-info-am install-keycodesDATA install-man install-pdf \
706	install-pdf-am install-ps install-ps-am install-strip \
707	installcheck installcheck-am installdirs installdirs-am \
708	maintainer-clean maintainer-clean-generic mostlyclean \
709	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
710	uninstall-am uninstall-keycodesDATA
711
712.PRECIOUS: Makefile
713
714
715# Tell versions [3.59,3.63) of GNU make to not export all variables.
716# Otherwise a system limit (for SysV at least) may be exceeded.
717.NOEXPORT:
718