1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# 18# Copyright 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)` 254DIST_SUBDIRS = $(SUBDIRS) 255am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 256 $(srcdir)/xkbcomp.pc.in COPYING ChangeLog INSTALL README \ 257 compile config.guess config.sub depcomp install-sh missing \ 258 xkbparse.c ylwrap 259DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 260distdir = $(PACKAGE)-$(VERSION) 261top_distdir = $(distdir) 262am__remove_distdir = \ 263 if test -d "$(distdir)"; then \ 264 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 265 && rm -rf "$(distdir)" \ 266 || { sleep 5 && rm -rf "$(distdir)"; }; \ 267 else :; fi 268am__post_remove_distdir = $(am__remove_distdir) 269am__relativize = \ 270 dir0=`pwd`; \ 271 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 272 sed_rest='s,^[^/]*/*,,'; \ 273 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 274 sed_butlast='s,/*[^/]*$$,,'; \ 275 while test -n "$$dir1"; do \ 276 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 277 if test "$$first" != "."; then \ 278 if test "$$first" = ".."; then \ 279 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 280 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 281 else \ 282 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 283 if test "$$first2" = "$$first"; then \ 284 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 285 else \ 286 dir2="../$$dir2"; \ 287 fi; \ 288 dir0="$$dir0"/"$$first"; \ 289 fi; \ 290 fi; \ 291 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 292 done; \ 293 reldir="$$dir2" 294DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 295GZIP_ENV = --best 296DIST_TARGETS = dist-xz dist-gzip 297# Exists only to be overridden by the user if desired. 298AM_DISTCHECK_DVI_TARGET = dvi 299distuninstallcheck_listfiles = find . -type f -print 300am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 301 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 302distcleancheck_listfiles = find . -type f -print 303ACLOCAL = @ACLOCAL@ 304ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 305ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 306AMTAR = @AMTAR@ 307AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 308APP_MAN_DIR = @APP_MAN_DIR@ 309APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 310AUTOCONF = @AUTOCONF@ 311AUTOHEADER = @AUTOHEADER@ 312AUTOMAKE = @AUTOMAKE@ 313AWK = @AWK@ 314BASE_CFLAGS = @BASE_CFLAGS@ 315CC = @CC@ 316CCDEPMODE = @CCDEPMODE@ 317CFLAGS = @CFLAGS@ 318CHANGELOG_CMD = @CHANGELOG_CMD@ 319CPPFLAGS = @CPPFLAGS@ 320CSCOPE = @CSCOPE@ 321CTAGS = @CTAGS@ 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@ 331ETAGS = @ETAGS@ 332EXEEXT = @EXEEXT@ 333FILE_MAN_DIR = @FILE_MAN_DIR@ 334FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 335INSTALL = @INSTALL@ 336INSTALL_CMD = @INSTALL_CMD@ 337INSTALL_DATA = @INSTALL_DATA@ 338INSTALL_PROGRAM = @INSTALL_PROGRAM@ 339INSTALL_SCRIPT = @INSTALL_SCRIPT@ 340INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 341LDFLAGS = @LDFLAGS@ 342LIBOBJS = @LIBOBJS@ 343LIBS = @LIBS@ 344LIB_MAN_DIR = @LIB_MAN_DIR@ 345LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 346LTLIBOBJS = @LTLIBOBJS@ 347MAKEINFO = @MAKEINFO@ 348MAN_SUBSTS = @MAN_SUBSTS@ 349MISC_MAN_DIR = @MISC_MAN_DIR@ 350MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 351MKDIR_P = @MKDIR_P@ 352OBJEXT = @OBJEXT@ 353PACKAGE = @PACKAGE@ 354PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 355PACKAGE_NAME = @PACKAGE_NAME@ 356PACKAGE_STRING = @PACKAGE_STRING@ 357PACKAGE_TARNAME = @PACKAGE_TARNAME@ 358PACKAGE_URL = @PACKAGE_URL@ 359PACKAGE_VERSION = @PACKAGE_VERSION@ 360PATH_SEPARATOR = @PATH_SEPARATOR@ 361PKG_CONFIG = @PKG_CONFIG@ 362PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 363PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 364SED = @SED@ 365SET_MAKE = @SET_MAKE@ 366SHELL = @SHELL@ 367STRICT_CFLAGS = @STRICT_CFLAGS@ 368STRIP = @STRIP@ 369VERSION = @VERSION@ 370XKBCOMP_CFLAGS = @XKBCOMP_CFLAGS@ 371XKBCOMP_LIBS = @XKBCOMP_LIBS@ 372XKBCONFIGROOT = @XKBCONFIGROOT@ 373XORG_MAN_PAGE = @XORG_MAN_PAGE@ 374YACC = @YACC@ 375YACC_INST = @YACC_INST@ 376YFLAGS = @YFLAGS@ 377abs_builddir = @abs_builddir@ 378abs_srcdir = @abs_srcdir@ 379abs_top_builddir = @abs_top_builddir@ 380abs_top_srcdir = @abs_top_srcdir@ 381ac_ct_CC = @ac_ct_CC@ 382am__include = @am__include@ 383am__leading_dot = @am__leading_dot@ 384am__quote = @am__quote@ 385am__tar = @am__tar@ 386am__untar = @am__untar@ 387bindir = @bindir@ 388build = @build@ 389build_alias = @build_alias@ 390build_cpu = @build_cpu@ 391build_os = @build_os@ 392build_vendor = @build_vendor@ 393builddir = @builddir@ 394datadir = @datadir@ 395datarootdir = @datarootdir@ 396docdir = @docdir@ 397dvidir = @dvidir@ 398exec_prefix = @exec_prefix@ 399host = @host@ 400host_alias = @host_alias@ 401host_cpu = @host_cpu@ 402host_os = @host_os@ 403host_vendor = @host_vendor@ 404htmldir = @htmldir@ 405includedir = @includedir@ 406infodir = @infodir@ 407install_sh = @install_sh@ 408libdir = @libdir@ 409libexecdir = @libexecdir@ 410localedir = @localedir@ 411localstatedir = @localstatedir@ 412mandir = @mandir@ 413mkdir_p = @mkdir_p@ 414oldincludedir = @oldincludedir@ 415pdfdir = @pdfdir@ 416prefix = @prefix@ 417program_transform_name = @program_transform_name@ 418psdir = @psdir@ 419runstatedir = @runstatedir@ 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 746distdir: $(BUILT_SOURCES) 747 $(MAKE) $(AM_MAKEFLAGS) distdir-am 748 749distdir-am: $(DISTFILES) 750 $(am__remove_distdir) 751 test -d "$(distdir)" || mkdir "$(distdir)" 752 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 753 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 754 list='$(DISTFILES)'; \ 755 dist_files=`for file in $$list; do echo $$file; done | \ 756 sed -e "s|^$$srcdirstrip/||;t" \ 757 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 758 case $$dist_files in \ 759 */*) $(MKDIR_P) `echo "$$dist_files" | \ 760 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 761 sort -u` ;; \ 762 esac; \ 763 for file in $$dist_files; do \ 764 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 765 if test -d $$d/$$file; then \ 766 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 767 if test -d "$(distdir)/$$file"; then \ 768 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 769 fi; \ 770 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 771 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 772 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 773 fi; \ 774 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 775 else \ 776 test -f "$(distdir)/$$file" \ 777 || cp -p $$d/$$file "$(distdir)/$$file" \ 778 || exit 1; \ 779 fi; \ 780 done 781 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 782 if test "$$subdir" = .; then :; else \ 783 $(am__make_dryrun) \ 784 || test -d "$(distdir)/$$subdir" \ 785 || $(MKDIR_P) "$(distdir)/$$subdir" \ 786 || exit 1; \ 787 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 788 $(am__relativize); \ 789 new_distdir=$$reldir; \ 790 dir1=$$subdir; dir2="$(top_distdir)"; \ 791 $(am__relativize); \ 792 new_top_distdir=$$reldir; \ 793 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 794 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 795 ($(am__cd) $$subdir && \ 796 $(MAKE) $(AM_MAKEFLAGS) \ 797 top_distdir="$$new_top_distdir" \ 798 distdir="$$new_distdir" \ 799 am__remove_distdir=: \ 800 am__skip_length_check=: \ 801 am__skip_mode_fix=: \ 802 distdir) \ 803 || exit 1; \ 804 fi; \ 805 done 806 $(MAKE) $(AM_MAKEFLAGS) \ 807 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 808 dist-hook 809 -test -n "$(am__skip_mode_fix)" \ 810 || find "$(distdir)" -type d ! -perm -755 \ 811 -exec chmod u+rwx,go+rx {} \; -o \ 812 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 813 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 814 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 815 || chmod -R a+r "$(distdir)" 816dist-gzip: distdir 817 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 818 $(am__post_remove_distdir) 819 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) 827dist-xz: distdir 828 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 829 $(am__post_remove_distdir) 830 831dist-zstd: distdir 832 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 833 $(am__post_remove_distdir) 834 835dist-tarZ: distdir 836 @echo WARNING: "Support for distribution archives compressed with" \ 837 "legacy program 'compress' is deprecated." >&2 838 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 839 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 840 $(am__post_remove_distdir) 841 842dist-shar: distdir 843 @echo WARNING: "Support for shar distribution archives is" \ 844 "deprecated." >&2 845 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 846 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 847 $(am__post_remove_distdir) 848 849dist-zip: distdir 850 -rm -f $(distdir).zip 851 zip -rq $(distdir).zip $(distdir) 852 $(am__post_remove_distdir) 853 854dist dist-all: 855 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 856 $(am__post_remove_distdir) 857 858# This target untars the dist file and tries a VPATH configuration. Then 859# it guarantees that the distribution is self-contained by making another 860# tarfile. 861distcheck: dist 862 case '$(DIST_ARCHIVES)' in \ 863 *.tar.gz*) \ 864 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 865 *.tar.bz2*) \ 866 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 867 *.tar.lz*) \ 868 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 869 *.tar.xz*) \ 870 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 871 *.tar.Z*) \ 872 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 873 *.shar.gz*) \ 874 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 875 *.zip*) \ 876 unzip $(distdir).zip ;;\ 877 *.tar.zst*) \ 878 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 879 esac 880 chmod -R a-w $(distdir) 881 chmod u+w $(distdir) 882 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 883 chmod a-w $(distdir) 884 test -d $(distdir)/_build || exit 0; \ 885 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 886 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 887 && am__cwd=`pwd` \ 888 && $(am__cd) $(distdir)/_build/sub \ 889 && ../../configure \ 890 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 891 $(DISTCHECK_CONFIGURE_FLAGS) \ 892 --srcdir=../.. --prefix="$$dc_install_base" \ 893 && $(MAKE) $(AM_MAKEFLAGS) \ 894 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 895 && $(MAKE) $(AM_MAKEFLAGS) check \ 896 && $(MAKE) $(AM_MAKEFLAGS) install \ 897 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 898 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 899 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 900 distuninstallcheck \ 901 && chmod -R a-w "$$dc_install_base" \ 902 && ({ \ 903 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 904 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 905 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 906 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 907 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 908 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 909 && rm -rf "$$dc_destdir" \ 910 && $(MAKE) $(AM_MAKEFLAGS) dist \ 911 && rm -rf $(DIST_ARCHIVES) \ 912 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 913 && cd "$$am__cwd" \ 914 || exit 1 915 $(am__post_remove_distdir) 916 @(echo "$(distdir) archives ready for distribution: "; \ 917 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 918 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 919distuninstallcheck: 920 @test -n '$(distuninstallcheck_dir)' || { \ 921 echo 'ERROR: trying to run $@ with an empty' \ 922 '$$(distuninstallcheck_dir)' >&2; \ 923 exit 1; \ 924 }; \ 925 $(am__cd) '$(distuninstallcheck_dir)' || { \ 926 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 927 exit 1; \ 928 }; \ 929 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 930 || { echo "ERROR: files left after uninstall:" ; \ 931 if test -n "$(DESTDIR)"; then \ 932 echo " (check DESTDIR support)"; \ 933 fi ; \ 934 $(distuninstallcheck_listfiles) ; \ 935 exit 1; } >&2 936distcleancheck: distclean 937 @if test '$(srcdir)' = . ; then \ 938 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 939 exit 1 ; \ 940 fi 941 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 942 || { echo "ERROR: files left in build directory after distclean:" ; \ 943 $(distcleancheck_listfiles) ; \ 944 exit 1; } >&2 945check-am: all-am 946check: check-recursive 947all-am: Makefile $(PROGRAMS) $(DATA) config.h 948installdirs: installdirs-recursive 949installdirs-am: 950 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 951 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 952 done 953install: install-recursive 954install-exec: install-exec-recursive 955install-data: install-data-recursive 956uninstall: uninstall-recursive 957 958install-am: all-am 959 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 960 961installcheck: installcheck-recursive 962install-strip: 963 if test -z '$(STRIP)'; then \ 964 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 965 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 966 install; \ 967 else \ 968 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 969 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 970 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 971 fi 972mostlyclean-generic: 973 974clean-generic: 975 976distclean-generic: 977 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 978 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 979 980maintainer-clean-generic: 981 @echo "This command is intended for maintainers to use" 982 @echo "it deletes files that may require special tools to rebuild." 983 -rm -f xkbparse.c 984 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 985clean: clean-recursive 986 987clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 988 989distclean: distclean-recursive 990 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 991 -rm -f ./$(DEPDIR)/action.Po 992 -rm -f ./$(DEPDIR)/alias.Po 993 -rm -f ./$(DEPDIR)/compat.Po 994 -rm -f ./$(DEPDIR)/expr.Po 995 -rm -f ./$(DEPDIR)/geometry.Po 996 -rm -f ./$(DEPDIR)/indicators.Po 997 -rm -f ./$(DEPDIR)/keycodes.Po 998 -rm -f ./$(DEPDIR)/keymap.Po 999 -rm -f ./$(DEPDIR)/keytypes.Po 1000 -rm -f ./$(DEPDIR)/listing.Po 1001 -rm -f ./$(DEPDIR)/misc.Po 1002 -rm -f ./$(DEPDIR)/parseutils.Po 1003 -rm -f ./$(DEPDIR)/symbols.Po 1004 -rm -f ./$(DEPDIR)/utils.Po 1005 -rm -f ./$(DEPDIR)/vmod.Po 1006 -rm -f ./$(DEPDIR)/xkbcomp.Po 1007 -rm -f ./$(DEPDIR)/xkbparse.Po 1008 -rm -f ./$(DEPDIR)/xkbpath.Po 1009 -rm -f ./$(DEPDIR)/xkbscan.Po 1010 -rm -f Makefile 1011distclean-am: clean-am distclean-compile distclean-generic \ 1012 distclean-hdr distclean-tags 1013 1014dvi: dvi-recursive 1015 1016dvi-am: 1017 1018html: html-recursive 1019 1020html-am: 1021 1022info: info-recursive 1023 1024info-am: 1025 1026install-data-am: install-pkgconfigDATA 1027 1028install-dvi: install-dvi-recursive 1029 1030install-dvi-am: 1031 1032install-exec-am: install-binPROGRAMS 1033 1034install-html: install-html-recursive 1035 1036install-html-am: 1037 1038install-info: install-info-recursive 1039 1040install-info-am: 1041 1042install-man: 1043 1044install-pdf: install-pdf-recursive 1045 1046install-pdf-am: 1047 1048install-ps: install-ps-recursive 1049 1050install-ps-am: 1051 1052installcheck-am: 1053 1054maintainer-clean: maintainer-clean-recursive 1055 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1056 -rm -rf $(top_srcdir)/autom4te.cache 1057 -rm -f ./$(DEPDIR)/action.Po 1058 -rm -f ./$(DEPDIR)/alias.Po 1059 -rm -f ./$(DEPDIR)/compat.Po 1060 -rm -f ./$(DEPDIR)/expr.Po 1061 -rm -f ./$(DEPDIR)/geometry.Po 1062 -rm -f ./$(DEPDIR)/indicators.Po 1063 -rm -f ./$(DEPDIR)/keycodes.Po 1064 -rm -f ./$(DEPDIR)/keymap.Po 1065 -rm -f ./$(DEPDIR)/keytypes.Po 1066 -rm -f ./$(DEPDIR)/listing.Po 1067 -rm -f ./$(DEPDIR)/misc.Po 1068 -rm -f ./$(DEPDIR)/parseutils.Po 1069 -rm -f ./$(DEPDIR)/symbols.Po 1070 -rm -f ./$(DEPDIR)/utils.Po 1071 -rm -f ./$(DEPDIR)/vmod.Po 1072 -rm -f ./$(DEPDIR)/xkbcomp.Po 1073 -rm -f ./$(DEPDIR)/xkbparse.Po 1074 -rm -f ./$(DEPDIR)/xkbpath.Po 1075 -rm -f ./$(DEPDIR)/xkbscan.Po 1076 -rm -f Makefile 1077maintainer-clean-am: distclean-am maintainer-clean-generic 1078 1079mostlyclean: mostlyclean-recursive 1080 1081mostlyclean-am: mostlyclean-compile mostlyclean-generic 1082 1083pdf: pdf-recursive 1084 1085pdf-am: 1086 1087ps: ps-recursive 1088 1089ps-am: 1090 1091uninstall-am: uninstall-binPROGRAMS uninstall-pkgconfigDATA 1092 1093.MAKE: $(am__recursive_targets) all install-am install-strip 1094 1095.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1096 am--depfiles am--refresh check check-am clean \ 1097 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1098 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1099 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1100 dist-zip dist-zstd distcheck distclean distclean-compile \ 1101 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1102 distdir distuninstallcheck dvi dvi-am html html-am info \ 1103 info-am install install-am install-binPROGRAMS install-data \ 1104 install-data-am install-dvi install-dvi-am install-exec \ 1105 install-exec-am install-html install-html-am install-info \ 1106 install-info-am install-man install-pdf install-pdf-am \ 1107 install-pkgconfigDATA install-ps install-ps-am install-strip \ 1108 installcheck installcheck-am installdirs installdirs-am \ 1109 maintainer-clean maintainer-clean-generic mostlyclean \ 1110 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 1111 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1112 uninstall-pkgconfigDATA 1113 1114.PRECIOUS: Makefile 1115 1116 1117.PHONY: ChangeLog INSTALL 1118 1119INSTALL: 1120 $(INSTALL_CMD) 1121 1122ChangeLog: 1123 $(CHANGELOG_CMD) 1124 1125dist-hook: ChangeLog INSTALL 1126 1127# Tell versions [3.59,3.63) of GNU make to not export all variables. 1128# Otherwise a system limit (for SysV at least) may be exceeded. 1129.NOEXPORT: 1130