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