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