Makefile.in revision 28515619
1# Makefile.in generated by automake 1.12.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2012 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 Adam Jackson. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37VPATH = @srcdir@ 38am__make_dryrun = \ 39 { \ 40 am__dry=no; \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 44 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 45 *) \ 46 for am__flg in $$MAKEFLAGS; do \ 47 case $$am__flg in \ 48 *=*|--*) ;; \ 49 *n*) am__dry=yes; break;; \ 50 esac; \ 51 done;; \ 52 esac; \ 53 test $$am__dry = yes; \ 54 } 55pkgdatadir = $(datadir)/@PACKAGE@ 56pkgincludedir = $(includedir)/@PACKAGE@ 57pkglibdir = $(libdir)/@PACKAGE@ 58pkglibexecdir = $(libexecdir)/@PACKAGE@ 59am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 60install_sh_DATA = $(install_sh) -c -m 644 61install_sh_PROGRAM = $(install_sh) -c 62install_sh_SCRIPT = $(install_sh) -c 63INSTALL_HEADER = $(INSTALL_DATA) 64transform = $(program_transform_name) 65NORMAL_INSTALL = : 66PRE_INSTALL = : 67POST_INSTALL = : 68NORMAL_UNINSTALL = : 69PRE_UNINSTALL = : 70POST_UNINSTALL = : 71build_triplet = @build@ 72host_triplet = @host@ 73subdir = . 74DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 75 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 76 $(srcdir)/xorg-synaptics.pc.in $(top_srcdir)/configure COPYING \ 77 ChangeLog INSTALL config.guess config.sub depcomp install-sh \ 78 ltmain.sh missing 79ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 80am__aclocal_m4_deps = $(top_srcdir)/configure.ac 81am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 82 $(ACLOCAL_M4) 83am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 84 configure.lineno config.status.lineno 85mkinstalldirs = $(install_sh) -d 86CONFIG_HEADER = config.h 87CONFIG_CLEAN_FILES = xorg-synaptics.pc 88CONFIG_CLEAN_VPATH_FILES = 89AM_V_P = $(am__v_P_@AM_V@) 90am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 91am__v_P_0 = false 92am__v_P_1 = : 93AM_V_GEN = $(am__v_GEN_@AM_V@) 94am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 95am__v_GEN_0 = @echo " GEN " $@; 96am__v_GEN_1 = 97AM_V_at = $(am__v_at_@AM_V@) 98am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 99am__v_at_0 = @ 100am__v_at_1 = 101SOURCES = 102DIST_SOURCES = 103RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 104 html-recursive info-recursive install-data-recursive \ 105 install-dvi-recursive install-exec-recursive \ 106 install-html-recursive install-info-recursive \ 107 install-pdf-recursive install-ps-recursive install-recursive \ 108 installcheck-recursive installdirs-recursive pdf-recursive \ 109 ps-recursive uninstall-recursive 110am__can_run_installinfo = \ 111 case $$AM_UPDATE_INFO_DIR in \ 112 n|no|NO) false;; \ 113 *) (install-info --version) >/dev/null 2>&1;; \ 114 esac 115am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 116am__vpath_adj = case $$p in \ 117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 118 *) f=$$p;; \ 119 esac; 120am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 121am__install_max = 40 122am__nobase_strip_setup = \ 123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 124am__nobase_strip = \ 125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 126am__nobase_list = $(am__nobase_strip_setup); \ 127 for p in $$list; do echo "$$p $$p"; done | \ 128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 130 if (++n[$$2] == $(am__install_max)) \ 131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 132 END { for (dir in files) print dir, files[dir] }' 133am__base_list = \ 134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 136am__uninstall_files_from_dir = { \ 137 test -z "$$files" \ 138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 140 $(am__cd) "$$dir" && rm -f $$files; }; \ 141 } 142am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 143DATA = $(pkgconfig_DATA) 144RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 145 distclean-recursive maintainer-clean-recursive 146AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 147 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 148 cscope distdir dist dist-all distcheck 149ETAGS = etags 150CTAGS = ctags 151CSCOPE = cscope 152DIST_SUBDIRS = $(SUBDIRS) 153DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 154distdir = $(PACKAGE)-$(VERSION) 155top_distdir = $(distdir) 156am__remove_distdir = \ 157 if test -d "$(distdir)"; then \ 158 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 159 && rm -rf "$(distdir)" \ 160 || { sleep 5 && rm -rf "$(distdir)"; }; \ 161 else :; fi 162am__post_remove_distdir = $(am__remove_distdir) 163am__relativize = \ 164 dir0=`pwd`; \ 165 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 166 sed_rest='s,^[^/]*/*,,'; \ 167 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 168 sed_butlast='s,/*[^/]*$$,,'; \ 169 while test -n "$$dir1"; do \ 170 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 171 if test "$$first" != "."; then \ 172 if test "$$first" = ".."; then \ 173 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 174 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 175 else \ 176 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 177 if test "$$first2" = "$$first"; then \ 178 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 179 else \ 180 dir2="../$$dir2"; \ 181 fi; \ 182 dir0="$$dir0"/"$$first"; \ 183 fi; \ 184 fi; \ 185 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 186 done; \ 187 reldir="$$dir2" 188DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 189GZIP_ENV = --best 190DIST_TARGETS = dist-bzip2 dist-gzip 191distuninstallcheck_listfiles = find . -type f -print 192am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 193 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 194distcleancheck_listfiles = find . -type f -print 195ACLOCAL = @ACLOCAL@ 196ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 197ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 198AMTAR = @AMTAR@ 199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 200APP_MAN_DIR = @APP_MAN_DIR@ 201APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 202AR = @AR@ 203AUTOCONF = @AUTOCONF@ 204AUTOHEADER = @AUTOHEADER@ 205AUTOMAKE = @AUTOMAKE@ 206AWK = @AWK@ 207BASE_CFLAGS = @BASE_CFLAGS@ 208CC = @CC@ 209CCDEPMODE = @CCDEPMODE@ 210CFLAGS = @CFLAGS@ 211CHANGELOG_CMD = @CHANGELOG_CMD@ 212CPP = @CPP@ 213CPPFLAGS = @CPPFLAGS@ 214CWARNFLAGS = @CWARNFLAGS@ 215CYGPATH_W = @CYGPATH_W@ 216DEFS = @DEFS@ 217DEPDIR = @DEPDIR@ 218DLLTOOL = @DLLTOOL@ 219DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 220DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 221DSYMUTIL = @DSYMUTIL@ 222DUMPBIN = @DUMPBIN@ 223ECHO_C = @ECHO_C@ 224ECHO_N = @ECHO_N@ 225ECHO_T = @ECHO_T@ 226EGREP = @EGREP@ 227EXEEXT = @EXEEXT@ 228FGREP = @FGREP@ 229FILE_MAN_DIR = @FILE_MAN_DIR@ 230FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 231GREP = @GREP@ 232INSTALL = @INSTALL@ 233INSTALL_CMD = @INSTALL_CMD@ 234INSTALL_DATA = @INSTALL_DATA@ 235INSTALL_PROGRAM = @INSTALL_PROGRAM@ 236INSTALL_SCRIPT = @INSTALL_SCRIPT@ 237INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 238LD = @LD@ 239LDFLAGS = @LDFLAGS@ 240LIBOBJS = @LIBOBJS@ 241LIBS = @LIBS@ 242LIBTOOL = @LIBTOOL@ 243LIB_MAN_DIR = @LIB_MAN_DIR@ 244LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 245LIPO = @LIPO@ 246LN_S = @LN_S@ 247LTLIBOBJS = @LTLIBOBJS@ 248MAINT = @MAINT@ 249MAKEINFO = @MAKEINFO@ 250MANIFEST_TOOL = @MANIFEST_TOOL@ 251MAN_SUBSTS = @MAN_SUBSTS@ 252MISC_MAN_DIR = @MISC_MAN_DIR@ 253MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 254MKDIR_P = @MKDIR_P@ 255MTDEV_CFLAGS = @MTDEV_CFLAGS@ 256MTDEV_LIBS = @MTDEV_LIBS@ 257NM = @NM@ 258NMEDIT = @NMEDIT@ 259OBJDUMP = @OBJDUMP@ 260OBJEXT = @OBJEXT@ 261OTOOL = @OTOOL@ 262OTOOL64 = @OTOOL64@ 263PACKAGE = @PACKAGE@ 264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 265PACKAGE_NAME = @PACKAGE_NAME@ 266PACKAGE_STRING = @PACKAGE_STRING@ 267PACKAGE_TARNAME = @PACKAGE_TARNAME@ 268PACKAGE_URL = @PACKAGE_URL@ 269PACKAGE_VERSION = @PACKAGE_VERSION@ 270PATH_SEPARATOR = @PATH_SEPARATOR@ 271PKG_CONFIG = @PKG_CONFIG@ 272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 274RANLIB = @RANLIB@ 275SED = @SED@ 276SET_MAKE = @SET_MAKE@ 277SHELL = @SHELL@ 278STRICT_CFLAGS = @STRICT_CFLAGS@ 279STRIP = @STRIP@ 280VERSION = @VERSION@ 281XI_CFLAGS = @XI_CFLAGS@ 282XI_LIBS = @XI_LIBS@ 283XORG_CFLAGS = @XORG_CFLAGS@ 284XORG_LIBS = @XORG_LIBS@ 285XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 286XORG_MAN_PAGE = @XORG_MAN_PAGE@ 287XTST_CFLAGS = @XTST_CFLAGS@ 288XTST_LIBS = @XTST_LIBS@ 289abs_builddir = @abs_builddir@ 290abs_srcdir = @abs_srcdir@ 291abs_top_builddir = @abs_top_builddir@ 292abs_top_srcdir = @abs_top_srcdir@ 293ac_ct_AR = @ac_ct_AR@ 294ac_ct_CC = @ac_ct_CC@ 295ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 296am__include = @am__include@ 297am__leading_dot = @am__leading_dot@ 298am__quote = @am__quote@ 299am__tar = @am__tar@ 300am__untar = @am__untar@ 301bindir = @bindir@ 302build = @build@ 303build_alias = @build_alias@ 304build_cpu = @build_cpu@ 305build_os = @build_os@ 306build_vendor = @build_vendor@ 307builddir = @builddir@ 308configdir = @configdir@ 309datadir = @datadir@ 310datarootdir = @datarootdir@ 311docdir = @docdir@ 312dvidir = @dvidir@ 313exec_prefix = @exec_prefix@ 314host = @host@ 315host_alias = @host_alias@ 316host_cpu = @host_cpu@ 317host_os = @host_os@ 318host_vendor = @host_vendor@ 319htmldir = @htmldir@ 320includedir = @includedir@ 321infodir = @infodir@ 322inputdir = @inputdir@ 323install_sh = @install_sh@ 324libdir = @libdir@ 325libexecdir = @libexecdir@ 326localedir = @localedir@ 327localstatedir = @localstatedir@ 328mandir = @mandir@ 329mkdir_p = @mkdir_p@ 330oldincludedir = @oldincludedir@ 331pdfdir = @pdfdir@ 332prefix = @prefix@ 333program_transform_name = @program_transform_name@ 334psdir = @psdir@ 335sbindir = @sbindir@ 336sdkdir = @sdkdir@ 337sharedstatedir = @sharedstatedir@ 338srcdir = @srcdir@ 339sysconfdir = @sysconfdir@ 340target_alias = @target_alias@ 341top_build_prefix = @top_build_prefix@ 342top_builddir = @top_builddir@ 343top_srcdir = @top_srcdir@ 344 345# During distcheck, system locations (as provided by pkg-config) may 346# not be writable; provide instead relative locations. 347DISTCHECK_CONFIGURE_FLAGS = \ 348 --with-sdkdir='$${includedir}/xorg' \ 349 --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d' 350 351SUBDIRS = include src man tools conf test 352MAINTAINERCLEANFILES = ChangeLog INSTALL 353pkgconfigdir = $(libdir)/pkgconfig 354pkgconfig_DATA = xorg-synaptics.pc 355all: config.h 356 $(MAKE) $(AM_MAKEFLAGS) all-recursive 357 358.SUFFIXES: 359am--refresh: Makefile 360 @: 361$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 362 @for dep in $?; do \ 363 case '$(am__configure_deps)' in \ 364 *$$dep*) \ 365 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 366 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 367 && exit 0; \ 368 exit 1;; \ 369 esac; \ 370 done; \ 371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 372 $(am__cd) $(top_srcdir) && \ 373 $(AUTOMAKE) --foreign Makefile 374.PRECIOUS: Makefile 375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 376 @case '$?' in \ 377 *config.status*) \ 378 echo ' $(SHELL) ./config.status'; \ 379 $(SHELL) ./config.status;; \ 380 *) \ 381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 382 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 383 esac; 384 385$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 386 $(SHELL) ./config.status --recheck 387 388$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 389 $(am__cd) $(srcdir) && $(AUTOCONF) 390$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 391 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 392$(am__aclocal_m4_deps): 393 394config.h: stamp-h1 395 @if test ! -f $@; then rm -f stamp-h1; else :; fi 396 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 397 398stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 399 @rm -f stamp-h1 400 cd $(top_builddir) && $(SHELL) ./config.status config.h 401$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 402 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 403 rm -f stamp-h1 404 touch $@ 405 406distclean-hdr: 407 -rm -f config.h stamp-h1 408xorg-synaptics.pc: $(top_builddir)/config.status $(srcdir)/xorg-synaptics.pc.in 409 cd $(top_builddir) && $(SHELL) ./config.status $@ 410 411mostlyclean-libtool: 412 -rm -f *.lo 413 414clean-libtool: 415 -rm -rf .libs _libs 416 417distclean-libtool: 418 -rm -f libtool config.lt 419install-pkgconfigDATA: $(pkgconfig_DATA) 420 @$(NORMAL_INSTALL) 421 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 422 if test -n "$$list"; then \ 423 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 424 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 425 fi; \ 426 for p in $$list; do \ 427 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 428 echo "$$d$$p"; \ 429 done | $(am__base_list) | \ 430 while read files; do \ 431 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 432 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 433 done 434 435uninstall-pkgconfigDATA: 436 @$(NORMAL_UNINSTALL) 437 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 438 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 439 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 440 441# This directory's subdirectories are mostly independent; you can cd 442# into them and run 'make' without going through this Makefile. 443# To change the values of 'make' variables: instead of editing Makefiles, 444# (1) if the variable is set in 'config.status', edit 'config.status' 445# (which will cause the Makefiles to be regenerated when you run 'make'); 446# (2) otherwise, pass the desired values on the 'make' command line. 447$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): 448 @fail= failcom='exit 1'; \ 449 for f in x $$MAKEFLAGS; do \ 450 case $$f in \ 451 *=* | --[!k]*);; \ 452 *k*) failcom='fail=yes';; \ 453 esac; \ 454 done; \ 455 dot_seen=no; \ 456 target=`echo $@ | sed s/-recursive//`; \ 457 case "$@" in \ 458 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 459 *) list='$(SUBDIRS)' ;; \ 460 esac; \ 461 for subdir in $$list; do \ 462 echo "Making $$target in $$subdir"; \ 463 if test "$$subdir" = "."; then \ 464 dot_seen=yes; \ 465 local_target="$$target-am"; \ 466 else \ 467 local_target="$$target"; \ 468 fi; \ 469 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 470 || eval $$failcom; \ 471 done; \ 472 if test "$$dot_seen" = "no"; then \ 473 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 474 fi; test -z "$$fail" 475tags-recursive: 476 list='$(SUBDIRS)'; for subdir in $$list; do \ 477 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 478 done 479ctags-recursive: 480 list='$(SUBDIRS)'; for subdir in $$list; do \ 481 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 482 done 483cscopelist-recursive: 484 list='$(SUBDIRS)'; for subdir in $$list; do \ 485 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ 486 done 487 488ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 489 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 490 unique=`for i in $$list; do \ 491 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 492 done | \ 493 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 494 END { if (nonempty) { for (i in files) print i; }; }'`; \ 495 mkid -fID $$unique 496tags: TAGS 497 498TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 499 $(TAGS_FILES) $(LISP) 500 set x; \ 501 here=`pwd`; \ 502 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 503 include_option=--etags-include; \ 504 empty_fix=.; \ 505 else \ 506 include_option=--include; \ 507 empty_fix=; \ 508 fi; \ 509 list='$(SUBDIRS)'; for subdir in $$list; do \ 510 if test "$$subdir" = .; then :; else \ 511 test ! -f $$subdir/TAGS || \ 512 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 513 fi; \ 514 done; \ 515 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 516 unique=`for i in $$list; do \ 517 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 518 done | \ 519 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 520 END { if (nonempty) { for (i in files) print i; }; }'`; \ 521 shift; \ 522 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 523 test -n "$$unique" || unique=$$empty_fix; \ 524 if test $$# -gt 0; then \ 525 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 526 "$$@" $$unique; \ 527 else \ 528 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 529 $$unique; \ 530 fi; \ 531 fi 532ctags: CTAGS 533CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 534 $(TAGS_FILES) $(LISP) 535 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 536 unique=`for i in $$list; do \ 537 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 538 done | \ 539 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 540 END { if (nonempty) { for (i in files) print i; }; }'`; \ 541 test -z "$(CTAGS_ARGS)$$unique" \ 542 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 543 $$unique 544 545GTAGS: 546 here=`$(am__cd) $(top_builddir) && pwd` \ 547 && $(am__cd) $(top_srcdir) \ 548 && gtags -i $(GTAGS_ARGS) "$$here" 549 550cscope: cscope.files 551 test ! -s cscope.files \ 552 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 553 554clean-cscope: 555 -rm -f cscope.files 556 557cscope.files: clean-cscope cscopelist-recursive cscopelist 558 559cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) 560 list='$(SOURCES) $(HEADERS) $(LISP)'; \ 561 case "$(srcdir)" in \ 562 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 563 *) sdir=$(subdir)/$(srcdir) ;; \ 564 esac; \ 565 for i in $$list; do \ 566 if test -f "$$i"; then \ 567 echo "$(subdir)/$$i"; \ 568 else \ 569 echo "$$sdir/$$i"; \ 570 fi; \ 571 done >> $(top_builddir)/cscope.files 572 573distclean-tags: 574 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 575 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 576 577distdir: $(DISTFILES) 578 $(am__remove_distdir) 579 test -d "$(distdir)" || mkdir "$(distdir)" 580 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 581 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 582 list='$(DISTFILES)'; \ 583 dist_files=`for file in $$list; do echo $$file; done | \ 584 sed -e "s|^$$srcdirstrip/||;t" \ 585 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 586 case $$dist_files in \ 587 */*) $(MKDIR_P) `echo "$$dist_files" | \ 588 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 589 sort -u` ;; \ 590 esac; \ 591 for file in $$dist_files; do \ 592 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 593 if test -d $$d/$$file; then \ 594 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 595 if test -d "$(distdir)/$$file"; then \ 596 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 597 fi; \ 598 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 599 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 600 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 601 fi; \ 602 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 603 else \ 604 test -f "$(distdir)/$$file" \ 605 || cp -p $$d/$$file "$(distdir)/$$file" \ 606 || exit 1; \ 607 fi; \ 608 done 609 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 610 if test "$$subdir" = .; then :; else \ 611 $(am__make_dryrun) \ 612 || test -d "$(distdir)/$$subdir" \ 613 || $(MKDIR_P) "$(distdir)/$$subdir" \ 614 || exit 1; \ 615 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 616 $(am__relativize); \ 617 new_distdir=$$reldir; \ 618 dir1=$$subdir; dir2="$(top_distdir)"; \ 619 $(am__relativize); \ 620 new_top_distdir=$$reldir; \ 621 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 622 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 623 ($(am__cd) $$subdir && \ 624 $(MAKE) $(AM_MAKEFLAGS) \ 625 top_distdir="$$new_top_distdir" \ 626 distdir="$$new_distdir" \ 627 am__remove_distdir=: \ 628 am__skip_length_check=: \ 629 am__skip_mode_fix=: \ 630 distdir) \ 631 || exit 1; \ 632 fi; \ 633 done 634 $(MAKE) $(AM_MAKEFLAGS) \ 635 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 636 dist-hook 637 -test -n "$(am__skip_mode_fix)" \ 638 || find "$(distdir)" -type d ! -perm -755 \ 639 -exec chmod u+rwx,go+rx {} \; -o \ 640 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 641 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 642 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 643 || chmod -R a+r "$(distdir)" 644dist-gzip: distdir 645 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 646 $(am__post_remove_distdir) 647dist-bzip2: distdir 648 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 649 $(am__post_remove_distdir) 650 651dist-lzip: distdir 652 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 653 $(am__post_remove_distdir) 654 655dist-xz: distdir 656 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 657 $(am__post_remove_distdir) 658 659dist-tarZ: distdir 660 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 661 $(am__post_remove_distdir) 662 663dist-shar: distdir 664 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 665 $(am__post_remove_distdir) 666 667dist-zip: distdir 668 -rm -f $(distdir).zip 669 zip -rq $(distdir).zip $(distdir) 670 $(am__post_remove_distdir) 671 672dist dist-all: 673 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 674 $(am__post_remove_distdir) 675 676# This target untars the dist file and tries a VPATH configuration. Then 677# it guarantees that the distribution is self-contained by making another 678# tarfile. 679distcheck: dist 680 case '$(DIST_ARCHIVES)' in \ 681 *.tar.gz*) \ 682 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 683 *.tar.bz2*) \ 684 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 685 *.tar.lz*) \ 686 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 687 *.tar.xz*) \ 688 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 689 *.tar.Z*) \ 690 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 691 *.shar.gz*) \ 692 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 693 *.zip*) \ 694 unzip $(distdir).zip ;;\ 695 esac 696 chmod -R a-w $(distdir); chmod u+w $(distdir) 697 mkdir $(distdir)/_build 698 mkdir $(distdir)/_inst 699 chmod a-w $(distdir) 700 test -d $(distdir)/_build || exit 0; \ 701 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 702 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 703 && am__cwd=`pwd` \ 704 && $(am__cd) $(distdir)/_build \ 705 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 706 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 707 $(DISTCHECK_CONFIGURE_FLAGS) \ 708 && $(MAKE) $(AM_MAKEFLAGS) \ 709 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 710 && $(MAKE) $(AM_MAKEFLAGS) check \ 711 && $(MAKE) $(AM_MAKEFLAGS) install \ 712 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 713 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 714 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 715 distuninstallcheck \ 716 && chmod -R a-w "$$dc_install_base" \ 717 && ({ \ 718 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 719 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 720 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 721 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 722 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 723 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 724 && rm -rf "$$dc_destdir" \ 725 && $(MAKE) $(AM_MAKEFLAGS) dist \ 726 && rm -rf $(DIST_ARCHIVES) \ 727 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 728 && cd "$$am__cwd" \ 729 || exit 1 730 $(am__post_remove_distdir) 731 @(echo "$(distdir) archives ready for distribution: "; \ 732 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 733 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 734distuninstallcheck: 735 @test -n '$(distuninstallcheck_dir)' || { \ 736 echo 'ERROR: trying to run $@ with an empty' \ 737 '$$(distuninstallcheck_dir)' >&2; \ 738 exit 1; \ 739 }; \ 740 $(am__cd) '$(distuninstallcheck_dir)' || { \ 741 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 742 exit 1; \ 743 }; \ 744 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 745 || { echo "ERROR: files left after uninstall:" ; \ 746 if test -n "$(DESTDIR)"; then \ 747 echo " (check DESTDIR support)"; \ 748 fi ; \ 749 $(distuninstallcheck_listfiles) ; \ 750 exit 1; } >&2 751distcleancheck: distclean 752 @if test '$(srcdir)' = . ; then \ 753 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 754 exit 1 ; \ 755 fi 756 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 757 || { echo "ERROR: files left in build directory after distclean:" ; \ 758 $(distcleancheck_listfiles) ; \ 759 exit 1; } >&2 760check-am: all-am 761check: check-recursive 762all-am: Makefile $(DATA) config.h 763installdirs: installdirs-recursive 764installdirs-am: 765 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 766 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 767 done 768install: install-recursive 769install-exec: install-exec-recursive 770install-data: install-data-recursive 771uninstall: uninstall-recursive 772 773install-am: all-am 774 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 775 776installcheck: installcheck-recursive 777install-strip: 778 if test -z '$(STRIP)'; then \ 779 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 780 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 781 install; \ 782 else \ 783 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 784 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 785 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 786 fi 787mostlyclean-generic: 788 789clean-generic: 790 791distclean-generic: 792 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 793 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 794 795maintainer-clean-generic: 796 @echo "This command is intended for maintainers to use" 797 @echo "it deletes files that may require special tools to rebuild." 798 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 799clean: clean-recursive 800 801clean-am: clean-generic clean-libtool mostlyclean-am 802 803distclean: distclean-recursive 804 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 805 -rm -f Makefile 806distclean-am: clean-am distclean-generic distclean-hdr \ 807 distclean-libtool distclean-tags 808 809dvi: dvi-recursive 810 811dvi-am: 812 813html: html-recursive 814 815html-am: 816 817info: info-recursive 818 819info-am: 820 821install-data-am: install-pkgconfigDATA 822 823install-dvi: install-dvi-recursive 824 825install-dvi-am: 826 827install-exec-am: 828 829install-html: install-html-recursive 830 831install-html-am: 832 833install-info: install-info-recursive 834 835install-info-am: 836 837install-man: 838 839install-pdf: install-pdf-recursive 840 841install-pdf-am: 842 843install-ps: install-ps-recursive 844 845install-ps-am: 846 847installcheck-am: 848 849maintainer-clean: maintainer-clean-recursive 850 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 851 -rm -rf $(top_srcdir)/autom4te.cache 852 -rm -f Makefile 853maintainer-clean-am: distclean-am maintainer-clean-generic 854 855mostlyclean: mostlyclean-recursive 856 857mostlyclean-am: mostlyclean-generic mostlyclean-libtool 858 859pdf: pdf-recursive 860 861pdf-am: 862 863ps: ps-recursive 864 865ps-am: 866 867uninstall-am: uninstall-pkgconfigDATA 868 869.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 870 cscopelist-recursive ctags-recursive install-am install-strip \ 871 tags-recursive 872 873.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 874 all all-am am--refresh check check-am clean clean-cscope \ 875 clean-generic clean-libtool cscope cscopelist \ 876 cscopelist-recursive ctags ctags-recursive dist dist-all \ 877 dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \ 878 dist-xz dist-zip distcheck distclean distclean-generic \ 879 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 880 distdir distuninstallcheck dvi dvi-am html html-am info \ 881 info-am install install-am install-data install-data-am \ 882 install-dvi install-dvi-am install-exec install-exec-am \ 883 install-html install-html-am install-info install-info-am \ 884 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 885 install-ps install-ps-am install-strip installcheck \ 886 installcheck-am installdirs installdirs-am maintainer-clean \ 887 maintainer-clean-generic mostlyclean mostlyclean-generic \ 888 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 889 uninstall uninstall-am uninstall-pkgconfigDATA 890 891 892.PHONY: ChangeLog INSTALL 893 894INSTALL: 895 $(INSTALL_CMD) 896 897ChangeLog: 898 $(CHANGELOG_CMD) 899 900dist-hook: ChangeLog INSTALL 901 902# Tell versions [3.59,3.63) of GNU make to not export all variables. 903# Otherwise a system limit (for SysV at least) may be exceeded. 904.NOEXPORT: 905