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