Annotation of embedaddon/ntp/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.11.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, 2009 Free Software Foundation,
! 6: # 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: VPATH = @srcdir@
! 18: pkgdatadir = $(datadir)/@PACKAGE@
! 19: pkgincludedir = $(includedir)/@PACKAGE@
! 20: pkglibdir = $(libdir)/@PACKAGE@
! 21: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 23: install_sh_DATA = $(install_sh) -c -m 644
! 24: install_sh_PROGRAM = $(install_sh) -c
! 25: install_sh_SCRIPT = $(install_sh) -c
! 26: INSTALL_HEADER = $(INSTALL_DATA)
! 27: transform = $(program_transform_name)
! 28: NORMAL_INSTALL = :
! 29: PRE_INSTALL = :
! 30: POST_INSTALL = :
! 31: NORMAL_UNINSTALL = :
! 32: PRE_UNINSTALL = :
! 33: POST_UNINSTALL = :
! 34: build_triplet = @build@
! 35: host_triplet = @host@
! 36: subdir = .
! 37: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
! 38: $(srcdir)/Makefile.in $(srcdir)/config.h.in \
! 39: $(top_srcdir)/configure ChangeLog INSTALL NEWS TODO compile \
! 40: config.guess config.sub depcomp install-sh ltmain.sh missing \
! 41: ylwrap
! 42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 43: am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
! 44: $(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
! 45: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
! 46: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
! 47: $(top_srcdir)/m4/ntp_cacheversion.m4 \
! 48: $(top_srcdir)/m4/ntp_dir_sep.m4 \
! 49: $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
! 50: $(top_srcdir)/m4/ntp_openssl.m4 \
! 51: $(top_srcdir)/m4/ntp_vpathhack.m4 \
! 52: $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
! 53: $(top_srcdir)/configure.ac
! 54: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 55: $(ACLOCAL_M4)
! 56: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
! 57: configure.lineno config.status.lineno
! 58: mkinstalldirs = $(install_sh) -d
! 59: CONFIG_HEADER = config.h
! 60: CONFIG_CLEAN_FILES =
! 61: CONFIG_CLEAN_VPATH_FILES =
! 62: SOURCES =
! 63: DIST_SOURCES =
! 64: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
! 65: html-recursive info-recursive install-data-recursive \
! 66: install-dvi-recursive install-exec-recursive \
! 67: install-html-recursive install-info-recursive \
! 68: install-pdf-recursive install-ps-recursive install-recursive \
! 69: installcheck-recursive installdirs-recursive pdf-recursive \
! 70: ps-recursive uninstall-recursive
! 71: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 72: distclean-recursive maintainer-clean-recursive
! 73: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
! 74: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
! 75: distdir dist dist-all distcheck
! 76: ETAGS = etags
! 77: CTAGS = ctags
! 78: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 79: distdir = $(PACKAGE)-$(VERSION)
! 80: top_distdir = $(distdir)
! 81: am__remove_distdir = \
! 82: { test ! -d "$(distdir)" \
! 83: || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
! 84: && rm -fr "$(distdir)"; }; }
! 85: am__relativize = \
! 86: dir0=`pwd`; \
! 87: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
! 88: sed_rest='s,^[^/]*/*,,'; \
! 89: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
! 90: sed_butlast='s,/*[^/]*$$,,'; \
! 91: while test -n "$$dir1"; do \
! 92: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
! 93: if test "$$first" != "."; then \
! 94: if test "$$first" = ".."; then \
! 95: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
! 96: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
! 97: else \
! 98: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
! 99: if test "$$first2" = "$$first"; then \
! 100: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
! 101: else \
! 102: dir2="../$$dir2"; \
! 103: fi; \
! 104: dir0="$$dir0"/"$$first"; \
! 105: fi; \
! 106: fi; \
! 107: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
! 108: done; \
! 109: reldir="$$dir2"
! 110: DIST_ARCHIVES = $(distdir).tar.gz
! 111: GZIP_ENV = --best
! 112: distuninstallcheck_listfiles = find . -type f -print
! 113: distcleancheck_listfiles = find . -type f -print
! 114: ACLOCAL = @ACLOCAL@
! 115: AMTAR = @AMTAR@
! 116: AR = @AR@
! 117: AUTOCONF = @AUTOCONF@
! 118: AUTOHEADER = @AUTOHEADER@
! 119: AUTOMAKE = @AUTOMAKE@
! 120: AWK = @AWK@
! 121: BINSUBDIR = @BINSUBDIR@
! 122: CC = @CC@
! 123: CCDEPMODE = @CCDEPMODE@
! 124: CFLAGS = @CFLAGS@
! 125: CHUTEST = @CHUTEST@
! 126: CLKTEST = @CLKTEST@
! 127: CPP = @CPP@
! 128: CPPFLAGS = @CPPFLAGS@
! 129: CYGPATH_W = @CYGPATH_W@
! 130: DCFD = @DCFD@
! 131: DEFS = @DEFS@
! 132: DEPDIR = @DEPDIR@
! 133: DLLTOOL = @DLLTOOL@
! 134: DSYMUTIL = @DSYMUTIL@
! 135: DUMPBIN = @DUMPBIN@
! 136: ECHO_C = @ECHO_C@
! 137: ECHO_N = @ECHO_N@
! 138: ECHO_T = @ECHO_T@
! 139: EDITLINE_LIBS = @EDITLINE_LIBS@
! 140: EF_LIBS = @EF_LIBS@
! 141: EF_PROGS = @EF_PROGS@
! 142: EGREP = @EGREP@
! 143: EXEEXT = @EXEEXT@
! 144: FGREP = @FGREP@
! 145: GREP = @GREP@
! 146: HAVE_INLINE = @HAVE_INLINE@
! 147: INSTALL = @INSTALL@
! 148: INSTALL_DATA = @INSTALL_DATA@
! 149: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 150: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 151: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 152: LCRYPTO = @LCRYPTO@
! 153: LD = @LD@
! 154: LDFLAGS = @LDFLAGS@
! 155: LIBOBJS = @LIBOBJS@
! 156: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
! 157: LIBOPTS_DIR = @LIBOPTS_DIR@
! 158: LIBOPTS_LDADD = @LIBOPTS_LDADD@
! 159: LIBPARSE = @LIBPARSE@
! 160: LIBS = @LIBS@
! 161: LIBTOOL = @LIBTOOL@
! 162: LIPO = @LIPO@
! 163: LN_S = @LN_S@
! 164: LSCF = @LSCF@
! 165: LTLIBOBJS = @LTLIBOBJS@
! 166: MAKEINFO = @MAKEINFO@
! 167: MAKE_ADJTIMED = @MAKE_ADJTIMED@
! 168: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
! 169: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
! 170: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
! 171: MAKE_LIBPARSE = @MAKE_LIBPARSE@
! 172: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
! 173: MAKE_NTPDSIM = @MAKE_NTPDSIM@
! 174: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
! 175: MAKE_NTPTIME = @MAKE_NTPTIME@
! 176: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
! 177: MAKE_TICKADJ = @MAKE_TICKADJ@
! 178: MAKE_TIMETRIM = @MAKE_TIMETRIM@
! 179: MANIFEST_TOOL = @MANIFEST_TOOL@
! 180: MKDIR_P = @MKDIR_P@
! 181: NM = @NM@
! 182: NMEDIT = @NMEDIT@
! 183: OBJDUMP = @OBJDUMP@
! 184: OBJEXT = @OBJEXT@
! 185: OPENSSL = @OPENSSL@
! 186: OPENSSL_INC = @OPENSSL_INC@
! 187: OPENSSL_LIB = @OPENSSL_LIB@
! 188: OTOOL = @OTOOL@
! 189: OTOOL64 = @OTOOL64@
! 190: PACKAGE = @PACKAGE@
! 191: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 192: PACKAGE_NAME = @PACKAGE_NAME@
! 193: PACKAGE_STRING = @PACKAGE_STRING@
! 194: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 195: PACKAGE_URL = @PACKAGE_URL@
! 196: PACKAGE_VERSION = @PACKAGE_VERSION@
! 197: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
! 198: PATH_PERL = @PATH_PERL@
! 199: PATH_SEPARATOR = @PATH_SEPARATOR@
! 200: PATH_SH = @PATH_SH@
! 201: PATH_TEST = @PATH_TEST@
! 202: POSIX_SHELL = @POSIX_SHELL@
! 203: PROPDELAY = @PROPDELAY@
! 204: RANLIB = @RANLIB@
! 205: SED = @SED@
! 206: SET_MAKE = @SET_MAKE@
! 207: SHELL = @SHELL@
! 208: SNMP_CFLAGS = @SNMP_CFLAGS@
! 209: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
! 210: SNMP_LIBS = @SNMP_LIBS@
! 211: STRIP = @STRIP@
! 212: TESTDCF = @TESTDCF@
! 213: VERSION = @VERSION@
! 214: YACC = @YACC@
! 215: YFLAGS = @YFLAGS@
! 216: abs_builddir = @abs_builddir@
! 217: abs_srcdir = @abs_srcdir@
! 218: abs_top_builddir = @abs_top_builddir@
! 219: abs_top_srcdir = @abs_top_srcdir@
! 220: ac_ct_AR = @ac_ct_AR@
! 221: ac_ct_CC = @ac_ct_CC@
! 222: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 223: am__include = @am__include@
! 224: am__leading_dot = @am__leading_dot@
! 225: am__quote = @am__quote@
! 226: am__tar = @am__tar@
! 227: am__untar = @am__untar@
! 228: bindir = @bindir@
! 229: build = @build@
! 230: build_alias = @build_alias@
! 231: build_cpu = @build_cpu@
! 232: build_os = @build_os@
! 233: build_vendor = @build_vendor@
! 234: builddir = @builddir@
! 235: datadir = @datadir@
! 236: datarootdir = @datarootdir@
! 237: docdir = @docdir@
! 238: dvidir = @dvidir@
! 239: exec_prefix = @exec_prefix@
! 240: host = @host@
! 241: host_alias = @host_alias@
! 242: host_cpu = @host_cpu@
! 243: host_os = @host_os@
! 244: host_vendor = @host_vendor@
! 245: htmldir = @htmldir@
! 246: includedir = @includedir@
! 247: infodir = @infodir@
! 248: install_sh = @install_sh@
! 249: libdir = @libdir@
! 250: libexecdir = @libexecdir@
! 251: localedir = @localedir@
! 252: localstatedir = @localstatedir@
! 253: mandir = @mandir@
! 254: mkdir_p = @mkdir_p@
! 255: oldincludedir = @oldincludedir@
! 256: pdfdir = @pdfdir@
! 257: prefix = @prefix@
! 258: program_transform_name = @program_transform_name@
! 259: psdir = @psdir@
! 260: sbindir = @sbindir@
! 261: sharedstatedir = @sharedstatedir@
! 262: srcdir = @srcdir@
! 263: subdirs = @subdirs@
! 264: sysconfdir = @sysconfdir@
! 265: target_alias = @target_alias@
! 266: top_build_prefix = @top_build_prefix@
! 267: top_builddir = @top_builddir@
! 268: top_srcdir = @top_srcdir@
! 269: AUTOMAKE_OPTIONS = foreign 1.10
! 270: ACLOCAL_AMFLAGS = -I m4 -I sntp/libopts/m4
! 271: NULL =
! 272: SUBDIRS = scripts include ElectricFence libntp sntp libparse ntpd \
! 273: ntpdate ntpdc ntpq ntpsnmpd parseutil adjtimed clockstuff \
! 274: kernel util $(NULL)
! 275: DIST_SUBDIRS = \
! 276: scripts \
! 277: include \
! 278: ElectricFence \
! 279: libntp \
! 280: libparse \
! 281: sntp \
! 282: ntpd \
! 283: ntpdate \
! 284: ntpdc \
! 285: ntpq \
! 286: ntpsnmpd \
! 287: parseutil \
! 288: adjtimed \
! 289: clockstuff \
! 290: kernel \
! 291: util \
! 292: $(NULL)
! 293:
! 294: DISTCHECK_CONFIGURE_FLAGS = -C
! 295: EXTRA_DIST = \
! 296: $(srcdir)/COPYRIGHT \
! 297: ChangeLog \
! 298: CommitLog \
! 299: CommitLog-4.1.0 \
! 300: NEWS \
! 301: NOTES.y2kfixes \
! 302: README.bk \
! 303: README.hackers \
! 304: README.patches \
! 305: README.refclocks \
! 306: README.versions \
! 307: TODO \
! 308: WHERE-TO-START \
! 309: bootstrap \
! 310: build \
! 311: config.guess \
! 312: config.h.in \
! 313: config.sub \
! 314: dot.emacs \
! 315: excludes \
! 316: flock-build \
! 317: install-sh \
! 318: packageinfo.sh \
! 319: readme.y2kfixes \
! 320: results.y2kfixes \
! 321: \
! 322: conf \
! 323: html \
! 324: lib/isc \
! 325: ports \
! 326: \
! 327: bincheck.mf \
! 328: depsver.mf \
! 329: deps-ver \
! 330: $(srcdir)/version \
! 331: version.m4 \
! 332: \
! 333: $(NULL)
! 334:
! 335: CLEANFILES =
! 336: DISTCLEANFILES = .gcc-warning
! 337: ETAGS_ARGS = Makefile.am configure.ac
! 338:
! 339: # HMS: Keep .gcc-warning first, as that way it gets printed first.
! 340: BUILT_SOURCES = \
! 341: .gcc-warning \
! 342: libtool \
! 343: $(srcdir)/COPYRIGHT \
! 344: $(srcdir)/version \
! 345: $(srcdir)/version.m4 \
! 346: $(srcdir)/include/version.def \
! 347: $(srcdir)/include/version.texi \
! 348: $(srcdir)/.checkChangeLog \
! 349: $(NULL)
! 350:
! 351:
! 352: # HMS: The following seems to be a work-in-progress...
! 353: CVO = `$(srcdir)/config.guess`
! 354: BHOST = `(hostname || uname -n)`
! 355: all: $(BUILT_SOURCES) config.h
! 356: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 357:
! 358: .SUFFIXES:
! 359: am--refresh:
! 360: @:
! 361: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 362: @for dep in $?; do \
! 363: case '$(am__configure_deps)' in \
! 364: *$$dep*) \
! 365: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
! 366: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
! 367: && exit 0; \
! 368: exit 1;; \
! 369: esac; \
! 370: done; \
! 371: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
! 372: $(am__cd) $(top_srcdir) && \
! 373: $(AUTOMAKE) --foreign Makefile
! 374: .PRECIOUS: Makefile
! 375: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 376: @case '$?' in \
! 377: *config.status*) \
! 378: echo ' $(SHELL) ./config.status'; \
! 379: $(SHELL) ./config.status;; \
! 380: *) \
! 381: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
! 382: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
! 383: esac;
! 384:
! 385: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 386: $(SHELL) ./config.status --recheck
! 387:
! 388: $(top_srcdir)/configure: $(am__configure_deps)
! 389: $(am__cd) $(srcdir) && $(AUTOCONF)
! 390: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 391: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
! 392: $(am__aclocal_m4_deps):
! 393:
! 394: config.h: stamp-h1
! 395: @if test ! -f $@; then \
! 396: rm -f stamp-h1; \
! 397: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
! 398: else :; fi
! 399:
! 400: stamp-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:
! 408: distclean-hdr:
! 409: -rm -f config.h stamp-h1
! 410:
! 411: mostlyclean-libtool:
! 412: -rm -f *.lo
! 413:
! 414: clean-libtool:
! 415: -rm -rf .libs _libs
! 416:
! 417: distclean-libtool:
! 418: -rm -f libtool config.lt
! 419:
! 420: # This directory's subdirectories are mostly independent; you can cd
! 421: # into them and run `make' without going through this Makefile.
! 422: # To change the values of `make' variables: instead of editing Makefiles,
! 423: # (1) if the variable is set in `config.status', edit `config.status'
! 424: # (which will cause the Makefiles to be regenerated when you run `make');
! 425: # (2) otherwise, pass the desired values on the `make' command line.
! 426: $(RECURSIVE_TARGETS):
! 427: @fail= failcom='exit 1'; \
! 428: for f in x $$MAKEFLAGS; do \
! 429: case $$f in \
! 430: *=* | --[!k]*);; \
! 431: *k*) failcom='fail=yes';; \
! 432: esac; \
! 433: done; \
! 434: dot_seen=no; \
! 435: target=`echo $@ | sed s/-recursive//`; \
! 436: list='$(SUBDIRS)'; for subdir in $$list; do \
! 437: echo "Making $$target in $$subdir"; \
! 438: if test "$$subdir" = "."; then \
! 439: dot_seen=yes; \
! 440: local_target="$$target-am"; \
! 441: else \
! 442: local_target="$$target"; \
! 443: fi; \
! 444: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 445: || eval $$failcom; \
! 446: done; \
! 447: if test "$$dot_seen" = "no"; then \
! 448: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 449: fi; test -z "$$fail"
! 450:
! 451: $(RECURSIVE_CLEAN_TARGETS):
! 452: @fail= failcom='exit 1'; \
! 453: for f in x $$MAKEFLAGS; do \
! 454: case $$f in \
! 455: *=* | --[!k]*);; \
! 456: *k*) failcom='fail=yes';; \
! 457: esac; \
! 458: done; \
! 459: dot_seen=no; \
! 460: case "$@" in \
! 461: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 462: *) list='$(SUBDIRS)' ;; \
! 463: esac; \
! 464: rev=''; for subdir in $$list; do \
! 465: if test "$$subdir" = "."; then :; else \
! 466: rev="$$subdir $$rev"; \
! 467: fi; \
! 468: done; \
! 469: rev="$$rev ."; \
! 470: target=`echo $@ | sed s/-recursive//`; \
! 471: for subdir in $$rev; do \
! 472: echo "Making $$target in $$subdir"; \
! 473: if test "$$subdir" = "."; then \
! 474: local_target="$$target-am"; \
! 475: else \
! 476: local_target="$$target"; \
! 477: fi; \
! 478: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 479: || eval $$failcom; \
! 480: done && test -z "$$fail"
! 481: tags-recursive:
! 482: list='$(SUBDIRS)'; for subdir in $$list; do \
! 483: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 484: done
! 485: ctags-recursive:
! 486: list='$(SUBDIRS)'; for subdir in $$list; do \
! 487: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
! 488: done
! 489:
! 490: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 491: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 492: unique=`for i in $$list; do \
! 493: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 494: done | \
! 495: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 496: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 497: mkid -fID $$unique
! 498: tags: TAGS
! 499:
! 500: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 501: $(TAGS_FILES) $(LISP)
! 502: set x; \
! 503: here=`pwd`; \
! 504: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 505: include_option=--etags-include; \
! 506: empty_fix=.; \
! 507: else \
! 508: include_option=--include; \
! 509: empty_fix=; \
! 510: fi; \
! 511: list='$(SUBDIRS)'; for subdir in $$list; do \
! 512: if test "$$subdir" = .; then :; else \
! 513: test ! -f $$subdir/TAGS || \
! 514: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
! 515: fi; \
! 516: done; \
! 517: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 518: unique=`for i in $$list; do \
! 519: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 520: done | \
! 521: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 522: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 523: shift; \
! 524: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 525: test -n "$$unique" || unique=$$empty_fix; \
! 526: if test $$# -gt 0; then \
! 527: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 528: "$$@" $$unique; \
! 529: else \
! 530: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 531: $$unique; \
! 532: fi; \
! 533: fi
! 534: ctags: CTAGS
! 535: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 536: $(TAGS_FILES) $(LISP)
! 537: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 538: unique=`for i in $$list; do \
! 539: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 540: done | \
! 541: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 542: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 543: test -z "$(CTAGS_ARGS)$$unique" \
! 544: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 545: $$unique
! 546:
! 547: GTAGS:
! 548: here=`$(am__cd) $(top_builddir) && pwd` \
! 549: && $(am__cd) $(top_srcdir) \
! 550: && gtags -i $(GTAGS_ARGS) "$$here"
! 551:
! 552: distclean-tags:
! 553: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 554:
! 555: distdir: $(DISTFILES)
! 556: $(am__remove_distdir)
! 557: test -d "$(distdir)" || mkdir "$(distdir)"
! 558: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 559: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 560: list='$(DISTFILES)'; \
! 561: dist_files=`for file in $$list; do echo $$file; done | \
! 562: sed -e "s|^$$srcdirstrip/||;t" \
! 563: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 564: case $$dist_files in \
! 565: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 566: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 567: sort -u` ;; \
! 568: esac; \
! 569: for file in $$dist_files; do \
! 570: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 571: if test -d $$d/$$file; then \
! 572: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 573: if test -d "$(distdir)/$$file"; then \
! 574: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 575: fi; \
! 576: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 577: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 578: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 579: fi; \
! 580: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 581: else \
! 582: test -f "$(distdir)/$$file" \
! 583: || cp -p $$d/$$file "$(distdir)/$$file" \
! 584: || exit 1; \
! 585: fi; \
! 586: done
! 587: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 588: if test "$$subdir" = .; then :; else \
! 589: test -d "$(distdir)/$$subdir" \
! 590: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 591: || exit 1; \
! 592: fi; \
! 593: done
! 594: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 595: if test "$$subdir" = .; then :; else \
! 596: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 597: $(am__relativize); \
! 598: new_distdir=$$reldir; \
! 599: dir1=$$subdir; dir2="$(top_distdir)"; \
! 600: $(am__relativize); \
! 601: new_top_distdir=$$reldir; \
! 602: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 603: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 604: ($(am__cd) $$subdir && \
! 605: $(MAKE) $(AM_MAKEFLAGS) \
! 606: top_distdir="$$new_top_distdir" \
! 607: distdir="$$new_distdir" \
! 608: am__remove_distdir=: \
! 609: am__skip_length_check=: \
! 610: am__skip_mode_fix=: \
! 611: distdir) \
! 612: || exit 1; \
! 613: fi; \
! 614: done
! 615: $(MAKE) $(AM_MAKEFLAGS) \
! 616: top_distdir="$(top_distdir)" distdir="$(distdir)" \
! 617: dist-hook
! 618: -test -n "$(am__skip_mode_fix)" \
! 619: || find "$(distdir)" -type d ! -perm -755 \
! 620: -exec chmod u+rwx,go+rx {} \; -o \
! 621: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 622: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 623: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
! 624: || chmod -R a+r "$(distdir)"
! 625: dist-gzip: distdir
! 626: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 627: $(am__remove_distdir)
! 628:
! 629: dist-bzip2: distdir
! 630: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
! 631: $(am__remove_distdir)
! 632:
! 633: dist-lzma: distdir
! 634: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
! 635: $(am__remove_distdir)
! 636:
! 637: dist-xz: distdir
! 638: tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
! 639: $(am__remove_distdir)
! 640:
! 641: dist-tarZ: distdir
! 642: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
! 643: $(am__remove_distdir)
! 644:
! 645: dist-shar: distdir
! 646: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
! 647: $(am__remove_distdir)
! 648:
! 649: dist-zip: distdir
! 650: -rm -f $(distdir).zip
! 651: zip -rq $(distdir).zip $(distdir)
! 652: $(am__remove_distdir)
! 653:
! 654: dist dist-all: distdir
! 655: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 656: $(am__remove_distdir)
! 657:
! 658: # This target untars the dist file and tries a VPATH configuration. Then
! 659: # it guarantees that the distribution is self-contained by making another
! 660: # tarfile.
! 661: distcheck: dist
! 662: case '$(DIST_ARCHIVES)' in \
! 663: *.tar.gz*) \
! 664: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
! 665: *.tar.bz2*) \
! 666: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
! 667: *.tar.lzma*) \
! 668: lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
! 669: *.tar.xz*) \
! 670: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
! 671: *.tar.Z*) \
! 672: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
! 673: *.shar.gz*) \
! 674: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
! 675: *.zip*) \
! 676: unzip $(distdir).zip ;;\
! 677: esac
! 678: chmod -R a-w $(distdir); chmod a+w $(distdir)
! 679: mkdir $(distdir)/_build
! 680: mkdir $(distdir)/_inst
! 681: chmod a-w $(distdir)
! 682: test -d $(distdir)/_build || exit 0; \
! 683: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
! 684: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
! 685: && am__cwd=`pwd` \
! 686: && $(am__cd) $(distdir)/_build \
! 687: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
! 688: $(DISTCHECK_CONFIGURE_FLAGS) \
! 689: && $(MAKE) $(AM_MAKEFLAGS) \
! 690: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 691: && $(MAKE) $(AM_MAKEFLAGS) check \
! 692: && $(MAKE) $(AM_MAKEFLAGS) install \
! 693: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 694: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 695: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
! 696: distuninstallcheck \
! 697: && chmod -R a-w "$$dc_install_base" \
! 698: && ({ \
! 699: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
! 700: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
! 701: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
! 702: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
! 703: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
! 704: } || { rm -rf "$$dc_destdir"; exit 1; }) \
! 705: && rm -rf "$$dc_destdir" \
! 706: && $(MAKE) $(AM_MAKEFLAGS) dist \
! 707: && rm -rf $(DIST_ARCHIVES) \
! 708: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
! 709: && cd "$$am__cwd" \
! 710: || exit 1
! 711: $(am__remove_distdir)
! 712: @(echo "$(distdir) archives ready for distribution: "; \
! 713: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
! 714: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
! 715: distuninstallcheck:
! 716: @$(am__cd) '$(distuninstallcheck_dir)' \
! 717: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
! 718: || { echo "ERROR: files left after uninstall:" ; \
! 719: if test -n "$(DESTDIR)"; then \
! 720: echo " (check DESTDIR support)"; \
! 721: fi ; \
! 722: $(distuninstallcheck_listfiles) ; \
! 723: exit 1; } >&2
! 724: distcleancheck: distclean
! 725: @if test '$(srcdir)' = . ; then \
! 726: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
! 727: exit 1 ; \
! 728: fi
! 729: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
! 730: || { echo "ERROR: files left in build directory after distclean:" ; \
! 731: $(distcleancheck_listfiles) ; \
! 732: exit 1; } >&2
! 733: check-am: all-am
! 734: check: $(BUILT_SOURCES)
! 735: $(MAKE) $(AM_MAKEFLAGS) check-recursive
! 736: all-am: Makefile config.h
! 737: installdirs: installdirs-recursive
! 738: installdirs-am:
! 739: install: $(BUILT_SOURCES)
! 740: $(MAKE) $(AM_MAKEFLAGS) install-recursive
! 741: install-exec: install-exec-recursive
! 742: install-data: install-data-recursive
! 743: uninstall: uninstall-recursive
! 744:
! 745: install-am: all-am
! 746: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 747:
! 748: installcheck: installcheck-recursive
! 749: install-strip:
! 750: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 751: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 752: `test -z '$(STRIP)' || \
! 753: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 754: mostlyclean-generic:
! 755:
! 756: clean-generic:
! 757: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 758:
! 759: distclean-generic:
! 760: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 761: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 762: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
! 763:
! 764: maintainer-clean-generic:
! 765: @echo "This command is intended for maintainers to use"
! 766: @echo "it deletes files that may require special tools to rebuild."
! 767: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 768: clean: clean-recursive
! 769:
! 770: clean-am: clean-generic clean-libtool mostlyclean-am
! 771:
! 772: distclean: distclean-recursive
! 773: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 774: -rm -f Makefile
! 775: distclean-am: clean-am distclean-generic distclean-hdr \
! 776: distclean-libtool distclean-tags
! 777:
! 778: dvi: dvi-recursive
! 779:
! 780: dvi-am:
! 781:
! 782: html: html-recursive
! 783:
! 784: html-am:
! 785:
! 786: info: info-recursive
! 787:
! 788: info-am:
! 789:
! 790: install-data-am:
! 791:
! 792: install-dvi: install-dvi-recursive
! 793:
! 794: install-dvi-am:
! 795:
! 796: install-exec-am:
! 797:
! 798: install-html: install-html-recursive
! 799:
! 800: install-html-am:
! 801:
! 802: install-info: install-info-recursive
! 803:
! 804: install-info-am:
! 805:
! 806: install-man:
! 807:
! 808: install-pdf: install-pdf-recursive
! 809:
! 810: install-pdf-am:
! 811:
! 812: install-ps: install-ps-recursive
! 813:
! 814: install-ps-am:
! 815:
! 816: installcheck-am:
! 817:
! 818: maintainer-clean: maintainer-clean-recursive
! 819: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 820: -rm -rf $(top_srcdir)/autom4te.cache
! 821: -rm -f Makefile
! 822: maintainer-clean-am: distclean-am maintainer-clean-generic
! 823:
! 824: mostlyclean: mostlyclean-recursive
! 825:
! 826: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
! 827:
! 828: pdf: pdf-recursive
! 829:
! 830: pdf-am:
! 831:
! 832: ps: ps-recursive
! 833:
! 834: ps-am:
! 835:
! 836: uninstall-am:
! 837:
! 838: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
! 839: ctags-recursive install install-am install-strip \
! 840: tags-recursive
! 841:
! 842: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
! 843: all all-am am--refresh check check-am clean clean-generic \
! 844: clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
! 845: dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
! 846: dist-zip distcheck distclean distclean-generic distclean-hdr \
! 847: distclean-libtool distclean-tags distcleancheck distdir \
! 848: distuninstallcheck dvi dvi-am html html-am info info-am \
! 849: install install-am install-data install-data-am install-dvi \
! 850: install-dvi-am install-exec install-exec-am install-html \
! 851: install-html-am install-info install-info-am install-man \
! 852: install-pdf install-pdf-am install-ps install-ps-am \
! 853: install-strip installcheck installcheck-am installdirs \
! 854: installdirs-am maintainer-clean maintainer-clean-generic \
! 855: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
! 856: ps ps-am tags tags-recursive uninstall uninstall-am
! 857:
! 858:
! 859: $(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
! 860: { echo "This file is automatically generated from html/copyright.html" ; \
! 861: lynx -dump $(srcdir)/html/copyright.html ;} > COPYRIGHT.new \
! 862: && mv -f COPYRIGHT.new $(srcdir)/COPYRIGHT
! 863:
! 864: COPYRIGHT-please: $(srcdir)/COPYRIGHT
! 865: @: do-nothing action to prevent default \
! 866: This target is needed by sntp/Makefile.am on decrepit \
! 867: FreeBSD 6.x make which fails with "make COPYRIGHT" \
! 868: configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
! 869: Rather than determine our $(srcdir) from sntp/Makefile.am \
! 870: COPYRIGHT-please serves as a fixed target.
! 871:
! 872: # HMS: The next bit is still suboptimal. If bk is present but this NTP
! 873: # repo is not a bk repo, we'll get an error message from the prs command.
! 874: # Unfortunately, I haven't found the necessary magic to redirect this error
! 875: # output to /dev/null under ancient/unique shells like the one Ultrix uses.
! 876: # We'll also get an error if srcdir or version is unwritable.
! 877: $(srcdir)/version: FRC.version
! 878: -(bk version) >/dev/null 2>&1 && \
! 879: cd $(srcdir) && \
! 880: x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
! 881: y=`cat version 2>/dev/null` || true && \
! 882: case "$$x" in ''|$$y) ;; *) echo $$x > version ;; esac
! 883:
! 884: $(srcdir)/version.m4: $(srcdir)/packageinfo.sh
! 885: TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
! 886: ./scripts/genver version.m4
! 887:
! 888: $(srcdir)/include/version.def: $(srcdir)/packageinfo.sh
! 889: TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
! 890: ./scripts/genver include/version.def
! 891:
! 892: $(srcdir)/include/version.texi: $(srcdir)/packageinfo.sh
! 893: TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
! 894: ./scripts/genver include/version.texi
! 895:
! 896: $(srcdir)/.checkChangeLog: $(srcdir)/ChangeLog $(srcdir)/scripts/checkChangeLog
! 897: cd $(srcdir) && \
! 898: ./scripts/checkChangeLog
! 899:
! 900: libtool: $(LIBTOOL_DEPS)
! 901: ./config.status --recheck
! 902:
! 903: dist-hook:
! 904: @find $(distdir) -type d -name SCCS -print | xargs rm -rf
! 905:
! 906: .gcc-warning:
! 907: @echo "Compiling with GCC now generates lots of new warnings."
! 908: @echo " "
! 909: @echo "Don't be concerned. They're just warnings."
! 910: @echo " "
! 911: @echo "Don't send bug reports about the warnings, either."
! 912: @echo " "
! 913: @echo "Feel free to send patches that fix these warnings, though."
! 914: @echo " "
! 915: @sleep 1
! 916: @touch $@
! 917:
! 918: CommitLog: FRC.CommitLog
! 919: cd $(srcdir) \
! 920: && $(PATH_TEST) -e CommitLog \
! 921: -a SCCS/s.ChangeSet -ot CommitLog \
! 922: || scripts/genCommitLog
! 923:
! 924: .buildcvo:
! 925: echo "$(CVO)" > .buildcvo
! 926:
! 927: .checkcvo: .buildcvo FRC.checkcvo
! 928: @if [ "`cat .buildcvo`" != "$(CVO)" ];then \
! 929: echo "This directory was configured for `cat .buildcvo`"; \
! 930: echo "but this machine is a $(CVO)"; \
! 931: exit 1; \
! 932: fi
! 933:
! 934: .buildhost:
! 935: echo "$(BHOST)" > .buildhost
! 936:
! 937: .checkhost: .buildhost FRC.checkhost
! 938: @if [ "`cat .buildhost`" != "$(BHOST)" ];then \
! 939: echo "Built on `cat .buildhost` but this is $(BHOST)"; \
! 940: echo " "; \
! 941: fi
! 942:
! 943: FRC.CommitLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
! 944: @: do-nothing action prevents any default
! 945:
! 946: # HMS: what was I trying to do with this?
! 947: #dot.emacs: FRC.distwarn
! 948:
! 949: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 950: # Otherwise a system limit (for SysV at least) may be exceeded.
! 951: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>