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