Annotation of embedaddon/ntp/sntp/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:
! 18: # Makefile.am for JMK's SNTP, by Harlan Stenn
! 19:
! 20: # we traditionally installed software in bindir, while it should have gone
! 21: # in sbindir. Now that we offer a choice, look in the "other" installation
! 22: # subdir to warn folks if there is another version there.
! 23:
! 24:
! 25: VPATH = @srcdir@
! 26: pkgdatadir = $(datadir)/@PACKAGE@
! 27: pkgincludedir = $(includedir)/@PACKAGE@
! 28: pkglibdir = $(libdir)/@PACKAGE@
! 29: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 30: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 31: install_sh_DATA = $(install_sh) -c -m 644
! 32: install_sh_PROGRAM = $(install_sh) -c
! 33: install_sh_SCRIPT = $(install_sh) -c
! 34: INSTALL_HEADER = $(INSTALL_DATA)
! 35: transform = $(program_transform_name)
! 36: NORMAL_INSTALL = :
! 37: PRE_INSTALL = :
! 38: POST_INSTALL = :
! 39: NORMAL_UNINSTALL = :
! 40: PRE_UNINSTALL = :
! 41: POST_UNINSTALL = :
! 42: build_triplet = @build@
! 43: host_triplet = @host@
! 44: @NTP_BINSUBDIR_IS_BIN_TRUE@bin_PROGRAMS = sntp$(EXEEXT)
! 45: @NTP_BINSUBDIR_IS_BIN_FALSE@sbin_PROGRAMS = sntp$(EXEEXT)
! 46: @NEED_LIBOPTS_TRUE@am__append_1 = libopts
! 47: DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
! 48: $(srcdir)/Makefile.in $(srcdir)/config.h.in \
! 49: $(top_srcdir)/bincheck.mf $(top_srcdir)/configure \
! 50: $(top_srcdir)/depsver.mf compile config.guess config.sub \
! 51: depcomp install-sh ltmain.sh missing
! 52: subdir = .
! 53: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! 54: am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
! 55: $(top_srcdir)/../m4/libtool.m4 \
! 56: $(top_srcdir)/../m4/ltoptions.m4 \
! 57: $(top_srcdir)/../m4/ltsugar.m4 \
! 58: $(top_srcdir)/../m4/ltversion.m4 \
! 59: $(top_srcdir)/../m4/lt~obsolete.m4 \
! 60: $(top_srcdir)/../m4/ntp_cacheversion.m4 \
! 61: $(top_srcdir)/../m4/ntp_dir_sep.m4 \
! 62: $(top_srcdir)/../m4/ntp_lib_m.m4 \
! 63: $(top_srcdir)/../m4/ntp_openssl.m4 $(top_srcdir)/../version.m4 \
! 64: $(top_srcdir)/configure.ac
! 65: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 66: $(ACLOCAL_M4)
! 67: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
! 68: configure.lineno config.status.lineno
! 69: mkinstalldirs = $(install_sh) -d
! 70: CONFIG_HEADER = config.h
! 71: CONFIG_CLEAN_FILES =
! 72: CONFIG_CLEAN_VPATH_FILES =
! 73: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
! 74: "$(DESTDIR)$(man1dir)"
! 75: PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
! 76: am__objects_1 =
! 77: am_sntp_OBJECTS = crypto.$(OBJEXT) kod_management.$(OBJEXT) \
! 78: log.$(OBJEXT) main.$(OBJEXT) networking.$(OBJEXT) \
! 79: sntp.$(OBJEXT) sntp-opts.$(OBJEXT) utilities.$(OBJEXT) \
! 80: $(am__objects_1)
! 81: sntp_OBJECTS = $(am_sntp_OBJECTS)
! 82: sntp_LDADD = $(LDADD)
! 83: am__DEPENDENCIES_1 =
! 84: sntp_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
! 85: ../libntp/libntp.a
! 86: DEFAULT_INCLUDES = -I.@am__isrc@
! 87: depcomp = $(SHELL) $(top_srcdir)/depcomp
! 88: am__depfiles_maybe = depfiles
! 89: am__mv = mv -f
! 90: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 91: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 92: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
! 93: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
! 94: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! 95: CCLD = $(CC)
! 96: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
! 97: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
! 98: $(LDFLAGS) -o $@
! 99: SOURCES = $(sntp_SOURCES)
! 100: DIST_SOURCES = $(sntp_SOURCES)
! 101: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
! 102: html-recursive info-recursive install-data-recursive \
! 103: install-dvi-recursive install-exec-recursive \
! 104: install-html-recursive install-info-recursive \
! 105: install-pdf-recursive install-ps-recursive install-recursive \
! 106: installcheck-recursive installdirs-recursive pdf-recursive \
! 107: ps-recursive uninstall-recursive
! 108: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
! 109: am__vpath_adj = case $$p in \
! 110: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
! 111: *) f=$$p;; \
! 112: esac;
! 113: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
! 114: am__install_max = 40
! 115: am__nobase_strip_setup = \
! 116: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
! 117: am__nobase_strip = \
! 118: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
! 119: am__nobase_list = $(am__nobase_strip_setup); \
! 120: for p in $$list; do echo "$$p $$p"; done | \
! 121: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
! 122: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
! 123: if (++n[$$2] == $(am__install_max)) \
! 124: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
! 125: END { for (dir in files) print dir, files[dir] }'
! 126: am__base_list = \
! 127: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
! 128: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
! 129: man1dir = $(mandir)/man1
! 130: NROFF = nroff
! 131: MANS = $(man_MANS)
! 132: DATA = $(noinst_DATA)
! 133: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 134: distclean-recursive maintainer-clean-recursive
! 135: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
! 136: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
! 137: distdir dist dist-all distcheck
! 138: ETAGS = etags
! 139: CTAGS = ctags
! 140: DIST_SUBDIRS = libopts
! 141: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 142: distdir = $(PACKAGE)-$(VERSION)
! 143: top_distdir = $(distdir)
! 144: am__remove_distdir = \
! 145: { test ! -d "$(distdir)" \
! 146: || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
! 147: && rm -fr "$(distdir)"; }; }
! 148: am__relativize = \
! 149: dir0=`pwd`; \
! 150: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
! 151: sed_rest='s,^[^/]*/*,,'; \
! 152: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
! 153: sed_butlast='s,/*[^/]*$$,,'; \
! 154: while test -n "$$dir1"; do \
! 155: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
! 156: if test "$$first" != "."; then \
! 157: if test "$$first" = ".."; then \
! 158: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
! 159: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
! 160: else \
! 161: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
! 162: if test "$$first2" = "$$first"; then \
! 163: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
! 164: else \
! 165: dir2="../$$dir2"; \
! 166: fi; \
! 167: dir0="$$dir0"/"$$first"; \
! 168: fi; \
! 169: fi; \
! 170: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
! 171: done; \
! 172: reldir="$$dir2"
! 173: DIST_ARCHIVES = $(distdir).tar.gz
! 174: GZIP_ENV = --best
! 175: distuninstallcheck_listfiles = find . -type f -print
! 176: distcleancheck_listfiles = find . -type f -print
! 177: ACLOCAL = @ACLOCAL@
! 178: AMTAR = @AMTAR@
! 179: AR = @AR@
! 180: AUTOCONF = @AUTOCONF@
! 181: AUTOHEADER = @AUTOHEADER@
! 182: AUTOMAKE = @AUTOMAKE@
! 183: AWK = @AWK@
! 184: BINSUBDIR = @BINSUBDIR@
! 185: CC = @CC@
! 186: CCDEPMODE = @CCDEPMODE@
! 187: CFLAGS = @CFLAGS@
! 188: CPP = @CPP@
! 189: CPPFLAGS = @CPPFLAGS@
! 190: CYGPATH_W = @CYGPATH_W@
! 191: DEFS = @DEFS@
! 192: DEPDIR = @DEPDIR@
! 193: DLLTOOL = @DLLTOOL@
! 194: DSYMUTIL = @DSYMUTIL@
! 195: DUMPBIN = @DUMPBIN@
! 196: ECHO_C = @ECHO_C@
! 197: ECHO_N = @ECHO_N@
! 198: ECHO_T = @ECHO_T@
! 199: EGREP = @EGREP@
! 200: EXEEXT = @EXEEXT@
! 201: FGREP = @FGREP@
! 202: GREP = @GREP@
! 203: HAVE_INLINE = @HAVE_INLINE@
! 204: INSTALL = @INSTALL@
! 205: INSTALL_DATA = @INSTALL_DATA@
! 206: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 207: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 208: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 209: LCRYPTO = @LCRYPTO@
! 210: LD = @LD@
! 211: LDFLAGS = @LDFLAGS@
! 212: LIBM = @LIBM@
! 213: LIBOBJS = @LIBOBJS@
! 214: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
! 215: LIBOPTS_DIR = @LIBOPTS_DIR@
! 216: LIBOPTS_LDADD = @LIBOPTS_LDADD@
! 217: LIBS = @LIBS@
! 218: LIBTOOL = @LIBTOOL@
! 219: LIPO = @LIPO@
! 220: LN_S = @LN_S@
! 221: LTLIBOBJS = @LTLIBOBJS@
! 222: MAKEINFO = @MAKEINFO@
! 223: MANIFEST_TOOL = @MANIFEST_TOOL@
! 224: MKDIR_P = @MKDIR_P@
! 225: NM = @NM@
! 226: NMEDIT = @NMEDIT@
! 227: OBJDUMP = @OBJDUMP@
! 228: OBJEXT = @OBJEXT@
! 229: OPENSSL = @OPENSSL@
! 230: OPENSSL_INC = @OPENSSL_INC@
! 231: OPENSSL_LIB = @OPENSSL_LIB@
! 232: OTOOL = @OTOOL@
! 233: OTOOL64 = @OTOOL64@
! 234: PACKAGE = @PACKAGE@
! 235: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 236: PACKAGE_NAME = @PACKAGE_NAME@
! 237: PACKAGE_STRING = @PACKAGE_STRING@
! 238: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 239: PACKAGE_URL = @PACKAGE_URL@
! 240: PACKAGE_VERSION = @PACKAGE_VERSION@
! 241: PATH_SEPARATOR = @PATH_SEPARATOR@
! 242: POSIX_SHELL = @POSIX_SHELL@
! 243: RANLIB = @RANLIB@
! 244: SED = @SED@
! 245: SET_MAKE = @SET_MAKE@
! 246: SHELL = @SHELL@
! 247: STRIP = @STRIP@
! 248: VERSION = @VERSION@
! 249: abs_builddir = @abs_builddir@
! 250: abs_srcdir = @abs_srcdir@
! 251: abs_top_builddir = @abs_top_builddir@
! 252: abs_top_srcdir = @abs_top_srcdir@
! 253: ac_ct_AR = @ac_ct_AR@
! 254: ac_ct_CC = @ac_ct_CC@
! 255: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 256: am__include = @am__include@
! 257: am__leading_dot = @am__leading_dot@
! 258: am__quote = @am__quote@
! 259: am__tar = @am__tar@
! 260: am__untar = @am__untar@
! 261: bindir = @bindir@
! 262: build = @build@
! 263: build_alias = @build_alias@
! 264: build_cpu = @build_cpu@
! 265: build_os = @build_os@
! 266: build_vendor = @build_vendor@
! 267: builddir = @builddir@
! 268: datadir = @datadir@
! 269: datarootdir = @datarootdir@
! 270: docdir = @docdir@
! 271: dvidir = @dvidir@
! 272: exec_prefix = @exec_prefix@
! 273: host = @host@
! 274: host_alias = @host_alias@
! 275: host_cpu = @host_cpu@
! 276: host_os = @host_os@
! 277: host_vendor = @host_vendor@
! 278: htmldir = @htmldir@
! 279: includedir = @includedir@
! 280: infodir = @infodir@
! 281: install_sh = @install_sh@
! 282: libdir = @libdir@
! 283: libexecdir = @libexecdir@
! 284: localedir = @localedir@
! 285: localstatedir = @localstatedir@
! 286: mandir = @mandir@
! 287: mkdir_p = @mkdir_p@
! 288: oldincludedir = @oldincludedir@
! 289: pdfdir = @pdfdir@
! 290: prefix = @prefix@
! 291: program_transform_name = @program_transform_name@
! 292: psdir = @psdir@
! 293: sbindir = @sbindir@
! 294: sharedstatedir = @sharedstatedir@
! 295: srcdir = @srcdir@
! 296: sysconfdir = @sysconfdir@
! 297: target_alias = @target_alias@
! 298: top_build_prefix = @top_build_prefix@
! 299: top_builddir = @top_builddir@
! 300: top_srcdir = @top_srcdir@
! 301: NULL =
! 302: AUTOMAKE_OPTIONS = foreign 1.10
! 303: ACLOCAL_AMFLAGS = -I ../m4 -I libopts/m4
! 304: AM_CPPFLAGS = $(LIBOPTS_CFLAGS) -I$(top_srcdir)/../include \
! 305: -I$(top_srcdir)/../lib/isc/include \
! 306: -I$(top_srcdir)/../lib/isc/nothreads/include \
! 307: -I$(top_srcdir)/../lib/isc/unix/include
! 308:
! 309: LDADD = $(LIBOPTS_LDADD) $(LIBM) ../libntp/libntp.a @LCRYPTO@
! 310: run_ag = cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" \
! 311: autogen -L ../include --writable
! 312:
! 313: CLEANFILES = check-COPYRIGHT-submake .deps-ver
! 314: SUBDIRS = $(am__append_1)
! 315: sntp_SOURCES = \
! 316: crypto.c \
! 317: crypto.h \
! 318: data_formats.h \
! 319: header.h \
! 320: kod_management.c \
! 321: kod_management.h \
! 322: log.c \
! 323: log.h \
! 324: main.c \
! 325: main.h \
! 326: networking.c \
! 327: networking.h \
! 328: sntp.c \
! 329: sntp-opts.c \
! 330: sntp-opts.h \
! 331: utilities.c \
! 332: utilities.h \
! 333: $(NULL)
! 334:
! 335: EXTRA_DIST = \
! 336: $(srcdir)/autogen-version.def \
! 337: bincheck.mf \
! 338: $(srcdir)/COPYRIGHT \
! 339: deps-ver \
! 340: depsver.mf \
! 341: sntp-opts.def \
! 342: sntp-opts.menu \
! 343: sntp-opts.texi \
! 344: sntp.1 \
! 345: sntp.html \
! 346: sntp.texi \
! 347: $(srcdir)/version.def \
! 348: $(srcdir)/version.m4 \
! 349: $(srcdir)/version.texi \
! 350: $(NULL)
! 351:
! 352: OLD_EXTRA_DIST = \
! 353: autogen-version.def version.def version.m4 version.texi
! 354:
! 355: BUILT_SOURCES = check-autogen-version.def check-version.def \
! 356: check-version.m4 check-version.texi $(srcdir)/COPYRIGHT \
! 357: libtool $(srcdir)/sntp-opts.c $(srcdir)/sntp-opts.h $(NULL) \
! 358: .deps-ver
! 359: man_MANS = $(srcdir)/sntp.1
! 360:
! 361: # HMS: Real Soon Now...
! 362: #info_TEXINFOS= sntp.texi
! 363: #sntp_TEXINFOS= sntp-opts.texi
! 364: noinst_DATA = \
! 365: $(srcdir)/sntp.html \
! 366: $(srcdir)/sntp-opts.texi \
! 367: $(srcdir)/sntp-opts.menu \
! 368: $(NULL)
! 369:
! 370: all: $(BUILT_SOURCES) config.h
! 371: $(MAKE) $(AM_MAKEFLAGS) all-recursive
! 372:
! 373: .SUFFIXES:
! 374: .SUFFIXES: .c .lo .o .obj
! 375: am--refresh:
! 376: @:
! 377: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
! 378: @for dep in $?; do \
! 379: case '$(am__configure_deps)' in \
! 380: *$$dep*) \
! 381: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
! 382: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
! 383: && exit 0; \
! 384: exit 1;; \
! 385: esac; \
! 386: done; \
! 387: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
! 388: $(am__cd) $(top_srcdir) && \
! 389: $(AUTOMAKE) --foreign Makefile
! 390: .PRECIOUS: Makefile
! 391: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 392: @case '$?' in \
! 393: *config.status*) \
! 394: echo ' $(SHELL) ./config.status'; \
! 395: $(SHELL) ./config.status;; \
! 396: *) \
! 397: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
! 398: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
! 399: esac;
! 400:
! 401: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 402: $(SHELL) ./config.status --recheck
! 403:
! 404: $(top_srcdir)/configure: $(am__configure_deps)
! 405: $(am__cd) $(srcdir) && $(AUTOCONF)
! 406: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 407: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
! 408: $(am__aclocal_m4_deps):
! 409:
! 410: config.h: stamp-h1
! 411: @if test ! -f $@; then \
! 412: rm -f stamp-h1; \
! 413: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
! 414: else :; fi
! 415:
! 416: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
! 417: @rm -f stamp-h1
! 418: cd $(top_builddir) && $(SHELL) ./config.status config.h
! 419: $(srcdir)/config.h.in: $(am__configure_deps)
! 420: ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
! 421: rm -f stamp-h1
! 422: touch $@
! 423:
! 424: distclean-hdr:
! 425: -rm -f config.h stamp-h1
! 426: install-binPROGRAMS: $(bin_PROGRAMS)
! 427: @$(NORMAL_INSTALL)
! 428: test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
! 429: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
! 430: for p in $$list; do echo "$$p $$p"; done | \
! 431: sed 's/$(EXEEXT)$$//' | \
! 432: while read p p1; do if test -f $$p || test -f $$p1; \
! 433: then echo "$$p"; echo "$$p"; else :; fi; \
! 434: done | \
! 435: sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
! 436: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
! 437: sed 'N;N;N;s,\n, ,g' | \
! 438: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
! 439: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
! 440: if ($$2 == $$4) files[d] = files[d] " " $$1; \
! 441: else { print "f", $$3 "/" $$4, $$1; } } \
! 442: END { for (d in files) print "f", d, files[d] }' | \
! 443: while read type dir files; do \
! 444: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
! 445: test -z "$$files" || { \
! 446: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
! 447: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
! 448: } \
! 449: ; done
! 450:
! 451: uninstall-binPROGRAMS:
! 452: @$(NORMAL_UNINSTALL)
! 453: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
! 454: files=`for p in $$list; do echo "$$p"; done | \
! 455: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
! 456: -e 's/$$/$(EXEEXT)/' `; \
! 457: test -n "$$list" || exit 0; \
! 458: echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
! 459: cd "$(DESTDIR)$(bindir)" && rm -f $$files
! 460:
! 461: clean-binPROGRAMS:
! 462: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
! 463: echo " rm -f" $$list; \
! 464: rm -f $$list || exit $$?; \
! 465: test -n "$(EXEEXT)" || exit 0; \
! 466: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
! 467: echo " rm -f" $$list; \
! 468: rm -f $$list
! 469: install-sbinPROGRAMS: $(sbin_PROGRAMS)
! 470: @$(NORMAL_INSTALL)
! 471: test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
! 472: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
! 473: for p in $$list; do echo "$$p $$p"; done | \
! 474: sed 's/$(EXEEXT)$$//' | \
! 475: while read p p1; do if test -f $$p || test -f $$p1; \
! 476: then echo "$$p"; echo "$$p"; else :; fi; \
! 477: done | \
! 478: sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
! 479: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
! 480: sed 'N;N;N;s,\n, ,g' | \
! 481: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
! 482: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
! 483: if ($$2 == $$4) files[d] = files[d] " " $$1; \
! 484: else { print "f", $$3 "/" $$4, $$1; } } \
! 485: END { for (d in files) print "f", d, files[d] }' | \
! 486: while read type dir files; do \
! 487: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
! 488: test -z "$$files" || { \
! 489: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
! 490: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
! 491: } \
! 492: ; done
! 493:
! 494: uninstall-sbinPROGRAMS:
! 495: @$(NORMAL_UNINSTALL)
! 496: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
! 497: files=`for p in $$list; do echo "$$p"; done | \
! 498: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
! 499: -e 's/$$/$(EXEEXT)/' `; \
! 500: test -n "$$list" || exit 0; \
! 501: echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
! 502: cd "$(DESTDIR)$(sbindir)" && rm -f $$files
! 503:
! 504: clean-sbinPROGRAMS:
! 505: @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
! 506: echo " rm -f" $$list; \
! 507: rm -f $$list || exit $$?; \
! 508: test -n "$(EXEEXT)" || exit 0; \
! 509: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
! 510: echo " rm -f" $$list; \
! 511: rm -f $$list
! 512: sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES)
! 513: @rm -f sntp$(EXEEXT)
! 514: $(LINK) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
! 515:
! 516: mostlyclean-compile:
! 517: -rm -f *.$(OBJEXT)
! 518:
! 519: distclean-compile:
! 520: -rm -f *.tab.c
! 521:
! 522: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
! 523: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kod_management.Po@am__quote@
! 524: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
! 525: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
! 526: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/networking.Po@am__quote@
! 527: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
! 528: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp.Po@am__quote@
! 529: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Po@am__quote@
! 530:
! 531: .c.o:
! 532: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 533: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 534: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 535: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 536: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
! 537:
! 538: .c.obj:
! 539: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 540: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
! 541: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 542: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 543: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
! 544:
! 545: .c.lo:
! 546: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 547: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
! 548: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! 549: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 550: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
! 551:
! 552: mostlyclean-libtool:
! 553: -rm -f *.lo
! 554:
! 555: clean-libtool:
! 556: -rm -rf .libs _libs
! 557:
! 558: distclean-libtool:
! 559: -rm -f libtool config.lt
! 560: install-man1: $(man_MANS)
! 561: @$(NORMAL_INSTALL)
! 562: test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
! 563: @list=''; test -n "$(man1dir)" || exit 0; \
! 564: { for i in $$list; do echo "$$i"; done; \
! 565: l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
! 566: sed -n '/\.1[a-z]*$$/p'; \
! 567: } | while read p; do \
! 568: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
! 569: echo "$$d$$p"; echo "$$p"; \
! 570: done | \
! 571: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
! 572: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
! 573: sed 'N;N;s,\n, ,g' | { \
! 574: list=; while read file base inst; do \
! 575: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
! 576: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
! 577: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
! 578: fi; \
! 579: done; \
! 580: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
! 581: while read files; do \
! 582: test -z "$$files" || { \
! 583: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
! 584: $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
! 585: done; }
! 586:
! 587: uninstall-man1:
! 588: @$(NORMAL_UNINSTALL)
! 589: @list=''; test -n "$(man1dir)" || exit 0; \
! 590: files=`{ for i in $$list; do echo "$$i"; done; \
! 591: l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
! 592: sed -n '/\.1[a-z]*$$/p'; \
! 593: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
! 594: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
! 595: test -z "$$files" || { \
! 596: echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
! 597: cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
! 598:
! 599: # This directory's subdirectories are mostly independent; you can cd
! 600: # into them and run `make' without going through this Makefile.
! 601: # To change the values of `make' variables: instead of editing Makefiles,
! 602: # (1) if the variable is set in `config.status', edit `config.status'
! 603: # (which will cause the Makefiles to be regenerated when you run `make');
! 604: # (2) otherwise, pass the desired values on the `make' command line.
! 605: $(RECURSIVE_TARGETS):
! 606: @fail= failcom='exit 1'; \
! 607: for f in x $$MAKEFLAGS; do \
! 608: case $$f in \
! 609: *=* | --[!k]*);; \
! 610: *k*) failcom='fail=yes';; \
! 611: esac; \
! 612: done; \
! 613: dot_seen=no; \
! 614: target=`echo $@ | sed s/-recursive//`; \
! 615: list='$(SUBDIRS)'; for subdir in $$list; do \
! 616: echo "Making $$target in $$subdir"; \
! 617: if test "$$subdir" = "."; then \
! 618: dot_seen=yes; \
! 619: local_target="$$target-am"; \
! 620: else \
! 621: local_target="$$target"; \
! 622: fi; \
! 623: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 624: || eval $$failcom; \
! 625: done; \
! 626: if test "$$dot_seen" = "no"; then \
! 627: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 628: fi; test -z "$$fail"
! 629:
! 630: $(RECURSIVE_CLEAN_TARGETS):
! 631: @fail= failcom='exit 1'; \
! 632: for f in x $$MAKEFLAGS; do \
! 633: case $$f in \
! 634: *=* | --[!k]*);; \
! 635: *k*) failcom='fail=yes';; \
! 636: esac; \
! 637: done; \
! 638: dot_seen=no; \
! 639: case "$@" in \
! 640: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 641: *) list='$(SUBDIRS)' ;; \
! 642: esac; \
! 643: rev=''; for subdir in $$list; do \
! 644: if test "$$subdir" = "."; then :; else \
! 645: rev="$$subdir $$rev"; \
! 646: fi; \
! 647: done; \
! 648: rev="$$rev ."; \
! 649: target=`echo $@ | sed s/-recursive//`; \
! 650: for subdir in $$rev; do \
! 651: echo "Making $$target in $$subdir"; \
! 652: if test "$$subdir" = "."; then \
! 653: local_target="$$target-am"; \
! 654: else \
! 655: local_target="$$target"; \
! 656: fi; \
! 657: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 658: || eval $$failcom; \
! 659: done && test -z "$$fail"
! 660: tags-recursive:
! 661: list='$(SUBDIRS)'; for subdir in $$list; do \
! 662: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
! 663: done
! 664: ctags-recursive:
! 665: list='$(SUBDIRS)'; for subdir in $$list; do \
! 666: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
! 667: done
! 668:
! 669: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
! 670: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
! 671: unique=`for i in $$list; do \
! 672: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 673: done | \
! 674: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 675: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 676: mkid -fID $$unique
! 677: tags: TAGS
! 678:
! 679: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 680: $(TAGS_FILES) $(LISP)
! 681: set x; \
! 682: here=`pwd`; \
! 683: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 684: include_option=--etags-include; \
! 685: empty_fix=.; \
! 686: else \
! 687: include_option=--include; \
! 688: empty_fix=; \
! 689: fi; \
! 690: list='$(SUBDIRS)'; for subdir in $$list; do \
! 691: if test "$$subdir" = .; then :; else \
! 692: test ! -f $$subdir/TAGS || \
! 693: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
! 694: fi; \
! 695: done; \
! 696: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 697: unique=`for i in $$list; do \
! 698: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 699: done | \
! 700: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 701: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 702: shift; \
! 703: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 704: test -n "$$unique" || unique=$$empty_fix; \
! 705: if test $$# -gt 0; then \
! 706: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 707: "$$@" $$unique; \
! 708: else \
! 709: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 710: $$unique; \
! 711: fi; \
! 712: fi
! 713: ctags: CTAGS
! 714: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
! 715: $(TAGS_FILES) $(LISP)
! 716: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
! 717: unique=`for i in $$list; do \
! 718: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 719: done | \
! 720: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 721: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 722: test -z "$(CTAGS_ARGS)$$unique" \
! 723: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 724: $$unique
! 725:
! 726: GTAGS:
! 727: here=`$(am__cd) $(top_builddir) && pwd` \
! 728: && $(am__cd) $(top_srcdir) \
! 729: && gtags -i $(GTAGS_ARGS) "$$here"
! 730:
! 731: distclean-tags:
! 732: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 733:
! 734: distdir: $(DISTFILES)
! 735: @list='$(MANS)'; if test -n "$$list"; then \
! 736: list=`for p in $$list; do \
! 737: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
! 738: if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
! 739: if test -n "$$list" && \
! 740: grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
! 741: echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
! 742: grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
! 743: echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
! 744: echo " typically \`make maintainer-clean' will remove them" >&2; \
! 745: exit 1; \
! 746: else :; fi; \
! 747: else :; fi
! 748: $(am__remove_distdir)
! 749: test -d "$(distdir)" || mkdir "$(distdir)"
! 750: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 751: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 752: list='$(DISTFILES)'; \
! 753: dist_files=`for file in $$list; do echo $$file; done | \
! 754: sed -e "s|^$$srcdirstrip/||;t" \
! 755: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 756: case $$dist_files in \
! 757: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 758: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 759: sort -u` ;; \
! 760: esac; \
! 761: for file in $$dist_files; do \
! 762: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 763: if test -d $$d/$$file; then \
! 764: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 765: if test -d "$(distdir)/$$file"; then \
! 766: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 767: fi; \
! 768: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 769: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 770: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 771: fi; \
! 772: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 773: else \
! 774: test -f "$(distdir)/$$file" \
! 775: || cp -p $$d/$$file "$(distdir)/$$file" \
! 776: || exit 1; \
! 777: fi; \
! 778: done
! 779: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 780: if test "$$subdir" = .; then :; else \
! 781: test -d "$(distdir)/$$subdir" \
! 782: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 783: || exit 1; \
! 784: fi; \
! 785: done
! 786: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 787: if test "$$subdir" = .; then :; else \
! 788: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 789: $(am__relativize); \
! 790: new_distdir=$$reldir; \
! 791: dir1=$$subdir; dir2="$(top_distdir)"; \
! 792: $(am__relativize); \
! 793: new_top_distdir=$$reldir; \
! 794: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 795: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 796: ($(am__cd) $$subdir && \
! 797: $(MAKE) $(AM_MAKEFLAGS) \
! 798: top_distdir="$$new_top_distdir" \
! 799: distdir="$$new_distdir" \
! 800: am__remove_distdir=: \
! 801: am__skip_length_check=: \
! 802: am__skip_mode_fix=: \
! 803: distdir) \
! 804: || exit 1; \
! 805: fi; \
! 806: done
! 807: -test -n "$(am__skip_mode_fix)" \
! 808: || find "$(distdir)" -type d ! -perm -755 \
! 809: -exec chmod u+rwx,go+rx {} \; -o \
! 810: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! 811: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! 812: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
! 813: || chmod -R a+r "$(distdir)"
! 814: dist-gzip: distdir
! 815: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 816: $(am__remove_distdir)
! 817:
! 818: dist-bzip2: distdir
! 819: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
! 820: $(am__remove_distdir)
! 821:
! 822: dist-lzma: distdir
! 823: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
! 824: $(am__remove_distdir)
! 825:
! 826: dist-xz: distdir
! 827: tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
! 828: $(am__remove_distdir)
! 829:
! 830: dist-tarZ: distdir
! 831: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
! 832: $(am__remove_distdir)
! 833:
! 834: dist-shar: distdir
! 835: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
! 836: $(am__remove_distdir)
! 837:
! 838: dist-zip: distdir
! 839: -rm -f $(distdir).zip
! 840: zip -rq $(distdir).zip $(distdir)
! 841: $(am__remove_distdir)
! 842:
! 843: dist dist-all: distdir
! 844: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
! 845: $(am__remove_distdir)
! 846:
! 847: # This target untars the dist file and tries a VPATH configuration. Then
! 848: # it guarantees that the distribution is self-contained by making another
! 849: # tarfile.
! 850: distcheck: dist
! 851: case '$(DIST_ARCHIVES)' in \
! 852: *.tar.gz*) \
! 853: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
! 854: *.tar.bz2*) \
! 855: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
! 856: *.tar.lzma*) \
! 857: lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
! 858: *.tar.xz*) \
! 859: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
! 860: *.tar.Z*) \
! 861: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
! 862: *.shar.gz*) \
! 863: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
! 864: *.zip*) \
! 865: unzip $(distdir).zip ;;\
! 866: esac
! 867: chmod -R a-w $(distdir); chmod a+w $(distdir)
! 868: mkdir $(distdir)/_build
! 869: mkdir $(distdir)/_inst
! 870: chmod a-w $(distdir)
! 871: test -d $(distdir)/_build || exit 0; \
! 872: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
! 873: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
! 874: && am__cwd=`pwd` \
! 875: && $(am__cd) $(distdir)/_build \
! 876: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
! 877: $(DISTCHECK_CONFIGURE_FLAGS) \
! 878: && $(MAKE) $(AM_MAKEFLAGS) \
! 879: && $(MAKE) $(AM_MAKEFLAGS) dvi \
! 880: && $(MAKE) $(AM_MAKEFLAGS) check \
! 881: && $(MAKE) $(AM_MAKEFLAGS) install \
! 882: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
! 883: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
! 884: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
! 885: distuninstallcheck \
! 886: && chmod -R a-w "$$dc_install_base" \
! 887: && ({ \
! 888: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
! 889: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
! 890: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
! 891: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
! 892: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
! 893: } || { rm -rf "$$dc_destdir"; exit 1; }) \
! 894: && rm -rf "$$dc_destdir" \
! 895: && $(MAKE) $(AM_MAKEFLAGS) dist \
! 896: && rm -rf $(DIST_ARCHIVES) \
! 897: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
! 898: && cd "$$am__cwd" \
! 899: || exit 1
! 900: $(am__remove_distdir)
! 901: @(echo "$(distdir) archives ready for distribution: "; \
! 902: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
! 903: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
! 904: distuninstallcheck:
! 905: @$(am__cd) '$(distuninstallcheck_dir)' \
! 906: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
! 907: || { echo "ERROR: files left after uninstall:" ; \
! 908: if test -n "$(DESTDIR)"; then \
! 909: echo " (check DESTDIR support)"; \
! 910: fi ; \
! 911: $(distuninstallcheck_listfiles) ; \
! 912: exit 1; } >&2
! 913: distcleancheck: distclean
! 914: @if test '$(srcdir)' = . ; then \
! 915: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
! 916: exit 1 ; \
! 917: fi
! 918: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
! 919: || { echo "ERROR: files left in build directory after distclean:" ; \
! 920: $(distcleancheck_listfiles) ; \
! 921: exit 1; } >&2
! 922: check-am: all-am
! 923: check: $(BUILT_SOURCES)
! 924: $(MAKE) $(AM_MAKEFLAGS) check-recursive
! 925: all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
! 926: installdirs: installdirs-recursive
! 927: installdirs-am:
! 928: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
! 929: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 930: done
! 931: install: $(BUILT_SOURCES)
! 932: $(MAKE) $(AM_MAKEFLAGS) install-recursive
! 933: install-exec: install-exec-recursive
! 934: install-data: install-data-recursive
! 935: uninstall: uninstall-recursive
! 936:
! 937: install-am: all-am
! 938: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 939:
! 940: installcheck: installcheck-recursive
! 941: install-strip:
! 942: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 943: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 944: `test -z '$(STRIP)' || \
! 945: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 946: mostlyclean-generic:
! 947:
! 948: clean-generic:
! 949: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
! 950:
! 951: distclean-generic:
! 952: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 953: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 954:
! 955: maintainer-clean-generic:
! 956: @echo "This command is intended for maintainers to use"
! 957: @echo "it deletes files that may require special tools to rebuild."
! 958: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
! 959: clean: clean-recursive
! 960:
! 961: clean-am: clean-binPROGRAMS clean-generic clean-libtool \
! 962: clean-sbinPROGRAMS mostlyclean-am
! 963:
! 964: distclean: distclean-recursive
! 965: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 966: -rm -rf ./$(DEPDIR)
! 967: -rm -f Makefile
! 968: distclean-am: clean-am distclean-compile distclean-generic \
! 969: distclean-hdr distclean-libtool distclean-tags
! 970:
! 971: dvi: dvi-recursive
! 972:
! 973: dvi-am:
! 974:
! 975: html: html-recursive
! 976:
! 977: html-am:
! 978:
! 979: info: info-recursive
! 980:
! 981: info-am:
! 982:
! 983: install-data-am: install-man
! 984:
! 985: install-dvi: install-dvi-recursive
! 986:
! 987: install-dvi-am:
! 988:
! 989: install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
! 990: @$(NORMAL_INSTALL)
! 991: $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
! 992: install-html: install-html-recursive
! 993:
! 994: install-html-am:
! 995:
! 996: install-info: install-info-recursive
! 997:
! 998: install-info-am:
! 999:
! 1000: install-man: install-man1
! 1001:
! 1002: install-pdf: install-pdf-recursive
! 1003:
! 1004: install-pdf-am:
! 1005:
! 1006: install-ps: install-ps-recursive
! 1007:
! 1008: install-ps-am:
! 1009:
! 1010: installcheck-am:
! 1011:
! 1012: maintainer-clean: maintainer-clean-recursive
! 1013: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 1014: -rm -rf $(top_srcdir)/autom4te.cache
! 1015: -rm -rf ./$(DEPDIR)
! 1016: -rm -f Makefile
! 1017: maintainer-clean-am: distclean-am maintainer-clean-generic
! 1018:
! 1019: mostlyclean: mostlyclean-recursive
! 1020:
! 1021: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 1022: mostlyclean-libtool
! 1023:
! 1024: pdf: pdf-recursive
! 1025:
! 1026: pdf-am:
! 1027:
! 1028: ps: ps-recursive
! 1029:
! 1030: ps-am:
! 1031:
! 1032: uninstall-am: uninstall-binPROGRAMS uninstall-man \
! 1033: uninstall-sbinPROGRAMS
! 1034:
! 1035: uninstall-man: uninstall-man1
! 1036:
! 1037: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
! 1038: ctags-recursive install install-am install-exec-am \
! 1039: install-strip tags-recursive
! 1040:
! 1041: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
! 1042: all all-am am--refresh check check-am clean clean-binPROGRAMS \
! 1043: clean-generic clean-libtool clean-sbinPROGRAMS ctags \
! 1044: ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \
! 1045: dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
! 1046: distclean-compile distclean-generic distclean-hdr \
! 1047: distclean-libtool distclean-tags distcleancheck distdir \
! 1048: distuninstallcheck dvi dvi-am html html-am info info-am \
! 1049: install install-am install-binPROGRAMS install-data \
! 1050: install-data-am install-dvi install-dvi-am install-exec \
! 1051: install-exec-am install-exec-hook install-html install-html-am \
! 1052: install-info install-info-am install-man install-man1 \
! 1053: install-pdf install-pdf-am install-ps install-ps-am \
! 1054: install-sbinPROGRAMS install-strip installcheck \
! 1055: installcheck-am installdirs installdirs-am maintainer-clean \
! 1056: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 1057: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 1058: tags tags-recursive uninstall uninstall-am \
! 1059: uninstall-binPROGRAMS uninstall-man uninstall-man1 \
! 1060: uninstall-sbinPROGRAMS
! 1061:
! 1062:
! 1063: FRC:
! 1064: @: do-nothing action to prevent default SCCS get
! 1065: @: FRC "force" depends on nothing and is not a file, so is
! 1066: @: always out-of-date causing targets which depend on it to
! 1067: @: similarly always be outdated causing their rules to fire
! 1068: @: each time they or a dependent is built.
! 1069:
! 1070: check-autogen-version.def: FRC
! 1071: @cd $(srcdir) \
! 1072: && test -r ../include/autogen-version.def \
! 1073: && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
! 1074: then : ; \
! 1075: else cp ../include/autogen-version.def autogen-version.def; \
! 1076: echo "Installing new sntp/autogen-version.def file"; \
! 1077: fi )
! 1078:
! 1079: $(srcdir)/autogen-version.def:
! 1080: $(MAKE) check-autogen-version.def
! 1081:
! 1082: check-version.def: FRC
! 1083: @cd $(srcdir) \
! 1084: && test -r ../include/version.def \
! 1085: && ( if cmp -s ../include/version.def version.def; \
! 1086: then : ; \
! 1087: else cp ../include/version.def version.def; \
! 1088: echo "Installing new sntp/version.def file"; \
! 1089: fi )
! 1090:
! 1091: $(srcdir)/version.def:
! 1092: $(MAKE) check-version.def
! 1093:
! 1094: check-version.m4: FRC
! 1095: @cd $(srcdir) \
! 1096: && test -r ../version.m4 \
! 1097: && ( if cmp -s ../version.m4 version.m4; \
! 1098: then : ; \
! 1099: else cp ../version.m4 version.m4; \
! 1100: echo "Installing new sntp/version.m4 file"; \
! 1101: fi )
! 1102:
! 1103: $(srcdir)/version.m4:
! 1104: $(MAKE) check-version.m4
! 1105:
! 1106: check-version.texi: FRC
! 1107: @cd $(srcdir) \
! 1108: && test -r ../include/version.texi \
! 1109: && ( if cmp -s ../include/version.texi version.texi; \
! 1110: then : ; \
! 1111: else cp ../include/version.texi version.texi; \
! 1112: echo "Installing new sntp/version.texi file"; \
! 1113: fi )
! 1114:
! 1115: $(srcdir)/version.texi:
! 1116: $(MAKE) check-version.texi
! 1117:
! 1118: $(srcdir)/../COPYRIGHT:
! 1119: cd .. && $(MAKE) COPYRIGHT-please
! 1120:
! 1121: check-COPYRIGHT-submake: $(srcdir)/../COPYRIGHT
! 1122: @cmp -s $(srcdir)/../COPYRIGHT $(srcdir)/COPYRIGHT \
! 1123: || { cp $(srcdir)/../COPYRIGHT $(srcdir) \
! 1124: && echo 'updated sntp/COPYRIGHT installed' ;}
! 1125: @echo 'submake avoided if this file is newer than parent COPYRIGHT' > $@
! 1126:
! 1127: check-COPYRIGHT: FRC
! 1128: [ ! -r $(srcdir)/../COPYRIGHT ] \
! 1129: || [ check-COPYRIGHT-submake -nt $(srcdir)/../COPYRIGHT ] \
! 1130: || $(MAKE) check-COPYRIGHT-submake
! 1131:
! 1132: $(srcdir)/COPYRIGHT: check-COPYRIGHT
! 1133: @: do-nothing action to prevent any default
! 1134:
! 1135: $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
! 1136: @: do-nothing action to avoid default SCCS get, .h built with .c
! 1137:
! 1138: $(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
! 1139: $(run_ag) sntp-opts.def
! 1140:
! 1141: $(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
! 1142: $(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
! 1143:
! 1144: $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.texi
! 1145: @: do-nothing action to avoid default SCCS get, .menu built with .texi
! 1146:
! 1147: $(srcdir)/sntp-opts.texi: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
! 1148: $(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
! 1149: $(top_srcdir)/../scripts/check--help $@
! 1150:
! 1151: $(srcdir)/sntp.html: $(srcdir)/sntp-opts.menu $(srcdir)/sntp-opts.texi $(srcdir)/sntp.texi $(srcdir)/version.texi
! 1152: cd $(srcdir) && ( makeinfo --force --html --no-split -o sntp.html sntp.texi || true )
! 1153:
! 1154: ../libntp/libntp.a:
! 1155: cd ../libntp && $(MAKE) libntp.a
! 1156:
! 1157: libtool: $(LIBTOOL_DEPS)
! 1158: ./config.status --recheck
! 1159:
! 1160: install-exec-hook:
! 1161: @case ${BINSUBDIR} in \
! 1162: bin) ODIR=${sbindir} ;; \
! 1163: sbin) ODIR=${bindir} ;; \
! 1164: esac; \
! 1165: test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
! 1166: || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
! 1167: test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
! 1168: done
! 1169:
! 1170: #
! 1171: $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
! 1172: @[ -f $@ ] || \
! 1173: cp $(top_srcdir)/deps-ver $@
! 1174: @[ -w $@ ] || \
! 1175: chmod ug+w $@
! 1176: @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
! 1177: $(MAKE) clean && \
! 1178: echo -n "Prior $(subdir)/$(DEPDIR) version " && \
! 1179: cat $@ && \
! 1180: rm -rf $(DEPDIR) && \
! 1181: mkdir $(DEPDIR) && \
! 1182: case "$(top_builddir)" in \
! 1183: .) \
! 1184: ./config.status Makefile depfiles \
! 1185: ;; \
! 1186: ..) \
! 1187: cd .. && \
! 1188: ./config.status $(subdir)/Makefile depfiles && \
! 1189: cd $(subdir) \
! 1190: ;; \
! 1191: *) \
! 1192: echo 'Fatal: depsver.mf Automake fragment limited' \
! 1193: 'to immediate subdirectories.' && \
! 1194: echo "top_builddir: $(top_builddir)" && \
! 1195: echo "subdir: $(subdir)" && \
! 1196: exit 1 \
! 1197: ;; \
! 1198: esac && \
! 1199: echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \
! 1200: cat $(top_srcdir)/deps-ver \
! 1201: )
! 1202: cp $(top_srcdir)/deps-ver $@
! 1203:
! 1204: .deps-ver: $(top_srcdir)/deps-ver
! 1205: @[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
! 1206: @touch $@
! 1207:
! 1208: #
! 1209: # depsver.mf included in Makefile.am for directories with .deps
! 1210: #
! 1211: # When building in the same directory with sources that change over
! 1212: # time, such as when tracking using bk, the .deps files can become
! 1213: # stale with respect to moved, deleted, or superceded headers. Most
! 1214: # commonly, this would exhibit as make reporting a failure to make a
! 1215: # header file which is no longer in the location given. To address
! 1216: # this issue, we use a deps-ver file which is updated with each change
! 1217: # that breaks old .deps files. A copy of deps-ver is made into
! 1218: # $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present
! 1219: # with different contents than deps-ver, we make clean to ensure all
! 1220: # .o files built before the incompatible change are rebuilt along with
! 1221: # their updated .deps files, then remove $(DEPDIR) and recreate it as
! 1222: # empty stubs.
! 1223: #
! 1224: # It is normal when configured with --disable-dependency-tracking for
! 1225: # the DEPDIR to not have been created. For this reason, we use the
! 1226: # intermediate target .deps-ver, which invokes make recursively if
! 1227: # DEPDIR exists.
! 1228: #
! 1229: # If you modify depsver.mf, please make the changes to the master
! 1230: # copy, the one in sntp is copied by the bootstrap script from it.
! 1231: #
! 1232: # This comment block follows rather than leads the related code so that
! 1233: # it stays with it in the generated Makefile.in and Makefile.
! 1234: #
! 1235:
! 1236: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 1237: # Otherwise a system limit (for SysV at least) may be exceeded.
! 1238: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>