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