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