Makefile.in revision 34345a63
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkgincludedir = $(includedir)/@PACKAGE@ 43pkglibdir = $(libdir)/@PACKAGE@ 44pkglibexecdir = $(libexecdir)/@PACKAGE@ 45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46install_sh_DATA = $(install_sh) -c -m 644 47install_sh_PROGRAM = $(install_sh) -c 48install_sh_SCRIPT = $(install_sh) -c 49INSTALL_HEADER = $(INSTALL_DATA) 50transform = $(program_transform_name) 51NORMAL_INSTALL = : 52PRE_INSTALL = : 53POST_INSTALL = : 54NORMAL_UNINSTALL = : 55PRE_UNINSTALL = : 56POST_UNINSTALL = : 57build_triplet = @build@ 58host_triplet = @host@ 59bin_PROGRAMS = xkbcomp$(EXEEXT) 60subdir = . 61DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 62 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 63 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 64 config.guess config.sub depcomp install-sh missing xkbparse.c \ 65 ylwrap 66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 67am__aclocal_m4_deps = $(top_srcdir)/configure.ac 68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 69 $(ACLOCAL_M4) 70am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 71 configure.lineno config.status.lineno 72mkinstalldirs = $(install_sh) -d 73CONFIG_HEADER = config.h 74CONFIG_CLEAN_FILES = 75CONFIG_CLEAN_VPATH_FILES = 76am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 77PROGRAMS = $(bin_PROGRAMS) 78am_xkbcomp_OBJECTS = action.$(OBJEXT) alias.$(OBJEXT) compat.$(OBJEXT) \ 79 expr.$(OBJEXT) geometry.$(OBJEXT) indicators.$(OBJEXT) \ 80 keycodes.$(OBJEXT) keymap.$(OBJEXT) keytypes.$(OBJEXT) \ 81 listing.$(OBJEXT) misc.$(OBJEXT) parseutils.$(OBJEXT) \ 82 symbols.$(OBJEXT) utils.$(OBJEXT) vmod.$(OBJEXT) \ 83 xkbcomp.$(OBJEXT) xkbparse.$(OBJEXT) xkbpath.$(OBJEXT) \ 84 xkbscan.$(OBJEXT) 85xkbcomp_OBJECTS = $(am_xkbcomp_OBJECTS) 86am__DEPENDENCIES_1 = 87xkbcomp_DEPENDENCIES = $(am__DEPENDENCIES_1) 88DEFAULT_INCLUDES = -I.@am__isrc@ 89depcomp = $(SHELL) $(top_srcdir)/depcomp 90am__depfiles_maybe = depfiles 91am__mv = mv -f 92COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 93 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 94CCLD = $(CC) 95LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 96@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || 97YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) 98YLWRAP = $(top_srcdir)/ylwrap 99SOURCES = $(xkbcomp_SOURCES) 100DIST_SOURCES = $(xkbcomp_SOURCES) 101am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 102am__vpath_adj = case $$p in \ 103 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 104 *) f=$$p;; \ 105 esac; 106am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 107am__install_max = 40 108am__nobase_strip_setup = \ 109 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 110am__nobase_strip = \ 111 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 112am__nobase_list = $(am__nobase_strip_setup); \ 113 for p in $$list; do echo "$$p $$p"; done | \ 114 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 115 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 116 if (++n[$$2] == $(am__install_max)) \ 117 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 118 END { for (dir in files) print dir, files[dir] }' 119am__base_list = \ 120 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 121 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 122DATA = $(appman_DATA) 123ETAGS = etags 124CTAGS = ctags 125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 126distdir = $(PACKAGE)-$(VERSION) 127top_distdir = $(distdir) 128am__remove_distdir = \ 129 { test ! -d "$(distdir)" \ 130 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 131 && rm -fr "$(distdir)"; }; } 132DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 133GZIP_ENV = --best 134distuninstallcheck_listfiles = find . -type f -print 135ACLOCAL = @ACLOCAL@ 136ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 137ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 138AMTAR = @AMTAR@ 139APP_MAN_DIR = @APP_MAN_DIR@ 140APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 141AUTOCONF = @AUTOCONF@ 142AUTOHEADER = @AUTOHEADER@ 143AUTOMAKE = @AUTOMAKE@ 144AWK = @AWK@ 145CC = @CC@ 146CCDEPMODE = @CCDEPMODE@ 147CFLAGS = @CFLAGS@ 148CHANGELOG_CMD = @CHANGELOG_CMD@ 149CPP = @CPP@ 150CPPFLAGS = @CPPFLAGS@ 151CWARNFLAGS = @CWARNFLAGS@ 152CYGPATH_W = @CYGPATH_W@ 153DEFS = @DEFS@ 154DEPDIR = @DEPDIR@ 155DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 156DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 157ECHO_C = @ECHO_C@ 158ECHO_N = @ECHO_N@ 159ECHO_T = @ECHO_T@ 160EGREP = @EGREP@ 161EXEEXT = @EXEEXT@ 162FILE_MAN_DIR = @FILE_MAN_DIR@ 163FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 164GREP = @GREP@ 165INSTALL = @INSTALL@ 166INSTALL_DATA = @INSTALL_DATA@ 167INSTALL_PROGRAM = @INSTALL_PROGRAM@ 168INSTALL_SCRIPT = @INSTALL_SCRIPT@ 169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 170LDFLAGS = @LDFLAGS@ 171LIBOBJS = @LIBOBJS@ 172LIBS = @LIBS@ 173LIB_MAN_DIR = @LIB_MAN_DIR@ 174LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 175LTLIBOBJS = @LTLIBOBJS@ 176MAINT = @MAINT@ 177MAKEINFO = @MAKEINFO@ 178MISC_MAN_DIR = @MISC_MAN_DIR@ 179MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 180MKDIR_P = @MKDIR_P@ 181OBJEXT = @OBJEXT@ 182PACKAGE = @PACKAGE@ 183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 184PACKAGE_NAME = @PACKAGE_NAME@ 185PACKAGE_STRING = @PACKAGE_STRING@ 186PACKAGE_TARNAME = @PACKAGE_TARNAME@ 187PACKAGE_VERSION = @PACKAGE_VERSION@ 188PATH_SEPARATOR = @PATH_SEPARATOR@ 189PKG_CONFIG = @PKG_CONFIG@ 190SET_MAKE = @SET_MAKE@ 191SHELL = @SHELL@ 192STRIP = @STRIP@ 193VERSION = @VERSION@ 194XKBCOMP_CFLAGS = @XKBCOMP_CFLAGS@ 195XKBCOMP_LIBS = @XKBCOMP_LIBS@ 196XKBCONFIGROOT = @XKBCONFIGROOT@ 197YACC = @YACC@ 198YFLAGS = @YFLAGS@ 199abs_builddir = @abs_builddir@ 200abs_srcdir = @abs_srcdir@ 201abs_top_builddir = @abs_top_builddir@ 202abs_top_srcdir = @abs_top_srcdir@ 203ac_ct_CC = @ac_ct_CC@ 204am__include = @am__include@ 205am__leading_dot = @am__leading_dot@ 206am__quote = @am__quote@ 207am__tar = @am__tar@ 208am__untar = @am__untar@ 209bindir = @bindir@ 210build = @build@ 211build_alias = @build_alias@ 212build_cpu = @build_cpu@ 213build_os = @build_os@ 214build_vendor = @build_vendor@ 215builddir = @builddir@ 216datadir = @datadir@ 217datarootdir = @datarootdir@ 218distcleancheck_listfiles = @distcleancheck_listfiles@ 219docdir = @docdir@ 220dvidir = @dvidir@ 221exec_prefix = @exec_prefix@ 222host = @host@ 223host_alias = @host_alias@ 224host_cpu = @host_cpu@ 225host_os = @host_os@ 226host_vendor = @host_vendor@ 227htmldir = @htmldir@ 228includedir = @includedir@ 229infodir = @infodir@ 230install_sh = @install_sh@ 231libdir = @libdir@ 232libexecdir = @libexecdir@ 233localedir = @localedir@ 234localstatedir = @localstatedir@ 235mandir = @mandir@ 236mkdir_p = @mkdir_p@ 237oldincludedir = @oldincludedir@ 238pdfdir = @pdfdir@ 239prefix = @prefix@ 240program_transform_name = @program_transform_name@ 241psdir = @psdir@ 242sbindir = @sbindir@ 243sharedstatedir = @sharedstatedir@ 244srcdir = @srcdir@ 245sysconfdir = @sysconfdir@ 246target_alias = @target_alias@ 247top_build_prefix = @top_build_prefix@ 248top_builddir = @top_builddir@ 249top_srcdir = @top_srcdir@ 250AM_CFLAGS = $(XKBCOMP_CFLAGS) -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' 251xkbcomp_LDADD = $(XKBCOMP_LIBS) 252xkbcomp_SOURCES = \ 253 action.c \ 254 action.h \ 255 alias.c \ 256 alias.h \ 257 compat.c \ 258 compat.h \ 259 expr.c \ 260 expr.h \ 261 geometry.c \ 262 indicators.c \ 263 indicators.h \ 264 keycodes.c \ 265 keycodes.h \ 266 keymap.c \ 267 keytypes.c \ 268 listing.c \ 269 misc.c \ 270 misc.h \ 271 parseutils.c \ 272 parseutils.h \ 273 symbols.c \ 274 tokens.h \ 275 utils.c \ 276 utils.h \ 277 vmod.c \ 278 vmod.h \ 279 xkbcomp.c \ 280 xkbcomp.h \ 281 xkbparse.y \ 282 xkbpath.c \ 283 xkbpath.h \ 284 xkbscan.c 285 286appman_PRE = \ 287 xkbcomp.man 288 289BUILT_SOURCES = xkbparse.c 290MAINTAINERCLEANFILES = $(BUILT_SOURCES) ChangeLog 291EXTRA_DIST = README.config README.enhancing $(appman_PRE) ChangeLog 292appmandir = $(APP_MAN_DIR) 293appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 294CLEANFILES = $(appman_DATA) 295SED = sed 296 297# Strings to replace in man pages 298XORGRELSTRING = @PACKAGE_STRING@ 299XORGMANNAME = X Version 11 300MAN_SUBSTS = \ 301 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 302 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 303 -e 's|__xservername__|Xorg|g' \ 304 -e 's|__xconfigfile__|xorg.conf|g' \ 305 -e 's|__projectroot__|$(prefix)|g' \ 306 -e 's|__apploaddir__|$(appdefaultdir)|' \ 307 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 308 -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ 309 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 310 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 311 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 312 313SUFFIXES = .$(APP_MAN_SUFFIX) .man 314all: $(BUILT_SOURCES) config.h 315 $(MAKE) $(AM_MAKEFLAGS) all-am 316 317.SUFFIXES: 318.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj .y 319am--refresh: 320 @: 321$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 322 @for dep in $?; do \ 323 case '$(am__configure_deps)' in \ 324 *$$dep*) \ 325 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 326 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 327 && exit 0; \ 328 exit 1;; \ 329 esac; \ 330 done; \ 331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 332 $(am__cd) $(top_srcdir) && \ 333 $(AUTOMAKE) --gnu Makefile 334.PRECIOUS: Makefile 335Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 336 @case '$?' in \ 337 *config.status*) \ 338 echo ' $(SHELL) ./config.status'; \ 339 $(SHELL) ./config.status;; \ 340 *) \ 341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 342 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 343 esac; 344 345$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 346 $(SHELL) ./config.status --recheck 347 348$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 349 $(am__cd) $(srcdir) && $(AUTOCONF) 350$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 351 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 352$(am__aclocal_m4_deps): 353 354config.h: stamp-h1 355 @if test ! -f $@; then \ 356 rm -f stamp-h1; \ 357 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 358 else :; fi 359 360stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 361 @rm -f stamp-h1 362 cd $(top_builddir) && $(SHELL) ./config.status config.h 363$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 364 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 365 rm -f stamp-h1 366 touch $@ 367 368distclean-hdr: 369 -rm -f config.h stamp-h1 370install-binPROGRAMS: $(bin_PROGRAMS) 371 @$(NORMAL_INSTALL) 372 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 373 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 374 for p in $$list; do echo "$$p $$p"; done | \ 375 sed 's/$(EXEEXT)$$//' | \ 376 while read p p1; do if test -f $$p; \ 377 then echo "$$p"; echo "$$p"; else :; fi; \ 378 done | \ 379 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 380 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 381 sed 'N;N;N;s,\n, ,g' | \ 382 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 383 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 384 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 385 else { print "f", $$3 "/" $$4, $$1; } } \ 386 END { for (d in files) print "f", d, files[d] }' | \ 387 while read type dir files; do \ 388 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 389 test -z "$$files" || { \ 390 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 391 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 392 } \ 393 ; done 394 395uninstall-binPROGRAMS: 396 @$(NORMAL_UNINSTALL) 397 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 398 files=`for p in $$list; do echo "$$p"; done | \ 399 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 400 -e 's/$$/$(EXEEXT)/' `; \ 401 test -n "$$list" || exit 0; \ 402 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 403 cd "$(DESTDIR)$(bindir)" && rm -f $$files 404 405clean-binPROGRAMS: 406 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 407xkbcomp$(EXEEXT): $(xkbcomp_OBJECTS) $(xkbcomp_DEPENDENCIES) 408 @rm -f xkbcomp$(EXEEXT) 409 $(LINK) $(xkbcomp_OBJECTS) $(xkbcomp_LDADD) $(LIBS) 410 411mostlyclean-compile: 412 -rm -f *.$(OBJEXT) 413 414distclean-compile: 415 -rm -f *.tab.c 416 417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action.Po@am__quote@ 418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@ 419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@ 420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@ 421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geometry.Po@am__quote@ 422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicators.Po@am__quote@ 423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keycodes.Po@am__quote@ 424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keymap.Po@am__quote@ 425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keytypes.Po@am__quote@ 426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listing.Po@am__quote@ 427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ 428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseutils.Po@am__quote@ 429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@ 430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ 431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vmod.Po@am__quote@ 432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbcomp.Po@am__quote@ 433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbparse.Po@am__quote@ 434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbpath.Po@am__quote@ 435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbscan.Po@am__quote@ 436 437.c.o: 438@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 439@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 440@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 441@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 442@am__fastdepCC_FALSE@ $(COMPILE) -c $< 443 444.c.obj: 445@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 446@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 447@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 448@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 449@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 450 451.y.c: 452 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) 453install-appmanDATA: $(appman_DATA) 454 @$(NORMAL_INSTALL) 455 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 456 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 457 for p in $$list; do \ 458 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 459 echo "$$d$$p"; \ 460 done | $(am__base_list) | \ 461 while read files; do \ 462 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 463 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 464 done 465 466uninstall-appmanDATA: 467 @$(NORMAL_UNINSTALL) 468 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 469 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 470 test -n "$$files" || exit 0; \ 471 echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \ 472 cd "$(DESTDIR)$(appmandir)" && rm -f $$files 473 474ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 475 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 476 unique=`for i in $$list; do \ 477 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 478 done | \ 479 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 480 END { if (nonempty) { for (i in files) print i; }; }'`; \ 481 mkid -fID $$unique 482tags: TAGS 483 484TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 485 $(TAGS_FILES) $(LISP) 486 set x; \ 487 here=`pwd`; \ 488 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 489 unique=`for i in $$list; do \ 490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 491 done | \ 492 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 493 END { if (nonempty) { for (i in files) print i; }; }'`; \ 494 shift; \ 495 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 496 test -n "$$unique" || unique=$$empty_fix; \ 497 if test $$# -gt 0; then \ 498 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 499 "$$@" $$unique; \ 500 else \ 501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 502 $$unique; \ 503 fi; \ 504 fi 505ctags: CTAGS 506CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 507 $(TAGS_FILES) $(LISP) 508 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 509 unique=`for i in $$list; do \ 510 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 511 done | \ 512 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 513 END { if (nonempty) { for (i in files) print i; }; }'`; \ 514 test -z "$(CTAGS_ARGS)$$unique" \ 515 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 516 $$unique 517 518GTAGS: 519 here=`$(am__cd) $(top_builddir) && pwd` \ 520 && $(am__cd) $(top_srcdir) \ 521 && gtags -i $(GTAGS_ARGS) "$$here" 522 523distclean-tags: 524 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 525 526distdir: $(DISTFILES) 527 $(am__remove_distdir) 528 test -d "$(distdir)" || mkdir "$(distdir)" 529 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 530 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 531 list='$(DISTFILES)'; \ 532 dist_files=`for file in $$list; do echo $$file; done | \ 533 sed -e "s|^$$srcdirstrip/||;t" \ 534 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 535 case $$dist_files in \ 536 */*) $(MKDIR_P) `echo "$$dist_files" | \ 537 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 538 sort -u` ;; \ 539 esac; \ 540 for file in $$dist_files; do \ 541 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 542 if test -d $$d/$$file; then \ 543 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 544 if test -d "$(distdir)/$$file"; then \ 545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 546 fi; \ 547 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 548 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 550 fi; \ 551 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 552 else \ 553 test -f "$(distdir)/$$file" \ 554 || cp -p $$d/$$file "$(distdir)/$$file" \ 555 || exit 1; \ 556 fi; \ 557 done 558 $(MAKE) $(AM_MAKEFLAGS) \ 559 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 560 dist-hook 561 -test -n "$(am__skip_mode_fix)" \ 562 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 563 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 564 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 565 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 566 || chmod -R a+r "$(distdir)" 567dist-gzip: distdir 568 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 569 $(am__remove_distdir) 570dist-bzip2: distdir 571 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 572 $(am__remove_distdir) 573 574dist-lzma: distdir 575 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 576 $(am__remove_distdir) 577 578dist-xz: distdir 579 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 580 $(am__remove_distdir) 581 582dist-tarZ: distdir 583 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 584 $(am__remove_distdir) 585 586dist-shar: distdir 587 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 588 $(am__remove_distdir) 589 590dist-zip: distdir 591 -rm -f $(distdir).zip 592 zip -rq $(distdir).zip $(distdir) 593 $(am__remove_distdir) 594 595dist dist-all: distdir 596 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 597 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 598 $(am__remove_distdir) 599 600# This target untars the dist file and tries a VPATH configuration. Then 601# it guarantees that the distribution is self-contained by making another 602# tarfile. 603distcheck: dist 604 case '$(DIST_ARCHIVES)' in \ 605 *.tar.gz*) \ 606 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 607 *.tar.bz2*) \ 608 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 609 *.tar.lzma*) \ 610 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 611 *.tar.xz*) \ 612 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 613 *.tar.Z*) \ 614 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 615 *.shar.gz*) \ 616 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 617 *.zip*) \ 618 unzip $(distdir).zip ;;\ 619 esac 620 chmod -R a-w $(distdir); chmod a+w $(distdir) 621 mkdir $(distdir)/_build 622 mkdir $(distdir)/_inst 623 chmod a-w $(distdir) 624 test -d $(distdir)/_build || exit 0; \ 625 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 626 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 627 && am__cwd=`pwd` \ 628 && $(am__cd) $(distdir)/_build \ 629 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 630 $(DISTCHECK_CONFIGURE_FLAGS) \ 631 && $(MAKE) $(AM_MAKEFLAGS) \ 632 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 633 && $(MAKE) $(AM_MAKEFLAGS) check \ 634 && $(MAKE) $(AM_MAKEFLAGS) install \ 635 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 636 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 637 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 638 distuninstallcheck \ 639 && chmod -R a-w "$$dc_install_base" \ 640 && ({ \ 641 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 642 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 643 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 644 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 645 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 646 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 647 && rm -rf "$$dc_destdir" \ 648 && $(MAKE) $(AM_MAKEFLAGS) dist \ 649 && rm -rf $(DIST_ARCHIVES) \ 650 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 651 && cd "$$am__cwd" \ 652 || exit 1 653 $(am__remove_distdir) 654 @(echo "$(distdir) archives ready for distribution: "; \ 655 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 656 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 657distuninstallcheck: 658 @$(am__cd) '$(distuninstallcheck_dir)' \ 659 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 660 || { echo "ERROR: files left after uninstall:" ; \ 661 if test -n "$(DESTDIR)"; then \ 662 echo " (check DESTDIR support)"; \ 663 fi ; \ 664 $(distuninstallcheck_listfiles) ; \ 665 exit 1; } >&2 666distcleancheck: distclean 667 @if test '$(srcdir)' = . ; then \ 668 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 669 exit 1 ; \ 670 fi 671 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 672 || { echo "ERROR: files left in build directory after distclean:" ; \ 673 $(distcleancheck_listfiles) ; \ 674 exit 1; } >&2 675check-am: all-am 676check: $(BUILT_SOURCES) 677 $(MAKE) $(AM_MAKEFLAGS) check-am 678all-am: Makefile $(PROGRAMS) $(DATA) config.h 679installdirs: 680 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 681 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 682 done 683install: $(BUILT_SOURCES) 684 $(MAKE) $(AM_MAKEFLAGS) install-am 685install-exec: install-exec-am 686install-data: install-data-am 687uninstall: uninstall-am 688 689install-am: all-am 690 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 691 692installcheck: installcheck-am 693install-strip: 694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 696 `test -z '$(STRIP)' || \ 697 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 698mostlyclean-generic: 699 700clean-generic: 701 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 702 703distclean-generic: 704 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 705 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 706 707maintainer-clean-generic: 708 @echo "This command is intended for maintainers to use" 709 @echo "it deletes files that may require special tools to rebuild." 710 -rm -f xkbparse.c 711 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 712 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 713clean: clean-am 714 715clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 716 717distclean: distclean-am 718 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 719 -rm -rf ./$(DEPDIR) 720 -rm -f Makefile 721distclean-am: clean-am distclean-compile distclean-generic \ 722 distclean-hdr distclean-tags 723 724dvi: dvi-am 725 726dvi-am: 727 728html: html-am 729 730html-am: 731 732info: info-am 733 734info-am: 735 736install-data-am: install-appmanDATA 737 738install-dvi: install-dvi-am 739 740install-dvi-am: 741 742install-exec-am: install-binPROGRAMS 743 744install-html: install-html-am 745 746install-html-am: 747 748install-info: install-info-am 749 750install-info-am: 751 752install-man: 753 754install-pdf: install-pdf-am 755 756install-pdf-am: 757 758install-ps: install-ps-am 759 760install-ps-am: 761 762installcheck-am: 763 764maintainer-clean: maintainer-clean-am 765 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 766 -rm -rf $(top_srcdir)/autom4te.cache 767 -rm -rf ./$(DEPDIR) 768 -rm -f Makefile 769maintainer-clean-am: distclean-am maintainer-clean-generic 770 771mostlyclean: mostlyclean-am 772 773mostlyclean-am: mostlyclean-compile mostlyclean-generic 774 775pdf: pdf-am 776 777pdf-am: 778 779ps: ps-am 780 781ps-am: 782 783uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 784 785.MAKE: all check install install-am install-strip 786 787.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 788 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 789 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 790 dist-zip distcheck distclean distclean-compile \ 791 distclean-generic distclean-hdr distclean-tags distcleancheck \ 792 distdir distuninstallcheck dvi dvi-am html html-am info \ 793 info-am install install-am install-appmanDATA \ 794 install-binPROGRAMS install-data install-data-am install-dvi \ 795 install-dvi-am install-exec install-exec-am install-html \ 796 install-html-am install-info install-info-am install-man \ 797 install-pdf install-pdf-am install-ps install-ps-am \ 798 install-strip installcheck installcheck-am installdirs \ 799 maintainer-clean maintainer-clean-generic mostlyclean \ 800 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 801 tags uninstall uninstall-am uninstall-appmanDATA \ 802 uninstall-binPROGRAMS 803 804 805.man.$(APP_MAN_SUFFIX): 806 sed $(MAN_SUBSTS) < $< > $@ 807 808.PHONY: ChangeLog 809 810ChangeLog: 811 $(CHANGELOG_CMD) 812 813dist-hook: ChangeLog 814 815# Tell versions [3.59,3.63) of GNU make to not export all variables. 816# Otherwise a system limit (for SysV at least) may be exceeded. 817.NOEXPORT: 818