Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / ntp / dist / ntpdc / Makefile.in
blob611be9506e6ea9c3173e5f8241efae061d88ead4
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # we traditionally installed software in bindir, while it should have gone
19 # in sbindir. Now that we offer a choice, look in the "other" installation
20 # subdir to warn folks if there is another version there.
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 pkglibdir = $(libdir)/@PACKAGE@
27 pkglibexecdir = $(libexecdir)/@PACKAGE@
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 bin_PROGRAMS = ntpdc$(EXEEXT)
43 EXTRA_PROGRAMS = ntpdc-layout$(EXEEXT)
44 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
45 $(srcdir)/Makefile.in $(srcdir)/nl.pl.in \
46 $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf
47 subdir = ntpdc
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
50 $(top_srcdir)/m4/define_dir.m4 \
51 $(top_srcdir)/m4/ntp_cacheversion.m4 \
52 $(top_srcdir)/m4/ntp_dir_sep.m4 \
53 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
54 $(top_srcdir)/m4/ntp_vpathhack.m4 \
55 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
56 $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/config.h
61 CONFIG_CLEAN_FILES = nl.pl
62 CONFIG_CLEAN_VPATH_FILES =
63 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
64 PROGRAMS = $(bin_PROGRAMS)
65 am_ntpdc_OBJECTS = ntpdc.$(OBJEXT) ntpdc_ops.$(OBJEXT) \
66 ntpdc-opts.$(OBJEXT)
67 ntpdc_OBJECTS = $(am_ntpdc_OBJECTS)
68 am__DEPENDENCIES_1 =
69 ntpdc_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \
70 ../libntp/libntp.a
71 ntpdc_layout_SOURCES = ntpdc-layout.c
72 ntpdc_layout_OBJECTS = ntpdc-layout.$(OBJEXT)
73 ntpdc_layout_DEPENDENCIES =
74 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75 depcomp = $(SHELL) $(top_srcdir)/depcomp
76 am__depfiles_maybe = depfiles
77 am__mv = mv -f
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86 $(LDFLAGS) -o $@
87 SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
88 DIST_SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
89 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90 am__vpath_adj = case $$p in \
91 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92 *) f=$$p;; \
93 esac;
94 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95 am__install_max = 40
96 am__nobase_strip_setup = \
97 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98 am__nobase_strip = \
99 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100 am__nobase_list = $(am__nobase_strip_setup); \
101 for p in $$list; do echo "$$p $$p"; done | \
102 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104 if (++n[$$2] == $(am__install_max)) \
105 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106 END { for (dir in files) print dir, files[dir] }'
107 am__base_list = \
108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110 man1dir = $(mandir)/man1
111 NROFF = nroff
112 MANS = $(man_MANS)
113 HEADERS = $(noinst_HEADERS)
114 ETAGS = etags
115 CTAGS = ctags
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@
119 AR = @AR@
120 ARLIB_DIR = @ARLIB_DIR@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 BINSUBDIR = @BINSUBDIR@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 CHUTEST = @CHUTEST@
130 CLKTEST = @CLKTEST@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 DCFD = @DCFD@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 ECHO = @ECHO@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EDITLINE_LIBS = @EDITLINE_LIBS@
142 EF_LIBS = @EF_LIBS@
143 EF_PROGS = @EF_PROGS@
144 EGREP = @EGREP@
145 EXEEXT = @EXEEXT@
146 GREP = @GREP@
147 HAVE_INLINE = @HAVE_INLINE@
148 INSTALL = @INSTALL@
149 INSTALL_DATA = @INSTALL_DATA@
150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153 LCRYPTO = @LCRYPTO@
154 LDFLAGS = @LDFLAGS@
155 LIBOBJS = @LIBOBJS@
156 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
157 LIBOPTS_DIR = @LIBOPTS_DIR@
158 LIBOPTS_LDADD = @LIBOPTS_LDADD@
159 LIBPARSE = @LIBPARSE@
160 LIBS = @LIBS@
161 LIBTOOL = @LIBTOOL@
162 LN_S = @LN_S@
163 LSCF = @LSCF@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAKEINFO = @MAKEINFO@
166 MAKE_ADJTIMED = @MAKE_ADJTIMED@
167 MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
168 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
169 MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
170 MAKE_LIBPARSE = @MAKE_LIBPARSE@
171 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
172 MAKE_NTPDSIM = @MAKE_NTPDSIM@
173 MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
174 MAKE_NTPTIME = @MAKE_NTPTIME@
175 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
176 MAKE_TICKADJ = @MAKE_TICKADJ@
177 MAKE_TIMETRIM = @MAKE_TIMETRIM@
178 MKDIR_P = @MKDIR_P@
179 OBJEXT = @OBJEXT@
180 OPENSSL = @OPENSSL@
181 OPENSSL_INC = @OPENSSL_INC@
182 OPENSSL_LIB = @OPENSSL_LIB@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_URL = @PACKAGE_URL@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
191 PATH_PERL = @PATH_PERL@
192 PATH_SEPARATOR = @PATH_SEPARATOR@
193 PATH_SH = @PATH_SH@
194 PROPDELAY = @PROPDELAY@
195 RANLIB = @RANLIB@
196 SET_MAKE = @SET_MAKE@
197 SHELL = @SHELL@
198 SNMP_CFLAGS = @SNMP_CFLAGS@
199 SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
200 SNMP_LIBS = @SNMP_LIBS@
201 STRIP = @STRIP@
202 TESTDCF = @TESTDCF@
203 VERSION = @VERSION@
204 YACC = @YACC@
205 YFLAGS = @YFLAGS@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 ac_ct_CC = @ac_ct_CC@
211 am__include = @am__include@
212 am__leading_dot = @am__leading_dot@
213 am__quote = @am__quote@
214 am__tar = @am__tar@
215 am__untar = @am__untar@
216 bindir = ${exec_prefix}/${BINSUBDIR}
217 build = @build@
218 build_alias = @build_alias@
219 build_cpu = @build_cpu@
220 build_os = @build_os@
221 build_vendor = @build_vendor@
222 builddir = @builddir@
223 datadir = @datadir@
224 datarootdir = @datarootdir@
225 docdir = @docdir@
226 dvidir = @dvidir@
227 exec_prefix = @exec_prefix@
228 host = @host@
229 host_alias = @host_alias@
230 host_cpu = @host_cpu@
231 host_os = @host_os@
232 host_vendor = @host_vendor@
233 htmldir = @htmldir@
234 includedir = @includedir@
235 infodir = @infodir@
236 install_sh = @install_sh@
237 libdir = @libdir@
238 libexecdir = @libexecdir@
239 localedir = @localedir@
240 localstatedir = @localstatedir@
241 mandir = @mandir@
242 mkdir_p = @mkdir_p@
243 oldincludedir = @oldincludedir@
244 pdfdir = @pdfdir@
245 prefix = @prefix@
246 program_transform_name = @program_transform_name@
247 psdir = @psdir@
248 sbindir = @sbindir@
249 sharedstatedir = @sharedstatedir@
250 srcdir = @srcdir@
251 subdirs = @subdirs@
252 sysconfdir = @sysconfdir@
253 target_alias = @target_alias@
254 top_build_prefix = @top_build_prefix@
255 top_builddir = @top_builddir@
256 top_srcdir = @top_srcdir@
257 NULL =
258 AUTOMAKE_OPTIONS =
259 EXTRA_DATA = check-layout
260 BUILT_SOURCES = @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h ntpdc.1 \
261 ntpdc-opts.texi ntpdc-opts.menu .deps-ver
262 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
263 -I$(top_srcdir)/lib/isc/nothreads/include \
264 -I$(top_srcdir)/lib/isc/unix/include $(LIBOPTS_CFLAGS)
266 # LDADD might need RESLIB and ADJLIB
267 ntpdc_LDADD = version.o @LCRYPTO@ @EDITLINE_LIBS@ $(LIBOPTS_LDADD) \
268 ../libntp/libntp.a
270 # ntpdc-layout doesn't need any additional libraries at all
271 ntpdc_layout_LDADD =
272 DISTCLEANFILES = .version version.c
273 CLEANFILES = check-layout layout.here nl.c ntpdc-layout .deps-ver
274 noinst_HEADERS = ntpdc.h
275 ETAGS_ARGS = Makefile.am
276 EXTRA_DIST = nl_in.c nl.pl layout.std \
277 ntpdc-opts.def ntpdc.1 ntpdc-opts.texi ntpdc-opts.menu
279 man_MANS = ntpdc.1
280 run_ag = cd $(srcdir) && \
281 env PATH="$(abs_builddir):$(PATH)" \
282 autogen -L ../include --writable
284 std_def_list = $(top_srcdir)/include/debug-opt.def \
285 $(top_srcdir)/include/autogen-version.def \
286 $(top_srcdir)/include/copyright.def \
287 $(top_srcdir)/include/homerc.def \
288 $(top_srcdir)/include/version.def
290 ntpdc_SOURCES = ntpdc.c ntpdc_ops.c ntpdc-opts.c ntpdc-opts.h
291 all: $(BUILT_SOURCES)
292 $(MAKE) $(AM_MAKEFLAGS) all-am
294 .SUFFIXES:
295 .SUFFIXES: .c .lo .o .obj
296 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
297 @for dep in $?; do \
298 case '$(am__configure_deps)' in \
299 *$$dep*) \
300 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301 && { if test -f $@; then exit 0; else break; fi; }; \
302 exit 1;; \
303 esac; \
304 done; \
305 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdc/Makefile'; \
306 $(am__cd) $(top_srcdir) && \
307 $(AUTOMAKE) --foreign ntpdc/Makefile
308 .PRECIOUS: Makefile
309 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310 @case '$?' in \
311 *config.status*) \
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313 *) \
314 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316 esac;
318 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321 $(top_srcdir)/configure: $(am__configure_deps)
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(am__aclocal_m4_deps):
326 nl.pl: $(top_builddir)/config.status $(srcdir)/nl.pl.in
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
328 install-binPROGRAMS: $(bin_PROGRAMS)
329 @$(NORMAL_INSTALL)
330 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
331 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
332 for p in $$list; do echo "$$p $$p"; done | \
333 sed 's/$(EXEEXT)$$//' | \
334 while read p p1; do if test -f $$p || test -f $$p1; \
335 then echo "$$p"; echo "$$p"; else :; fi; \
336 done | \
337 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
338 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
339 sed 'N;N;N;s,\n, ,g' | \
340 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
341 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
342 if ($$2 == $$4) files[d] = files[d] " " $$1; \
343 else { print "f", $$3 "/" $$4, $$1; } } \
344 END { for (d in files) print "f", d, files[d] }' | \
345 while read type dir files; do \
346 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
347 test -z "$$files" || { \
348 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
349 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
351 ; done
353 uninstall-binPROGRAMS:
354 @$(NORMAL_UNINSTALL)
355 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
356 files=`for p in $$list; do echo "$$p"; done | \
357 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
358 -e 's/$$/$(EXEEXT)/' `; \
359 test -n "$$list" || exit 0; \
360 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
361 cd "$(DESTDIR)$(bindir)" && rm -f $$files
363 clean-binPROGRAMS:
364 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
365 echo " rm -f" $$list; \
366 rm -f $$list || exit $$?; \
367 test -n "$(EXEEXT)" || exit 0; \
368 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
369 echo " rm -f" $$list; \
370 rm -f $$list
371 ntpdc$(EXEEXT): $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES)
372 @rm -f ntpdc$(EXEEXT)
373 $(LINK) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS)
374 ntpdc-layout$(EXEEXT): $(ntpdc_layout_OBJECTS) $(ntpdc_layout_DEPENDENCIES)
375 @rm -f ntpdc-layout$(EXEEXT)
376 $(LINK) $(ntpdc_layout_OBJECTS) $(ntpdc_layout_LDADD) $(LIBS)
378 mostlyclean-compile:
379 -rm -f *.$(OBJEXT)
381 distclean-compile:
382 -rm -f *.tab.c
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-layout.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-opts.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc_ops.Po@am__quote@
389 .c.o:
390 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
396 .c.obj:
397 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
403 .c.lo:
404 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
410 mostlyclean-libtool:
411 -rm -f *.lo
413 clean-libtool:
414 -rm -rf .libs _libs
415 install-man1: $(man_MANS)
416 @$(NORMAL_INSTALL)
417 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
418 @list=''; test -n "$(man1dir)" || exit 0; \
419 { for i in $$list; do echo "$$i"; done; \
420 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
421 sed -n '/\.1[a-z]*$$/p'; \
422 } | while read p; do \
423 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
424 echo "$$d$$p"; echo "$$p"; \
425 done | \
426 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
427 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
428 sed 'N;N;s,\n, ,g' | { \
429 list=; while read file base inst; do \
430 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
431 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
432 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
433 fi; \
434 done; \
435 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
436 while read files; do \
437 test -z "$$files" || { \
438 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
439 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
440 done; }
442 uninstall-man1:
443 @$(NORMAL_UNINSTALL)
444 @list=''; test -n "$(man1dir)" || exit 0; \
445 files=`{ for i in $$list; do echo "$$i"; done; \
446 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
447 sed -n '/\.1[a-z]*$$/p'; \
448 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
449 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
450 test -z "$$files" || { \
451 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
452 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
454 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
455 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
456 unique=`for i in $$list; do \
457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458 done | \
459 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460 END { if (nonempty) { for (i in files) print i; }; }'`; \
461 mkid -fID $$unique
462 tags: TAGS
464 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
465 $(TAGS_FILES) $(LISP)
466 set x; \
467 here=`pwd`; \
468 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469 unique=`for i in $$list; do \
470 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471 done | \
472 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473 END { if (nonempty) { for (i in files) print i; }; }'`; \
474 shift; \
475 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476 test -n "$$unique" || unique=$$empty_fix; \
477 if test $$# -gt 0; then \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 "$$@" $$unique; \
480 else \
481 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482 $$unique; \
483 fi; \
485 ctags: CTAGS
486 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
487 $(TAGS_FILES) $(LISP)
488 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
489 unique=`for i in $$list; do \
490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491 done | \
492 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493 END { if (nonempty) { for (i in files) print i; }; }'`; \
494 test -z "$(CTAGS_ARGS)$$unique" \
495 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
496 $$unique
498 GTAGS:
499 here=`$(am__cd) $(top_builddir) && pwd` \
500 && $(am__cd) $(top_srcdir) \
501 && gtags -i $(GTAGS_ARGS) "$$here"
503 distclean-tags:
504 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506 distdir: $(DISTFILES)
507 @list='$(MANS)'; if test -n "$$list"; then \
508 list=`for p in $$list; do \
509 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
510 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
511 if test -n "$$list" && \
512 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
513 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
514 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
515 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
516 echo " typically \`make maintainer-clean' will remove them" >&2; \
517 exit 1; \
518 else :; fi; \
519 else :; fi
520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522 list='$(DISTFILES)'; \
523 dist_files=`for file in $$list; do echo $$file; done | \
524 sed -e "s|^$$srcdirstrip/||;t" \
525 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
526 case $$dist_files in \
527 */*) $(MKDIR_P) `echo "$$dist_files" | \
528 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529 sort -u` ;; \
530 esac; \
531 for file in $$dist_files; do \
532 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533 if test -d $$d/$$file; then \
534 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535 if test -d "$(distdir)/$$file"; then \
536 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537 fi; \
538 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541 fi; \
542 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543 else \
544 test -f "$(distdir)/$$file" \
545 || cp -p $$d/$$file "$(distdir)/$$file" \
546 || exit 1; \
547 fi; \
548 done
549 check-am: all-am
550 check: $(BUILT_SOURCES)
551 $(MAKE) $(AM_MAKEFLAGS) check-am
552 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
553 installdirs:
554 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
555 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
556 done
557 install: $(BUILT_SOURCES)
558 $(MAKE) $(AM_MAKEFLAGS) install-am
559 install-exec: install-exec-am
560 install-data: install-data-am
561 uninstall: uninstall-am
563 install-am: all-am
564 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566 installcheck: installcheck-am
567 install-strip:
568 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570 `test -z '$(STRIP)' || \
571 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
572 mostlyclean-generic:
574 clean-generic:
575 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
577 distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
582 maintainer-clean-generic:
583 @echo "This command is intended for maintainers to use"
584 @echo "it deletes files that may require special tools to rebuild."
585 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
586 clean: clean-am
588 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
590 distclean: distclean-am
591 -rm -rf ./$(DEPDIR)
592 -rm -f Makefile
593 distclean-am: clean-am distclean-compile distclean-generic \
594 distclean-tags
596 dvi: dvi-am
598 dvi-am:
600 html: html-am
602 html-am:
604 info: info-am
606 info-am:
608 install-data-am: install-man
610 install-dvi: install-dvi-am
612 install-dvi-am:
614 install-exec-am: install-binPROGRAMS
615 @$(NORMAL_INSTALL)
616 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
617 install-html: install-html-am
619 install-html-am:
621 install-info: install-info-am
623 install-info-am:
625 install-man: install-man1
627 install-pdf: install-pdf-am
629 install-pdf-am:
631 install-ps: install-ps-am
633 install-ps-am:
635 installcheck-am:
637 maintainer-clean: maintainer-clean-am
638 -rm -rf ./$(DEPDIR)
639 -rm -f Makefile
640 maintainer-clean-am: distclean-am maintainer-clean-generic
642 mostlyclean: mostlyclean-am
644 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
645 mostlyclean-libtool
647 pdf: pdf-am
649 pdf-am:
651 ps: ps-am
653 ps-am:
655 uninstall-am: uninstall-binPROGRAMS uninstall-man
657 uninstall-man: uninstall-man1
659 .MAKE: all check install install-am install-exec-am install-strip
661 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
662 clean-generic clean-libtool ctags distclean distclean-compile \
663 distclean-generic distclean-libtool distclean-tags distdir dvi \
664 dvi-am html html-am info info-am install install-am \
665 install-binPROGRAMS install-data install-data-am install-dvi \
666 install-dvi-am install-exec install-exec-am install-exec-hook \
667 install-html install-html-am install-info install-info-am \
668 install-man install-man1 install-pdf install-pdf-am install-ps \
669 install-ps-am install-strip installcheck installcheck-am \
670 installdirs maintainer-clean maintainer-clean-generic \
671 mostlyclean mostlyclean-compile mostlyclean-generic \
672 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
673 uninstall-am uninstall-binPROGRAMS uninstall-man \
674 uninstall-man1
677 $(srcdir)/ntpdc-opts.h: $(srcdir)/ntpdc-opts.c
678 @: do-nothing action to avoid default SCCS get, .h built with .c
680 $(srcdir)/ntpdc-opts.c: $(srcdir)/ntpdc-opts.def $(std_def_list)
681 $(run_ag) ntpdc-opts.def
683 $(srcdir)/ntpdc.1: $(srcdir)/ntpdc-opts.def $(std_def_list)
684 $(run_ag) -Tagman1.tpl -bntpdc ntpdc-opts.def
686 $(srcdir)/ntpdc-opts.texi $(srcdir)/ntpdc-opts.menu: $(srcdir)/ntpdc-opts.def $(std_def_list)
687 $(MAKE) ntpdc # aginfo.tpl runs the binary to extract --help usage text
688 $(run_ag) -Taginfo.tpl -DLEVEL=section ntpdc-opts.def
690 ntpdc-layout.o: nl.c
692 layout.here: ntpdc-layout
693 ./ntpdc-layout > $@
695 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
696 cmp $(srcdir)/layout.std layout.here && echo stamp > $@
698 $(PROGRAMS): $(LDADD)
700 ../libntp/libntp.a:
701 cd ../libntp && $(MAKE)
703 $(top_srcdir)/version :
704 cd $(top_srcdir) && $(MAKE) version
706 version.o: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
707 env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdc
708 $(COMPILE) -c version.c
710 # I ran nl_in.c (attached, to be installed into ntpdc) through
711 # $(CC) -E nl_in.c | nl.pl > nl.c
712 nl.c: nl_in.c nl.pl Makefile.am ../config.h ../include/ntp_request.h ntpdc.h
713 $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.c
715 install-exec-hook:
716 @case ${BINSUBDIR} in \
717 bin) ODIR=${exec_prefix}/sbin ;; \
718 sbin) ODIR=${exec_prefix}/bin ;; \
719 esac; \
720 test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
721 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
722 test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
723 done
726 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
727 @[ -f $@ ] || \
728 cp $(top_srcdir)/deps-ver $@
729 @[ -w $@ ] || \
730 chmod ug+w $@
731 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
732 $(MAKE) clean && \
733 echo -n "Prior $(subdir)/$(DEPDIR) version " && \
734 cat $@ && \
735 rm -rf $(DEPDIR) && \
736 mkdir $(DEPDIR) && \
737 case "$(top_builddir)" in \
738 .) \
739 ./config.status Makefile depfiles \
740 ;; \
741 ..) \
742 cd .. && \
743 ./config.status $(subdir)/Makefile depfiles && \
744 cd $(subdir) \
745 ;; \
746 *) \
747 echo 'Fatal: depsver.mf Automake fragment limited' \
748 'to immediate subdirectories.' && \
749 echo "top_builddir: $(top_builddir)" && \
750 echo "subdir: $(subdir)" && \
751 exit 1 \
752 ;; \
753 esac && \
754 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \
755 cat $(top_srcdir)/deps-ver \
757 cp $(top_srcdir)/deps-ver $@
759 .deps-ver: $(top_srcdir)/deps-ver
760 @[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
761 @touch $@
764 # depsver.mf included in Makefile.am for directories with .deps
766 # When building in the same directory with sources that change over
767 # time, such as when tracking using bk, the .deps files can become
768 # stale with respect to moved, deleted, or superceded headers. Most
769 # commonly, this would exhibit as make reporting a failure to make a
770 # header file which is no longer in the location given. To address
771 # this issue, we use a deps-ver file which is updated with each change
772 # that breaks old .deps files. A copy of deps-ver is made into
773 # $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present
774 # with different contents than deps-ver, we make clean to ensure all
775 # .o files built before the incompatible change are rebuilt along with
776 # their updated .deps files, then remove $(DEPDIR) and recreate it as
777 # empty stubs.
779 # It is normal when configured with --disable-dependency-tracking for
780 # the DEPDIR to not have been created. For this reason, we use the
781 # intermediate target .deps-ver, which invokes make recursively if
782 # DEPDIR exists.
784 # If you modify depsver.mf, please make the changes to the master
785 # copy, the one in sntp is copied by the bootstrap script from it.
787 # This comment block follows rather than leads the related code so that
788 # it stays with it in the generated Makefile.in and Makefile.
791 # Tell versions [3.59,3.63) of GNU make to not export all variables.
792 # Otherwise a system limit (for SysV at least) may be exceeded.
793 .NOEXPORT: