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