1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# we traditionally installed software in bindir, while it should have gone 18# in sbindir. Now that we offer a choice, look in the "other" installation 19# subdir to warn folks if there is another version there. 20 21 22 23VPATH = @srcdir@ 24am__is_gnu_make = { \ 25 if test -z '$(MAKELEVEL)'; then \ 26 false; \ 27 elif test -n '$(MAKE_HOST)'; then \ 28 true; \ 29 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 true; \ 31 else \ 32 false; \ 33 fi; \ 34} 35am__make_running_with_option = \ 36 case $${target_option-} in \ 37 ?) ;; \ 38 *) echo "am__make_running_with_option: internal error: invalid" \ 39 "target option '$${target_option-}' specified" >&2; \ 40 exit 1;; \ 41 esac; \ 42 has_opt=no; \ 43 sane_makeflags=$$MAKEFLAGS; \ 44 if $(am__is_gnu_make); then \ 45 sane_makeflags=$$MFLAGS; \ 46 else \ 47 case $$MAKEFLAGS in \ 48 *\\[\ \ ]*) \ 49 bs=\\; \ 50 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 51 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 52 esac; \ 53 fi; \ 54 skip_next=no; \ 55 strip_trailopt () \ 56 { \ 57 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 58 }; \ 59 for flg in $$sane_makeflags; do \ 60 test $$skip_next = yes && { skip_next=no; continue; }; \ 61 case $$flg in \ 62 *=*|--*) continue;; \ 63 -*I) strip_trailopt 'I'; skip_next=yes;; \ 64 -*I?*) strip_trailopt 'I';; \ 65 -*O) strip_trailopt 'O'; skip_next=yes;; \ 66 -*O?*) strip_trailopt 'O';; \ 67 -*l) strip_trailopt 'l'; skip_next=yes;; \ 68 -*l?*) strip_trailopt 'l';; \ 69 -[dEDm]) skip_next=yes;; \ 70 -[JT]) skip_next=yes;; \ 71 esac; \ 72 case $$flg in \ 73 *$$target_option*) has_opt=yes; break;; \ 74 esac; \ 75 done; \ 76 test $$has_opt = yes 77am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 78am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 79pkgdatadir = $(datadir)/@PACKAGE@ 80pkgincludedir = $(includedir)/@PACKAGE@ 81pkglibdir = $(libdir)/@PACKAGE@ 82pkglibexecdir = $(libexecdir)/@PACKAGE@ 83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 84install_sh_DATA = $(install_sh) -c -m 644 85install_sh_PROGRAM = $(install_sh) -c 86install_sh_SCRIPT = $(install_sh) -c 87INSTALL_HEADER = $(INSTALL_DATA) 88transform = $(program_transform_name) 89NORMAL_INSTALL = : 90PRE_INSTALL = : 91POST_INSTALL = : 92NORMAL_UNINSTALL = : 93PRE_UNINSTALL = : 94POST_UNINSTALL = : 95build_triplet = @build@ 96host_triplet = @host@ 97EXTRA_PROGRAMS = ntpdc$(EXEEXT) ntpdc-layout$(EXEEXT) 98subdir = ntpdc 99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 100am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ 101 $(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \ 102 $(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \ 103 $(top_srcdir)/sntp/m4/define_dir.m4 \ 104 $(top_srcdir)/sntp/m4/hms_search_lib.m4 \ 105 $(top_srcdir)/sntp/m4/libtool.m4 \ 106 $(top_srcdir)/sntp/m4/ltoptions.m4 \ 107 $(top_srcdir)/sntp/m4/ltsugar.m4 \ 108 $(top_srcdir)/sntp/m4/ltversion.m4 \ 109 $(top_srcdir)/sntp/m4/lt~obsolete.m4 \ 110 $(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \ 111 $(top_srcdir)/sntp/m4/ntp_compiler.m4 \ 112 $(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \ 113 $(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \ 114 $(top_srcdir)/sntp/m4/ntp_debug.m4 \ 115 $(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \ 116 $(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \ 117 $(top_srcdir)/sntp/m4/ntp_googletest.m4 \ 118 $(top_srcdir)/sntp/m4/ntp_ipv6.m4 \ 119 $(top_srcdir)/sntp/m4/ntp_lib_m.m4 \ 120 $(top_srcdir)/sntp/m4/ntp_libevent.m4 \ 121 $(top_srcdir)/sntp/m4/ntp_libntp.m4 \ 122 $(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \ 123 $(top_srcdir)/sntp/m4/ntp_locinfo.m4 \ 124 $(top_srcdir)/sntp/m4/ntp_openssl.m4 \ 125 $(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \ 126 $(top_srcdir)/sntp/m4/ntp_problemtests.m4 \ 127 $(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \ 128 $(top_srcdir)/sntp/m4/ntp_rlimit.m4 \ 129 $(top_srcdir)/sntp/m4/ntp_sntp.m4 \ 130 $(top_srcdir)/sntp/m4/ntp_unitytest.m4 \ 131 $(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \ 132 $(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \ 133 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \ 134 $(top_srcdir)/sntp/m4/openldap.m4 \ 135 $(top_srcdir)/sntp/m4/os_cflags.m4 \ 136 $(top_srcdir)/sntp/m4/snprintf.m4 \ 137 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac 138am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 139 $(ACLOCAL_M4) 140DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 141 $(am__DIST_COMMON) 142mkinstalldirs = $(install_sh) -d 143CONFIG_HEADER = $(top_builddir)/config.h 144CONFIG_CLEAN_FILES = nl.pl 145CONFIG_CLEAN_VPATH_FILES = 146am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \ 147 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \ 148 "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)" 149PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS) 150am_ntpdc_OBJECTS = ntpdc.$(OBJEXT) ntpdc_ops.$(OBJEXT) \ 151 ntpdc-opts.$(OBJEXT) 152ntpdc_OBJECTS = $(am_ntpdc_OBJECTS) 153am__DEPENDENCIES_1 = 154ntpdc_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \ 155 ../libntp/libntp.a $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 156 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 157 $(am__DEPENDENCIES_1) 158AM_V_lt = $(am__v_lt_@AM_V@) 159am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 160am__v_lt_0 = --silent 161am__v_lt_1 = 162ntpdc_layout_SOURCES = ntpdc-layout.c 163ntpdc_layout_OBJECTS = ntpdc-layout.$(OBJEXT) 164ntpdc_layout_DEPENDENCIES = 165AM_V_P = $(am__v_P_@AM_V@) 166am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 167am__v_P_0 = false 168am__v_P_1 = : 169AM_V_GEN = $(am__v_GEN_@AM_V@) 170am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 171am__v_GEN_0 = @echo " GEN " $@; 172am__v_GEN_1 = 173AM_V_at = $(am__v_at_@AM_V@) 174am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 175am__v_at_0 = @ 176am__v_at_1 = 177DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 178depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp 179am__depfiles_maybe = depfiles 180am__mv = mv -f 181COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 182 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 183LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 184 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 185 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 186 $(AM_CFLAGS) $(CFLAGS) 187AM_V_CC = $(am__v_CC_@AM_V@) 188am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 189am__v_CC_0 = @echo " CC " $@; 190am__v_CC_1 = 191CCLD = $(CC) 192LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 193 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 194 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 195AM_V_CCLD = $(am__v_CCLD_@AM_V@) 196am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 197am__v_CCLD_0 = @echo " CCLD " $@; 198am__v_CCLD_1 = 199SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c 200DIST_SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c 201am__can_run_installinfo = \ 202 case $$AM_UPDATE_INFO_DIR in \ 203 n|no|NO) false;; \ 204 *) (install-info --version) >/dev/null 2>&1;; \ 205 esac 206am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 207am__vpath_adj = case $$p in \ 208 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 209 *) f=$$p;; \ 210 esac; 211am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 212am__install_max = 40 213am__nobase_strip_setup = \ 214 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 215am__nobase_strip = \ 216 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 217am__nobase_list = $(am__nobase_strip_setup); \ 218 for p in $$list; do echo "$$p $$p"; done | \ 219 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 220 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 221 if (++n[$$2] == $(am__install_max)) \ 222 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 223 END { for (dir in files) print dir, files[dir] }' 224am__base_list = \ 225 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 226 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 227am__uninstall_files_from_dir = { \ 228 test -z "$$files" \ 229 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 230 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 231 $(am__cd) "$$dir" && rm -f $$files; }; \ 232 } 233man1dir = $(mandir)/man1 234man8dir = $(mandir)/man8 235NROFF = nroff 236MANS = $(man1_MANS) $(man8_MANS) $(man_MANS) 237DATA = $(html_DATA) $(noinst_DATA) 238HEADERS = $(noinst_HEADERS) 239am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 240# Read a list of newline-separated strings from the standard input, 241# and print each of them once, without duplicates. Input order is 242# *not* preserved. 243am__uniquify_input = $(AWK) '\ 244 BEGIN { nonempty = 0; } \ 245 { items[$$0] = 1; nonempty = 1; } \ 246 END { if (nonempty) { for (i in items) print i; }; } \ 247' 248# Make sure the list of sources is unique. This is necessary because, 249# e.g., the same source file might be shared among _SOURCES variables 250# for different programs/libraries. 251am__define_uniq_tagged_files = \ 252 list='$(am__tagged_files)'; \ 253 unique=`for i in $$list; do \ 254 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 255 done | $(am__uniquify_input)` 256ETAGS = etags 257CTAGS = ctags 258am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/nl.pl.in \ 259 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf \ 260 $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \ 261 $(top_srcdir)/sntp/check-libntp.mf \ 262 $(top_srcdir)/sntp/libevent/build-aux/depcomp README 263DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 264ACLOCAL = @ACLOCAL@ 265ALLOCA = @ALLOCA@ 266AMTAR = @AMTAR@ 267AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 268AR = @AR@ 269AUTOCONF = @AUTOCONF@ 270AUTOHEADER = @AUTOHEADER@ 271AUTOMAKE = @AUTOMAKE@ 272AWK = @AWK@ 273BUILD_THREAD = @BUILD_THREAD@ 274CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 275CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 276CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 277CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 278CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 279CC = @CC@ 280CCDEPMODE = @CCDEPMODE@ 281CFLAGS = @CFLAGS@ 282CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 283CFLAGS_NTP = @CFLAGS_NTP@ 284CHUTEST = @CHUTEST@ 285CONFIG_SHELL = @CONFIG_SHELL@ 286CPP = @CPP@ 287CPPFLAGS = @CPPFLAGS@ 288CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 289CPPFLAGS_NTP = @CPPFLAGS_NTP@ 290CXX = @CXX@ 291CXXCPP = @CXXCPP@ 292CXXDEPMODE = @CXXDEPMODE@ 293CXXFLAGS = @CXXFLAGS@ 294CYGPATH_W = @CYGPATH_W@ 295DCFD = @DCFD@ 296DEFS = @DEFS@ 297DEPDIR = @DEPDIR@ 298DLLTOOL = @DLLTOOL@ 299DSYMUTIL = @DSYMUTIL@ 300DUMPBIN = @DUMPBIN@ 301ECHO_C = @ECHO_C@ 302ECHO_N = @ECHO_N@ 303ECHO_T = @ECHO_T@ 304EDITLINE_LIBS = @EDITLINE_LIBS@ 305EGREP = @EGREP@ 306EXEEXT = @EXEEXT@ 307FGREP = @FGREP@ 308GREP = @GREP@ 309GTEST_CONFIG = @GTEST_CONFIG@ 310GTEST_CPPFLAGS = @GTEST_CPPFLAGS@ 311GTEST_CXXFLAGS = @GTEST_CXXFLAGS@ 312GTEST_LDFLAGS = @GTEST_LDFLAGS@ 313GTEST_LIBS = @GTEST_LIBS@ 314HAVE_INLINE = @HAVE_INLINE@ 315HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@ 316HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@ 317HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@ 318INSTALL = @INSTALL@ 319INSTALL_DATA = @INSTALL_DATA@ 320INSTALL_PROGRAM = @INSTALL_PROGRAM@ 321INSTALL_SCRIPT = @INSTALL_SCRIPT@ 322INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 323LD = @LD@ 324LDADD_LIBEVENT = @LDADD_LIBEVENT@ 325LDADD_LIBNTP = @LDADD_LIBNTP@ 326LDADD_LIBUTIL = @LDADD_LIBUTIL@ 327LDADD_NLIST = @LDADD_NLIST@ 328LDADD_NTP = @LDADD_NTP@ 329LDFLAGS = @LDFLAGS@ 330LDFLAGS_NTP = @LDFLAGS_NTP@ 331LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 332LIBM = @LIBM@ 333LIBOBJS = @LIBOBJS@ 334LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 335LIBOPTS_DIR = @LIBOPTS_DIR@ 336LIBOPTS_LDADD = @LIBOPTS_LDADD@ 337LIBPARSE = @LIBPARSE@ 338LIBS = @LIBS@ 339LIBTOOL = @LIBTOOL@ 340LIBTOOL_DEPS = @LIBTOOL_DEPS@ 341LIPO = @LIPO@ 342LN_S = @LN_S@ 343LSCF = @LSCF@ 344LTHREAD_LIBS = @LTHREAD_LIBS@ 345LTLIBOBJS = @LTLIBOBJS@ 346MAKEINFO = @MAKEINFO@ 347MAKE_ADJTIMED = @MAKE_ADJTIMED@ 348MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 349MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 350MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 351MAKE_LIBPARSE = @MAKE_LIBPARSE@ 352MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 353MAKE_NTPDSIM = @MAKE_NTPDSIM@ 354MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 355MAKE_NTPTIME = @MAKE_NTPTIME@ 356MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 357MAKE_TICKADJ = @MAKE_TICKADJ@ 358MAKE_TIMETRIM = @MAKE_TIMETRIM@ 359MANIFEST_TOOL = @MANIFEST_TOOL@ 360MANTAGFMT = @MANTAGFMT@ 361MKDIR_P = @MKDIR_P@ 362NM = @NM@ 363NMEDIT = @NMEDIT@ 364NTPDATE_DB = @NTPDATE_DB@ 365NTPDATE_DL = @NTPDATE_DL@ 366NTPDATE_DS = @NTPDATE_DS@ 367NTPDATE_MS = @NTPDATE_MS@ 368NTPDATE_NI = @NTPDATE_NI@ 369NTPDC_DB = @NTPDC_DB@ 370NTPDC_DL = @NTPDC_DL@ 371NTPDC_DS = @NTPDC_DS@ 372NTPDC_MS = @NTPDC_MS@ 373NTPDC_NI = @NTPDC_NI@ 374NTPDSIM_DB = @NTPDSIM_DB@ 375NTPDSIM_DL = @NTPDSIM_DL@ 376NTPDSIM_DS = @NTPDSIM_DS@ 377NTPDSIM_MS = @NTPDSIM_MS@ 378NTPDSIM_NI = @NTPDSIM_NI@ 379NTPD_DB = @NTPD_DB@ 380NTPD_DL = @NTPD_DL@ 381NTPD_DS = @NTPD_DS@ 382NTPD_MS = @NTPD_MS@ 383NTPD_NI = @NTPD_NI@ 384NTPQ_DB = @NTPQ_DB@ 385NTPQ_DL = @NTPQ_DL@ 386NTPQ_DS = @NTPQ_DS@ 387NTPQ_MS = @NTPQ_MS@ 388NTPQ_NI = @NTPQ_NI@ 389NTPSNMPD_DB = @NTPSNMPD_DB@ 390NTPSNMPD_DL = @NTPSNMPD_DL@ 391NTPSNMPD_DS = @NTPSNMPD_DS@ 392NTPSNMPD_MS = @NTPSNMPD_MS@ 393NTPSNMPD_NI = @NTPSNMPD_NI@ 394NTPSWEEP_DB = @NTPSWEEP_DB@ 395NTPSWEEP_DL = @NTPSWEEP_DL@ 396NTPSWEEP_DS = @NTPSWEEP_DS@ 397NTPSWEEP_MS = @NTPSWEEP_MS@ 398NTPSWEEP_NI = @NTPSWEEP_NI@ 399NTPTIME_DB = @NTPTIME_DB@ 400NTPTIME_DL = @NTPTIME_DL@ 401NTPTIME_DS = @NTPTIME_DS@ 402NTPTIME_MS = @NTPTIME_MS@ 403NTPTIME_NI = @NTPTIME_NI@ 404NTPTRACE_DB = @NTPTRACE_DB@ 405NTPTRACE_DL = @NTPTRACE_DL@ 406NTPTRACE_DS = @NTPTRACE_DS@ 407NTPTRACE_MS = @NTPTRACE_MS@ 408NTPTRACE_NI = @NTPTRACE_NI@ 409NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 410NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 411NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 412NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 413NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 414NTP_KEYSDIR = @NTP_KEYSDIR@ 415NTP_WAIT_DB = @NTP_WAIT_DB@ 416NTP_WAIT_DL = @NTP_WAIT_DL@ 417NTP_WAIT_DS = @NTP_WAIT_DS@ 418NTP_WAIT_MS = @NTP_WAIT_MS@ 419NTP_WAIT_NI = @NTP_WAIT_NI@ 420OBJDUMP = @OBJDUMP@ 421OBJEXT = @OBJEXT@ 422OTOOL = @OTOOL@ 423OTOOL64 = @OTOOL64@ 424PACKAGE = @PACKAGE@ 425PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 426PACKAGE_NAME = @PACKAGE_NAME@ 427PACKAGE_STRING = @PACKAGE_STRING@ 428PACKAGE_TARNAME = @PACKAGE_TARNAME@ 429PACKAGE_URL = @PACKAGE_URL@ 430PACKAGE_VERSION = @PACKAGE_VERSION@ 431PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ 432PATH_PERL = @PATH_PERL@ 433PATH_RUBY = @PATH_RUBY@ 434PATH_SEPARATOR = @PATH_SEPARATOR@ 435PATH_TEST = @PATH_TEST@ 436PERLLIBDIR = @PERLLIBDIR@ 437PKG_CONFIG = @PKG_CONFIG@ 438POSIX_SHELL = @POSIX_SHELL@ 439PROPDELAY = @PROPDELAY@ 440PTHREAD_LIBS = @PTHREAD_LIBS@ 441RANLIB = @RANLIB@ 442SED = @SED@ 443SET_MAKE = @SET_MAKE@ 444SHELL = @SHELL@ 445SNMP_CFLAGS = @SNMP_CFLAGS@ 446SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 447SNMP_LIBS = @SNMP_LIBS@ 448SNTP = @SNTP@ 449SNTP_DB = @SNTP_DB@ 450SNTP_DL = @SNTP_DL@ 451SNTP_DS = @SNTP_DS@ 452SNTP_MS = @SNTP_MS@ 453SNTP_NI = @SNTP_NI@ 454STDNORETURN_H = @STDNORETURN_H@ 455STRIP = @STRIP@ 456TESTDCF = @TESTDCF@ 457TICKADJ_DB = @TICKADJ_DB@ 458TICKADJ_DL = @TICKADJ_DL@ 459TICKADJ_DS = @TICKADJ_DS@ 460TICKADJ_MS = @TICKADJ_MS@ 461TICKADJ_NI = @TICKADJ_NI@ 462TIMETRIM_DB = @TIMETRIM_DB@ 463TIMETRIM_DL = @TIMETRIM_DL@ 464TIMETRIM_DS = @TIMETRIM_DS@ 465TIMETRIM_MS = @TIMETRIM_MS@ 466TIMETRIM_NI = @TIMETRIM_NI@ 467UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 468UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 469UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 470UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 471UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 472VERSION = @VERSION@ 473VER_SUFFIX = @VER_SUFFIX@ 474YACC = @YACC@ 475YFLAGS = @YFLAGS@ 476abs_builddir = @abs_builddir@ 477abs_srcdir = @abs_srcdir@ 478abs_top_builddir = @abs_top_builddir@ 479abs_top_srcdir = @abs_top_srcdir@ 480ac_ct_AR = @ac_ct_AR@ 481ac_ct_CC = @ac_ct_CC@ 482ac_ct_CXX = @ac_ct_CXX@ 483ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 484am__include = @am__include@ 485am__leading_dot = @am__leading_dot@ 486am__quote = @am__quote@ 487am__tar = @am__tar@ 488am__untar = @am__untar@ 489bindir = @bindir@ 490build = @build@ 491build_alias = @build_alias@ 492build_cpu = @build_cpu@ 493build_os = @build_os@ 494build_vendor = @build_vendor@ 495builddir = @builddir@ 496datadir = @datadir@ 497datarootdir = @datarootdir@ 498docdir = @docdir@ 499dvidir = @dvidir@ 500exec_prefix = @exec_prefix@ 501host = @host@ 502host_alias = @host_alias@ 503host_cpu = @host_cpu@ 504host_os = @host_os@ 505host_vendor = @host_vendor@ 506htmldir = @htmldir@ 507includedir = @includedir@ 508infodir = @infodir@ 509install_sh = @install_sh@ 510libdir = @libdir@ 511libexecdir = @libexecdir@ 512localedir = @localedir@ 513localstatedir = @localstatedir@ 514mandir = @mandir@ 515mkdir_p = @mkdir_p@ 516oldincludedir = @oldincludedir@ 517pdfdir = @pdfdir@ 518prefix = @prefix@ 519program_transform_name = @program_transform_name@ 520psdir = @psdir@ 521sbindir = @sbindir@ 522sharedstatedir = @sharedstatedir@ 523srcdir = @srcdir@ 524subdirs = @subdirs@ 525sysconfdir = @sysconfdir@ 526target_alias = @target_alias@ 527top_build_prefix = @top_build_prefix@ 528top_builddir = @top_builddir@ 529top_srcdir = @top_srcdir@ 530NULL = 531bin_PROGRAMS = $(NTPDC_DB) 532libexec_PROGRAMS = $(NTPDC_DL) 533sbin_PROGRAMS = $(NTPDC_DS) 534EXTRA_DATA = check-layout 535BUILT_SOURCES = @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h \ 536 check-libopts check-libntp .deps-ver 537AM_CFLAGS = $(CFLAGS_NTP) 538AM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP) 539AM_LDFLAGS = $(LDFLAGS_NTP) 540 541# LDADD might need RESLIB and ADJLIB 542ntpdc_LDADD = version.o $(LIBOPTS_LDADD) ../libntp/libntp.a \ 543 $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) $(EDITLINE_LIBS) \ 544 $(LDADD_NTP) 545# ntpdc-layout doesn't need any additional libraries at all 546ntpdc_layout_LDADD = 547DISTCLEANFILES = .version version.c config.log $(man_MANS) 548CLEANFILES = check-layout layout.here nl.c ntpdc-layout check-libopts \ 549 check-libntp .deps-ver 550noinst_HEADERS = ntpdc.h 551ETAGS_ARGS = Makefile.am 552EXTRA_DIST = \ 553 invoke-ntpdc.menu \ 554 invoke-ntpdc.texi \ 555 layout.std \ 556 nl_in.c \ 557 nl.pl \ 558 ntpdc-opts.def \ 559 ntpdc.1ntpdcman \ 560 ntpdc.1ntpdcmdoc \ 561 ntpdc.man.in \ 562 ntpdc.mdoc.in \ 563 ntpdc.html \ 564 ntpdc.texi \ 565 $(NULL) 566 567man1_MANS = 568man8_MANS = 569man_MANS = ntpdc.$(NTPDC_MS) 570html_DATA = \ 571 $(srcdir)/ntpdc.html \ 572 $(NULL) 573 574noinst_DATA = \ 575 $(srcdir)/invoke-ntpdc.menu \ 576 $(srcdir)/invoke-ntpdc.texi \ 577 $(srcdir)/ntpdc.man.in \ 578 $(srcdir)/ntpdc.mdoc.in \ 579 $(NULL) 580 581run_ag = cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D \ 582 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable 583 584std_def_list = \ 585 $(top_srcdir)/sntp/include/debug-opt.def \ 586 $(top_srcdir)/sntp/include/autogen-version.def \ 587 $(top_srcdir)/sntp/include/copyright.def \ 588 $(top_srcdir)/sntp/include/homerc.def \ 589 $(top_srcdir)/sntp/include/ntp.lic \ 590 $(top_srcdir)/sntp/include/version.def \ 591 $(NULL) 592 593ntpdc_SOURCES = ntpdc.c ntpdc_ops.c ntpdc-opts.c ntpdc-opts.h 594NTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \ 595 -I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \ 596 -I$(top_srcdir)/lib/isc/unix/include 597all: $(BUILT_SOURCES) 598 $(MAKE) $(AM_MAKEFLAGS) all-am 599 600.SUFFIXES: 601.SUFFIXES: .c .lo .o .obj 602$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps) 603 @for dep in $?; do \ 604 case '$(am__configure_deps)' in \ 605 *$$dep*) \ 606 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 607 && { if test -f $@; then exit 0; else break; fi; }; \ 608 exit 1;; \ 609 esac; \ 610 done; \ 611 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdc/Makefile'; \ 612 $(am__cd) $(top_srcdir) && \ 613 $(AUTOMAKE) --foreign ntpdc/Makefile 614Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 615 @case '$?' in \ 616 *config.status*) \ 617 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 618 *) \ 619 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 620 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 621 esac; 622$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty): 623 624$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 625 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 626 627$(top_srcdir)/configure: $(am__configure_deps) 628 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 629$(ACLOCAL_M4): $(am__aclocal_m4_deps) 630 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 631$(am__aclocal_m4_deps): 632nl.pl: $(top_builddir)/config.status $(srcdir)/nl.pl.in 633 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 634install-binPROGRAMS: $(bin_PROGRAMS) 635 @$(NORMAL_INSTALL) 636 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 637 if test -n "$$list"; then \ 638 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 639 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 640 fi; \ 641 for p in $$list; do echo "$$p $$p"; done | \ 642 sed 's/$(EXEEXT)$$//' | \ 643 while read p p1; do if test -f $$p \ 644 || test -f $$p1 \ 645 ; then echo "$$p"; echo "$$p"; else :; fi; \ 646 done | \ 647 sed -e 'p;s,.*/,,;n;h' \ 648 -e 's|.*|.|' \ 649 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 650 sed 'N;N;N;s,\n, ,g' | \ 651 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 652 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 653 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 654 else { print "f", $$3 "/" $$4, $$1; } } \ 655 END { for (d in files) print "f", d, files[d] }' | \ 656 while read type dir files; do \ 657 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 658 test -z "$$files" || { \ 659 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 660 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 661 } \ 662 ; done 663 664uninstall-binPROGRAMS: 665 @$(NORMAL_UNINSTALL) 666 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 667 files=`for p in $$list; do echo "$$p"; done | \ 668 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 669 -e 's/$$/$(EXEEXT)/' \ 670 `; \ 671 test -n "$$list" || exit 0; \ 672 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 673 cd "$(DESTDIR)$(bindir)" && rm -f $$files 674 675clean-binPROGRAMS: 676 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 677 echo " rm -f" $$list; \ 678 rm -f $$list || exit $$?; \ 679 test -n "$(EXEEXT)" || exit 0; \ 680 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 681 echo " rm -f" $$list; \ 682 rm -f $$list 683install-libexecPROGRAMS: $(libexec_PROGRAMS) 684 @$(NORMAL_INSTALL) 685 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ 686 if test -n "$$list"; then \ 687 echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \ 688 $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \ 689 fi; \ 690 for p in $$list; do echo "$$p $$p"; done | \ 691 sed 's/$(EXEEXT)$$//' | \ 692 while read p p1; do if test -f $$p \ 693 || test -f $$p1 \ 694 ; then echo "$$p"; echo "$$p"; else :; fi; \ 695 done | \ 696 sed -e 'p;s,.*/,,;n;h' \ 697 -e 's|.*|.|' \ 698 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 699 sed 'N;N;N;s,\n, ,g' | \ 700 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 701 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 702 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 703 else { print "f", $$3 "/" $$4, $$1; } } \ 704 END { for (d in files) print "f", d, files[d] }' | \ 705 while read type dir files; do \ 706 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 707 test -z "$$files" || { \ 708 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \ 709 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \ 710 } \ 711 ; done 712 713uninstall-libexecPROGRAMS: 714 @$(NORMAL_UNINSTALL) 715 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ 716 files=`for p in $$list; do echo "$$p"; done | \ 717 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 718 -e 's/$$/$(EXEEXT)/' \ 719 `; \ 720 test -n "$$list" || exit 0; \ 721 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \ 722 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files 723 724clean-libexecPROGRAMS: 725 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \ 726 echo " rm -f" $$list; \ 727 rm -f $$list || exit $$?; \ 728 test -n "$(EXEEXT)" || exit 0; \ 729 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 730 echo " rm -f" $$list; \ 731 rm -f $$list 732install-sbinPROGRAMS: $(sbin_PROGRAMS) 733 @$(NORMAL_INSTALL) 734 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 735 if test -n "$$list"; then \ 736 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ 737 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ 738 fi; \ 739 for p in $$list; do echo "$$p $$p"; done | \ 740 sed 's/$(EXEEXT)$$//' | \ 741 while read p p1; do if test -f $$p \ 742 || test -f $$p1 \ 743 ; then echo "$$p"; echo "$$p"; else :; fi; \ 744 done | \ 745 sed -e 'p;s,.*/,,;n;h' \ 746 -e 's|.*|.|' \ 747 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 748 sed 'N;N;N;s,\n, ,g' | \ 749 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 750 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 751 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 752 else { print "f", $$3 "/" $$4, $$1; } } \ 753 END { for (d in files) print "f", d, files[d] }' | \ 754 while read type dir files; do \ 755 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 756 test -z "$$files" || { \ 757 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 758 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 759 } \ 760 ; done 761 762uninstall-sbinPROGRAMS: 763 @$(NORMAL_UNINSTALL) 764 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 765 files=`for p in $$list; do echo "$$p"; done | \ 766 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 767 -e 's/$$/$(EXEEXT)/' \ 768 `; \ 769 test -n "$$list" || exit 0; \ 770 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ 771 cd "$(DESTDIR)$(sbindir)" && rm -f $$files 772 773clean-sbinPROGRAMS: 774 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ 775 echo " rm -f" $$list; \ 776 rm -f $$list || exit $$?; \ 777 test -n "$(EXEEXT)" || exit 0; \ 778 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 779 echo " rm -f" $$list; \ 780 rm -f $$list 781 782ntpdc$(EXEEXT): $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES) $(EXTRA_ntpdc_DEPENDENCIES) 783 @rm -f ntpdc$(EXEEXT) 784 $(AM_V_CCLD)$(LINK) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS) 785 786ntpdc-layout$(EXEEXT): $(ntpdc_layout_OBJECTS) $(ntpdc_layout_DEPENDENCIES) $(EXTRA_ntpdc_layout_DEPENDENCIES) 787 @rm -f ntpdc-layout$(EXEEXT) 788 $(AM_V_CCLD)$(LINK) $(ntpdc_layout_OBJECTS) $(ntpdc_layout_LDADD) $(LIBS) 789 790mostlyclean-compile: 791 -rm -f *.$(OBJEXT) 792 793distclean-compile: 794 -rm -f *.tab.c 795 796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-layout.Po@am__quote@ 797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-opts.Po@am__quote@ 798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc.Po@am__quote@ 799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc_ops.Po@am__quote@ 800 801.c.o: 802@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 803@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 804@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 805@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 806@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 807 808.c.obj: 809@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 810@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 811@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 812@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 813@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 814 815.c.lo: 816@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 817@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 818@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 819@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 820@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 821 822mostlyclean-libtool: 823 -rm -f *.lo 824 825clean-libtool: 826 -rm -rf .libs _libs 827install-man1: $(man1_MANS) $(man_MANS) 828 @$(NORMAL_INSTALL) 829 @list1='$(man1_MANS)'; \ 830 list2='$(man_MANS)'; \ 831 test -n "$(man1dir)" \ 832 && test -n "`echo $$list1$$list2`" \ 833 || exit 0; \ 834 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 835 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 836 { for i in $$list1; do echo "$$i"; done; \ 837 if test -n "$$list2"; then \ 838 for i in $$list2; do echo "$$i"; done \ 839 | sed -n '/\.1[a-z]*$$/p'; \ 840 fi; \ 841 } | while read p; do \ 842 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 843 echo "$$d$$p"; echo "$$p"; \ 844 done | \ 845 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 846 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 847 sed 'N;N;s,\n, ,g' | { \ 848 list=; while read file base inst; do \ 849 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 850 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 851 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 852 fi; \ 853 done; \ 854 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 855 while read files; do \ 856 test -z "$$files" || { \ 857 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 858 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 859 done; } 860 861uninstall-man1: 862 @$(NORMAL_UNINSTALL) 863 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ 864 files=`{ for i in $$list; do echo "$$i"; done; \ 865 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 866 sed -n '/\.1[a-z]*$$/p'; \ 867 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 868 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 869 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 870install-man8: $(man8_MANS) $(man_MANS) 871 @$(NORMAL_INSTALL) 872 @list1='$(man8_MANS)'; \ 873 list2='$(man_MANS)'; \ 874 test -n "$(man8dir)" \ 875 && test -n "`echo $$list1$$list2`" \ 876 || exit 0; \ 877 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ 878 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ 879 { for i in $$list1; do echo "$$i"; done; \ 880 if test -n "$$list2"; then \ 881 for i in $$list2; do echo "$$i"; done \ 882 | sed -n '/\.8[a-z]*$$/p'; \ 883 fi; \ 884 } | while read p; do \ 885 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 886 echo "$$d$$p"; echo "$$p"; \ 887 done | \ 888 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 889 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 890 sed 'N;N;s,\n, ,g' | { \ 891 list=; while read file base inst; do \ 892 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 893 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ 894 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ 895 fi; \ 896 done; \ 897 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 898 while read files; do \ 899 test -z "$$files" || { \ 900 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ 901 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ 902 done; } 903 904uninstall-man8: 905 @$(NORMAL_UNINSTALL) 906 @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ 907 files=`{ for i in $$list; do echo "$$i"; done; \ 908 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 909 sed -n '/\.8[a-z]*$$/p'; \ 910 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 911 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 912 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) 913install-htmlDATA: $(html_DATA) 914 @$(NORMAL_INSTALL) 915 @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ 916 if test -n "$$list"; then \ 917 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 918 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 919 fi; \ 920 for p in $$list; do \ 921 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 922 echo "$$d$$p"; \ 923 done | $(am__base_list) | \ 924 while read files; do \ 925 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 926 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 927 done 928 929uninstall-htmlDATA: 930 @$(NORMAL_UNINSTALL) 931 @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ 932 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 933 dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir) 934 935ID: $(am__tagged_files) 936 $(am__define_uniq_tagged_files); mkid -fID $$unique 937tags: tags-am 938TAGS: tags 939 940tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 941 set x; \ 942 here=`pwd`; \ 943 $(am__define_uniq_tagged_files); \ 944 shift; \ 945 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 946 test -n "$$unique" || unique=$$empty_fix; \ 947 if test $$# -gt 0; then \ 948 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 949 "$$@" $$unique; \ 950 else \ 951 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 952 $$unique; \ 953 fi; \ 954 fi 955ctags: ctags-am 956 957CTAGS: ctags 958ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 959 $(am__define_uniq_tagged_files); \ 960 test -z "$(CTAGS_ARGS)$$unique" \ 961 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 962 $$unique 963 964GTAGS: 965 here=`$(am__cd) $(top_builddir) && pwd` \ 966 && $(am__cd) $(top_srcdir) \ 967 && gtags -i $(GTAGS_ARGS) "$$here" 968cscopelist: cscopelist-am 969 970cscopelist-am: $(am__tagged_files) 971 list='$(am__tagged_files)'; \ 972 case "$(srcdir)" in \ 973 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 974 *) sdir=$(subdir)/$(srcdir) ;; \ 975 esac; \ 976 for i in $$list; do \ 977 if test -f "$$i"; then \ 978 echo "$(subdir)/$$i"; \ 979 else \ 980 echo "$$sdir/$$i"; \ 981 fi; \ 982 done >> $(top_builddir)/cscope.files 983 984distclean-tags: 985 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 986 987distdir: $(DISTFILES) 988 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 989 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 990 list='$(DISTFILES)'; \ 991 dist_files=`for file in $$list; do echo $$file; done | \ 992 sed -e "s|^$$srcdirstrip/||;t" \ 993 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 994 case $$dist_files in \ 995 */*) $(MKDIR_P) `echo "$$dist_files" | \ 996 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 997 sort -u` ;; \ 998 esac; \ 999 for file in $$dist_files; do \ 1000 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1001 if test -d $$d/$$file; then \ 1002 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1003 if test -d "$(distdir)/$$file"; then \ 1004 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1005 fi; \ 1006 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1007 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1008 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1009 fi; \ 1010 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1011 else \ 1012 test -f "$(distdir)/$$file" \ 1013 || cp -p $$d/$$file "$(distdir)/$$file" \ 1014 || exit 1; \ 1015 fi; \ 1016 done 1017check-am: all-am 1018check: $(BUILT_SOURCES) 1019 $(MAKE) $(AM_MAKEFLAGS) check-am 1020all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) 1021installdirs: 1022 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \ 1023 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1024 done 1025install: $(BUILT_SOURCES) 1026 $(MAKE) $(AM_MAKEFLAGS) install-am 1027install-exec: install-exec-am 1028install-data: install-data-am 1029uninstall: uninstall-am 1030 1031install-am: all-am 1032 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1033 1034installcheck: installcheck-am 1035install-strip: 1036 if test -z '$(STRIP)'; then \ 1037 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1038 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1039 install; \ 1040 else \ 1041 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1042 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1043 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1044 fi 1045mostlyclean-generic: 1046 1047clean-generic: 1048 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1049 1050distclean-generic: 1051 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1052 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1053 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 1054 1055maintainer-clean-generic: 1056 @echo "This command is intended for maintainers to use" 1057 @echo "it deletes files that may require special tools to rebuild." 1058 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1059clean: clean-am 1060 1061clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \ 1062 clean-libtool clean-sbinPROGRAMS mostlyclean-am 1063 1064distclean: distclean-am 1065 -rm -rf ./$(DEPDIR) 1066 -rm -f Makefile 1067distclean-am: clean-am distclean-compile distclean-generic \ 1068 distclean-tags 1069 1070dvi: dvi-am 1071 1072dvi-am: 1073 1074html: html-am 1075 1076html-am: 1077 1078info: info-am 1079 1080info-am: 1081 1082install-data-am: install-data-local install-htmlDATA install-man 1083 1084install-dvi: install-dvi-am 1085 1086install-dvi-am: 1087 1088install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \ 1089 install-sbinPROGRAMS 1090 @$(NORMAL_INSTALL) 1091 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 1092install-html: install-html-am 1093 1094install-html-am: 1095 1096install-info: install-info-am 1097 1098install-info-am: 1099 1100install-man: install-man1 install-man8 1101 1102install-pdf: install-pdf-am 1103 1104install-pdf-am: 1105 1106install-ps: install-ps-am 1107 1108install-ps-am: 1109 1110installcheck-am: 1111 1112maintainer-clean: maintainer-clean-am 1113 -rm -rf ./$(DEPDIR) 1114 -rm -f Makefile 1115maintainer-clean-am: distclean-am maintainer-clean-generic 1116 1117mostlyclean: mostlyclean-am 1118 1119mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1120 mostlyclean-libtool 1121 1122pdf: pdf-am 1123 1124pdf-am: 1125 1126ps: ps-am 1127 1128ps-am: 1129 1130uninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \ 1131 uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS 1132 1133uninstall-man: uninstall-man1 uninstall-man8 1134 1135.MAKE: all check install install-am install-exec-am install-strip 1136 1137.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 1138 clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \ 1139 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ 1140 distclean distclean-compile distclean-generic \ 1141 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1142 html-am info info-am install install-am install-binPROGRAMS \ 1143 install-data install-data-am install-data-local install-dvi \ 1144 install-dvi-am install-exec install-exec-am install-exec-hook \ 1145 install-html install-html-am install-htmlDATA install-info \ 1146 install-info-am install-libexecPROGRAMS install-man \ 1147 install-man1 install-man8 install-pdf install-pdf-am \ 1148 install-ps install-ps-am install-sbinPROGRAMS install-strip \ 1149 installcheck installcheck-am installdirs maintainer-clean \ 1150 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1151 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1152 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1153 uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \ 1154 uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS 1155 1156.PRECIOUS: Makefile 1157 1158 1159install-data-local: install-html 1160 1161$(srcdir)/ntpdc-opts.h: $(srcdir)/ntpdc-opts.c 1162 @: do-nothing action to avoid default SCCS get, .h built with .c 1163 1164$(srcdir)/ntpdc-opts.c: $(srcdir)/ntpdc-opts.def $(std_def_list) 1165 $(run_ag) ntpdc-opts.def 1166 1167### 1168 1169$(srcdir)/ntpdc.1ntpdcman: $(srcdir)/ntpdc-opts.def $(std_def_list) 1170 $(run_ag) -DMAN_SECTION=1ntpdcman -Tagman-cmd.tpl ntpdc-opts.def 1171 1172$(srcdir)/ntpdc.man.in: $(srcdir)/ntpdc.1ntpdcman $(top_srcdir)/sntp/scripts/mansec2subst.sed 1173 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpdc.1ntpdcman > $(srcdir)/ntpdc.man.in+ 1174 mv $(srcdir)/ntpdc.man.in+ $(srcdir)/ntpdc.man.in 1175 1176### 1177 1178$(srcdir)/ntpdc.1ntpdcmdoc: $(srcdir)/ntpdc-opts.def $(std_def_list) 1179 $(run_ag) -DMAN_SECTION=1ntpdcmdoc -Tagmdoc-cmd.tpl ntpdc-opts.def 1180 1181$(srcdir)/ntpdc.mdoc.in: $(srcdir)/ntpdc.1ntpdcmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed 1182 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpdc.1ntpdcmdoc > $(srcdir)/ntpdc.mdoc.in+ 1183 mv $(srcdir)/ntpdc.mdoc.in+ $(srcdir)/ntpdc.mdoc.in 1184 1185### 1186 1187ntpdc.$(NTPDC_MS): $(srcdir)/ntpdc.$(MANTAGFMT).in $(top_builddir)/config.status 1188 $(top_builddir)/config.status --file=ntpdc.$(NTPDC_MS)+:$(srcdir)/ntpdc.$(MANTAGFMT).in 1189 mv ntpdc.$(NTPDC_MS)+ ntpdc.$(NTPDC_MS) 1190 1191### 1192 1193$(srcdir)/invoke-ntpdc.menu: $(srcdir)/invoke-ntpdc.texi 1194 @: do-nothing action to avoid default SCCS get, .menu built with .texi 1195 1196$(srcdir)/invoke-ntpdc.texi: $(srcdir)/ntpdc-opts.def $(std_def_list) 1197 $(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpdc-opts.def 1198 $(top_srcdir)/scripts/build/check--help $@ 1199 1200$(srcdir)/ntpdc.html: $(srcdir)/invoke-ntpdc.menu $(srcdir)/invoke-ntpdc.texi $(srcdir)/ntpdc.texi $(top_srcdir)/sntp/include/version.texi 1201 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpdc.html ntpdc.texi || true ) 1202 1203ntpdc-layout.o: nl.c 1204 1205layout.here: ntpdc-layout 1206 ./ntpdc-layout > $@ 1207 1208check-layout: ntpdc-layout $(srcdir)/layout.std layout.here 1209 cmp $(srcdir)/layout.std layout.here && echo stamp > $@ 1210 1211$(PROGRAMS): version.o 1212 1213$(top_srcdir)/sntp/scm-rev: 1214 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev 1215 1216version.c: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev 1217 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc 1218 1219version.o: version.c 1220 env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o 1221 1222# I ran nl_in.c (attached, to be installed into ntpdc) through 1223# $(CC) -E nl_in.c | nl.pl > nl.c 1224nl.c: nl_in.c nl.pl Makefile.am ../config.h ../include/ntp_request.h ntpdc.h 1225 $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.c 1226 1227install-exec-hook: 1228 @test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \ 1229 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \ 1230 test ! -f ${sbindir}/$$i \ 1231 || echo "*** $$i is also in ${sbindir}!"; \ 1232 done 1233 @test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}" \ 1234 || for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do \ 1235 test ! -f ${bindir}/$$i \ 1236 || echo "*** $$i is also in ${bindir}!"; \ 1237 done 1238 1239# 1240 1241check-libopts: ../sntp/libopts/libopts.la 1242 @echo stamp > $@ 1243 1244../sntp/libopts/libopts.la: 1245 -cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la 1246 1247check-libntp: ../libntp/libntp.a 1248 @echo stamp > $@ 1249 1250../libntp/libntp.a: 1251 cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 1252$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver 1253 @[ -f $@ ] || \ 1254 cp $(top_srcdir)/deps-ver $@ 1255 @[ -w $@ ] || \ 1256 chmod ug+w $@ 1257 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ 1258 $(MAKE) $(AM_MAKEFLAGS) clean && \ 1259 echo -n "Prior $(subdir)/$(DEPDIR) version " && \ 1260 cat $@ && \ 1261 rm -rf $(DEPDIR) && \ 1262 mkdir $(DEPDIR) && \ 1263 case "$(top_builddir)" in \ 1264 .) \ 1265 ./config.status Makefile depfiles \ 1266 ;; \ 1267 *) \ 1268 cd "$(top_builddir)" && \ 1269 ./config.status $(subdir)/Makefile depfiles && \ 1270 cd $(subdir) \ 1271 ;; \ 1272 esac && \ 1273 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ 1274 cat $(top_srcdir)/deps-ver \ 1275 ) 1276 cp $(top_srcdir)/deps-ver $@ 1277 1278.deps-ver: $(top_srcdir)/deps-ver 1279 @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver 1280 @touch $@ 1281 1282# 1283# depsver.mf included in Makefile.am for directories with .deps 1284# 1285# When building in the same directory with sources that change over 1286# time, such as when tracking using bk, the .deps files can become 1287# stale with respect to moved, deleted, or superceded headers. Most 1288# commonly, this would exhibit as make reporting a failure to make a 1289# header file which is no longer in the location given. To address 1290# this issue, we use a deps-ver file which is updated with each change 1291# that breaks old .deps files. A copy of deps-ver is made into 1292# $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present 1293# with different contents than deps-ver, we make clean to ensure all 1294# .o files built before the incompatible change are rebuilt along with 1295# their updated .deps files, then remove $(DEPDIR) and recreate it as 1296# empty stubs. 1297# 1298# It is normal when configured with --disable-dependency-tracking for 1299# the DEPDIR to not have been created. For this reason, we use the 1300# intermediate target .deps-ver, which invokes make recursively if 1301# DEPDIR exists. 1302# 1303# If you modify depsver.mf, please make the changes to the master 1304# copy, the one in sntp is copied by the bootstrap script from it. 1305# 1306# This comment block follows rather than leads the related code so that 1307# it stays with it in the generated Makefile.in and Makefile. 1308# 1309 1310# Tell versions [3.59,3.63) of GNU make to not export all variables. 1311# Otherwise a system limit (for SysV at least) may be exceeded. 1312.NOEXPORT: 1313