1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# rules/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 = rules 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)$(rulesdir)" "$(DESTDIR)$(xmldir)" 160DATA = $(rules_DATA) $(xml_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/rules 306abs_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30/rules 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 = compat 362#parts = \ 363# base.hdr.part base.lists.part \ 364# RULESET.lists.base.part \ 365# RULESET.m_k.part \ 366# base.l1_k.part \ 367# base.l_k.part \ 368# base.ml_g.part \ 369# base.m_g.part \ 370# base.mlv_s.part \ 371# base.ml_s.part \ 372# base.ml1_s.part \ 373# base.ml2_s.part \ 374# base.ml3_s.part \ 375# base.ml4_s.part \ 376# RULESET.m_s.part \ 377# RULESET.ml_s1.part \ 378# base.ml_c.part \ 379# base.ml1_c.part \ 380# base.m_t.part \ 381# base.l1o_s.part \ 382# base.l2o_s.part \ 383# base.l3o_s.part \ 384# base.l4o_s.part \ 385# base.o_s.part \ 386# base.o_c.part \ 387# base.o_t.part 388 389parts = \ 390 base.hdr.part base.lists.part \ 391 RULESET.lists.base.part \ 392 compat/base.lists.part \ 393 RULESET.m_k.part \ 394 base.l1_k.part \ 395 base.l_k.part \ 396 base.o_k.part \ 397 base.ml_g.part \ 398 base.m_g.part \ 399 compat/base.mlv_s.part base.mlv_s.part \ 400 compat/base.ml_s.part base.ml_s.part \ 401 compat/base.ml1_s.part base.ml1_s.part \ 402 compat/base.ml1v1_s.part \ 403 compat/base.ml2_s.part base.ml2_s.part \ 404 compat/base.ml3_s.part base.ml3_s.part \ 405 compat/base.ml4_s.part base.ml4_s.part \ 406 compat/base.ml2v2_s.part \ 407 compat/base.ml3v3_s.part \ 408 compat/base.ml4v4_s.part \ 409 RULESET.m_s.part \ 410 RULESET.ml_s1.part \ 411 compat/base.lv_c.part \ 412 compat/base.l1v1_c.part \ 413 compat/base.l2v2_c.part \ 414 compat/base.l3v3_c.part \ 415 compat/base.l4v4_c.part \ 416 base.ml_c.part \ 417 base.ml1_c.part \ 418 base.m_t.part \ 419 base.lo_s.part \ 420 base.l1o_s.part \ 421 base.l2o_s.part \ 422 base.l3o_s.part \ 423 base.l4o_s.part \ 424 compat/base.o_s.part base.o_s.part \ 425 base.o_c.part \ 426 base.o_t.part 427 428all_parts_dist = base.hdr.part \ 429 base.lists.part \ 430 base.lists.base.part \ 431 evdev.lists.base.part \ 432 base.m_k.part \ 433 base.l1_k.part \ 434 base.l_k.part \ 435 base.o_k.part \ 436 base.ml_g.part \ 437 base.m_g.part \ 438 base.mlv_s.part \ 439 base.ml_s.part \ 440 base.ml1_s.part \ 441 base.ml2_s.part \ 442 base.ml3_s.part \ 443 base.ml4_s.part \ 444 base.m_s.part \ 445 base.ml_s1.part \ 446 evdev.ml_s1.part \ 447 base.ml_c.part \ 448 base.ml1_c.part \ 449 base.m_t.part \ 450 base.lo_s.part \ 451 base.l1o_s.part \ 452 base.l2o_s.part \ 453 base.l3o_s.part \ 454 base.l4o_s.part \ 455 base.o_s.part \ 456 base.o_c.part \ 457 base.o_t.part \ 458 evdev.m_k.part \ 459 evdev.m_s.part 460 461rules_files = base evdev xfree98 462lst_files = base.lst evdev.lst 463SUFFIXES = .xml .lst 464base_parts = $(subst RULESET,base,$(parts)) 465evdev_parts = $(subst RULESET,evdev,$(parts)) 466dist_files = xkb.dtd README 467rules_DATA = $(rules_files) $(lst_files) $(dist_files) 468xml_DATA = base.xml evdev.xml base.extras.xml evdev.extras.xml 469EXTRA_DIST = $(xml_DATA) xfree98 \ 470 $(all_parts_dist) \ 471 xml2lst.pl merge.py xkb.its $(dist_files) 472 473CLEANFILES = base base.lst evdev evdev.lst 474rulesdir = $(xkb_base)/rules 475xmldir = $(rulesdir) 476all: all-recursive 477 478.SUFFIXES: 479.SUFFIXES: .xml .lst 480$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 481 @for dep in $?; do \ 482 case '$(am__configure_deps)' in \ 483 *$$dep*) \ 484 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 485 && { if test -f $@; then exit 0; else break; fi; }; \ 486 exit 1;; \ 487 esac; \ 488 done; \ 489 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign rules/Makefile'; \ 490 $(am__cd) $(top_srcdir) && \ 491 $(AUTOMAKE) --foreign rules/Makefile 492Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 493 @case '$?' in \ 494 *config.status*) \ 495 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 496 *) \ 497 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 498 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 499 esac; 500 501$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 502 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 503 504$(top_srcdir)/configure: $(am__configure_deps) 505 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 506$(ACLOCAL_M4): $(am__aclocal_m4_deps) 507 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 508$(am__aclocal_m4_deps): 509install-rulesDATA: $(rules_DATA) 510 @$(NORMAL_INSTALL) 511 @list='$(rules_DATA)'; test -n "$(rulesdir)" || list=; \ 512 if test -n "$$list"; then \ 513 echo " $(MKDIR_P) '$(DESTDIR)$(rulesdir)'"; \ 514 $(MKDIR_P) "$(DESTDIR)$(rulesdir)" || exit 1; \ 515 fi; \ 516 for p in $$list; do \ 517 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 518 echo "$$d$$p"; \ 519 done | $(am__base_list) | \ 520 while read files; do \ 521 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rulesdir)'"; \ 522 $(INSTALL_DATA) $$files "$(DESTDIR)$(rulesdir)" || exit $$?; \ 523 done 524 525uninstall-rulesDATA: 526 @$(NORMAL_UNINSTALL) 527 @list='$(rules_DATA)'; test -n "$(rulesdir)" || list=; \ 528 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 529 dir='$(DESTDIR)$(rulesdir)'; $(am__uninstall_files_from_dir) 530install-xmlDATA: $(xml_DATA) 531 @$(NORMAL_INSTALL) 532 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ 533 if test -n "$$list"; then \ 534 echo " $(MKDIR_P) '$(DESTDIR)$(xmldir)'"; \ 535 $(MKDIR_P) "$(DESTDIR)$(xmldir)" || exit 1; \ 536 fi; \ 537 for p in $$list; do \ 538 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 539 echo "$$d$$p"; \ 540 done | $(am__base_list) | \ 541 while read files; do \ 542 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \ 543 $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \ 544 done 545 546uninstall-xmlDATA: 547 @$(NORMAL_UNINSTALL) 548 @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \ 549 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 550 dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir) 551 552# This directory's subdirectories are mostly independent; you can cd 553# into them and run 'make' without going through this Makefile. 554# To change the values of 'make' variables: instead of editing Makefiles, 555# (1) if the variable is set in 'config.status', edit 'config.status' 556# (which will cause the Makefiles to be regenerated when you run 'make'); 557# (2) otherwise, pass the desired values on the 'make' command line. 558$(am__recursive_targets): 559 @fail=; \ 560 if $(am__make_keepgoing); then \ 561 failcom='fail=yes'; \ 562 else \ 563 failcom='exit 1'; \ 564 fi; \ 565 dot_seen=no; \ 566 target=`echo $@ | sed s/-recursive//`; \ 567 case "$@" in \ 568 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 569 *) list='$(SUBDIRS)' ;; \ 570 esac; \ 571 for subdir in $$list; do \ 572 echo "Making $$target in $$subdir"; \ 573 if test "$$subdir" = "."; then \ 574 dot_seen=yes; \ 575 local_target="$$target-am"; \ 576 else \ 577 local_target="$$target"; \ 578 fi; \ 579 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 580 || eval $$failcom; \ 581 done; \ 582 if test "$$dot_seen" = "no"; then \ 583 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 584 fi; test -z "$$fail" 585 586ID: $(am__tagged_files) 587 $(am__define_uniq_tagged_files); mkid -fID $$unique 588tags: tags-recursive 589TAGS: tags 590 591tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 592 set x; \ 593 here=`pwd`; \ 594 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 595 include_option=--etags-include; \ 596 empty_fix=.; \ 597 else \ 598 include_option=--include; \ 599 empty_fix=; \ 600 fi; \ 601 list='$(SUBDIRS)'; for subdir in $$list; do \ 602 if test "$$subdir" = .; then :; else \ 603 test ! -f $$subdir/TAGS || \ 604 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 605 fi; \ 606 done; \ 607 $(am__define_uniq_tagged_files); \ 608 shift; \ 609 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 610 test -n "$$unique" || unique=$$empty_fix; \ 611 if test $$# -gt 0; then \ 612 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 613 "$$@" $$unique; \ 614 else \ 615 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 616 $$unique; \ 617 fi; \ 618 fi 619ctags: ctags-recursive 620 621CTAGS: ctags 622ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 623 $(am__define_uniq_tagged_files); \ 624 test -z "$(CTAGS_ARGS)$$unique" \ 625 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 626 $$unique 627 628GTAGS: 629 here=`$(am__cd) $(top_builddir) && pwd` \ 630 && $(am__cd) $(top_srcdir) \ 631 && gtags -i $(GTAGS_ARGS) "$$here" 632cscopelist: cscopelist-recursive 633 634cscopelist-am: $(am__tagged_files) 635 list='$(am__tagged_files)'; \ 636 case "$(srcdir)" in \ 637 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 638 *) sdir=$(subdir)/$(srcdir) ;; \ 639 esac; \ 640 for i in $$list; do \ 641 if test -f "$$i"; then \ 642 echo "$(subdir)/$$i"; \ 643 else \ 644 echo "$$sdir/$$i"; \ 645 fi; \ 646 done >> $(top_builddir)/cscope.files 647 648distclean-tags: 649 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 650 651distdir: $(BUILT_SOURCES) 652 $(MAKE) $(AM_MAKEFLAGS) distdir-am 653 654distdir-am: $(DISTFILES) 655 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 656 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 657 list='$(DISTFILES)'; \ 658 dist_files=`for file in $$list; do echo $$file; done | \ 659 sed -e "s|^$$srcdirstrip/||;t" \ 660 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 661 case $$dist_files in \ 662 */*) $(MKDIR_P) `echo "$$dist_files" | \ 663 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 664 sort -u` ;; \ 665 esac; \ 666 for file in $$dist_files; do \ 667 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 668 if test -d $$d/$$file; then \ 669 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 670 if test -d "$(distdir)/$$file"; then \ 671 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 672 fi; \ 673 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 674 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 675 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 676 fi; \ 677 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 678 else \ 679 test -f "$(distdir)/$$file" \ 680 || cp -p $$d/$$file "$(distdir)/$$file" \ 681 || exit 1; \ 682 fi; \ 683 done 684 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 685 if test "$$subdir" = .; then :; else \ 686 $(am__make_dryrun) \ 687 || test -d "$(distdir)/$$subdir" \ 688 || $(MKDIR_P) "$(distdir)/$$subdir" \ 689 || exit 1; \ 690 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 691 $(am__relativize); \ 692 new_distdir=$$reldir; \ 693 dir1=$$subdir; dir2="$(top_distdir)"; \ 694 $(am__relativize); \ 695 new_top_distdir=$$reldir; \ 696 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 697 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 698 ($(am__cd) $$subdir && \ 699 $(MAKE) $(AM_MAKEFLAGS) \ 700 top_distdir="$$new_top_distdir" \ 701 distdir="$$new_distdir" \ 702 am__remove_distdir=: \ 703 am__skip_length_check=: \ 704 am__skip_mode_fix=: \ 705 distdir) \ 706 || exit 1; \ 707 fi; \ 708 done 709check-am: all-am 710check: check-recursive 711all-am: Makefile $(DATA) 712installdirs: installdirs-recursive 713installdirs-am: 714 for dir in "$(DESTDIR)$(rulesdir)" "$(DESTDIR)$(xmldir)"; do \ 715 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 716 done 717install: install-recursive 718install-exec: install-exec-recursive 719install-data: install-data-recursive 720uninstall: uninstall-recursive 721 722install-am: all-am 723 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 724 725installcheck: installcheck-recursive 726install-strip: 727 if test -z '$(STRIP)'; then \ 728 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 729 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 730 install; \ 731 else \ 732 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 733 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 734 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 735 fi 736mostlyclean-generic: 737 738clean-generic: 739 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 740 741distclean-generic: 742 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 743 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 744 745maintainer-clean-generic: 746 @echo "This command is intended for maintainers to use" 747 @echo "it deletes files that may require special tools to rebuild." 748clean: clean-recursive 749 750clean-am: clean-generic mostlyclean-am 751 752distclean: distclean-recursive 753 -rm -f Makefile 754distclean-am: clean-am distclean-generic distclean-tags 755 756dvi: dvi-recursive 757 758dvi-am: 759 760html: html-recursive 761 762html-am: 763 764info: info-recursive 765 766info-am: 767 768install-data-am: install-rulesDATA install-xmlDATA 769 @$(NORMAL_INSTALL) 770 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 771install-dvi: install-dvi-recursive 772 773install-dvi-am: 774 775install-exec-am: 776 777install-html: install-html-recursive 778 779install-html-am: 780 781install-info: install-info-recursive 782 783install-info-am: 784 785install-man: 786 787install-pdf: install-pdf-recursive 788 789install-pdf-am: 790 791install-ps: install-ps-recursive 792 793install-ps-am: 794 795installcheck-am: 796 797maintainer-clean: maintainer-clean-recursive 798 -rm -f Makefile 799maintainer-clean-am: distclean-am maintainer-clean-generic 800 801mostlyclean: mostlyclean-recursive 802 803mostlyclean-am: mostlyclean-generic 804 805pdf: pdf-recursive 806 807pdf-am: 808 809ps: ps-recursive 810 811ps-am: 812 813uninstall-am: uninstall-rulesDATA uninstall-xmlDATA 814 815.MAKE: $(am__recursive_targets) install-am install-data-am \ 816 install-strip 817 818.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 819 check-am clean clean-generic cscopelist-am ctags ctags-am \ 820 distclean distclean-generic distclean-tags distdir dvi dvi-am \ 821 html html-am info info-am install install-am install-data \ 822 install-data-am install-data-hook install-dvi install-dvi-am \ 823 install-exec install-exec-am install-html install-html-am \ 824 install-info install-info-am install-man install-pdf \ 825 install-pdf-am install-ps install-ps-am install-rulesDATA \ 826 install-strip install-xmlDATA installcheck installcheck-am \ 827 installdirs installdirs-am maintainer-clean \ 828 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 829 pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 830 uninstall-rulesDATA uninstall-xmlDATA 831 832.PRECIOUS: Makefile 833 834 835# extra_rules_file = $(xkb_rules_symlink) 836# extra_dir_file = $(extra_rules_file).xml 837# extra_lst_file = $(extra_rules_file).lst 838 839install-data-hook: 840 for file in `echo "$(xkb_rules_symlink)" | sed 's/,/ /'` ; do \ 841 extra_rules_file=$$file ; \ 842 extra_dir_file=$$extra_rules_file.xml ; \ 843 extra_lst_file=$$extra_rules_file.lst ; \ 844 ln -sf base $(DESTDIR)$(rulesdir)/$$extra_rules_file ; \ 845 ln -sf base.lst $(DESTDIR)$(rulesdir)/$$extra_lst_file ; \ 846 ln -sf base.xml $(DESTDIR)$(rulesdir)/$$extra_dir_file ; \ 847 done 848 849#install-data-hook: 850 851.xml.lst: 852 perl $(srcdir)/xml2lst.pl < $< > $@ 853base: $(base_parts) merge.py 854 $(srcdir)/merge.py $@ $(srcdir) $(builddir) $(base_parts) 855evdev: $(evdev_sources) merge.py 856 $(srcdir)/merge.py $@ $(srcdir) $(builddir) $(evdev_parts) 857 858$(srcdir)/evdev.xml: base.xml 859 cp $(srcdir)/base.xml $@ 860 861$(srcdir)/evdev.extras.xml: base.extras.xml 862 cp $(srcdir)/base.extras.xml $@ 863 864# Tell versions [3.59,3.63) of GNU make to not export all variables. 865# Otherwise a system limit (for SysV at least) may be exceeded. 866.NOEXPORT: 867