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