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