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