xref: /netbsd-src/external/bsd/ntp/dist/clockstuff/Makefile.in (revision 2fa47ecfcb23a9fa15f2448c2ad113946a4b0bf9)
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37EXTRA_PROGRAMS = propdelay$(EXEEXT) chutest$(EXEEXT) clktest$(EXEEXT)
38DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39	$(top_srcdir)/depsver.mf
40subdir = clockstuff
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
43	$(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
44	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46	$(top_srcdir)/m4/ntp_cacheversion.m4 \
47	$(top_srcdir)/m4/ntp_dir_sep.m4 \
48	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
49	$(top_srcdir)/m4/ntp_openssl.m4 \
50	$(top_srcdir)/m4/ntp_vpathhack.m4 \
51	$(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
52	$(top_srcdir)/configure.ac
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54	$(ACLOCAL_M4)
55mkinstalldirs = $(install_sh) -d
56CONFIG_HEADER = $(top_builddir)/config.h
57CONFIG_CLEAN_FILES =
58CONFIG_CLEAN_VPATH_FILES =
59PROGRAMS = $(noinst_PROGRAMS)
60chutest_SOURCES = chutest.c
61chutest_OBJECTS = chutest.$(OBJEXT)
62chutest_DEPENDENCIES = ../libntp/libntp.a
63clktest_SOURCES = clktest.c
64clktest_OBJECTS = clktest.$(OBJEXT)
65clktest_DEPENDENCIES = ../libntp/libntp.a
66propdelay_SOURCES = propdelay.c
67propdelay_OBJECTS = propdelay.$(OBJEXT)
68propdelay_DEPENDENCIES = ../libntp/libntp.a
69DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70depcomp = $(SHELL) $(top_srcdir)/depcomp
71am__depfiles_maybe = depfiles
72am__mv = mv -f
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78CCLD = $(CC)
79LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
81	$(LDFLAGS) -o $@
82SOURCES = chutest.c clktest.c propdelay.c
83DIST_SOURCES = chutest.c clktest.c propdelay.c
84ETAGS = etags
85CTAGS = ctags
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87ACLOCAL = @ACLOCAL@
88AMTAR = @AMTAR@
89AR = @AR@
90AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOMAKE = @AUTOMAKE@
93AWK = @AWK@
94BINSUBDIR = @BINSUBDIR@
95CC = @CC@
96CCDEPMODE = @CCDEPMODE@
97CFLAGS = @CFLAGS@
98CHUTEST = @CHUTEST@
99CLKTEST = @CLKTEST@
100CPP = @CPP@
101CPPFLAGS = @CPPFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DCFD = @DCFD@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
106DLLTOOL = @DLLTOOL@
107DSYMUTIL = @DSYMUTIL@
108DUMPBIN = @DUMPBIN@
109ECHO_C = @ECHO_C@
110ECHO_N = @ECHO_N@
111ECHO_T = @ECHO_T@
112EDITLINE_LIBS = @EDITLINE_LIBS@
113EF_LIBS = @EF_LIBS@
114EF_PROGS = @EF_PROGS@
115EGREP = @EGREP@
116EXEEXT = @EXEEXT@
117FGREP = @FGREP@
118GREP = @GREP@
119HAVE_INLINE = @HAVE_INLINE@
120INSTALL = @INSTALL@
121INSTALL_DATA = @INSTALL_DATA@
122INSTALL_PROGRAM = @INSTALL_PROGRAM@
123INSTALL_SCRIPT = @INSTALL_SCRIPT@
124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125LCRYPTO = @LCRYPTO@
126LD = @LD@
127LDFLAGS = @LDFLAGS@
128LIBOBJS = @LIBOBJS@
129LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
130LIBOPTS_DIR = @LIBOPTS_DIR@
131LIBOPTS_LDADD = @LIBOPTS_LDADD@
132LIBPARSE = @LIBPARSE@
133LIBS = @LIBS@
134LIBTOOL = @LIBTOOL@
135LIPO = @LIPO@
136LN_S = @LN_S@
137LSCF = @LSCF@
138LTLIBOBJS = @LTLIBOBJS@
139MAKEINFO = @MAKEINFO@
140MAKE_ADJTIMED = @MAKE_ADJTIMED@
141MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
142MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
143MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
144MAKE_LIBPARSE = @MAKE_LIBPARSE@
145MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
146MAKE_NTPDSIM = @MAKE_NTPDSIM@
147MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
148MAKE_NTPTIME = @MAKE_NTPTIME@
149MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
150MAKE_TICKADJ = @MAKE_TICKADJ@
151MAKE_TIMETRIM = @MAKE_TIMETRIM@
152MANIFEST_TOOL = @MANIFEST_TOOL@
153MKDIR_P = @MKDIR_P@
154NM = @NM@
155NMEDIT = @NMEDIT@
156OBJDUMP = @OBJDUMP@
157OBJEXT = @OBJEXT@
158OPENSSL = @OPENSSL@
159OPENSSL_INC = @OPENSSL_INC@
160OPENSSL_LIB = @OPENSSL_LIB@
161OTOOL = @OTOOL@
162OTOOL64 = @OTOOL64@
163PACKAGE = @PACKAGE@
164PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165PACKAGE_NAME = @PACKAGE_NAME@
166PACKAGE_STRING = @PACKAGE_STRING@
167PACKAGE_TARNAME = @PACKAGE_TARNAME@
168PACKAGE_URL = @PACKAGE_URL@
169PACKAGE_VERSION = @PACKAGE_VERSION@
170PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
171PATH_PERL = @PATH_PERL@
172PATH_SEPARATOR = @PATH_SEPARATOR@
173PATH_SH = @PATH_SH@
174PATH_TEST = @PATH_TEST@
175POSIX_SHELL = @POSIX_SHELL@
176PROPDELAY = @PROPDELAY@
177RANLIB = @RANLIB@
178SED = @SED@
179SET_MAKE = @SET_MAKE@
180SHELL = @SHELL@
181SNMP_CFLAGS = @SNMP_CFLAGS@
182SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
183SNMP_LIBS = @SNMP_LIBS@
184STRIP = @STRIP@
185TESTDCF = @TESTDCF@
186VERSION = @VERSION@
187YACC = @YACC@
188YFLAGS = @YFLAGS@
189abs_builddir = @abs_builddir@
190abs_srcdir = @abs_srcdir@
191abs_top_builddir = @abs_top_builddir@
192abs_top_srcdir = @abs_top_srcdir@
193ac_ct_AR = @ac_ct_AR@
194ac_ct_CC = @ac_ct_CC@
195ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196am__include = @am__include@
197am__leading_dot = @am__leading_dot@
198am__quote = @am__quote@
199am__tar = @am__tar@
200am__untar = @am__untar@
201bindir = @bindir@
202build = @build@
203build_alias = @build_alias@
204build_cpu = @build_cpu@
205build_os = @build_os@
206build_vendor = @build_vendor@
207builddir = @builddir@
208datadir = @datadir@
209datarootdir = @datarootdir@
210docdir = @docdir@
211dvidir = @dvidir@
212exec_prefix = @exec_prefix@
213host = @host@
214host_alias = @host_alias@
215host_cpu = @host_cpu@
216host_os = @host_os@
217host_vendor = @host_vendor@
218htmldir = @htmldir@
219includedir = @includedir@
220infodir = @infodir@
221install_sh = @install_sh@
222libdir = @libdir@
223libexecdir = @libexecdir@
224localedir = @localedir@
225localstatedir = @localstatedir@
226mandir = @mandir@
227mkdir_p = @mkdir_p@
228oldincludedir = @oldincludedir@
229pdfdir = @pdfdir@
230prefix = @prefix@
231program_transform_name = @program_transform_name@
232psdir = @psdir@
233sbindir = @sbindir@
234sharedstatedir = @sharedstatedir@
235srcdir = @srcdir@
236subdirs = @subdirs@
237sysconfdir = @sysconfdir@
238target_alias = @target_alias@
239top_build_prefix = @top_build_prefix@
240top_builddir = @top_builddir@
241top_srcdir = @top_srcdir@
242
243#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
244AUTOMAKE_OPTIONS =
245noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ @CLKTEST@
246INCLUDES = -I$(top_srcdir)/include
247# We need -lm (and perhaps $(COMPAT) for propdelay, -lntp for {chu,clk}test
248propdelay_LDADD = -lm ../libntp/libntp.a
249chutest_LDADD = ../libntp/libntp.a
250clktest_LDADD = ../libntp/libntp.a
251ETAGS_ARGS = Makefile.am
252#EXTRA_DIST = TAGS
253BUILT_SOURCES = .deps-ver
254CLEANFILES = .deps-ver
255all: $(BUILT_SOURCES)
256	$(MAKE) $(AM_MAKEFLAGS) all-am
257
258.SUFFIXES:
259.SUFFIXES: .c .lo .o .obj
260$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(am__configure_deps)
261	@for dep in $?; do \
262	  case '$(am__configure_deps)' in \
263	    *$$dep*) \
264	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
265	        && { if test -f $@; then exit 0; else break; fi; }; \
266	      exit 1;; \
267	  esac; \
268	done; \
269	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clockstuff/Makefile'; \
270	$(am__cd) $(top_srcdir) && \
271	  $(AUTOMAKE) --foreign clockstuff/Makefile
272.PRECIOUS: Makefile
273Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274	@case '$?' in \
275	  *config.status*) \
276	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277	  *) \
278	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280	esac;
281
282$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
285$(top_srcdir)/configure:  $(am__configure_deps)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289$(am__aclocal_m4_deps):
290
291clean-noinstPROGRAMS:
292	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
293	echo " rm -f" $$list; \
294	rm -f $$list || exit $$?; \
295	test -n "$(EXEEXT)" || exit 0; \
296	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
297	echo " rm -f" $$list; \
298	rm -f $$list
299propdelay$(EXEEXT): $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES)
300	@rm -f propdelay$(EXEEXT)
301	$(LINK) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS)
302
303mostlyclean-compile:
304	-rm -f *.$(OBJEXT)
305
306distclean-compile:
307	-rm -f *.tab.c
308
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chutest.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clktest.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propdelay.Po@am__quote@
312
313.c.o:
314@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318@am__fastdepCC_FALSE@	$(COMPILE) -c $<
319
320.c.obj:
321@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
326
327.c.lo:
328@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
333
334mostlyclean-libtool:
335	-rm -f *.lo
336
337clean-libtool:
338	-rm -rf .libs _libs
339
340ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342	unique=`for i in $$list; do \
343	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344	  done | \
345	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346	      END { if (nonempty) { for (i in files) print i; }; }'`; \
347	mkid -fID $$unique
348tags: TAGS
349
350TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351		$(TAGS_FILES) $(LISP)
352	set x; \
353	here=`pwd`; \
354	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355	unique=`for i in $$list; do \
356	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357	  done | \
358	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359	      END { if (nonempty) { for (i in files) print i; }; }'`; \
360	shift; \
361	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
362	  test -n "$$unique" || unique=$$empty_fix; \
363	  if test $$# -gt 0; then \
364	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365	      "$$@" $$unique; \
366	  else \
367	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368	      $$unique; \
369	  fi; \
370	fi
371ctags: CTAGS
372CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373		$(TAGS_FILES) $(LISP)
374	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375	unique=`for i in $$list; do \
376	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377	  done | \
378	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379	      END { if (nonempty) { for (i in files) print i; }; }'`; \
380	test -z "$(CTAGS_ARGS)$$unique" \
381	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382	     $$unique
383
384GTAGS:
385	here=`$(am__cd) $(top_builddir) && pwd` \
386	  && $(am__cd) $(top_srcdir) \
387	  && gtags -i $(GTAGS_ARGS) "$$here"
388
389distclean-tags:
390	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392distdir: $(DISTFILES)
393	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395	list='$(DISTFILES)'; \
396	  dist_files=`for file in $$list; do echo $$file; done | \
397	  sed -e "s|^$$srcdirstrip/||;t" \
398	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
399	case $$dist_files in \
400	  */*) $(MKDIR_P) `echo "$$dist_files" | \
401			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
402			   sort -u` ;; \
403	esac; \
404	for file in $$dist_files; do \
405	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406	  if test -d $$d/$$file; then \
407	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
408	    if test -d "$(distdir)/$$file"; then \
409	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410	    fi; \
411	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
413	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414	    fi; \
415	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416	  else \
417	    test -f "$(distdir)/$$file" \
418	    || cp -p $$d/$$file "$(distdir)/$$file" \
419	    || exit 1; \
420	  fi; \
421	done
422check-am: all-am
423check: $(BUILT_SOURCES)
424	$(MAKE) $(AM_MAKEFLAGS) check-am
425all-am: Makefile $(PROGRAMS)
426installdirs:
427install: $(BUILT_SOURCES)
428	$(MAKE) $(AM_MAKEFLAGS) install-am
429install-exec: install-exec-am
430install-data: install-data-am
431uninstall: uninstall-am
432
433install-am: all-am
434	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
435
436installcheck: installcheck-am
437install-strip:
438	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440	  `test -z '$(STRIP)' || \
441	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
442mostlyclean-generic:
443
444clean-generic:
445	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
446
447distclean-generic:
448	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
449	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
450
451maintainer-clean-generic:
452	@echo "This command is intended for maintainers to use"
453	@echo "it deletes files that may require special tools to rebuild."
454	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
455clean: clean-am
456
457clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
458	mostlyclean-am
459
460distclean: distclean-am
461	-rm -rf ./$(DEPDIR)
462	-rm -f Makefile
463distclean-am: clean-am distclean-compile distclean-generic \
464	distclean-tags
465
466dvi: dvi-am
467
468dvi-am:
469
470html: html-am
471
472html-am:
473
474info: info-am
475
476info-am:
477
478install-data-am:
479
480install-dvi: install-dvi-am
481
482install-dvi-am:
483
484install-exec-am:
485
486install-html: install-html-am
487
488install-html-am:
489
490install-info: install-info-am
491
492install-info-am:
493
494install-man:
495
496install-pdf: install-pdf-am
497
498install-pdf-am:
499
500install-ps: install-ps-am
501
502install-ps-am:
503
504installcheck-am:
505
506maintainer-clean: maintainer-clean-am
507	-rm -rf ./$(DEPDIR)
508	-rm -f Makefile
509maintainer-clean-am: distclean-am maintainer-clean-generic
510
511mostlyclean: mostlyclean-am
512
513mostlyclean-am: mostlyclean-compile mostlyclean-generic \
514	mostlyclean-libtool
515
516pdf: pdf-am
517
518pdf-am:
519
520ps: ps-am
521
522ps-am:
523
524uninstall-am:
525
526.MAKE: all check install install-am install-strip
527
528.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
529	clean-libtool clean-noinstPROGRAMS ctags distclean \
530	distclean-compile distclean-generic distclean-libtool \
531	distclean-tags distdir dvi dvi-am html html-am info info-am \
532	install install-am install-data install-data-am install-dvi \
533	install-dvi-am install-exec install-exec-am install-html \
534	install-html-am install-info install-info-am install-man \
535	install-pdf install-pdf-am install-ps install-ps-am \
536	install-strip installcheck installcheck-am installdirs \
537	maintainer-clean maintainer-clean-generic mostlyclean \
538	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
539	pdf pdf-am ps ps-am tags uninstall uninstall-am
540
541
542# clktest-opts.def wants ../include/copyright.def ../include/homerc.def
543
544chutest$(EXEEXT): ../libntp/libntp.a
545
546clktest$(EXEEXT): ../libntp/libntp.a
547$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
548	@[ -f $@ ] ||							\
549		cp $(top_srcdir)/deps-ver $@
550	@[ -w $@ ] ||							\
551		chmod ug+w $@
552	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
553		$(MAKE) clean &&					\
554		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
555		cat $@ &&						\
556		rm -rf $(DEPDIR) &&					\
557		mkdir $(DEPDIR) && 					\
558		case "$(top_builddir)" in				\
559		 .)							\
560		    ./config.status Makefile depfiles			\
561		    ;;							\
562		 ..)							\
563			cd .. &&					\
564			./config.status $(subdir)/Makefile depfiles &&	\
565			cd $(subdir)					\
566		    ;;							\
567		 *)							\
568		    echo 'Fatal: depsver.mf Automake fragment limited'	\
569			 'to immediate subdirectories.'	&&		\
570		    echo "top_builddir:	$(top_builddir)" &&		\
571		    echo "subdir:	$(subdir)" &&			\
572		    exit 1						\
573		    ;;							\
574		esac &&							\
575		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
576		cat $(top_srcdir)/deps-ver				\
577	)
578	cp $(top_srcdir)/deps-ver $@
579
580.deps-ver: $(top_srcdir)/deps-ver
581	@[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
582	@touch $@
583
584#
585# depsver.mf	included in Makefile.am for directories with .deps
586#
587# When building in the same directory with sources that change over
588# time, such as when tracking using bk, the .deps files can become
589# stale with respect to moved, deleted, or superceded headers.  Most
590# commonly, this would exhibit as make reporting a failure to make a
591# header file which is no longer in the location given.  To address
592# this issue, we use a deps-ver file which is updated with each change
593# that breaks old .deps files.  A copy of deps-ver is made into
594# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
595# with different contents than deps-ver, we make clean to ensure all
596# .o files built before the incompatible change are rebuilt along with
597# their updated .deps files, then remove $(DEPDIR) and recreate it as
598# empty stubs.
599#
600# It is normal when configured with --disable-dependency-tracking for
601# the DEPDIR to not have been created.  For this reason, we use the
602# intermediate target .deps-ver, which invokes make recursively if
603# DEPDIR exists.
604#
605# If you modify depsver.mf, please make the changes to the master
606# copy, the one in sntp is copied by the bootstrap script from it.
607#
608# This comment block follows rather than leads the related code so that
609# it stays with it in the generated Makefile.in and Makefile.
610#
611
612# Tell versions [3.59,3.63) of GNU make to not export all variables.
613# Otherwise a system limit (for SysV at least) may be exceeded.
614.NOEXPORT:
615