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