Annotation of embedaddon/arping/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.10.1 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 Free Software Foundation, Inc.
! 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: VPATH = @srcdir@
! 17: pkgdatadir = $(datadir)/@PACKAGE@
! 18: pkglibdir = $(libdir)/@PACKAGE@
! 19: pkgincludedir = $(includedir)/@PACKAGE@
! 20: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 21: install_sh_DATA = $(install_sh) -c -m 644
! 22: install_sh_PROGRAM = $(install_sh) -c
! 23: install_sh_SCRIPT = $(install_sh) -c
! 24: INSTALL_HEADER = $(INSTALL_DATA)
! 25: transform = $(program_transform_name)
! 26: NORMAL_INSTALL = :
! 27: PRE_INSTALL = :
! 28: POST_INSTALL = :
! 29: NORMAL_UNINSTALL = :
! 30: PRE_UNINSTALL = :
! 31: POST_UNINSTALL = :
! 32: build_triplet = @build@
! 33: host_triplet = @host@
! 34: target_triplet = @target@
! 35: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
! 36: $(srcdir)/Makefile.in $(srcdir)/config.h.in \
! 37: $(top_srcdir)/Makefile.am.common $(top_srcdir)/configure \
! 38: INSTALL config.guess config.sub depcomp install-sh missing
! 39: subdir = .
! 40: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 41: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
! 42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 43: $(ACLOCAL_M4)
! 44: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
! 45: configure.lineno config.status.lineno
! 46: mkinstalldirs = $(install_sh) -d
! 47: CONFIG_HEADER = config.h
! 48: CONFIG_CLEAN_FILES =
! 49: SOURCES =
! 50: DIST_SOURCES =
! 51: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
! 52: html-recursive info-recursive install-data-recursive \
! 53: install-dvi-recursive install-exec-recursive \
! 54: install-html-recursive install-info-recursive \
! 55: install-pdf-recursive install-ps-recursive install-recursive \
! 56: installcheck-recursive installdirs-recursive pdf-recursive \
! 57: ps-recursive uninstall-recursive
! 58: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 59: distclean-recursive maintainer-clean-recursive
! 60: ETAGS = etags
! 61: CTAGS = ctags
! 62: DIST_SUBDIRS = $(SUBDIRS)
! 63: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 64: distdir = $(PACKAGE)-$(VERSION)
! 65: top_distdir = $(distdir)
! 66: am__remove_distdir = \
! 67: { test ! -d $(distdir) \
! 68: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
! 69: && rm -fr $(distdir); }; }
! 70: DIST_ARCHIVES = $(distdir).tar.gz
! 71: GZIP_ENV = --best
! 72: distuninstallcheck_listfiles = find . -type f -print
! 73: distcleancheck_listfiles = find . -type f -print
! 74: ACLOCAL = @ACLOCAL@
! 75: AMTAR = @AMTAR@
! 76: AUTOCONF = @AUTOCONF@
! 77: AUTOHEADER = @AUTOHEADER@
! 78: AUTOMAKE = @AUTOMAKE@
! 79: AWK = @AWK@
! 80: CC = @CC@
! 81: CCDEPMODE = @CCDEPMODE@
! 82: CFLAGS = @CFLAGS@
! 83: CPP = @CPP@
! 84: CPPFLAGS = @CPPFLAGS@
! 85: CYGPATH_W = @CYGPATH_W@
! 86: DEFS = @DEFS@
! 87: DEPDIR = @DEPDIR@
! 88: ECHO_C = @ECHO_C@
! 89: ECHO_N = @ECHO_N@
! 90: ECHO_T = @ECHO_T@
! 91: EGREP = @EGREP@
! 92: EXEEXT = @EXEEXT@
! 93: GREP = @GREP@
! 94: INSTALL = @INSTALL@
! 95: INSTALL_DATA = @INSTALL_DATA@
! 96: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 97: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 98: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 99: LDFLAGS = @LDFLAGS@
! 100: LIBOBJS = @LIBOBJS@
! 101: LIBS = @LIBS@
! 102: LTLIBOBJS = @LTLIBOBJS@
! 103: MAINT = @MAINT@
! 104: MAKEINFO = @MAKEINFO@
! 105: MKDIR_P = @MKDIR_P@
! 106: OBJEXT = @OBJEXT@
! 107: PACKAGE = @PACKAGE@
! 108: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 109: PACKAGE_NAME = @PACKAGE_NAME@
! 110: PACKAGE_STRING = @PACKAGE_STRING@
! 111: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 112: PACKAGE_VERSION = @PACKAGE_VERSION@
! 113: PATH_SEPARATOR = @PATH_SEPARATOR@
! 114: SET_MAKE = @SET_MAKE@
! 115: SHELL = @SHELL@
! 116: STRIP = @STRIP@
! 117: VERSION = @VERSION@
! 118: abs_builddir = @abs_builddir@
! 119: abs_srcdir = @abs_srcdir@
! 120: abs_top_builddir = @abs_top_builddir@
! 121: abs_top_srcdir = @abs_top_srcdir@
! 122: ac_ct_CC = @ac_ct_CC@
! 123: am__include = @am__include@
! 124: am__leading_dot = @am__leading_dot@
! 125: am__quote = @am__quote@
! 126: am__tar = @am__tar@
! 127: am__untar = @am__untar@
! 128: bindir = @bindir@
! 129: build = @build@
! 130: build_alias = @build_alias@
! 131: build_cpu = @build_cpu@
! 132: build_os = @build_os@
! 133: build_vendor = @build_vendor@
! 134: builddir = @builddir@
! 135: datadir = @datadir@
! 136: datarootdir = @datarootdir@
! 137: docdir = @docdir@
! 138: dvidir = @dvidir@
! 139: exec_prefix = @exec_prefix@
! 140: host = @host@
! 141: host_alias = @host_alias@
! 142: host_cpu = @host_cpu@
! 143: host_os = @host_os@
! 144: host_vendor = @host_vendor@
! 145: htmldir = @htmldir@
! 146: includedir = @includedir@
! 147: infodir = @infodir@
! 148: install_sh = @install_sh@
! 149: libdir = @libdir@
! 150: libexecdir = @libexecdir@
! 151: localedir = @localedir@
! 152: localstatedir = @localstatedir@
! 153: mandir = @mandir@
! 154: mkdir_p = @mkdir_p@
! 155: oldincludedir = @oldincludedir@
! 156: pdfdir = @pdfdir@
! 157: prefix = @prefix@
! 158: program_transform_name = @program_transform_name@
! 159: psdir = @psdir@
! 160: sbindir = @sbindir@
! 161: sharedstatedir = @sharedstatedir@
! 162: srcdir = @srcdir@
! 163: sysconfdir = @sysconfdir@
! 164: target = @target@
! 165: target_alias = @target_alias@
! 166: target_cpu = @target_cpu@
! 167: target_os = @target_os@
! 168: target_vendor = @target_vendor@
! 169: top_builddir = @top_builddir@
! 170: top_srcdir = @top_srcdir@
! 171:
! 172: # arping/Makefile.am.common
! 173: AUTOMAKE_OPTIONS = foreign
! 174: DISTCLEANFILES = *~
! 175:
! 176: # arping/Makefile.am
! 177: #
! 178: SUBDIRS = src doc
! 179: all: config.h
! 180: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 181:
! 182: .SUFFIXES:
! 183: am--refresh:
! 184: @:
! 185: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps)
! 186: @for dep in $?; do \
! 187: case '$(am__configure_deps)' in \
! 188: *$$dep*) \
! 189: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
! 190: cd $(srcdir) && $(AUTOMAKE) --foreign \
! 191: && exit 0; \
! 192: exit 1;; \
! 193: esac; \
! 194: done; \
! 195: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
! 196: cd $(top_srcdir) && \
! 197: $(AUTOMAKE) --foreign Makefile
! 198: .PRECIOUS: Makefile
! 199: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 200: @case '$?' in \
! 201: *config.status*) \
! 202: echo ' $(SHELL) ./config.status'; \
! 203: $(SHELL) ./config.status;; \
! 204: *) \
! 205: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
! 206: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
! 207: esac;
! 208:
! 209: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 210: $(SHELL) ./config.status --recheck
! 211:
! 212: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 213: cd $(srcdir) && $(AUTOCONF)
! 214: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 215: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
! 216:
! 217: config.h: stamp-h1
! 218: @if test ! -f $@; then \
! 219: rm -f stamp-h1; \
! 220: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
! 221: else :; fi
! 222:
! 223: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
! 224: @rm -f stamp-h1
! 225: cd $(top_builddir) && $(SHELL) ./config.status config.h
! 226: $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 227: cd $(top_srcdir) && $(AUTOHEADER)
! 228: rm -f stamp-h1
! 229: touch $@
! 230:
! 231: distclean-hdr:
! 232: -rm -f config.h stamp-h1
! 233:
! 234: # This directory's subdirectories are mostly independent; you can cd
! 235: # into them and run `make' without going through this Makefile.
! 236: # To change the values of `make' variables: instead of editing Makefiles,
! 237: # (1) if the variable is set in `config.status', edit `config.status'
! 238: # (which will cause the Makefiles to be regenerated when you run `make');
! 239: # (2) otherwise, pass the desired values on the `make' command line.
! 240: $(RECURSIVE_TARGETS):
! 241: @failcom='exit 1'; \
! 242: for f in x $$MAKEFLAGS; do \
! 243: case $$f in \
! 244: *=* | --[!k]*);; \
! 245: *k*) failcom='fail=yes';; \
! 246: esac; \
! 247: done; \
! 248: dot_seen=no; \
! 249: target=`echo $@ | sed s/-recursive//`; \
! 250: list='$(SUBDIRS)'; for subdir in $$list; do \
! 251: echo "Making $$target in $$subdir"; \
! 252: if test "$$subdir" = "."; then \
! 253: dot_seen=yes; \
! 254: local_target="$$target-am"; \
! 255: else \
! 256: local_target="$$target"; \
! 257: fi; \
! 258: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 259: || eval $$failcom; \
! 260: done; \
! 261: if test "$$dot_seen" = "no"; then \
! 262: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 263: fi; test -z "$$fail"
! 264:
! 265: $(RECURSIVE_CLEAN_TARGETS):
! 266: @failcom='exit 1'; \
! 267: for f in x $$MAKEFLAGS; do \
! 268: case $$f in \
! 269: *=* | --[!k]*);; \
! 270: *k*) failcom='fail=yes';; \
! 271: esac; \
! 272: done; \
! 273: dot_seen=no; \
! 274: case "$@" in \
! 275: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 276: *) list='$(SUBDIRS)' ;; \
! 277: esac; \
! 278: rev=''; for subdir in $$list; do \
! 279: if test "$$subdir" = "."; then :; else \
! 280: rev="$$subdir $$rev"; \
! 281: fi; \
! 282: done; \
! 283: rev="$$rev ."; \
! 284: target=`echo $@ | sed s/-recursive//`; \
! 285: for subdir in $$rev; do \
! 286: echo "Making $$target in $$subdir"; \
! 287: if test "$$subdir" = "."; then \
! 288: local_target="$$target-am"; \
! 289: else \
! 290: local_target="$$target"; \
! 291: fi; \
! 292: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 293: || eval $$failcom; \
! 294: done && test -z "$$fail"
! 295: tags-recursive:
! 296: list='$(SUBDIRS)'; for subdir in $$list; do \
! 297: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 298: done
! 299: ctags-recursive:
! 300: list='$(SUBDIRS)'; for subdir in $$list; do \
! 301: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
! 302: done
! 303:
! 304: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 305: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 306: unique=`for i in $$list; do \
! 307: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 308: done | \
! 309: $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
! 310: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 311: mkid -fID $$unique
! 312: tags: TAGS
! 313:
! 314: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 315: $(TAGS_FILES) $(LISP)
! 316: tags=; \
! 317: here=`pwd`; \
! 318: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 319: include_option=--etags-include; \
! 320: empty_fix=.; \
! 321: else \
! 322: include_option=--include; \
! 323: empty_fix=; \
! 324: fi; \
! 325: list='$(SUBDIRS)'; for subdir in $$list; do \
! 326: if test "$$subdir" = .; then :; else \
! 327: test ! -f $$subdir/TAGS || \
! 328: tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
! 329: fi; \
! 330: done; \
! 331: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 332: unique=`for i in $$list; do \
! 333: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 334: done | \
! 335: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 336: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 337: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
! 338: test -n "$$unique" || unique=$$empty_fix; \
! 339: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 340: $$tags $$unique; \
! 341: fi
! 342: ctags: CTAGS
! 343: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 344: $(TAGS_FILES) $(LISP)
! 345: tags=; \
! 346: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 347: unique=`for i in $$list; do \
! 348: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 349: done | \
! 350: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 351: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 352: test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 353: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 354: $$tags $$unique
! 355:
! 356: GTAGS:
! 357: here=`$(am__cd) $(top_builddir) && pwd` \
! 358: && cd $(top_srcdir) \
! 359: && gtags -i $(GTAGS_ARGS) $$here
! 360:
! 361: distclean-tags:
! 362: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 363:
! 364: distdir: $(DISTFILES)
! 365: $(am__remove_distdir)
! 366: test -d $(distdir) || mkdir $(distdir)
! 367: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 368: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 369: list='$(DISTFILES)'; \
! 370: dist_files=`for file in $$list; do echo $$file; done | \
! 371: sed -e "s|^$$srcdirstrip/||;t" \
! 372: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 373: case $$dist_files in \
! 374: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 375: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 376: sort -u` ;; \
! 377: esac; \
! 378: for file in $$dist_files; do \
! 379: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 380: if test -d $$d/$$file; then \
! 381: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 382: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 383: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 384: fi; \
! 385: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
! 386: else \
! 387: test -f $(distdir)/$$file \
! 388: || cp -p $$d/$$file $(distdir)/$$file \
! 389: || exit 1; \
! 390: fi; \
! 391: done
! 392: list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 393: if test "$$subdir" = .; then :; else \
! 394: test -d "$(distdir)/$$subdir" \
! 395: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 396: || exit 1; \
! 397: distdir=`$(am__cd) $(distdir) && pwd`; \
! 398: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
! 399: (cd $$subdir && \
! 400: $(MAKE) $(AM_MAKEFLAGS) \
! 401: top_distdir="$$top_distdir" \
! 402: distdir="$$distdir/$$subdir" \
! 403: am__remove_distdir=: \
! 404: am__skip_length_check=: \
! 405: distdir) \
! 406: || exit 1; \
! 407: fi; \
! 408: done
! 409: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! 410: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 411: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 412: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
! 413: || chmod -R a+r $(distdir)
! 414: dist-gzip: distdir
! 415: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 416: $(am__remove_distdir)
! 417:
! 418: dist-bzip2: distdir
! 419: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
! 420: $(am__remove_distdir)
! 421:
! 422: dist-lzma: distdir
! 423: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
! 424: $(am__remove_distdir)
! 425:
! 426: dist-tarZ: distdir
! 427: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
! 428: $(am__remove_distdir)
! 429:
! 430: dist-shar: distdir
! 431: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
! 432: $(am__remove_distdir)
! 433:
! 434: dist-zip: distdir
! 435: -rm -f $(distdir).zip
! 436: zip -rq $(distdir).zip $(distdir)
! 437: $(am__remove_distdir)
! 438:
! 439: dist dist-all: distdir
! 440: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 441: $(am__remove_distdir)
! 442:
! 443: # This target untars the dist file and tries a VPATH configuration. Then
! 444: # it guarantees that the distribution is self-contained by making another
! 445: # tarfile.
! 446: distcheck: dist
! 447: case '$(DIST_ARCHIVES)' in \
! 448: *.tar.gz*) \
! 449: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
! 450: *.tar.bz2*) \
! 451: bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
! 452: *.tar.lzma*) \
! 453: unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
! 454: *.tar.Z*) \
! 455: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
! 456: *.shar.gz*) \
! 457: GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
! 458: *.zip*) \
! 459: unzip $(distdir).zip ;;\
! 460: esac
! 461: chmod -R a-w $(distdir); chmod a+w $(distdir)
! 462: mkdir $(distdir)/_build
! 463: mkdir $(distdir)/_inst
! 464: chmod a-w $(distdir)
! 465: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
! 466: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
! 467: && cd $(distdir)/_build \
! 468: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
! 469: $(DISTCHECK_CONFIGURE_FLAGS) \
! 470: && $(MAKE) $(AM_MAKEFLAGS) \
! 471: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 472: && $(MAKE) $(AM_MAKEFLAGS) check \
! 473: && $(MAKE) $(AM_MAKEFLAGS) install \
! 474: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 475: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 476: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
! 477: distuninstallcheck \
! 478: && chmod -R a-w "$$dc_install_base" \
! 479: && ({ \
! 480: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
! 481: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
! 482: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
! 483: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
! 484: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
! 485: } || { rm -rf "$$dc_destdir"; exit 1; }) \
! 486: && rm -rf "$$dc_destdir" \
! 487: && $(MAKE) $(AM_MAKEFLAGS) dist \
! 488: && rm -rf $(DIST_ARCHIVES) \
! 489: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
! 490: $(am__remove_distdir)
! 491: @(echo "$(distdir) archives ready for distribution: "; \
! 492: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
! 493: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
! 494: distuninstallcheck:
! 495: @cd $(distuninstallcheck_dir) \
! 496: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
! 497: || { echo "ERROR: files left after uninstall:" ; \
! 498: if test -n "$(DESTDIR)"; then \
! 499: echo " (check DESTDIR support)"; \
! 500: fi ; \
! 501: $(distuninstallcheck_listfiles) ; \
! 502: exit 1; } >&2
! 503: distcleancheck: distclean
! 504: @if test '$(srcdir)' = . ; then \
! 505: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
! 506: exit 1 ; \
! 507: fi
! 508: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
! 509: || { echo "ERROR: files left in build directory after distclean:" ; \
! 510: $(distcleancheck_listfiles) ; \
! 511: exit 1; } >&2
! 512: check-am: all-am
! 513: check: check-recursive
! 514: all-am: Makefile config.h
! 515: installdirs: installdirs-recursive
! 516: installdirs-am:
! 517: install: install-recursive
! 518: install-exec: install-exec-recursive
! 519: install-data: install-data-recursive
! 520: uninstall: uninstall-recursive
! 521:
! 522: install-am: all-am
! 523: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 524:
! 525: installcheck: installcheck-recursive
! 526: install-strip:
! 527: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 528: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 529: `test -z '$(STRIP)' || \
! 530: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 531: mostlyclean-generic:
! 532:
! 533: clean-generic:
! 534:
! 535: distclean-generic:
! 536: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 537: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
! 538:
! 539: maintainer-clean-generic:
! 540: @echo "This command is intended for maintainers to use"
! 541: @echo "it deletes files that may require special tools to rebuild."
! 542: clean: clean-recursive
! 543:
! 544: clean-am: clean-generic mostlyclean-am
! 545:
! 546: distclean: distclean-recursive
! 547: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 548: -rm -f Makefile
! 549: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
! 550:
! 551: dvi: dvi-recursive
! 552:
! 553: dvi-am:
! 554:
! 555: html: html-recursive
! 556:
! 557: info: info-recursive
! 558:
! 559: info-am:
! 560:
! 561: install-data-am:
! 562:
! 563: install-dvi: install-dvi-recursive
! 564:
! 565: install-exec-am:
! 566:
! 567: install-html: install-html-recursive
! 568:
! 569: install-info: install-info-recursive
! 570:
! 571: install-man:
! 572:
! 573: install-pdf: install-pdf-recursive
! 574:
! 575: install-ps: install-ps-recursive
! 576:
! 577: installcheck-am:
! 578:
! 579: maintainer-clean: maintainer-clean-recursive
! 580: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 581: -rm -rf $(top_srcdir)/autom4te.cache
! 582: -rm -f Makefile
! 583: maintainer-clean-am: distclean-am maintainer-clean-generic
! 584:
! 585: mostlyclean: mostlyclean-recursive
! 586:
! 587: mostlyclean-am: mostlyclean-generic
! 588:
! 589: pdf: pdf-recursive
! 590:
! 591: pdf-am:
! 592:
! 593: ps: ps-recursive
! 594:
! 595: ps-am:
! 596:
! 597: uninstall-am:
! 598:
! 599: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
! 600: install-strip
! 601:
! 602: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
! 603: all all-am am--refresh check check-am clean clean-generic \
! 604: ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
! 605: dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
! 606: distclean-generic distclean-hdr distclean-tags distcleancheck \
! 607: distdir distuninstallcheck dvi dvi-am html html-am info \
! 608: info-am install install-am install-data install-data-am \
! 609: install-dvi install-dvi-am install-exec install-exec-am \
! 610: install-html install-html-am install-info install-info-am \
! 611: install-man install-pdf install-pdf-am install-ps \
! 612: install-ps-am install-strip installcheck installcheck-am \
! 613: installdirs installdirs-am maintainer-clean \
! 614: maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
! 615: pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
! 616:
! 617:
! 618: mrproper: maintainer-clean
! 619: rm -f aclocal.m4 configure.scan depcomp missing install-sh config.h.in
! 620: rm -f Makefile.in configure autoscan*.log config.guess config.sub
! 621: rm -f ltmain.sh configure.in
! 622: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 623: # Otherwise a system limit (for SysV at least) may be exceeded.
! 624: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>