Makefile.in revision 58deefeb
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 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 = xxf86vm.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)/xxf86vm.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@ 287MAKEINFO = @MAKEINFO@ 288MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 289MANIFEST_TOOL = @MANIFEST_TOOL@ 290MAN_SUBSTS = @MAN_SUBSTS@ 291MISC_MAN_DIR = @MISC_MAN_DIR@ 292MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 293MKDIR_P = @MKDIR_P@ 294NM = @NM@ 295NMEDIT = @NMEDIT@ 296OBJDUMP = @OBJDUMP@ 297OBJEXT = @OBJEXT@ 298OTOOL = @OTOOL@ 299OTOOL64 = @OTOOL64@ 300PACKAGE = @PACKAGE@ 301PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 302PACKAGE_NAME = @PACKAGE_NAME@ 303PACKAGE_STRING = @PACKAGE_STRING@ 304PACKAGE_TARNAME = @PACKAGE_TARNAME@ 305PACKAGE_URL = @PACKAGE_URL@ 306PACKAGE_VERSION = @PACKAGE_VERSION@ 307PATH_SEPARATOR = @PATH_SEPARATOR@ 308PKG_CONFIG = @PKG_CONFIG@ 309RANLIB = @RANLIB@ 310SED = @SED@ 311SET_MAKE = @SET_MAKE@ 312SHELL = @SHELL@ 313STRICT_CFLAGS = @STRICT_CFLAGS@ 314STRIP = @STRIP@ 315VERSION = @VERSION@ 316XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 317XORG_MAN_PAGE = @XORG_MAN_PAGE@ 318XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 319XXF86VM_CFLAGS = @XXF86VM_CFLAGS@ 320XXF86VM_LIBS = @XXF86VM_LIBS@ 321abs_builddir = @abs_builddir@ 322abs_srcdir = @abs_srcdir@ 323abs_top_builddir = @abs_top_builddir@ 324abs_top_srcdir = @abs_top_srcdir@ 325ac_ct_AR = @ac_ct_AR@ 326ac_ct_CC = @ac_ct_CC@ 327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 328am__include = @am__include@ 329am__leading_dot = @am__leading_dot@ 330am__quote = @am__quote@ 331am__tar = @am__tar@ 332am__untar = @am__untar@ 333bindir = @bindir@ 334build = @build@ 335build_alias = @build_alias@ 336build_cpu = @build_cpu@ 337build_os = @build_os@ 338build_vendor = @build_vendor@ 339builddir = @builddir@ 340datadir = @datadir@ 341datarootdir = @datarootdir@ 342docdir = @docdir@ 343dvidir = @dvidir@ 344exec_prefix = @exec_prefix@ 345host = @host@ 346host_alias = @host_alias@ 347host_cpu = @host_cpu@ 348host_os = @host_os@ 349host_vendor = @host_vendor@ 350htmldir = @htmldir@ 351includedir = @includedir@ 352infodir = @infodir@ 353install_sh = @install_sh@ 354libdir = @libdir@ 355libexecdir = @libexecdir@ 356localedir = @localedir@ 357localstatedir = @localstatedir@ 358mandir = @mandir@ 359mkdir_p = @mkdir_p@ 360oldincludedir = @oldincludedir@ 361pdfdir = @pdfdir@ 362prefix = @prefix@ 363program_transform_name = @program_transform_name@ 364psdir = @psdir@ 365sbindir = @sbindir@ 366sharedstatedir = @sharedstatedir@ 367srcdir = @srcdir@ 368sysconfdir = @sysconfdir@ 369target_alias = @target_alias@ 370top_build_prefix = @top_build_prefix@ 371top_builddir = @top_builddir@ 372top_srcdir = @top_srcdir@ 373SUBDIRS = src man 374pkgconfigdir = $(libdir)/pkgconfig 375pkgconfig_DATA = xxf86vm.pc 376MAINTAINERCLEANFILES = ChangeLog INSTALL 377all: all-recursive 378 379.SUFFIXES: 380am--refresh: Makefile 381 @: 382$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 383 @for dep in $?; do \ 384 case '$(am__configure_deps)' in \ 385 *$$dep*) \ 386 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 387 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 388 && exit 0; \ 389 exit 1;; \ 390 esac; \ 391 done; \ 392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 393 $(am__cd) $(top_srcdir) && \ 394 $(AUTOMAKE) --foreign Makefile 395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 396 @case '$?' in \ 397 *config.status*) \ 398 echo ' $(SHELL) ./config.status'; \ 399 $(SHELL) ./config.status;; \ 400 *) \ 401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 402 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 403 esac; 404 405$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 406 $(SHELL) ./config.status --recheck 407 408$(top_srcdir)/configure: $(am__configure_deps) 409 $(am__cd) $(srcdir) && $(AUTOCONF) 410$(ACLOCAL_M4): $(am__aclocal_m4_deps) 411 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 412$(am__aclocal_m4_deps): 413xxf86vm.pc: $(top_builddir)/config.status $(srcdir)/xxf86vm.pc.in 414 cd $(top_builddir) && $(SHELL) ./config.status $@ 415 416mostlyclean-libtool: 417 -rm -f *.lo 418 419clean-libtool: 420 -rm -rf .libs _libs 421 422distclean-libtool: 423 -rm -f libtool config.lt 424install-pkgconfigDATA: $(pkgconfig_DATA) 425 @$(NORMAL_INSTALL) 426 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 427 if test -n "$$list"; then \ 428 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 429 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 430 fi; \ 431 for p in $$list; do \ 432 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 433 echo "$$d$$p"; \ 434 done | $(am__base_list) | \ 435 while read files; do \ 436 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 437 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 438 done 439 440uninstall-pkgconfigDATA: 441 @$(NORMAL_UNINSTALL) 442 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 443 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 444 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 445 446# This directory's subdirectories are mostly independent; you can cd 447# into them and run 'make' without going through this Makefile. 448# To change the values of 'make' variables: instead of editing Makefiles, 449# (1) if the variable is set in 'config.status', edit 'config.status' 450# (which will cause the Makefiles to be regenerated when you run 'make'); 451# (2) otherwise, pass the desired values on the 'make' command line. 452$(am__recursive_targets): 453 @fail=; \ 454 if $(am__make_keepgoing); then \ 455 failcom='fail=yes'; \ 456 else \ 457 failcom='exit 1'; \ 458 fi; \ 459 dot_seen=no; \ 460 target=`echo $@ | sed s/-recursive//`; \ 461 case "$@" in \ 462 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 463 *) list='$(SUBDIRS)' ;; \ 464 esac; \ 465 for subdir in $$list; do \ 466 echo "Making $$target in $$subdir"; \ 467 if test "$$subdir" = "."; then \ 468 dot_seen=yes; \ 469 local_target="$$target-am"; \ 470 else \ 471 local_target="$$target"; \ 472 fi; \ 473 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 474 || eval $$failcom; \ 475 done; \ 476 if test "$$dot_seen" = "no"; then \ 477 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 478 fi; test -z "$$fail" 479 480ID: $(am__tagged_files) 481 $(am__define_uniq_tagged_files); mkid -fID $$unique 482tags: tags-recursive 483TAGS: tags 484 485tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 486 set x; \ 487 here=`pwd`; \ 488 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 489 include_option=--etags-include; \ 490 empty_fix=.; \ 491 else \ 492 include_option=--include; \ 493 empty_fix=; \ 494 fi; \ 495 list='$(SUBDIRS)'; for subdir in $$list; do \ 496 if test "$$subdir" = .; then :; else \ 497 test ! -f $$subdir/TAGS || \ 498 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 499 fi; \ 500 done; \ 501 $(am__define_uniq_tagged_files); \ 502 shift; \ 503 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 504 test -n "$$unique" || unique=$$empty_fix; \ 505 if test $$# -gt 0; then \ 506 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 507 "$$@" $$unique; \ 508 else \ 509 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 510 $$unique; \ 511 fi; \ 512 fi 513ctags: ctags-recursive 514 515CTAGS: ctags 516ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 517 $(am__define_uniq_tagged_files); \ 518 test -z "$(CTAGS_ARGS)$$unique" \ 519 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 520 $$unique 521 522GTAGS: 523 here=`$(am__cd) $(top_builddir) && pwd` \ 524 && $(am__cd) $(top_srcdir) \ 525 && gtags -i $(GTAGS_ARGS) "$$here" 526cscope: cscope.files 527 test ! -s cscope.files \ 528 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 529clean-cscope: 530 -rm -f cscope.files 531cscope.files: clean-cscope cscopelist 532cscopelist: cscopelist-recursive 533 534cscopelist-am: $(am__tagged_files) 535 list='$(am__tagged_files)'; \ 536 case "$(srcdir)" in \ 537 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 538 *) sdir=$(subdir)/$(srcdir) ;; \ 539 esac; \ 540 for i in $$list; do \ 541 if test -f "$$i"; then \ 542 echo "$(subdir)/$$i"; \ 543 else \ 544 echo "$$sdir/$$i"; \ 545 fi; \ 546 done >> $(top_builddir)/cscope.files 547 548distclean-tags: 549 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 550 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 551 552distdir: $(DISTFILES) 553 $(am__remove_distdir) 554 test -d "$(distdir)" || mkdir "$(distdir)" 555 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 556 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 557 list='$(DISTFILES)'; \ 558 dist_files=`for file in $$list; do echo $$file; done | \ 559 sed -e "s|^$$srcdirstrip/||;t" \ 560 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 561 case $$dist_files in \ 562 */*) $(MKDIR_P) `echo "$$dist_files" | \ 563 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 564 sort -u` ;; \ 565 esac; \ 566 for file in $$dist_files; do \ 567 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 568 if test -d $$d/$$file; then \ 569 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 570 if test -d "$(distdir)/$$file"; then \ 571 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 572 fi; \ 573 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 574 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 575 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 576 fi; \ 577 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 578 else \ 579 test -f "$(distdir)/$$file" \ 580 || cp -p $$d/$$file "$(distdir)/$$file" \ 581 || exit 1; \ 582 fi; \ 583 done 584 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 585 if test "$$subdir" = .; then :; else \ 586 $(am__make_dryrun) \ 587 || test -d "$(distdir)/$$subdir" \ 588 || $(MKDIR_P) "$(distdir)/$$subdir" \ 589 || exit 1; \ 590 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 591 $(am__relativize); \ 592 new_distdir=$$reldir; \ 593 dir1=$$subdir; dir2="$(top_distdir)"; \ 594 $(am__relativize); \ 595 new_top_distdir=$$reldir; \ 596 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 597 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 598 ($(am__cd) $$subdir && \ 599 $(MAKE) $(AM_MAKEFLAGS) \ 600 top_distdir="$$new_top_distdir" \ 601 distdir="$$new_distdir" \ 602 am__remove_distdir=: \ 603 am__skip_length_check=: \ 604 am__skip_mode_fix=: \ 605 distdir) \ 606 || exit 1; \ 607 fi; \ 608 done 609 $(MAKE) $(AM_MAKEFLAGS) \ 610 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 611 dist-hook 612 -test -n "$(am__skip_mode_fix)" \ 613 || find "$(distdir)" -type d ! -perm -755 \ 614 -exec chmod u+rwx,go+rx {} \; -o \ 615 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 616 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 617 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 618 || chmod -R a+r "$(distdir)" 619dist-gzip: distdir 620 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 621 $(am__post_remove_distdir) 622dist-bzip2: distdir 623 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 624 $(am__post_remove_distdir) 625 626dist-lzip: distdir 627 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 628 $(am__post_remove_distdir) 629 630dist-xz: distdir 631 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 632 $(am__post_remove_distdir) 633 634dist-tarZ: distdir 635 @echo WARNING: "Support for distribution archives compressed with" \ 636 "legacy program 'compress' is deprecated." >&2 637 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 638 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 639 $(am__post_remove_distdir) 640 641dist-shar: distdir 642 @echo WARNING: "Support for shar distribution archives is" \ 643 "deprecated." >&2 644 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 645 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 646 $(am__post_remove_distdir) 647 648dist-zip: distdir 649 -rm -f $(distdir).zip 650 zip -rq $(distdir).zip $(distdir) 651 $(am__post_remove_distdir) 652 653dist dist-all: 654 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 655 $(am__post_remove_distdir) 656 657# This target untars the dist file and tries a VPATH configuration. Then 658# it guarantees that the distribution is self-contained by making another 659# tarfile. 660distcheck: dist 661 case '$(DIST_ARCHIVES)' in \ 662 *.tar.gz*) \ 663 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 664 *.tar.bz2*) \ 665 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 666 *.tar.lz*) \ 667 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 668 *.tar.xz*) \ 669 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 670 *.tar.Z*) \ 671 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 672 *.shar.gz*) \ 673 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 674 *.zip*) \ 675 unzip $(distdir).zip ;;\ 676 esac 677 chmod -R a-w $(distdir) 678 chmod u+w $(distdir) 679 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 680 chmod a-w $(distdir) 681 test -d $(distdir)/_build || exit 0; \ 682 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 683 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 684 && am__cwd=`pwd` \ 685 && $(am__cd) $(distdir)/_build/sub \ 686 && ../../configure \ 687 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 688 $(DISTCHECK_CONFIGURE_FLAGS) \ 689 --srcdir=../.. --prefix="$$dc_install_base" \ 690 && $(MAKE) $(AM_MAKEFLAGS) \ 691 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 692 && $(MAKE) $(AM_MAKEFLAGS) check \ 693 && $(MAKE) $(AM_MAKEFLAGS) install \ 694 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 695 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 696 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 697 distuninstallcheck \ 698 && chmod -R a-w "$$dc_install_base" \ 699 && ({ \ 700 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 701 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 702 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 703 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 704 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 705 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 706 && rm -rf "$$dc_destdir" \ 707 && $(MAKE) $(AM_MAKEFLAGS) dist \ 708 && rm -rf $(DIST_ARCHIVES) \ 709 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 710 && cd "$$am__cwd" \ 711 || exit 1 712 $(am__post_remove_distdir) 713 @(echo "$(distdir) archives ready for distribution: "; \ 714 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 715 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 716distuninstallcheck: 717 @test -n '$(distuninstallcheck_dir)' || { \ 718 echo 'ERROR: trying to run $@ with an empty' \ 719 '$$(distuninstallcheck_dir)' >&2; \ 720 exit 1; \ 721 }; \ 722 $(am__cd) '$(distuninstallcheck_dir)' || { \ 723 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 724 exit 1; \ 725 }; \ 726 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 727 || { echo "ERROR: files left after uninstall:" ; \ 728 if test -n "$(DESTDIR)"; then \ 729 echo " (check DESTDIR support)"; \ 730 fi ; \ 731 $(distuninstallcheck_listfiles) ; \ 732 exit 1; } >&2 733distcleancheck: distclean 734 @if test '$(srcdir)' = . ; then \ 735 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 736 exit 1 ; \ 737 fi 738 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 739 || { echo "ERROR: files left in build directory after distclean:" ; \ 740 $(distcleancheck_listfiles) ; \ 741 exit 1; } >&2 742check-am: all-am 743check: check-recursive 744all-am: Makefile $(DATA) 745installdirs: installdirs-recursive 746installdirs-am: 747 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 748 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 749 done 750install: install-recursive 751install-exec: install-exec-recursive 752install-data: install-data-recursive 753uninstall: uninstall-recursive 754 755install-am: all-am 756 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 757 758installcheck: installcheck-recursive 759install-strip: 760 if test -z '$(STRIP)'; then \ 761 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 762 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 763 install; \ 764 else \ 765 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 766 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 767 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 768 fi 769mostlyclean-generic: 770 771clean-generic: 772 773distclean-generic: 774 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 775 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 776 777maintainer-clean-generic: 778 @echo "This command is intended for maintainers to use" 779 @echo "it deletes files that may require special tools to rebuild." 780 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 781clean: clean-recursive 782 783clean-am: clean-generic clean-libtool mostlyclean-am 784 785distclean: distclean-recursive 786 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 787 -rm -f Makefile 788distclean-am: clean-am distclean-generic distclean-libtool \ 789 distclean-tags 790 791dvi: dvi-recursive 792 793dvi-am: 794 795html: html-recursive 796 797html-am: 798 799info: info-recursive 800 801info-am: 802 803install-data-am: install-pkgconfigDATA 804 805install-dvi: install-dvi-recursive 806 807install-dvi-am: 808 809install-exec-am: 810 811install-html: install-html-recursive 812 813install-html-am: 814 815install-info: install-info-recursive 816 817install-info-am: 818 819install-man: 820 821install-pdf: install-pdf-recursive 822 823install-pdf-am: 824 825install-ps: install-ps-recursive 826 827install-ps-am: 828 829installcheck-am: 830 831maintainer-clean: maintainer-clean-recursive 832 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 833 -rm -rf $(top_srcdir)/autom4te.cache 834 -rm -f Makefile 835maintainer-clean-am: distclean-am maintainer-clean-generic 836 837mostlyclean: mostlyclean-recursive 838 839mostlyclean-am: mostlyclean-generic mostlyclean-libtool 840 841pdf: pdf-recursive 842 843pdf-am: 844 845ps: ps-recursive 846 847ps-am: 848 849uninstall-am: uninstall-pkgconfigDATA 850 851.MAKE: $(am__recursive_targets) install-am install-strip 852 853.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 854 am--refresh check check-am clean clean-cscope clean-generic \ 855 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 856 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 857 dist-tarZ dist-xz dist-zip distcheck distclean \ 858 distclean-generic distclean-libtool distclean-tags \ 859 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 860 html-am info info-am install install-am install-data \ 861 install-data-am install-dvi install-dvi-am install-exec \ 862 install-exec-am install-html install-html-am install-info \ 863 install-info-am install-man install-pdf install-pdf-am \ 864 install-pkgconfigDATA install-ps install-ps-am install-strip \ 865 installcheck installcheck-am installdirs installdirs-am \ 866 maintainer-clean maintainer-clean-generic mostlyclean \ 867 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 868 tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA 869 870.PRECIOUS: Makefile 871 872 873.PHONY: ChangeLog INSTALL 874 875INSTALL: 876 $(INSTALL_CMD) 877 878ChangeLog: 879 $(CHANGELOG_CMD) 880 881dist-hook: ChangeLog INSTALL 882 883# Tell versions [3.59,3.63) of GNU make to not export all variables. 884# Otherwise a system limit (for SysV at least) may be exceeded. 885.NOEXPORT: 886