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