/contrib/ntp/ntpdc/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 725 lines · 623 code · 80 blank · 22 comment · 132 complexity · d3b0eb9d1658e1d6cd97637518c2ef83 MD5 · raw file

  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  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. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # we traditionally installed software in bindir, while it should have gone
  15. # in sbindir. Now that we offer a choice, look in the "other" installation
  16. # subdir to warn folks if there is another version there.
  17. VPATH = @srcdir@
  18. pkgdatadir = $(datadir)/@PACKAGE@
  19. pkgincludedir = $(includedir)/@PACKAGE@
  20. pkglibdir = $(libdir)/@PACKAGE@
  21. pkglibexecdir = $(libexecdir)/@PACKAGE@
  22. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  23. install_sh_DATA = $(install_sh) -c -m 644
  24. install_sh_PROGRAM = $(install_sh) -c
  25. install_sh_SCRIPT = $(install_sh) -c
  26. INSTALL_HEADER = $(INSTALL_DATA)
  27. transform = $(program_transform_name)
  28. NORMAL_INSTALL = :
  29. PRE_INSTALL = :
  30. POST_INSTALL = :
  31. NORMAL_UNINSTALL = :
  32. PRE_UNINSTALL = :
  33. POST_UNINSTALL = :
  34. build_triplet = @build@
  35. host_triplet = @host@
  36. ANSI2KNR = ../util/ansi2knr
  37. bin_PROGRAMS = ntpdc$(EXEEXT)
  38. EXTRA_PROGRAMS = ntpdc-layout$(EXEEXT)
  39. DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/../bincheck.mf \
  40. $(srcdir)/Makefile.am $(srcdir)/Makefile.in $(srcdir)/nl.pl.in
  41. subdir = ntpdc
  42. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  43. am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
  44. $(top_srcdir)/m4/define_dir.m4 \
  45. $(top_srcdir)/m4/hs_ulong_const.m4 \
  46. $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
  47. $(top_srcdir)/configure.ac
  48. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  49. $(ACLOCAL_M4)
  50. mkinstalldirs = $(install_sh) -d
  51. CONFIG_HEADER = $(top_builddir)/config.h
  52. CONFIG_CLEAN_FILES = nl.pl
  53. CONFIG_CLEAN_VPATH_FILES =
  54. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
  55. PROGRAMS = $(bin_PROGRAMS)
  56. am_ntpdc_OBJECTS = ntpdc$U.$(OBJEXT) ntpdc_ops$U.$(OBJEXT) \
  57. ntpdc-opts$U.$(OBJEXT)
  58. ntpdc_OBJECTS = $(am_ntpdc_OBJECTS)
  59. am__DEPENDENCIES_1 =
  60. ntpdc_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \
  61. ../libntp/libntp.a
  62. ntpdc_layout_SOURCES = ntpdc-layout.c
  63. ntpdc_layout_OBJECTS = ntpdc-layout$U.$(OBJEXT)
  64. ntpdc_layout_DEPENDENCIES =
  65. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  66. depcomp = $(SHELL) $(top_srcdir)/depcomp
  67. am__depfiles_maybe = depfiles
  68. am__mv = mv -f
  69. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  70. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  71. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  72. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  73. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  74. CCLD = $(CC)
  75. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  76. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  77. $(LDFLAGS) -o $@
  78. SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
  79. DIST_SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
  80. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  81. am__vpath_adj = case $$p in \
  82. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  83. *) f=$$p;; \
  84. esac;
  85. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  86. am__install_max = 40
  87. am__nobase_strip_setup = \
  88. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  89. am__nobase_strip = \
  90. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  91. am__nobase_list = $(am__nobase_strip_setup); \
  92. for p in $$list; do echo "$$p $$p"; done | \
  93. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  94. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  95. if (++n[$$2] == $(am__install_max)) \
  96. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  97. END { for (dir in files) print dir, files[dir] }'
  98. am__base_list = \
  99. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  100. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  101. man1dir = $(mandir)/man1
  102. NROFF = nroff
  103. MANS = $(man_MANS)
  104. HEADERS = $(noinst_HEADERS)
  105. ETAGS = etags
  106. CTAGS = ctags
  107. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  108. ACLOCAL = @ACLOCAL@
  109. AMTAR = @AMTAR@
  110. AR = @AR@
  111. ARLIB_DIR = @ARLIB_DIR@
  112. AUTOCONF = @AUTOCONF@
  113. AUTOHEADER = @AUTOHEADER@
  114. AUTOMAKE = @AUTOMAKE@
  115. AWK = @AWK@
  116. BINSUBDIR = @BINSUBDIR@
  117. CC = @CC@
  118. CCDEPMODE = @CCDEPMODE@
  119. CFLAGS = @CFLAGS@
  120. CHUTEST = @CHUTEST@
  121. CLKTEST = @CLKTEST@
  122. CPP = @CPP@
  123. CPPFLAGS = @CPPFLAGS@
  124. CYGPATH_W = @CYGPATH_W@
  125. DCFD = @DCFD@
  126. DEFS = @DEFS@
  127. DEPDIR = @DEPDIR@
  128. ECHO = @ECHO@
  129. ECHO_C = @ECHO_C@
  130. ECHO_N = @ECHO_N@
  131. ECHO_T = @ECHO_T@
  132. EF_LIBS = @EF_LIBS@
  133. EF_PROGS = @EF_PROGS@
  134. EGREP = @EGREP@
  135. EXEEXT = @EXEEXT@
  136. GREP = @GREP@
  137. HAVE_INLINE = @HAVE_INLINE@
  138. INSTALL = @INSTALL@
  139. INSTALL_DATA = @INSTALL_DATA@
  140. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  141. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  142. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  143. LCRYPTO = @LCRYPTO@
  144. LDFLAGS = @LDFLAGS@
  145. LIBOBJS = @LIBOBJS@
  146. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  147. LIBOPTS_DIR = @LIBOPTS_DIR@
  148. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  149. LIBPARSE = @LIBPARSE@
  150. LIBS = @LIBS@
  151. LIBTOOL = @LIBTOOL@
  152. LN_S = @LN_S@
  153. LSCF = @LSCF@
  154. LTLIBOBJS = @LTLIBOBJS@
  155. MAKEINFO = @MAKEINFO@
  156. MAKE_ADJTIMED = @MAKE_ADJTIMED@
  157. MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
  158. MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
  159. MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
  160. MAKE_LIBPARSE = @MAKE_LIBPARSE@
  161. MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
  162. MAKE_NTPDSIM = @MAKE_NTPDSIM@
  163. MAKE_NTPTIME = @MAKE_NTPTIME@
  164. MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
  165. MAKE_TICKADJ = @MAKE_TICKADJ@
  166. MAKE_TIMETRIM = @MAKE_TIMETRIM@
  167. MKDIR_P = @MKDIR_P@
  168. OBJEXT = @OBJEXT@
  169. OPENSSL = @OPENSSL@
  170. OPENSSL_INC = @OPENSSL_INC@
  171. OPENSSL_LIB = @OPENSSL_LIB@
  172. PACKAGE = @PACKAGE@
  173. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  174. PACKAGE_NAME = @PACKAGE_NAME@
  175. PACKAGE_STRING = @PACKAGE_STRING@
  176. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  177. PACKAGE_URL = @PACKAGE_URL@
  178. PACKAGE_VERSION = @PACKAGE_VERSION@
  179. PATH_PERL = @PATH_PERL@
  180. PATH_SEPARATOR = @PATH_SEPARATOR@
  181. PATH_SH = @PATH_SH@
  182. PROPDELAY = @PROPDELAY@
  183. RANLIB = @RANLIB@
  184. READLINE_LIBS = @READLINE_LIBS@
  185. SET_MAKE = @SET_MAKE@
  186. SHELL = @SHELL@
  187. STRIP = @STRIP@
  188. TESTDCF = @TESTDCF@
  189. U = @U@
  190. VERSION = @VERSION@
  191. abs_builddir = @abs_builddir@
  192. abs_srcdir = @abs_srcdir@
  193. abs_top_builddir = @abs_top_builddir@
  194. abs_top_srcdir = @abs_top_srcdir@
  195. ac_ct_CC = @ac_ct_CC@
  196. am__include = @am__include@
  197. am__leading_dot = @am__leading_dot@
  198. am__quote = @am__quote@
  199. am__tar = @am__tar@
  200. am__untar = @am__untar@
  201. bindir = ${exec_prefix}/${BINSUBDIR}
  202. build = @build@
  203. build_alias = @build_alias@
  204. build_cpu = @build_cpu@
  205. build_os = @build_os@
  206. build_vendor = @build_vendor@
  207. builddir = @builddir@
  208. datadir = @datadir@
  209. datarootdir = @datarootdir@
  210. docdir = @docdir@
  211. dvidir = @dvidir@
  212. exec_prefix = @exec_prefix@
  213. host = @host@
  214. host_alias = @host_alias@
  215. host_cpu = @host_cpu@
  216. host_os = @host_os@
  217. host_vendor = @host_vendor@
  218. htmldir = @htmldir@
  219. includedir = @includedir@
  220. infodir = @infodir@
  221. install_sh = @install_sh@
  222. libdir = @libdir@
  223. libexecdir = @libexecdir@
  224. localedir = @localedir@
  225. localstatedir = @localstatedir@
  226. mandir = @mandir@
  227. mkdir_p = @mkdir_p@
  228. oldincludedir = @oldincludedir@
  229. pdfdir = @pdfdir@
  230. prefix = @prefix@
  231. program_transform_name = @program_transform_name@
  232. psdir = @psdir@
  233. sbindir = @sbindir@
  234. sharedstatedir = @sharedstatedir@
  235. srcdir = @srcdir@
  236. subdirs = @subdirs@
  237. sysconfdir = @sysconfdir@
  238. target_alias = @target_alias@
  239. top_build_prefix = @top_build_prefix@
  240. top_builddir = @top_builddir@
  241. top_srcdir = @top_srcdir@
  242. AUTOMAKE_OPTIONS = ../util/ansi2knr
  243. EXTRA_DATA = check-layout
  244. BUILT_SOURCES = @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h ntpdc.1 \
  245. ntpdc-opts.texi ntpdc-opts.menu
  246. AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBOPTS_CFLAGS)
  247. # LDADD might need RESLIB and ADJLIB
  248. ntpdc_LDADD = version.o @READLINE_LIBS@ $(LIBOPTS_LDADD) ../libntp/libntp.a
  249. # ntpdc-layout doesn't need any additional libraries at all
  250. ntpdc_layout_LDADD =
  251. DISTCLEANFILES = .version version.c
  252. CLEANFILES = check-layout layout.here nl.c ntpdc-layout
  253. noinst_HEADERS = ntpdc.h
  254. ETAGS_ARGS = Makefile.am
  255. EXTRA_DIST = nl_in.c nl.pl layout.std \
  256. ntpdc-opts.def ntpdc.1 ntpdc-opts.texi ntpdc-opts.menu
  257. man_MANS = ntpdc.1
  258. run_ag = cd $(srcdir) && autogen -L ../include --writable
  259. std_def_list = $(top_srcdir)/include/debug-opt.def \
  260. $(top_srcdir)/include/autogen-version.def \
  261. $(top_srcdir)/include/copyright.def \
  262. $(top_srcdir)/include/homerc.def \
  263. $(top_srcdir)/include/version.def
  264. ntpdc_SOURCES = ntpdc.c ntpdc_ops.c ntpdc-opts.c ntpdc-opts.h
  265. all: $(BUILT_SOURCES)
  266. $(MAKE) $(AM_MAKEFLAGS) all-am
  267. .SUFFIXES:
  268. .SUFFIXES: .c .lo .o .obj
  269. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../bincheck.mf $(am__configure_deps)
  270. @for dep in $?; do \
  271. case '$(am__configure_deps)' in \
  272. *$$dep*) \
  273. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  274. && { if test -f $@; then exit 0; else break; fi; }; \
  275. exit 1;; \
  276. esac; \
  277. done; \
  278. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdc/Makefile'; \
  279. $(am__cd) $(top_srcdir) && \
  280. $(AUTOMAKE) --foreign ntpdc/Makefile
  281. .PRECIOUS: Makefile
  282. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  283. @case '$?' in \
  284. *config.status*) \
  285. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  286. *) \
  287. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  288. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  289. esac;
  290. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. $(top_srcdir)/configure: $(am__configure_deps)
  293. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  294. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  295. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296. $(am__aclocal_m4_deps):
  297. nl.pl: $(top_builddir)/config.status $(srcdir)/nl.pl.in
  298. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  299. install-binPROGRAMS: $(bin_PROGRAMS)
  300. @$(NORMAL_INSTALL)
  301. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  302. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  303. for p in $$list; do echo "$$p $$p"; done | \
  304. sed 's/$(EXEEXT)$$//' | \
  305. while read p p1; do if test -f $$p || test -f $$p1; \
  306. then echo "$$p"; echo "$$p"; else :; fi; \
  307. done | \
  308. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  309. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  310. sed 'N;N;N;s,\n, ,g' | \
  311. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  312. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  313. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  314. else { print "f", $$3 "/" $$4, $$1; } } \
  315. END { for (d in files) print "f", d, files[d] }' | \
  316. while read type dir files; do \
  317. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  318. test -z "$$files" || { \
  319. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  320. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  321. } \
  322. ; done
  323. uninstall-binPROGRAMS:
  324. @$(NORMAL_UNINSTALL)
  325. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  326. files=`for p in $$list; do echo "$$p"; done | \
  327. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  328. -e 's/$$/$(EXEEXT)/' `; \
  329. test -n "$$list" || exit 0; \
  330. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  331. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  332. clean-binPROGRAMS:
  333. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  334. echo " rm -f" $$list; \
  335. rm -f $$list || exit $$?; \
  336. test -n "$(EXEEXT)" || exit 0; \
  337. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  338. echo " rm -f" $$list; \
  339. rm -f $$list
  340. ntpdc$(EXEEXT): $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES)
  341. @rm -f ntpdc$(EXEEXT)
  342. $(LINK) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS)
  343. ntpdc-layout$(EXEEXT): $(ntpdc_layout_OBJECTS) $(ntpdc_layout_DEPENDENCIES)
  344. @rm -f ntpdc-layout$(EXEEXT)
  345. $(LINK) $(ntpdc_layout_OBJECTS) $(ntpdc_layout_LDADD) $(LIBS)
  346. mostlyclean-compile:
  347. -rm -f *.$(OBJEXT)
  348. distclean-compile:
  349. -rm -f *.tab.c
  350. ../util/ansi2knr:
  351. $(am__cd) ../util && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  352. mostlyclean-kr:
  353. -test "$U" = "" || rm -f *_.c
  354. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc$U.Po@am__quote@
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-layout$U.Po@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-opts$U.Po@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc_ops$U.Po@am__quote@
  358. .c.o:
  359. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  360. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  361. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  363. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  364. .c.obj:
  365. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  366. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  367. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  369. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  370. .c.lo:
  371. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  372. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  373. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  375. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  376. ntpdc_.c: ntpdc.c $(ANSI2KNR)
  377. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc.c; then echo $(srcdir)/ntpdc.c; else echo ntpdc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  378. ntpdc-layout_.c: ntpdc-layout.c $(ANSI2KNR)
  379. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc-layout.c; then echo $(srcdir)/ntpdc-layout.c; else echo ntpdc-layout.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  380. ntpdc-opts_.c: ntpdc-opts.c $(ANSI2KNR)
  381. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc-opts.c; then echo $(srcdir)/ntpdc-opts.c; else echo ntpdc-opts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  382. ntpdc_ops_.c: ntpdc_ops.c $(ANSI2KNR)
  383. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc_ops.c; then echo $(srcdir)/ntpdc_ops.c; else echo ntpdc_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  384. ntpdc_.$(OBJEXT) ntpdc_.lo ntpdc-layout_.$(OBJEXT) ntpdc-layout_.lo \
  385. ntpdc-opts_.$(OBJEXT) ntpdc-opts_.lo ntpdc_ops_.$(OBJEXT) \
  386. ntpdc_ops_.lo : $(ANSI2KNR)
  387. mostlyclean-libtool:
  388. -rm -f *.lo
  389. clean-libtool:
  390. -rm -rf .libs _libs
  391. install-man1: $(man_MANS)
  392. @$(NORMAL_INSTALL)
  393. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  394. @list=''; test -n "$(man1dir)" || exit 0; \
  395. { for i in $$list; do echo "$$i"; done; \
  396. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  397. sed -n '/\.1[a-z]*$$/p'; \
  398. } | while read p; do \
  399. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  400. echo "$$d$$p"; echo "$$p"; \
  401. done | \
  402. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  403. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  404. sed 'N;N;s,\n, ,g' | { \
  405. list=; while read file base inst; do \
  406. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  407. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  408. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  409. fi; \
  410. done; \
  411. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  412. while read files; do \
  413. test -z "$$files" || { \
  414. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  415. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  416. done; }
  417. uninstall-man1:
  418. @$(NORMAL_UNINSTALL)
  419. @list=''; test -n "$(man1dir)" || exit 0; \
  420. files=`{ for i in $$list; do echo "$$i"; done; \
  421. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  422. sed -n '/\.1[a-z]*$$/p'; \
  423. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  424. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  425. test -z "$$files" || { \
  426. echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  427. cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  428. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  429. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  430. unique=`for i in $$list; do \
  431. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  432. done | \
  433. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  434. END { if (nonempty) { for (i in files) print i; }; }'`; \
  435. mkid -fID $$unique
  436. tags: TAGS
  437. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  438. $(TAGS_FILES) $(LISP)
  439. set x; \
  440. here=`pwd`; \
  441. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  442. unique=`for i in $$list; do \
  443. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  444. done | \
  445. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  446. END { if (nonempty) { for (i in files) print i; }; }'`; \
  447. shift; \
  448. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  449. test -n "$$unique" || unique=$$empty_fix; \
  450. if test $$# -gt 0; then \
  451. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  452. "$$@" $$unique; \
  453. else \
  454. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  455. $$unique; \
  456. fi; \
  457. fi
  458. ctags: CTAGS
  459. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  460. $(TAGS_FILES) $(LISP)
  461. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  462. unique=`for i in $$list; do \
  463. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  464. done | \
  465. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  466. END { if (nonempty) { for (i in files) print i; }; }'`; \
  467. test -z "$(CTAGS_ARGS)$$unique" \
  468. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  469. $$unique
  470. GTAGS:
  471. here=`$(am__cd) $(top_builddir) && pwd` \
  472. && $(am__cd) $(top_srcdir) \
  473. && gtags -i $(GTAGS_ARGS) "$$here"
  474. distclean-tags:
  475. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  476. distdir: $(DISTFILES)
  477. @list='$(MANS)'; if test -n "$$list"; then \
  478. list=`for p in $$list; do \
  479. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  480. if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  481. if test -n "$$list" && \
  482. grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  483. echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  484. grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  485. echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  486. echo " typically \`make maintainer-clean' will remove them" >&2; \
  487. exit 1; \
  488. else :; fi; \
  489. else :; fi
  490. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  491. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  492. list='$(DISTFILES)'; \
  493. dist_files=`for file in $$list; do echo $$file; done | \
  494. sed -e "s|^$$srcdirstrip/||;t" \
  495. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  496. case $$dist_files in \
  497. */*) $(MKDIR_P) `echo "$$dist_files" | \
  498. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  499. sort -u` ;; \
  500. esac; \
  501. for file in $$dist_files; do \
  502. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  503. if test -d $$d/$$file; then \
  504. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  505. if test -d "$(distdir)/$$file"; then \
  506. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  507. fi; \
  508. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  509. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  510. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  511. fi; \
  512. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  513. else \
  514. test -f "$(distdir)/$$file" \
  515. || cp -p $$d/$$file "$(distdir)/$$file" \
  516. || exit 1; \
  517. fi; \
  518. done
  519. check-am: all-am
  520. check: $(BUILT_SOURCES)
  521. $(MAKE) $(AM_MAKEFLAGS) check-am
  522. all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
  523. installdirs:
  524. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
  525. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  526. done
  527. install: $(BUILT_SOURCES)
  528. $(MAKE) $(AM_MAKEFLAGS) install-am
  529. install-exec: install-exec-am
  530. install-data: install-data-am
  531. uninstall: uninstall-am
  532. install-am: all-am
  533. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  534. installcheck: installcheck-am
  535. install-strip:
  536. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  537. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  538. `test -z '$(STRIP)' || \
  539. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  540. mostlyclean-generic:
  541. clean-generic:
  542. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  543. distclean-generic:
  544. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  545. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  546. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  547. maintainer-clean-generic:
  548. @echo "This command is intended for maintainers to use"
  549. @echo "it deletes files that may require special tools to rebuild."
  550. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  551. clean: clean-am
  552. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  553. distclean: distclean-am
  554. -rm -rf ./$(DEPDIR)
  555. -rm -f Makefile
  556. distclean-am: clean-am distclean-compile distclean-generic \
  557. distclean-tags
  558. dvi: dvi-am
  559. dvi-am:
  560. html: html-am
  561. html-am:
  562. info: info-am
  563. info-am:
  564. install-data-am: install-man
  565. install-dvi: install-dvi-am
  566. install-dvi-am:
  567. install-exec-am: install-binPROGRAMS
  568. @$(NORMAL_INSTALL)
  569. $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
  570. install-html: install-html-am
  571. install-html-am:
  572. install-info: install-info-am
  573. install-info-am:
  574. install-man: install-man1
  575. install-pdf: install-pdf-am
  576. install-pdf-am:
  577. install-ps: install-ps-am
  578. install-ps-am:
  579. installcheck-am:
  580. maintainer-clean: maintainer-clean-am
  581. -rm -rf ./$(DEPDIR)
  582. -rm -f Makefile
  583. maintainer-clean-am: distclean-am maintainer-clean-generic
  584. mostlyclean: mostlyclean-am
  585. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
  586. mostlyclean-libtool
  587. pdf: pdf-am
  588. pdf-am:
  589. ps: ps-am
  590. ps-am:
  591. uninstall-am: uninstall-binPROGRAMS uninstall-man
  592. uninstall-man: uninstall-man1
  593. .MAKE: ../util/ansi2knr all check install install-am install-exec-am \
  594. install-strip
  595. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  596. clean-generic clean-libtool ctags distclean distclean-compile \
  597. distclean-generic distclean-libtool distclean-tags distdir dvi \
  598. dvi-am html html-am info info-am install install-am \
  599. install-binPROGRAMS install-data install-data-am install-dvi \
  600. install-dvi-am install-exec install-exec-am install-exec-hook \
  601. install-html install-html-am install-info install-info-am \
  602. install-man install-man1 install-pdf install-pdf-am install-ps \
  603. install-ps-am install-strip installcheck installcheck-am \
  604. installdirs maintainer-clean maintainer-clean-generic \
  605. mostlyclean mostlyclean-compile mostlyclean-generic \
  606. mostlyclean-kr mostlyclean-libtool pdf pdf-am ps ps-am tags \
  607. uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
  608. uninstall-man1
  609. $(srcdir)/ntpdc-opts.h: $(srcdir)/ntpdc-opts.c
  610. $(srcdir)/ntpdc-opts.c: $(srcdir)/ntpdc-opts.def $(std_def_list)
  611. $(run_ag) ntpdc-opts.def
  612. $(srcdir)/ntpdc.1: $(srcdir)/ntpdc-opts.def $(std_def_list)
  613. $(run_ag) -Tagman1.tpl -bntpdc ntpdc-opts.def
  614. $(srcdir)/ntpdc-opts.texi $(srcdir)/ntpdc-opts.menu: $(srcdir)/ntpdc-opts.def $(std_def_list)
  615. $(run_ag) -Taginfo.tpl -DLEVEL=section ntpdc-opts.def
  616. ntpdc-layout.o: nl.c
  617. layout.here: ntpdc-layout
  618. ./ntpdc-layout > $@
  619. check-layout: ntpdc-layout layout.std layout.here
  620. cmp $(srcdir)/layout.std layout.here && echo stamp > $@
  621. $(PROGRAMS): $(LDADD)
  622. ../libntp/libntp.a:
  623. cd ../libntp && $(MAKE)
  624. $(top_srcdir)/version :
  625. cd $(top_srcdir) && $(MAKE) version
  626. version.o: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
  627. env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdc
  628. $(COMPILE) -c version.c
  629. # I ran nl_in.c (attached, to be installed into ntpdc) through
  630. # $(CC) -E nl_in.c | nl.pl > nl.c
  631. nl.c: nl_in.c nl.pl Makefile.am
  632. $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.c
  633. install-exec-hook:
  634. @case ${BINSUBDIR} in \
  635. bin) ODIR=${exec_prefix}/sbin ;; \
  636. sbin) ODIR=${exec_prefix}/bin ;; \
  637. esac; \
  638. test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
  639. || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
  640. test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
  641. done
  642. #
  643. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  644. # Otherwise a system limit (for SysV at least) may be exceeded.
  645. .NOEXPORT: