Makefile.in revision bfe6082c
1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 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@ 113bin_PROGRAMS = xkbcomp$(EXEEXT) 114subdir = . 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 120 $(am__configure_deps) $(am__DIST_COMMON) 121am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 122 configure.lineno config.status.lineno 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = config.h 125CONFIG_CLEAN_FILES = xkbcomp.pc 126CONFIG_CLEAN_VPATH_FILES = 127am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" 128PROGRAMS = $(bin_PROGRAMS) 129am_xkbcomp_OBJECTS = action.$(OBJEXT) alias.$(OBJEXT) compat.$(OBJEXT) \ 130 expr.$(OBJEXT) geometry.$(OBJEXT) indicators.$(OBJEXT) \ 131 keycodes.$(OBJEXT) keymap.$(OBJEXT) keytypes.$(OBJEXT) \ 132 listing.$(OBJEXT) misc.$(OBJEXT) parseutils.$(OBJEXT) \ 133 symbols.$(OBJEXT) utils.$(OBJEXT) vmod.$(OBJEXT) \ 134 xkbcomp.$(OBJEXT) xkbparse.$(OBJEXT) xkbpath.$(OBJEXT) \ 135 xkbscan.$(OBJEXT) 136xkbcomp_OBJECTS = $(am_xkbcomp_OBJECTS) 137am__DEPENDENCIES_1 = 138xkbcomp_DEPENDENCIES = $(am__DEPENDENCIES_1) 139AM_V_P = $(am__v_P_@AM_V@) 140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 141am__v_P_0 = false 142am__v_P_1 = : 143AM_V_GEN = $(am__v_GEN_@AM_V@) 144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 145am__v_GEN_0 = @echo " GEN " $@; 146am__v_GEN_1 = 147AM_V_at = $(am__v_at_@AM_V@) 148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 149am__v_at_0 = @ 150am__v_at_1 = 151DEFAULT_INCLUDES = -I.@am__isrc@ 152depcomp = $(SHELL) $(top_srcdir)/depcomp 153am__maybe_remake_depfiles = depfiles 154am__depfiles_remade = ./$(DEPDIR)/action.Po ./$(DEPDIR)/alias.Po \ 155 ./$(DEPDIR)/compat.Po ./$(DEPDIR)/expr.Po \ 156 ./$(DEPDIR)/geometry.Po ./$(DEPDIR)/indicators.Po \ 157 ./$(DEPDIR)/keycodes.Po ./$(DEPDIR)/keymap.Po \ 158 ./$(DEPDIR)/keytypes.Po ./$(DEPDIR)/listing.Po \ 159 ./$(DEPDIR)/misc.Po ./$(DEPDIR)/parseutils.Po \ 160 ./$(DEPDIR)/symbols.Po ./$(DEPDIR)/utils.Po \ 161 ./$(DEPDIR)/vmod.Po ./$(DEPDIR)/xkbcomp.Po \ 162 ./$(DEPDIR)/xkbparse.Po ./$(DEPDIR)/xkbpath.Po \ 163 ./$(DEPDIR)/xkbscan.Po 164am__mv = mv -f 165COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 166 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 167AM_V_CC = $(am__v_CC_@AM_V@) 168am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 169am__v_CC_0 = @echo " CC " $@; 170am__v_CC_1 = 171CCLD = $(CC) 172LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 173AM_V_CCLD = $(am__v_CCLD_@AM_V@) 174am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 175am__v_CCLD_0 = @echo " CCLD " $@; 176am__v_CCLD_1 = 177am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ 178 -e s/c++$$/h++/ -e s/c$$/h/ 179YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) 180AM_V_YACC = $(am__v_YACC_@AM_V@) 181am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) 182am__v_YACC_0 = @echo " YACC " $@; 183am__v_YACC_1 = 184YLWRAP = $(top_srcdir)/ylwrap 185SOURCES = $(xkbcomp_SOURCES) 186DIST_SOURCES = $(xkbcomp_SOURCES) 187RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 188 ctags-recursive dvi-recursive html-recursive info-recursive \ 189 install-data-recursive install-dvi-recursive \ 190 install-exec-recursive install-html-recursive \ 191 install-info-recursive install-pdf-recursive \ 192 install-ps-recursive install-recursive installcheck-recursive \ 193 installdirs-recursive pdf-recursive ps-recursive \ 194 tags-recursive uninstall-recursive 195am__can_run_installinfo = \ 196 case $$AM_UPDATE_INFO_DIR in \ 197 n|no|NO) false;; \ 198 *) (install-info --version) >/dev/null 2>&1;; \ 199 esac 200am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 201am__vpath_adj = case $$p in \ 202 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 203 *) f=$$p;; \ 204 esac; 205am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 206am__install_max = 40 207am__nobase_strip_setup = \ 208 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 209am__nobase_strip = \ 210 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 211am__nobase_list = $(am__nobase_strip_setup); \ 212 for p in $$list; do echo "$$p $$p"; done | \ 213 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 214 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 215 if (++n[$$2] == $(am__install_max)) \ 216 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 217 END { for (dir in files) print dir, files[dir] }' 218am__base_list = \ 219 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 220 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 221am__uninstall_files_from_dir = { \ 222 test -z "$$files" \ 223 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 224 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 225 $(am__cd) "$$dir" && rm -f $$files; }; \ 226 } 227DATA = $(pkgconfig_DATA) 228RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 229 distclean-recursive maintainer-clean-recursive 230am__recursive_targets = \ 231 $(RECURSIVE_TARGETS) \ 232 $(RECURSIVE_CLEAN_TARGETS) \ 233 $(am__extra_recursive_targets) 234AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 235 cscope distdir distdir-am dist dist-all distcheck 236am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 237 config.h.in 238# Read a list of newline-separated strings from the standard input, 239# and print each of them once, without duplicates. Input order is 240# *not* preserved. 241am__uniquify_input = $(AWK) '\ 242 BEGIN { nonempty = 0; } \ 243 { items[$$0] = 1; nonempty = 1; } \ 244 END { if (nonempty) { for (i in items) print i; }; } \ 245' 246# Make sure the list of sources is unique. This is necessary because, 247# e.g., the same source file might be shared among _SOURCES variables 248# for different programs/libraries. 249am__define_uniq_tagged_files = \ 250 list='$(am__tagged_files)'; \ 251 unique=`for i in $$list; do \ 252 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 253 done | $(am__uniquify_input)` 254ETAGS = etags 255CTAGS = ctags 256CSCOPE = cscope 257DIST_SUBDIRS = $(SUBDIRS) 258am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 259 $(srcdir)/xkbcomp.pc.in COPYING ChangeLog INSTALL README \ 260 compile config.guess config.sub depcomp install-sh missing \ 261 xkbparse.c ylwrap 262DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 263distdir = $(PACKAGE)-$(VERSION) 264top_distdir = $(distdir) 265am__remove_distdir = \ 266 if test -d "$(distdir)"; then \ 267 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 268 && rm -rf "$(distdir)" \ 269 || { sleep 5 && rm -rf "$(distdir)"; }; \ 270 else :; fi 271am__post_remove_distdir = $(am__remove_distdir) 272am__relativize = \ 273 dir0=`pwd`; \ 274 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 275 sed_rest='s,^[^/]*/*,,'; \ 276 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 277 sed_butlast='s,/*[^/]*$$,,'; \ 278 while test -n "$$dir1"; do \ 279 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 280 if test "$$first" != "."; then \ 281 if test "$$first" = ".."; then \ 282 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 283 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 284 else \ 285 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 286 if test "$$first2" = "$$first"; then \ 287 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 288 else \ 289 dir2="../$$dir2"; \ 290 fi; \ 291 dir0="$$dir0"/"$$first"; \ 292 fi; \ 293 fi; \ 294 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 295 done; \ 296 reldir="$$dir2" 297DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 298GZIP_ENV = --best 299DIST_TARGETS = dist-bzip2 dist-gzip 300distuninstallcheck_listfiles = find . -type f -print 301am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 302 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 303distcleancheck_listfiles = find . -type f -print 304ACLOCAL = @ACLOCAL@ 305ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 306ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 307AMTAR = @AMTAR@ 308AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 309APP_MAN_DIR = @APP_MAN_DIR@ 310APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 311AUTOCONF = @AUTOCONF@ 312AUTOHEADER = @AUTOHEADER@ 313AUTOMAKE = @AUTOMAKE@ 314AWK = @AWK@ 315BASE_CFLAGS = @BASE_CFLAGS@ 316CC = @CC@ 317CCDEPMODE = @CCDEPMODE@ 318CFLAGS = @CFLAGS@ 319CHANGELOG_CMD = @CHANGELOG_CMD@ 320CPP = @CPP@ 321CPPFLAGS = @CPPFLAGS@ 322CWARNFLAGS = @CWARNFLAGS@ 323CYGPATH_W = @CYGPATH_W@ 324DEFS = @DEFS@ 325DEPDIR = @DEPDIR@ 326DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 327DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 328ECHO_C = @ECHO_C@ 329ECHO_N = @ECHO_N@ 330ECHO_T = @ECHO_T@ 331EGREP = @EGREP@ 332EXEEXT = @EXEEXT@ 333FILE_MAN_DIR = @FILE_MAN_DIR@ 334FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 335GREP = @GREP@ 336INSTALL = @INSTALL@ 337INSTALL_CMD = @INSTALL_CMD@ 338INSTALL_DATA = @INSTALL_DATA@ 339INSTALL_PROGRAM = @INSTALL_PROGRAM@ 340INSTALL_SCRIPT = @INSTALL_SCRIPT@ 341INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 342LDFLAGS = @LDFLAGS@ 343LIBOBJS = @LIBOBJS@ 344LIBS = @LIBS@ 345LIB_MAN_DIR = @LIB_MAN_DIR@ 346LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 347LTLIBOBJS = @LTLIBOBJS@ 348MAKEINFO = @MAKEINFO@ 349MAN_SUBSTS = @MAN_SUBSTS@ 350MISC_MAN_DIR = @MISC_MAN_DIR@ 351MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 352MKDIR_P = @MKDIR_P@ 353OBJEXT = @OBJEXT@ 354PACKAGE = @PACKAGE@ 355PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 356PACKAGE_NAME = @PACKAGE_NAME@ 357PACKAGE_STRING = @PACKAGE_STRING@ 358PACKAGE_TARNAME = @PACKAGE_TARNAME@ 359PACKAGE_URL = @PACKAGE_URL@ 360PACKAGE_VERSION = @PACKAGE_VERSION@ 361PATH_SEPARATOR = @PATH_SEPARATOR@ 362PKG_CONFIG = @PKG_CONFIG@ 363PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 364PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 365SED = @SED@ 366SET_MAKE = @SET_MAKE@ 367SHELL = @SHELL@ 368STRICT_CFLAGS = @STRICT_CFLAGS@ 369STRIP = @STRIP@ 370VERSION = @VERSION@ 371XKBCOMP_CFLAGS = @XKBCOMP_CFLAGS@ 372XKBCOMP_LIBS = @XKBCOMP_LIBS@ 373XKBCONFIGROOT = @XKBCONFIGROOT@ 374XORG_MAN_PAGE = @XORG_MAN_PAGE@ 375YACC = @YACC@ 376YACC_INST = @YACC_INST@ 377YFLAGS = @YFLAGS@ 378abs_builddir = @abs_builddir@ 379abs_srcdir = @abs_srcdir@ 380abs_top_builddir = @abs_top_builddir@ 381abs_top_srcdir = @abs_top_srcdir@ 382ac_ct_CC = @ac_ct_CC@ 383am__include = @am__include@ 384am__leading_dot = @am__leading_dot@ 385am__quote = @am__quote@ 386am__tar = @am__tar@ 387am__untar = @am__untar@ 388bindir = @bindir@ 389build = @build@ 390build_alias = @build_alias@ 391build_cpu = @build_cpu@ 392build_os = @build_os@ 393build_vendor = @build_vendor@ 394builddir = @builddir@ 395datadir = @datadir@ 396datarootdir = @datarootdir@ 397docdir = @docdir@ 398dvidir = @dvidir@ 399exec_prefix = @exec_prefix@ 400host = @host@ 401host_alias = @host_alias@ 402host_cpu = @host_cpu@ 403host_os = @host_os@ 404host_vendor = @host_vendor@ 405htmldir = @htmldir@ 406includedir = @includedir@ 407infodir = @infodir@ 408install_sh = @install_sh@ 409libdir = @libdir@ 410libexecdir = @libexecdir@ 411localedir = @localedir@ 412localstatedir = @localstatedir@ 413mandir = @mandir@ 414mkdir_p = @mkdir_p@ 415oldincludedir = @oldincludedir@ 416pdfdir = @pdfdir@ 417prefix = @prefix@ 418program_transform_name = @program_transform_name@ 419psdir = @psdir@ 420sbindir = @sbindir@ 421sharedstatedir = @sharedstatedir@ 422srcdir = @srcdir@ 423sysconfdir = @sysconfdir@ 424target_alias = @target_alias@ 425top_build_prefix = @top_build_prefix@ 426top_builddir = @top_builddir@ 427top_srcdir = @top_srcdir@ 428SUBDIRS = man 429AM_CPPFLAGS = -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' 430AM_CFLAGS = $(XKBCOMP_CFLAGS) $(CWARNFLAGS) 431xkbcomp_LDADD = $(XKBCOMP_LIBS) 432xkbcomp_SOURCES = \ 433 action.c \ 434 action.h \ 435 alias.c \ 436 alias.h \ 437 compat.c \ 438 compat.h \ 439 expr.c \ 440 expr.h \ 441 geometry.c \ 442 indicators.c \ 443 indicators.h \ 444 keycodes.c \ 445 keycodes.h \ 446 keymap.c \ 447 keytypes.c \ 448 listing.c \ 449 misc.c \ 450 misc.h \ 451 parseutils.c \ 452 parseutils.h \ 453 symbols.c \ 454 tokens.h \ 455 utils.c \ 456 utils.h \ 457 vmod.c \ 458 vmod.h \ 459 xkbcomp.c \ 460 xkbcomp.h \ 461 xkbparse.y \ 462 xkbpath.c \ 463 xkbpath.h \ 464 xkbscan.c 465 466pkgconfigdir = $(libdir)/pkgconfig 467pkgconfig_DATA = xkbcomp.pc 468MAINTAINERCLEANFILES = ChangeLog INSTALL 469all: config.h 470 $(MAKE) $(AM_MAKEFLAGS) all-recursive 471 472.SUFFIXES: 473.SUFFIXES: .c .o .obj .y 474am--refresh: Makefile 475 @: 476$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 477 @for dep in $?; do \ 478 case '$(am__configure_deps)' in \ 479 *$$dep*) \ 480 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 481 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 482 && exit 0; \ 483 exit 1;; \ 484 esac; \ 485 done; \ 486 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 487 $(am__cd) $(top_srcdir) && \ 488 $(AUTOMAKE) --foreign Makefile 489Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 490 @case '$?' in \ 491 *config.status*) \ 492 echo ' $(SHELL) ./config.status'; \ 493 $(SHELL) ./config.status;; \ 494 *) \ 495 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 496 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 497 esac; 498 499$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 500 $(SHELL) ./config.status --recheck 501 502$(top_srcdir)/configure: $(am__configure_deps) 503 $(am__cd) $(srcdir) && $(AUTOCONF) 504$(ACLOCAL_M4): $(am__aclocal_m4_deps) 505 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 506$(am__aclocal_m4_deps): 507 508config.h: stamp-h1 509 @test -f $@ || rm -f stamp-h1 510 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 511 512stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 513 @rm -f stamp-h1 514 cd $(top_builddir) && $(SHELL) ./config.status config.h 515$(srcdir)/config.h.in: $(am__configure_deps) 516 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 517 rm -f stamp-h1 518 touch $@ 519 520distclean-hdr: 521 -rm -f config.h stamp-h1 522xkbcomp.pc: $(top_builddir)/config.status $(srcdir)/xkbcomp.pc.in 523 cd $(top_builddir) && $(SHELL) ./config.status $@ 524install-binPROGRAMS: $(bin_PROGRAMS) 525 @$(NORMAL_INSTALL) 526 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 527 if test -n "$$list"; then \ 528 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 529 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 530 fi; \ 531 for p in $$list; do echo "$$p $$p"; done | \ 532 sed 's/$(EXEEXT)$$//' | \ 533 while read p p1; do if test -f $$p \ 534 ; then echo "$$p"; echo "$$p"; else :; fi; \ 535 done | \ 536 sed -e 'p;s,.*/,,;n;h' \ 537 -e 's|.*|.|' \ 538 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 539 sed 'N;N;N;s,\n, ,g' | \ 540 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 541 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 542 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 543 else { print "f", $$3 "/" $$4, $$1; } } \ 544 END { for (d in files) print "f", d, files[d] }' | \ 545 while read type dir files; do \ 546 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 547 test -z "$$files" || { \ 548 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 549 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 550 } \ 551 ; done 552 553uninstall-binPROGRAMS: 554 @$(NORMAL_UNINSTALL) 555 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 556 files=`for p in $$list; do echo "$$p"; done | \ 557 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 558 -e 's/$$/$(EXEEXT)/' \ 559 `; \ 560 test -n "$$list" || exit 0; \ 561 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 562 cd "$(DESTDIR)$(bindir)" && rm -f $$files 563 564clean-binPROGRAMS: 565 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 566 567xkbcomp$(EXEEXT): $(xkbcomp_OBJECTS) $(xkbcomp_DEPENDENCIES) $(EXTRA_xkbcomp_DEPENDENCIES) 568 @rm -f xkbcomp$(EXEEXT) 569 $(AM_V_CCLD)$(LINK) $(xkbcomp_OBJECTS) $(xkbcomp_LDADD) $(LIBS) 570 571mostlyclean-compile: 572 -rm -f *.$(OBJEXT) 573 574distclean-compile: 575 -rm -f *.tab.c 576 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action.Po@am__quote@ # am--include-marker 578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@ # am--include-marker 579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@ # am--include-marker 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@ # am--include-marker 581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geometry.Po@am__quote@ # am--include-marker 582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicators.Po@am__quote@ # am--include-marker 583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keycodes.Po@am__quote@ # am--include-marker 584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keymap.Po@am__quote@ # am--include-marker 585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keytypes.Po@am__quote@ # am--include-marker 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listing.Po@am__quote@ # am--include-marker 587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ # am--include-marker 588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseutils.Po@am__quote@ # am--include-marker 589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@ # am--include-marker 590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ # am--include-marker 591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmod.Po@am__quote@ # am--include-marker 592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbcomp.Po@am__quote@ # am--include-marker 593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbparse.Po@am__quote@ # am--include-marker 594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbpath.Po@am__quote@ # am--include-marker 595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbscan.Po@am__quote@ # am--include-marker 596 597$(am__depfiles_remade): 598 @$(MKDIR_P) $(@D) 599 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 600 601am--depfiles: $(am__depfiles_remade) 602 603.c.o: 604@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 605@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 606@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 607@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 608@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 609 610.c.obj: 611@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 612@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 613@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 614@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 615@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 616 617.y.c: 618 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) 619install-pkgconfigDATA: $(pkgconfig_DATA) 620 @$(NORMAL_INSTALL) 621 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 622 if test -n "$$list"; then \ 623 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 624 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 625 fi; \ 626 for p in $$list; do \ 627 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 628 echo "$$d$$p"; \ 629 done | $(am__base_list) | \ 630 while read files; do \ 631 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 632 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 633 done 634 635uninstall-pkgconfigDATA: 636 @$(NORMAL_UNINSTALL) 637 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 638 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 639 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 640 641# This directory's subdirectories are mostly independent; you can cd 642# into them and run 'make' without going through this Makefile. 643# To change the values of 'make' variables: instead of editing Makefiles, 644# (1) if the variable is set in 'config.status', edit 'config.status' 645# (which will cause the Makefiles to be regenerated when you run 'make'); 646# (2) otherwise, pass the desired values on the 'make' command line. 647$(am__recursive_targets): 648 @fail=; \ 649 if $(am__make_keepgoing); then \ 650 failcom='fail=yes'; \ 651 else \ 652 failcom='exit 1'; \ 653 fi; \ 654 dot_seen=no; \ 655 target=`echo $@ | sed s/-recursive//`; \ 656 case "$@" in \ 657 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 658 *) list='$(SUBDIRS)' ;; \ 659 esac; \ 660 for subdir in $$list; do \ 661 echo "Making $$target in $$subdir"; \ 662 if test "$$subdir" = "."; then \ 663 dot_seen=yes; \ 664 local_target="$$target-am"; \ 665 else \ 666 local_target="$$target"; \ 667 fi; \ 668 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 669 || eval $$failcom; \ 670 done; \ 671 if test "$$dot_seen" = "no"; then \ 672 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 673 fi; test -z "$$fail" 674 675ID: $(am__tagged_files) 676 $(am__define_uniq_tagged_files); mkid -fID $$unique 677tags: tags-recursive 678TAGS: tags 679 680tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 681 set x; \ 682 here=`pwd`; \ 683 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 684 include_option=--etags-include; \ 685 empty_fix=.; \ 686 else \ 687 include_option=--include; \ 688 empty_fix=; \ 689 fi; \ 690 list='$(SUBDIRS)'; for subdir in $$list; do \ 691 if test "$$subdir" = .; then :; else \ 692 test ! -f $$subdir/TAGS || \ 693 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 694 fi; \ 695 done; \ 696 $(am__define_uniq_tagged_files); \ 697 shift; \ 698 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 699 test -n "$$unique" || unique=$$empty_fix; \ 700 if test $$# -gt 0; then \ 701 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 702 "$$@" $$unique; \ 703 else \ 704 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 705 $$unique; \ 706 fi; \ 707 fi 708ctags: ctags-recursive 709 710CTAGS: ctags 711ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 712 $(am__define_uniq_tagged_files); \ 713 test -z "$(CTAGS_ARGS)$$unique" \ 714 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 715 $$unique 716 717GTAGS: 718 here=`$(am__cd) $(top_builddir) && pwd` \ 719 && $(am__cd) $(top_srcdir) \ 720 && gtags -i $(GTAGS_ARGS) "$$here" 721cscope: cscope.files 722 test ! -s cscope.files \ 723 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 724clean-cscope: 725 -rm -f cscope.files 726cscope.files: clean-cscope cscopelist 727cscopelist: cscopelist-recursive 728 729cscopelist-am: $(am__tagged_files) 730 list='$(am__tagged_files)'; \ 731 case "$(srcdir)" in \ 732 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 733 *) sdir=$(subdir)/$(srcdir) ;; \ 734 esac; \ 735 for i in $$list; do \ 736 if test -f "$$i"; then \ 737 echo "$(subdir)/$$i"; \ 738 else \ 739 echo "$$sdir/$$i"; \ 740 fi; \ 741 done >> $(top_builddir)/cscope.files 742 743distclean-tags: 744 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 745 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 746 747distdir: $(BUILT_SOURCES) 748 $(MAKE) $(AM_MAKEFLAGS) distdir-am 749 750distdir-am: $(DISTFILES) 751 $(am__remove_distdir) 752 test -d "$(distdir)" || mkdir "$(distdir)" 753 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 754 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 755 list='$(DISTFILES)'; \ 756 dist_files=`for file in $$list; do echo $$file; done | \ 757 sed -e "s|^$$srcdirstrip/||;t" \ 758 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 759 case $$dist_files in \ 760 */*) $(MKDIR_P) `echo "$$dist_files" | \ 761 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 762 sort -u` ;; \ 763 esac; \ 764 for file in $$dist_files; do \ 765 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 766 if test -d $$d/$$file; then \ 767 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 768 if test -d "$(distdir)/$$file"; then \ 769 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 770 fi; \ 771 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 772 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 773 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 774 fi; \ 775 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 776 else \ 777 test -f "$(distdir)/$$file" \ 778 || cp -p $$d/$$file "$(distdir)/$$file" \ 779 || exit 1; \ 780 fi; \ 781 done 782 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 783 if test "$$subdir" = .; then :; else \ 784 $(am__make_dryrun) \ 785 || test -d "$(distdir)/$$subdir" \ 786 || $(MKDIR_P) "$(distdir)/$$subdir" \ 787 || exit 1; \ 788 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 789 $(am__relativize); \ 790 new_distdir=$$reldir; \ 791 dir1=$$subdir; dir2="$(top_distdir)"; \ 792 $(am__relativize); \ 793 new_top_distdir=$$reldir; \ 794 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 795 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 796 ($(am__cd) $$subdir && \ 797 $(MAKE) $(AM_MAKEFLAGS) \ 798 top_distdir="$$new_top_distdir" \ 799 distdir="$$new_distdir" \ 800 am__remove_distdir=: \ 801 am__skip_length_check=: \ 802 am__skip_mode_fix=: \ 803 distdir) \ 804 || exit 1; \ 805 fi; \ 806 done 807 $(MAKE) $(AM_MAKEFLAGS) \ 808 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 809 dist-hook 810 -test -n "$(am__skip_mode_fix)" \ 811 || find "$(distdir)" -type d ! -perm -755 \ 812 -exec chmod u+rwx,go+rx {} \; -o \ 813 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 814 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 815 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 816 || chmod -R a+r "$(distdir)" 817dist-gzip: distdir 818 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 819 $(am__post_remove_distdir) 820dist-bzip2: distdir 821 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 822 $(am__post_remove_distdir) 823 824dist-lzip: distdir 825 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 826 $(am__post_remove_distdir) 827 828dist-xz: distdir 829 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 830 $(am__post_remove_distdir) 831 832dist-zstd: distdir 833 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 834 $(am__post_remove_distdir) 835 836dist-tarZ: distdir 837 @echo WARNING: "Support for distribution archives compressed with" \ 838 "legacy program 'compress' is deprecated." >&2 839 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 840 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 841 $(am__post_remove_distdir) 842 843dist-shar: distdir 844 @echo WARNING: "Support for shar distribution archives is" \ 845 "deprecated." >&2 846 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 847 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 848 $(am__post_remove_distdir) 849 850dist-zip: distdir 851 -rm -f $(distdir).zip 852 zip -rq $(distdir).zip $(distdir) 853 $(am__post_remove_distdir) 854 855dist dist-all: 856 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 857 $(am__post_remove_distdir) 858 859# This target untars the dist file and tries a VPATH configuration. Then 860# it guarantees that the distribution is self-contained by making another 861# tarfile. 862distcheck: dist 863 case '$(DIST_ARCHIVES)' in \ 864 *.tar.gz*) \ 865 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 866 *.tar.bz2*) \ 867 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 868 *.tar.lz*) \ 869 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 870 *.tar.xz*) \ 871 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 872 *.tar.Z*) \ 873 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 874 *.shar.gz*) \ 875 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 876 *.zip*) \ 877 unzip $(distdir).zip ;;\ 878 *.tar.zst*) \ 879 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 880 esac 881 chmod -R a-w $(distdir) 882 chmod u+w $(distdir) 883 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 884 chmod a-w $(distdir) 885 test -d $(distdir)/_build || exit 0; \ 886 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 887 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 888 && am__cwd=`pwd` \ 889 && $(am__cd) $(distdir)/_build/sub \ 890 && ../../configure \ 891 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 892 $(DISTCHECK_CONFIGURE_FLAGS) \ 893 --srcdir=../.. --prefix="$$dc_install_base" \ 894 && $(MAKE) $(AM_MAKEFLAGS) \ 895 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 896 && $(MAKE) $(AM_MAKEFLAGS) check \ 897 && $(MAKE) $(AM_MAKEFLAGS) install \ 898 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 899 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 900 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 901 distuninstallcheck \ 902 && chmod -R a-w "$$dc_install_base" \ 903 && ({ \ 904 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 905 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 906 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 907 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 908 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 909 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 910 && rm -rf "$$dc_destdir" \ 911 && $(MAKE) $(AM_MAKEFLAGS) dist \ 912 && rm -rf $(DIST_ARCHIVES) \ 913 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 914 && cd "$$am__cwd" \ 915 || exit 1 916 $(am__post_remove_distdir) 917 @(echo "$(distdir) archives ready for distribution: "; \ 918 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 919 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 920distuninstallcheck: 921 @test -n '$(distuninstallcheck_dir)' || { \ 922 echo 'ERROR: trying to run $@ with an empty' \ 923 '$$(distuninstallcheck_dir)' >&2; \ 924 exit 1; \ 925 }; \ 926 $(am__cd) '$(distuninstallcheck_dir)' || { \ 927 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 928 exit 1; \ 929 }; \ 930 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 931 || { echo "ERROR: files left after uninstall:" ; \ 932 if test -n "$(DESTDIR)"; then \ 933 echo " (check DESTDIR support)"; \ 934 fi ; \ 935 $(distuninstallcheck_listfiles) ; \ 936 exit 1; } >&2 937distcleancheck: distclean 938 @if test '$(srcdir)' = . ; then \ 939 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 940 exit 1 ; \ 941 fi 942 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 943 || { echo "ERROR: files left in build directory after distclean:" ; \ 944 $(distcleancheck_listfiles) ; \ 945 exit 1; } >&2 946check-am: all-am 947check: check-recursive 948all-am: Makefile $(PROGRAMS) $(DATA) config.h 949installdirs: installdirs-recursive 950installdirs-am: 951 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 952 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 953 done 954install: install-recursive 955install-exec: install-exec-recursive 956install-data: install-data-recursive 957uninstall: uninstall-recursive 958 959install-am: all-am 960 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 961 962installcheck: installcheck-recursive 963install-strip: 964 if test -z '$(STRIP)'; then \ 965 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 966 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 967 install; \ 968 else \ 969 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 970 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 971 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 972 fi 973mostlyclean-generic: 974 975clean-generic: 976 977distclean-generic: 978 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 979 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 980 981maintainer-clean-generic: 982 @echo "This command is intended for maintainers to use" 983 @echo "it deletes files that may require special tools to rebuild." 984 -rm -f xkbparse.c 985 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 986clean: clean-recursive 987 988clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 989 990distclean: distclean-recursive 991 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 992 -rm -f ./$(DEPDIR)/action.Po 993 -rm -f ./$(DEPDIR)/alias.Po 994 -rm -f ./$(DEPDIR)/compat.Po 995 -rm -f ./$(DEPDIR)/expr.Po 996 -rm -f ./$(DEPDIR)/geometry.Po 997 -rm -f ./$(DEPDIR)/indicators.Po 998 -rm -f ./$(DEPDIR)/keycodes.Po 999 -rm -f ./$(DEPDIR)/keymap.Po 1000 -rm -f ./$(DEPDIR)/keytypes.Po 1001 -rm -f ./$(DEPDIR)/listing.Po 1002 -rm -f ./$(DEPDIR)/misc.Po 1003 -rm -f ./$(DEPDIR)/parseutils.Po 1004 -rm -f ./$(DEPDIR)/symbols.Po 1005 -rm -f ./$(DEPDIR)/utils.Po 1006 -rm -f ./$(DEPDIR)/vmod.Po 1007 -rm -f ./$(DEPDIR)/xkbcomp.Po 1008 -rm -f ./$(DEPDIR)/xkbparse.Po 1009 -rm -f ./$(DEPDIR)/xkbpath.Po 1010 -rm -f ./$(DEPDIR)/xkbscan.Po 1011 -rm -f Makefile 1012distclean-am: clean-am distclean-compile distclean-generic \ 1013 distclean-hdr distclean-tags 1014 1015dvi: dvi-recursive 1016 1017dvi-am: 1018 1019html: html-recursive 1020 1021html-am: 1022 1023info: info-recursive 1024 1025info-am: 1026 1027install-data-am: install-pkgconfigDATA 1028 1029install-dvi: install-dvi-recursive 1030 1031install-dvi-am: 1032 1033install-exec-am: install-binPROGRAMS 1034 1035install-html: install-html-recursive 1036 1037install-html-am: 1038 1039install-info: install-info-recursive 1040 1041install-info-am: 1042 1043install-man: 1044 1045install-pdf: install-pdf-recursive 1046 1047install-pdf-am: 1048 1049install-ps: install-ps-recursive 1050 1051install-ps-am: 1052 1053installcheck-am: 1054 1055maintainer-clean: maintainer-clean-recursive 1056 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1057 -rm -rf $(top_srcdir)/autom4te.cache 1058 -rm -f ./$(DEPDIR)/action.Po 1059 -rm -f ./$(DEPDIR)/alias.Po 1060 -rm -f ./$(DEPDIR)/compat.Po 1061 -rm -f ./$(DEPDIR)/expr.Po 1062 -rm -f ./$(DEPDIR)/geometry.Po 1063 -rm -f ./$(DEPDIR)/indicators.Po 1064 -rm -f ./$(DEPDIR)/keycodes.Po 1065 -rm -f ./$(DEPDIR)/keymap.Po 1066 -rm -f ./$(DEPDIR)/keytypes.Po 1067 -rm -f ./$(DEPDIR)/listing.Po 1068 -rm -f ./$(DEPDIR)/misc.Po 1069 -rm -f ./$(DEPDIR)/parseutils.Po 1070 -rm -f ./$(DEPDIR)/symbols.Po 1071 -rm -f ./$(DEPDIR)/utils.Po 1072 -rm -f ./$(DEPDIR)/vmod.Po 1073 -rm -f ./$(DEPDIR)/xkbcomp.Po 1074 -rm -f ./$(DEPDIR)/xkbparse.Po 1075 -rm -f ./$(DEPDIR)/xkbpath.Po 1076 -rm -f ./$(DEPDIR)/xkbscan.Po 1077 -rm -f Makefile 1078maintainer-clean-am: distclean-am maintainer-clean-generic 1079 1080mostlyclean: mostlyclean-recursive 1081 1082mostlyclean-am: mostlyclean-compile mostlyclean-generic 1083 1084pdf: pdf-recursive 1085 1086pdf-am: 1087 1088ps: ps-recursive 1089 1090ps-am: 1091 1092uninstall-am: uninstall-binPROGRAMS uninstall-pkgconfigDATA 1093 1094.MAKE: $(am__recursive_targets) all install-am install-strip 1095 1096.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1097 am--depfiles am--refresh check check-am clean \ 1098 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1099 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1100 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1101 dist-zip dist-zstd distcheck distclean distclean-compile \ 1102 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1103 distdir distuninstallcheck dvi dvi-am html html-am info \ 1104 info-am install install-am install-binPROGRAMS install-data \ 1105 install-data-am install-dvi install-dvi-am install-exec \ 1106 install-exec-am install-html install-html-am install-info \ 1107 install-info-am install-man install-pdf install-pdf-am \ 1108 install-pkgconfigDATA install-ps install-ps-am install-strip \ 1109 installcheck installcheck-am installdirs installdirs-am \ 1110 maintainer-clean maintainer-clean-generic mostlyclean \ 1111 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 1112 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1113 uninstall-pkgconfigDATA 1114 1115.PRECIOUS: Makefile 1116 1117 1118.PHONY: ChangeLog INSTALL 1119 1120INSTALL: 1121 $(INSTALL_CMD) 1122 1123ChangeLog: 1124 $(CHANGELOG_CMD) 1125 1126dist-hook: ChangeLog INSTALL 1127 1128# Tell versions [3.59,3.63) of GNU make to not export all variables. 1129# Otherwise a system limit (for SysV at least) may be exceeded. 1130.NOEXPORT: 1131