File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / ntpdate / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    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: # we traditionally installed software in bindir, while it should have gone
   19: # in sbindir.  Now that we offer a choice, look in the "other" installation
   20: # subdir to warn folks if there is another version there.
   21: 
   22: 
   23: VPATH = @srcdir@
   24: pkgdatadir = $(datadir)/@PACKAGE@
   25: pkgincludedir = $(includedir)/@PACKAGE@
   26: pkglibdir = $(libdir)/@PACKAGE@
   27: pkglibexecdir = $(libexecdir)/@PACKAGE@
   28: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   29: install_sh_DATA = $(install_sh) -c -m 644
   30: install_sh_PROGRAM = $(install_sh) -c
   31: install_sh_SCRIPT = $(install_sh) -c
   32: INSTALL_HEADER = $(INSTALL_DATA)
   33: transform = $(program_transform_name)
   34: NORMAL_INSTALL = :
   35: PRE_INSTALL = :
   36: POST_INSTALL = :
   37: NORMAL_UNINSTALL = :
   38: PRE_UNINSTALL = :
   39: POST_UNINSTALL = :
   40: build_triplet = @build@
   41: host_triplet = @host@
   42: @NTP_BINSUBDIR_IS_BIN_TRUE@bin_PROGRAMS = ntpdate$(EXEEXT)
   43: @NTP_BINSUBDIR_IS_BIN_FALSE@sbin_PROGRAMS = ntpdate$(EXEEXT)
   44: EXTRA_PROGRAMS = ntptimeset$(EXEEXT)
   45: DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
   46: 	$(srcdir)/Makefile.in $(top_srcdir)/bincheck.mf \
   47: 	$(top_srcdir)/depsver.mf
   48: subdir = ntpdate
   49: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   50: am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
   51: 	$(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
   52: 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
   53: 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
   54: 	$(top_srcdir)/m4/ntp_cacheversion.m4 \
   55: 	$(top_srcdir)/m4/ntp_dir_sep.m4 \
   56: 	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
   57: 	$(top_srcdir)/m4/ntp_openssl.m4 \
   58: 	$(top_srcdir)/m4/ntp_vpathhack.m4 \
   59: 	$(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
   60: 	$(top_srcdir)/configure.ac
   61: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   62: 	$(ACLOCAL_M4)
   63: mkinstalldirs = $(install_sh) -d
   64: CONFIG_HEADER = $(top_builddir)/config.h
   65: CONFIG_CLEAN_FILES =
   66: CONFIG_CLEAN_VPATH_FILES =
   67: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
   68: PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
   69: ntpdate_SOURCES = ntpdate.c
   70: ntpdate_OBJECTS = ntpdate.$(OBJEXT)
   71: ntpdate_DEPENDENCIES = $(LDADD)
   72: am_ntptimeset_OBJECTS = ntptimeset.$(OBJEXT) ntptime_config.$(OBJEXT)
   73: ntptimeset_OBJECTS = $(am_ntptimeset_OBJECTS)
   74: ntptimeset_LDADD = $(LDADD)
   75: ntptimeset_DEPENDENCIES = version.o ../libntp/libntp.a
   76: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   77: depcomp = $(SHELL) $(top_srcdir)/depcomp
   78: am__depfiles_maybe = depfiles
   79: am__mv = mv -f
   80: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   81: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   82: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   83: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   84: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   85: CCLD = $(CC)
   86: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   87: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
   88: 	$(LDFLAGS) -o $@
   89: SOURCES = ntpdate.c $(ntptimeset_SOURCES)
   90: DIST_SOURCES = ntpdate.c $(ntptimeset_SOURCES)
   91: HEADERS = $(noinst_HEADERS)
   92: ETAGS = etags
   93: CTAGS = ctags
   94: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   95: ACLOCAL = @ACLOCAL@
   96: AMTAR = @AMTAR@
   97: AR = @AR@
   98: AUTOCONF = @AUTOCONF@
   99: AUTOHEADER = @AUTOHEADER@
  100: AUTOMAKE = @AUTOMAKE@
  101: AWK = @AWK@
  102: BINSUBDIR = @BINSUBDIR@
  103: CC = @CC@
  104: CCDEPMODE = @CCDEPMODE@
  105: CFLAGS = @CFLAGS@
  106: CHUTEST = @CHUTEST@
  107: CLKTEST = @CLKTEST@
  108: CPP = @CPP@
  109: CPPFLAGS = @CPPFLAGS@
  110: CYGPATH_W = @CYGPATH_W@
  111: DCFD = @DCFD@
  112: DEFS = @DEFS@
  113: DEPDIR = @DEPDIR@
  114: DLLTOOL = @DLLTOOL@
  115: DSYMUTIL = @DSYMUTIL@
  116: DUMPBIN = @DUMPBIN@
  117: ECHO_C = @ECHO_C@
  118: ECHO_N = @ECHO_N@
  119: ECHO_T = @ECHO_T@
  120: EDITLINE_LIBS = @EDITLINE_LIBS@
  121: EF_LIBS = @EF_LIBS@
  122: EF_PROGS = @EF_PROGS@
  123: EGREP = @EGREP@
  124: EXEEXT = @EXEEXT@
  125: FGREP = @FGREP@
  126: GREP = @GREP@
  127: HAVE_INLINE = @HAVE_INLINE@
  128: INSTALL = @INSTALL@
  129: INSTALL_DATA = @INSTALL_DATA@
  130: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  131: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  132: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  133: LCRYPTO = @LCRYPTO@
  134: LD = @LD@
  135: LDFLAGS = @LDFLAGS@
  136: LIBOBJS = @LIBOBJS@
  137: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  138: LIBOPTS_DIR = @LIBOPTS_DIR@
  139: LIBOPTS_LDADD = @LIBOPTS_LDADD@
  140: LIBPARSE = @LIBPARSE@
  141: LIBS = @LIBS@
  142: LIBTOOL = @LIBTOOL@
  143: LIPO = @LIPO@
  144: LN_S = @LN_S@
  145: LSCF = @LSCF@
  146: LTLIBOBJS = @LTLIBOBJS@
  147: MAKEINFO = @MAKEINFO@
  148: MAKE_ADJTIMED = @MAKE_ADJTIMED@
  149: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
  150: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
  151: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
  152: MAKE_LIBPARSE = @MAKE_LIBPARSE@
  153: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
  154: MAKE_NTPDSIM = @MAKE_NTPDSIM@
  155: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
  156: MAKE_NTPTIME = @MAKE_NTPTIME@
  157: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
  158: MAKE_TICKADJ = @MAKE_TICKADJ@
  159: MAKE_TIMETRIM = @MAKE_TIMETRIM@
  160: MANIFEST_TOOL = @MANIFEST_TOOL@
  161: MKDIR_P = @MKDIR_P@
  162: NM = @NM@
  163: NMEDIT = @NMEDIT@
  164: OBJDUMP = @OBJDUMP@
  165: OBJEXT = @OBJEXT@
  166: OPENSSL = @OPENSSL@
  167: OPENSSL_INC = @OPENSSL_INC@
  168: OPENSSL_LIB = @OPENSSL_LIB@
  169: OTOOL = @OTOOL@
  170: OTOOL64 = @OTOOL64@
  171: PACKAGE = @PACKAGE@
  172: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  173: PACKAGE_NAME = @PACKAGE_NAME@
  174: PACKAGE_STRING = @PACKAGE_STRING@
  175: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  176: PACKAGE_URL = @PACKAGE_URL@
  177: PACKAGE_VERSION = @PACKAGE_VERSION@
  178: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
  179: PATH_PERL = @PATH_PERL@
  180: PATH_SEPARATOR = @PATH_SEPARATOR@
  181: PATH_SH = @PATH_SH@
  182: PATH_TEST = @PATH_TEST@
  183: POSIX_SHELL = @POSIX_SHELL@
  184: PROPDELAY = @PROPDELAY@
  185: RANLIB = @RANLIB@
  186: SED = @SED@
  187: SET_MAKE = @SET_MAKE@
  188: SHELL = @SHELL@
  189: SNMP_CFLAGS = @SNMP_CFLAGS@
  190: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
  191: SNMP_LIBS = @SNMP_LIBS@
  192: STRIP = @STRIP@
  193: TESTDCF = @TESTDCF@
  194: VERSION = @VERSION@
  195: YACC = @YACC@
  196: YFLAGS = @YFLAGS@
  197: abs_builddir = @abs_builddir@
  198: abs_srcdir = @abs_srcdir@
  199: abs_top_builddir = @abs_top_builddir@
  200: abs_top_srcdir = @abs_top_srcdir@
  201: ac_ct_AR = @ac_ct_AR@
  202: ac_ct_CC = @ac_ct_CC@
  203: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  204: am__include = @am__include@
  205: am__leading_dot = @am__leading_dot@
  206: am__quote = @am__quote@
  207: am__tar = @am__tar@
  208: am__untar = @am__untar@
  209: bindir = @bindir@
  210: build = @build@
  211: build_alias = @build_alias@
  212: build_cpu = @build_cpu@
  213: build_os = @build_os@
  214: build_vendor = @build_vendor@
  215: builddir = @builddir@
  216: datadir = @datadir@
  217: datarootdir = @datarootdir@
  218: docdir = @docdir@
  219: dvidir = @dvidir@
  220: exec_prefix = @exec_prefix@
  221: host = @host@
  222: host_alias = @host_alias@
  223: host_cpu = @host_cpu@
  224: host_os = @host_os@
  225: host_vendor = @host_vendor@
  226: htmldir = @htmldir@
  227: includedir = @includedir@
  228: infodir = @infodir@
  229: install_sh = @install_sh@
  230: libdir = @libdir@
  231: libexecdir = @libexecdir@
  232: localedir = @localedir@
  233: localstatedir = @localstatedir@
  234: mandir = @mandir@
  235: mkdir_p = @mkdir_p@
  236: oldincludedir = @oldincludedir@
  237: pdfdir = @pdfdir@
  238: prefix = @prefix@
  239: program_transform_name = @program_transform_name@
  240: psdir = @psdir@
  241: sbindir = @sbindir@
  242: sharedstatedir = @sharedstatedir@
  243: srcdir = @srcdir@
  244: subdirs = @subdirs@
  245: sysconfdir = @sysconfdir@
  246: target_alias = @target_alias@
  247: top_build_prefix = @top_build_prefix@
  248: top_builddir = @top_builddir@
  249: top_srcdir = @top_srcdir@
  250: NULL = 
  251: AUTOMAKE_OPTIONS = 
  252: BUILT_SOURCES = .deps-ver
  253: CLEANFILES = .deps-ver
  254: ntptimeset_SOURCES = ntptimeset.c ntptime_config.c
  255: AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
  256: 	-I$(top_srcdir)/lib/isc/nothreads/include \
  257: 	-I$(top_srcdir)/lib/isc/unix/include
  258: 
  259: 
  260: # LDADD might need RESLIB and ADJLIB
  261: LDADD = version.o ../libntp/libntp.a
  262: ntpdate_LDADD = $(LDADD) @LCRYPTO@
  263: DISTCLEANFILES = .version version.c stamp-v
  264: noinst_HEADERS = ntpdate.h
  265: ETAGS_ARGS = Makefile.am
  266: all: $(BUILT_SOURCES)
  267: 	$(MAKE) $(AM_MAKEFLAGS) all-am
  268: 
  269: .SUFFIXES:
  270: .SUFFIXES: .c .lo .o .obj
  271: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
  272: 	@for dep in $?; do \
  273: 	  case '$(am__configure_deps)' in \
  274: 	    *$$dep*) \
  275: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  276: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  277: 	      exit 1;; \
  278: 	  esac; \
  279: 	done; \
  280: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdate/Makefile'; \
  281: 	$(am__cd) $(top_srcdir) && \
  282: 	  $(AUTOMAKE) --foreign ntpdate/Makefile
  283: .PRECIOUS: Makefile
  284: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  285: 	@case '$?' in \
  286: 	  *config.status*) \
  287: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  288: 	  *) \
  289: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  290: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  291: 	esac;
  292: 
  293: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  294: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  295: 
  296: $(top_srcdir)/configure:  $(am__configure_deps)
  297: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  298: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  299: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  300: $(am__aclocal_m4_deps):
  301: install-binPROGRAMS: $(bin_PROGRAMS)
  302: 	@$(NORMAL_INSTALL)
  303: 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  304: 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  305: 	for p in $$list; do echo "$$p $$p"; done | \
  306: 	sed 's/$(EXEEXT)$$//' | \
  307: 	while read p p1; do if test -f $$p || test -f $$p1; \
  308: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  309: 	done | \
  310: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  311: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  312: 	sed 'N;N;N;s,\n, ,g' | \
  313: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  314: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  315: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  316: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  317: 	  END { for (d in files) print "f", d, files[d] }' | \
  318: 	while read type dir files; do \
  319: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  320: 	    test -z "$$files" || { \
  321: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  322: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  323: 	    } \
  324: 	; done
  325: 
  326: uninstall-binPROGRAMS:
  327: 	@$(NORMAL_UNINSTALL)
  328: 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  329: 	files=`for p in $$list; do echo "$$p"; done | \
  330: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  331: 	      -e 's/$$/$(EXEEXT)/' `; \
  332: 	test -n "$$list" || exit 0; \
  333: 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  334: 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
  335: 
  336: clean-binPROGRAMS:
  337: 	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  338: 	echo " rm -f" $$list; \
  339: 	rm -f $$list || exit $$?; \
  340: 	test -n "$(EXEEXT)" || exit 0; \
  341: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  342: 	echo " rm -f" $$list; \
  343: 	rm -f $$list
  344: install-sbinPROGRAMS: $(sbin_PROGRAMS)
  345: 	@$(NORMAL_INSTALL)
  346: 	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  347: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  348: 	for p in $$list; do echo "$$p $$p"; done | \
  349: 	sed 's/$(EXEEXT)$$//' | \
  350: 	while read p p1; do if test -f $$p || test -f $$p1; \
  351: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  352: 	done | \
  353: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  354: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  355: 	sed 'N;N;N;s,\n, ,g' | \
  356: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  357: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  358: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  359: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  360: 	  END { for (d in files) print "f", d, files[d] }' | \
  361: 	while read type dir files; do \
  362: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  363: 	    test -z "$$files" || { \
  364: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  365: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  366: 	    } \
  367: 	; done
  368: 
  369: uninstall-sbinPROGRAMS:
  370: 	@$(NORMAL_UNINSTALL)
  371: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  372: 	files=`for p in $$list; do echo "$$p"; done | \
  373: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  374: 	      -e 's/$$/$(EXEEXT)/' `; \
  375: 	test -n "$$list" || exit 0; \
  376: 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  377: 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  378: 
  379: clean-sbinPROGRAMS:
  380: 	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
  381: 	echo " rm -f" $$list; \
  382: 	rm -f $$list || exit $$?; \
  383: 	test -n "$(EXEEXT)" || exit 0; \
  384: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  385: 	echo " rm -f" $$list; \
  386: 	rm -f $$list
  387: ntpdate$(EXEEXT): $(ntpdate_OBJECTS) $(ntpdate_DEPENDENCIES) 
  388: 	@rm -f ntpdate$(EXEEXT)
  389: 	$(LINK) $(ntpdate_OBJECTS) $(ntpdate_LDADD) $(LIBS)
  390: ntptimeset$(EXEEXT): $(ntptimeset_OBJECTS) $(ntptimeset_DEPENDENCIES) 
  391: 	@rm -f ntptimeset$(EXEEXT)
  392: 	$(LINK) $(ntptimeset_OBJECTS) $(ntptimeset_LDADD) $(LIBS)
  393: 
  394: mostlyclean-compile:
  395: 	-rm -f *.$(OBJEXT)
  396: 
  397: distclean-compile:
  398: 	-rm -f *.tab.c
  399: 
  400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdate.Po@am__quote@
  401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntptime_config.Po@am__quote@
  402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntptimeset.Po@am__quote@
  403: 
  404: .c.o:
  405: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  406: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  407: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  408: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  409: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  410: 
  411: .c.obj:
  412: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  413: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  414: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  415: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  416: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  417: 
  418: .c.lo:
  419: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  420: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  421: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  422: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  423: @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  424: 
  425: mostlyclean-libtool:
  426: 	-rm -f *.lo
  427: 
  428: clean-libtool:
  429: 	-rm -rf .libs _libs
  430: 
  431: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  432: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  433: 	unique=`for i in $$list; do \
  434: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  435: 	  done | \
  436: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  437: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  438: 	mkid -fID $$unique
  439: tags: TAGS
  440: 
  441: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  442: 		$(TAGS_FILES) $(LISP)
  443: 	set x; \
  444: 	here=`pwd`; \
  445: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  446: 	unique=`for i in $$list; do \
  447: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  448: 	  done | \
  449: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  450: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  451: 	shift; \
  452: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  453: 	  test -n "$$unique" || unique=$$empty_fix; \
  454: 	  if test $$# -gt 0; then \
  455: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  456: 	      "$$@" $$unique; \
  457: 	  else \
  458: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  459: 	      $$unique; \
  460: 	  fi; \
  461: 	fi
  462: ctags: CTAGS
  463: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  464: 		$(TAGS_FILES) $(LISP)
  465: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  466: 	unique=`for i in $$list; do \
  467: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  468: 	  done | \
  469: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  470: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  471: 	test -z "$(CTAGS_ARGS)$$unique" \
  472: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  473: 	     $$unique
  474: 
  475: GTAGS:
  476: 	here=`$(am__cd) $(top_builddir) && pwd` \
  477: 	  && $(am__cd) $(top_srcdir) \
  478: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  479: 
  480: distclean-tags:
  481: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  482: 
  483: distdir: $(DISTFILES)
  484: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  485: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  486: 	list='$(DISTFILES)'; \
  487: 	  dist_files=`for file in $$list; do echo $$file; done | \
  488: 	  sed -e "s|^$$srcdirstrip/||;t" \
  489: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  490: 	case $$dist_files in \
  491: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  492: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  493: 			   sort -u` ;; \
  494: 	esac; \
  495: 	for file in $$dist_files; do \
  496: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  497: 	  if test -d $$d/$$file; then \
  498: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  499: 	    if test -d "$(distdir)/$$file"; then \
  500: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  501: 	    fi; \
  502: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  503: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  504: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  505: 	    fi; \
  506: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  507: 	  else \
  508: 	    test -f "$(distdir)/$$file" \
  509: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  510: 	    || exit 1; \
  511: 	  fi; \
  512: 	done
  513: check-am: all-am
  514: check: $(BUILT_SOURCES)
  515: 	$(MAKE) $(AM_MAKEFLAGS) check-am
  516: all-am: Makefile $(PROGRAMS) $(HEADERS)
  517: installdirs:
  518: 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
  519: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  520: 	done
  521: install: $(BUILT_SOURCES)
  522: 	$(MAKE) $(AM_MAKEFLAGS) install-am
  523: install-exec: install-exec-am
  524: install-data: install-data-am
  525: uninstall: uninstall-am
  526: 
  527: install-am: all-am
  528: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  529: 
  530: installcheck: installcheck-am
  531: install-strip:
  532: 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  533: 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  534: 	  `test -z '$(STRIP)' || \
  535: 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  536: mostlyclean-generic:
  537: 
  538: clean-generic:
  539: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  540: 
  541: distclean-generic:
  542: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  543: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  544: 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  545: 
  546: maintainer-clean-generic:
  547: 	@echo "This command is intended for maintainers to use"
  548: 	@echo "it deletes files that may require special tools to rebuild."
  549: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  550: clean: clean-am
  551: 
  552: clean-am: clean-binPROGRAMS clean-generic clean-libtool \
  553: 	clean-sbinPROGRAMS mostlyclean-am
  554: 
  555: distclean: distclean-am
  556: 	-rm -rf ./$(DEPDIR)
  557: 	-rm -f Makefile
  558: distclean-am: clean-am distclean-compile distclean-generic \
  559: 	distclean-tags
  560: 
  561: dvi: dvi-am
  562: 
  563: dvi-am:
  564: 
  565: html: html-am
  566: 
  567: html-am:
  568: 
  569: info: info-am
  570: 
  571: info-am:
  572: 
  573: install-data-am:
  574: 
  575: install-dvi: install-dvi-am
  576: 
  577: install-dvi-am:
  578: 
  579: install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
  580: 	@$(NORMAL_INSTALL)
  581: 	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
  582: install-html: install-html-am
  583: 
  584: install-html-am:
  585: 
  586: install-info: install-info-am
  587: 
  588: install-info-am:
  589: 
  590: install-man:
  591: 
  592: install-pdf: install-pdf-am
  593: 
  594: install-pdf-am:
  595: 
  596: install-ps: install-ps-am
  597: 
  598: install-ps-am:
  599: 
  600: installcheck-am:
  601: 
  602: maintainer-clean: maintainer-clean-am
  603: 	-rm -rf ./$(DEPDIR)
  604: 	-rm -f Makefile
  605: maintainer-clean-am: distclean-am maintainer-clean-generic
  606: 
  607: mostlyclean: mostlyclean-am
  608: 
  609: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  610: 	mostlyclean-libtool
  611: 
  612: pdf: pdf-am
  613: 
  614: pdf-am:
  615: 
  616: ps: ps-am
  617: 
  618: ps-am:
  619: 
  620: uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
  621: 
  622: .MAKE: all check install install-am install-exec-am install-strip
  623: 
  624: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  625: 	clean-generic clean-libtool clean-sbinPROGRAMS ctags distclean \
  626: 	distclean-compile distclean-generic distclean-libtool \
  627: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  628: 	install install-am install-binPROGRAMS install-data \
  629: 	install-data-am install-dvi install-dvi-am install-exec \
  630: 	install-exec-am install-exec-hook install-html install-html-am \
  631: 	install-info install-info-am install-man install-pdf \
  632: 	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
  633: 	install-strip installcheck installcheck-am installdirs \
  634: 	maintainer-clean maintainer-clean-generic mostlyclean \
  635: 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  636: 	pdf pdf-am ps ps-am tags uninstall uninstall-am \
  637: 	uninstall-binPROGRAMS uninstall-sbinPROGRAMS
  638: 
  639: 
  640: $(PROGRAMS): $(LDADD)
  641: 
  642: ../libntp/libntp.a:
  643: 	cd ../libntp && $(MAKE)
  644: 
  645: $(top_srcdir)/version :
  646: 	cd $(top_srcdir) && $(MAKE) version
  647: 
  648: version.o: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
  649: 	env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdate
  650: 	$(COMPILE) -c version.c
  651: 
  652: install-exec-hook:
  653: 	@case ${BINSUBDIR} in						\
  654: 	 bin) ODIR=${sbindir} ;;					\
  655: 	 sbin) ODIR=${bindir} ;;					\
  656: 	esac;								\
  657: 	test -z "${bin_PROGRAMS}${bin_SCRIPTS}"				\
  658: 	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do		\
  659: 	   test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";	\
  660: 	done
  661: 
  662: #
  663: $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
  664: 	@[ -f $@ ] ||							\
  665: 		cp $(top_srcdir)/deps-ver $@
  666: 	@[ -w $@ ] ||							\
  667: 		chmod ug+w $@
  668: 	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
  669: 		$(MAKE) clean &&					\
  670: 		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
  671: 		cat $@ &&						\
  672: 		rm -rf $(DEPDIR) &&					\
  673: 		mkdir $(DEPDIR) && 					\
  674: 		case "$(top_builddir)" in				\
  675: 		 .)							\
  676: 		    ./config.status Makefile depfiles			\
  677: 		    ;;							\
  678: 		 ..)							\
  679: 			cd .. &&					\
  680: 			./config.status $(subdir)/Makefile depfiles &&	\
  681: 			cd $(subdir)					\
  682: 		    ;;							\
  683: 		 *)							\
  684: 		    echo 'Fatal: depsver.mf Automake fragment limited'	\
  685: 			 'to immediate subdirectories.'	&&		\
  686: 		    echo "top_builddir:	$(top_builddir)" &&		\
  687: 		    echo "subdir:	$(subdir)" &&			\
  688: 		    exit 1						\
  689: 		    ;;							\
  690: 		esac &&							\
  691: 		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
  692: 		cat $(top_srcdir)/deps-ver				\
  693: 	)
  694: 	cp $(top_srcdir)/deps-ver $@
  695: 
  696: .deps-ver: $(top_srcdir)/deps-ver
  697: 	@[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
  698: 	@touch $@
  699: 
  700: #
  701: # depsver.mf	included in Makefile.am for directories with .deps
  702: #
  703: # When building in the same directory with sources that change over
  704: # time, such as when tracking using bk, the .deps files can become
  705: # stale with respect to moved, deleted, or superceded headers.  Most
  706: # commonly, this would exhibit as make reporting a failure to make a
  707: # header file which is no longer in the location given.  To address
  708: # this issue, we use a deps-ver file which is updated with each change
  709: # that breaks old .deps files.  A copy of deps-ver is made into
  710: # $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
  711: # with different contents than deps-ver, we make clean to ensure all
  712: # .o files built before the incompatible change are rebuilt along with
  713: # their updated .deps files, then remove $(DEPDIR) and recreate it as
  714: # empty stubs.
  715: #
  716: # It is normal when configured with --disable-dependency-tracking for
  717: # the DEPDIR to not have been created.  For this reason, we use the
  718: # intermediate target .deps-ver, which invokes make recursively if
  719: # DEPDIR exists.
  720: #
  721: # If you modify depsver.mf, please make the changes to the master
  722: # copy, the one in sntp is copied by the bootstrap script from it.
  723: #
  724: # This comment block follows rather than leads the related code so that
  725: # it stays with it in the generated Makefile.in and Makefile.
  726: #
  727: 
  728: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  729: # Otherwise a system limit (for SysV at least) may be exceeded.
  730: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>