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# Makefile.am for JMK's SNTP, by Harlan Stenn
19
20# we traditionally installed software in bindir, while it should have gone
21# in sbindir.  Now that we offer a choice, look in the "other" installation
22# subdir to warn folks if there is another version there.
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 = sntp$(EXEEXT)
44@NEED_LIBOPTS_TRUE@am__append_1 = libopts
45DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
46	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
47	$(top_srcdir)/bincheck.mf $(top_srcdir)/configure \
48	$(top_srcdir)/depsver.mf compile config.guess config.sub \
49	depcomp install-sh ltmain.sh missing
50subdir = .
51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
53	$(top_srcdir)/../m4/ntp_cacheversion.m4 \
54	$(top_srcdir)/../m4/ntp_dir_sep.m4 $(top_srcdir)/../version.m4 \
55	$(top_srcdir)/configure.ac
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57	$(ACLOCAL_M4)
58am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59 configure.lineno config.status.lineno
60mkinstalldirs = $(install_sh) -d
61CONFIG_HEADER = config.h
62CONFIG_CLEAN_FILES =
63CONFIG_CLEAN_VPATH_FILES =
64am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
65PROGRAMS = $(bin_PROGRAMS)
66am__objects_1 =
67am_sntp_OBJECTS = crypto.$(OBJEXT) kod_management.$(OBJEXT) \
68	log.$(OBJEXT) main.$(OBJEXT) networking.$(OBJEXT) \
69	sntp-opts.$(OBJEXT) utilities.$(OBJEXT) $(am__objects_1)
70sntp_OBJECTS = $(am_sntp_OBJECTS)
71sntp_LDADD = $(LDADD)
72am__DEPENDENCIES_1 =
73sntp_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libntp/libntp.a
74DEFAULT_INCLUDES = -I.@am__isrc@
75depcomp = $(SHELL) $(top_srcdir)/depcomp
76am__depfiles_maybe = depfiles
77am__mv = mv -f
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86	$(LDFLAGS) -o $@
87SOURCES = $(sntp_SOURCES)
88DIST_SOURCES = $(sntp_SOURCES)
89RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
90	html-recursive info-recursive install-data-recursive \
91	install-dvi-recursive install-exec-recursive \
92	install-html-recursive install-info-recursive \
93	install-pdf-recursive install-ps-recursive install-recursive \
94	installcheck-recursive installdirs-recursive pdf-recursive \
95	ps-recursive uninstall-recursive
96am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97am__vpath_adj = case $$p in \
98    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
99    *) f=$$p;; \
100  esac;
101am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102am__install_max = 40
103am__nobase_strip_setup = \
104  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
105am__nobase_strip = \
106  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
107am__nobase_list = $(am__nobase_strip_setup); \
108  for p in $$list; do echo "$$p $$p"; done | \
109  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
110  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111    if (++n[$$2] == $(am__install_max)) \
112      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
113    END { for (dir in files) print dir, files[dir] }'
114am__base_list = \
115  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
116  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
117man1dir = $(mandir)/man1
118NROFF = nroff
119MANS = $(man_MANS)
120RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
121  distclean-recursive maintainer-clean-recursive
122AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124	distdir dist dist-all distcheck
125ETAGS = etags
126CTAGS = ctags
127DIST_SUBDIRS = libopts .
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129distdir = $(PACKAGE)-$(VERSION)
130top_distdir = $(distdir)
131am__remove_distdir = \
132  { test ! -d "$(distdir)" \
133    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
134         && rm -fr "$(distdir)"; }; }
135am__relativize = \
136  dir0=`pwd`; \
137  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138  sed_rest='s,^[^/]*/*,,'; \
139  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
140  sed_butlast='s,/*[^/]*$$,,'; \
141  while test -n "$$dir1"; do \
142    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
143    if test "$$first" != "."; then \
144      if test "$$first" = ".."; then \
145        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
146        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
147      else \
148        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
149        if test "$$first2" = "$$first"; then \
150          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
151        else \
152          dir2="../$$dir2"; \
153        fi; \
154        dir0="$$dir0"/"$$first"; \
155      fi; \
156    fi; \
157    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
158  done; \
159  reldir="$$dir2"
160DIST_ARCHIVES = $(distdir).tar.gz
161GZIP_ENV = --best
162distuninstallcheck_listfiles = find . -type f -print
163distcleancheck_listfiles = find . -type f -print
164ACLOCAL = @ACLOCAL@
165AMTAR = @AMTAR@
166AR = @AR@
167AUTOCONF = @AUTOCONF@
168AUTOHEADER = @AUTOHEADER@
169AUTOMAKE = @AUTOMAKE@
170AWK = @AWK@
171BINSUBDIR = @BINSUBDIR@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CPP = @CPP@
176CPPFLAGS = @CPPFLAGS@
177CYGPATH_W = @CYGPATH_W@
178DEFS = @DEFS@
179DEPDIR = @DEPDIR@
180ECHO = @ECHO@
181ECHO_C = @ECHO_C@
182ECHO_N = @ECHO_N@
183ECHO_T = @ECHO_T@
184EGREP = @EGREP@
185EXEEXT = @EXEEXT@
186GREP = @GREP@
187HAVE_INLINE = @HAVE_INLINE@
188INSTALL = @INSTALL@
189INSTALL_DATA = @INSTALL_DATA@
190INSTALL_PROGRAM = @INSTALL_PROGRAM@
191INSTALL_SCRIPT = @INSTALL_SCRIPT@
192INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193LDFLAGS = @LDFLAGS@
194LIBOBJS = @LIBOBJS@
195LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
196LIBOPTS_DIR = @LIBOPTS_DIR@
197LIBOPTS_LDADD = @LIBOPTS_LDADD@
198LIBS = @LIBS@
199LIBTOOL = @LIBTOOL@
200LN_S = @LN_S@
201LTLIBOBJS = @LTLIBOBJS@
202MAKEINFO = @MAKEINFO@
203MKDIR_P = @MKDIR_P@
204OBJEXT = @OBJEXT@
205PACKAGE = @PACKAGE@
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_TARNAME = @PACKAGE_TARNAME@
210PACKAGE_URL = @PACKAGE_URL@
211PACKAGE_VERSION = @PACKAGE_VERSION@
212PATH_SEPARATOR = @PATH_SEPARATOR@
213RANLIB = @RANLIB@
214SET_MAKE = @SET_MAKE@
215SHELL = @SHELL@
216STRIP = @STRIP@
217VERSION = @VERSION@
218abs_builddir = @abs_builddir@
219abs_srcdir = @abs_srcdir@
220abs_top_builddir = @abs_top_builddir@
221abs_top_srcdir = @abs_top_srcdir@
222ac_ct_CC = @ac_ct_CC@
223am__include = @am__include@
224am__leading_dot = @am__leading_dot@
225am__quote = @am__quote@
226am__tar = @am__tar@
227am__untar = @am__untar@
228bindir = ${exec_prefix}/${BINSUBDIR}
229build = @build@
230build_alias = @build_alias@
231build_cpu = @build_cpu@
232build_os = @build_os@
233build_vendor = @build_vendor@
234builddir = @builddir@
235datadir = @datadir@
236datarootdir = @datarootdir@
237docdir = @docdir@
238dvidir = @dvidir@
239exec_prefix = @exec_prefix@
240host = @host@
241host_alias = @host_alias@
242host_cpu = @host_cpu@
243host_os = @host_os@
244host_vendor = @host_vendor@
245htmldir = @htmldir@
246includedir = @includedir@
247infodir = @infodir@
248install_sh = @install_sh@
249libdir = @libdir@
250libexecdir = @libexecdir@
251localedir = @localedir@
252localstatedir = @localstatedir@
253mandir = @mandir@
254mkdir_p = @mkdir_p@
255oldincludedir = @oldincludedir@
256pdfdir = @pdfdir@
257prefix = @prefix@
258program_transform_name = @program_transform_name@
259psdir = @psdir@
260sbindir = @sbindir@
261sharedstatedir = @sharedstatedir@
262srcdir = @srcdir@
263sysconfdir = @sysconfdir@
264target_alias = @target_alias@
265top_build_prefix = @top_build_prefix@
266top_builddir = @top_builddir@
267top_srcdir = @top_srcdir@
268NULL = 
269AUTOMAKE_OPTIONS = foreign 1.10
270ACLOCAL_AMFLAGS = -I ../m4 -I libopts/m4
271AM_CPPFLAGS = $(LIBOPTS_CFLAGS) -I$(top_srcdir)/../include \
272	-I$(top_srcdir)/../lib/isc/include \
273	-I$(top_srcdir)/../lib/isc/nothreads/include \
274	-I$(top_srcdir)/../lib/isc/unix/include
275
276LDADD = $(LIBOPTS_LDADD) -lm ../libntp/libntp.a
277run_ag = cd $(srcdir) &&				\
278	env PATH="$(abs_builddir):$(PATH)"	\
279	autogen -L ../include --writable
280
281CLEANFILES = libopts-subdir .deps-ver
282SUBDIRS = $(am__append_1) .
283sntp_SOURCES = \
284	crypto.c	\
285	crypto.h	\
286	data_formats.h	\
287	header.h	\
288	kod_management.c \
289	kod_management.h \
290	log.c		\
291	log.h		\
292	main.c		\
293	networking.c	\
294	networking.h	\
295	sntp-opts.c	\
296	sntp-opts.h	\
297	utilities.c	\
298	utilities.h	\
299	$(NULL)
300
301
302# it's in EXTRA_DIST
303#dist_man_MANS=	sntp.1
304EXTRA_DIST = \
305		autogen-version.def	\
306		bincheck.mf		\
307		COPYRIGHT		\
308		deps-ver		\
309		depsver.mf		\
310		sntp-opts.def		\
311		sntp-opts.menu		\
312		sntp-opts.texi		\
313		sntp.1			\
314		sntp.html		\
315		sntp.texi		\
316		version.def		\
317		version.m4		\
318		version.texi		\
319		$(NULL)
320
321OLD_EXTRA_DIST = \
322		autogen-version.def version.def version.m4 version.texi
323
324BUILT_SOURCES = check-autogen-version.def check-version.def \
325	check-version.m4 check-version.texi libtool sntp-opts.c \
326	sntp-opts.h sntp-opts.menu sntp-opts.texi sntp.1 sntp.html \
327	$(NULL) .deps-ver
328man_MANS = sntp.1
329all: $(BUILT_SOURCES) config.h
330	$(MAKE) $(AM_MAKEFLAGS) all-recursive
331
332.SUFFIXES:
333.SUFFIXES: .c .lo .o .obj
334am--refresh:
335	@:
336$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
337	@for dep in $?; do \
338	  case '$(am__configure_deps)' in \
339	    *$$dep*) \
340	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
341	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
342		&& exit 0; \
343	      exit 1;; \
344	  esac; \
345	done; \
346	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
347	$(am__cd) $(top_srcdir) && \
348	  $(AUTOMAKE) --foreign Makefile
349.PRECIOUS: Makefile
350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351	@case '$?' in \
352	  *config.status*) \
353	    echo ' $(SHELL) ./config.status'; \
354	    $(SHELL) ./config.status;; \
355	  *) \
356	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
357	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
358	esac;
359
360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
361	$(SHELL) ./config.status --recheck
362
363$(top_srcdir)/configure:  $(am__configure_deps)
364	$(am__cd) $(srcdir) && $(AUTOCONF)
365$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
366	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
367$(am__aclocal_m4_deps):
368
369config.h: stamp-h1
370	@if test ! -f $@; then \
371	  rm -f stamp-h1; \
372	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
373	else :; fi
374
375stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
376	@rm -f stamp-h1
377	cd $(top_builddir) && $(SHELL) ./config.status config.h
378$(srcdir)/config.h.in:  $(am__configure_deps) 
379	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
380	rm -f stamp-h1
381	touch $@
382
383distclean-hdr:
384	-rm -f config.h stamp-h1
385install-binPROGRAMS: $(bin_PROGRAMS)
386	@$(NORMAL_INSTALL)
387	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
388	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
389	for p in $$list; do echo "$$p $$p"; done | \
390	sed 's/$(EXEEXT)$$//' | \
391	while read p p1; do if test -f $$p || test -f $$p1; \
392	  then echo "$$p"; echo "$$p"; else :; fi; \
393	done | \
394	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
395	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
396	sed 'N;N;N;s,\n, ,g' | \
397	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
398	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
399	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
400	    else { print "f", $$3 "/" $$4, $$1; } } \
401	  END { for (d in files) print "f", d, files[d] }' | \
402	while read type dir files; do \
403	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
404	    test -z "$$files" || { \
405	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
406	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
407	    } \
408	; done
409
410uninstall-binPROGRAMS:
411	@$(NORMAL_UNINSTALL)
412	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
413	files=`for p in $$list; do echo "$$p"; done | \
414	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
415	      -e 's/$$/$(EXEEXT)/' `; \
416	test -n "$$list" || exit 0; \
417	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
418	cd "$(DESTDIR)$(bindir)" && rm -f $$files
419
420clean-binPROGRAMS:
421	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
422	echo " rm -f" $$list; \
423	rm -f $$list || exit $$?; \
424	test -n "$(EXEEXT)" || exit 0; \
425	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
426	echo " rm -f" $$list; \
427	rm -f $$list
428sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) 
429	@rm -f sntp$(EXEEXT)
430	$(LINK) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
431
432mostlyclean-compile:
433	-rm -f *.$(OBJEXT)
434
435distclean-compile:
436	-rm -f *.tab.c
437
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kod_management.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/networking.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Po@am__quote@
445
446.c.o:
447@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@	$(COMPILE) -c $<
452
453.c.obj:
454@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
455@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
459
460.c.lo:
461@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
462@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
463@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
466
467mostlyclean-libtool:
468	-rm -f *.lo
469
470clean-libtool:
471	-rm -rf .libs _libs
472
473distclean-libtool:
474	-rm -f libtool config.lt
475install-man1: $(man_MANS)
476	@$(NORMAL_INSTALL)
477	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
478	@list=''; test -n "$(man1dir)" || exit 0; \
479	{ for i in $$list; do echo "$$i"; done; \
480	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
481	  sed -n '/\.1[a-z]*$$/p'; \
482	} | while read p; do \
483	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
484	  echo "$$d$$p"; echo "$$p"; \
485	done | \
486	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
487	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
488	sed 'N;N;s,\n, ,g' | { \
489	list=; while read file base inst; do \
490	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
491	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
492	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
493	  fi; \
494	done; \
495	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
496	while read files; do \
497	  test -z "$$files" || { \
498	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
499	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
500	done; }
501
502uninstall-man1:
503	@$(NORMAL_UNINSTALL)
504	@list=''; test -n "$(man1dir)" || exit 0; \
505	files=`{ for i in $$list; do echo "$$i"; done; \
506	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
507	  sed -n '/\.1[a-z]*$$/p'; \
508	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
509	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
510	test -z "$$files" || { \
511	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
512	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
513
514# This directory's subdirectories are mostly independent; you can cd
515# into them and run `make' without going through this Makefile.
516# To change the values of `make' variables: instead of editing Makefiles,
517# (1) if the variable is set in `config.status', edit `config.status'
518#     (which will cause the Makefiles to be regenerated when you run `make');
519# (2) otherwise, pass the desired values on the `make' command line.
520$(RECURSIVE_TARGETS):
521	@failcom='exit 1'; \
522	for f in x $$MAKEFLAGS; do \
523	  case $$f in \
524	    *=* | --[!k]*);; \
525	    *k*) failcom='fail=yes';; \
526	  esac; \
527	done; \
528	dot_seen=no; \
529	target=`echo $@ | sed s/-recursive//`; \
530	list='$(SUBDIRS)'; for subdir in $$list; do \
531	  echo "Making $$target in $$subdir"; \
532	  if test "$$subdir" = "."; then \
533	    dot_seen=yes; \
534	    local_target="$$target-am"; \
535	  else \
536	    local_target="$$target"; \
537	  fi; \
538	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
539	  || eval $$failcom; \
540	done; \
541	if test "$$dot_seen" = "no"; then \
542	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
543	fi; test -z "$$fail"
544
545$(RECURSIVE_CLEAN_TARGETS):
546	@failcom='exit 1'; \
547	for f in x $$MAKEFLAGS; do \
548	  case $$f in \
549	    *=* | --[!k]*);; \
550	    *k*) failcom='fail=yes';; \
551	  esac; \
552	done; \
553	dot_seen=no; \
554	case "$@" in \
555	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
556	  *) list='$(SUBDIRS)' ;; \
557	esac; \
558	rev=''; for subdir in $$list; do \
559	  if test "$$subdir" = "."; then :; else \
560	    rev="$$subdir $$rev"; \
561	  fi; \
562	done; \
563	rev="$$rev ."; \
564	target=`echo $@ | sed s/-recursive//`; \
565	for subdir in $$rev; do \
566	  echo "Making $$target in $$subdir"; \
567	  if test "$$subdir" = "."; then \
568	    local_target="$$target-am"; \
569	  else \
570	    local_target="$$target"; \
571	  fi; \
572	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
573	  || eval $$failcom; \
574	done && test -z "$$fail"
575tags-recursive:
576	list='$(SUBDIRS)'; for subdir in $$list; do \
577	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
578	done
579ctags-recursive:
580	list='$(SUBDIRS)'; for subdir in $$list; do \
581	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
582	done
583
584ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
585	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
586	unique=`for i in $$list; do \
587	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
588	  done | \
589	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
590	      END { if (nonempty) { for (i in files) print i; }; }'`; \
591	mkid -fID $$unique
592tags: TAGS
593
594TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
595		$(TAGS_FILES) $(LISP)
596	set x; \
597	here=`pwd`; \
598	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
599	  include_option=--etags-include; \
600	  empty_fix=.; \
601	else \
602	  include_option=--include; \
603	  empty_fix=; \
604	fi; \
605	list='$(SUBDIRS)'; for subdir in $$list; do \
606	  if test "$$subdir" = .; then :; else \
607	    test ! -f $$subdir/TAGS || \
608	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
609	  fi; \
610	done; \
611	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
612	unique=`for i in $$list; do \
613	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614	  done | \
615	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
616	      END { if (nonempty) { for (i in files) print i; }; }'`; \
617	shift; \
618	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
619	  test -n "$$unique" || unique=$$empty_fix; \
620	  if test $$# -gt 0; then \
621	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
622	      "$$@" $$unique; \
623	  else \
624	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
625	      $$unique; \
626	  fi; \
627	fi
628ctags: CTAGS
629CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
630		$(TAGS_FILES) $(LISP)
631	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
632	unique=`for i in $$list; do \
633	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634	  done | \
635	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
636	      END { if (nonempty) { for (i in files) print i; }; }'`; \
637	test -z "$(CTAGS_ARGS)$$unique" \
638	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
639	     $$unique
640
641GTAGS:
642	here=`$(am__cd) $(top_builddir) && pwd` \
643	  && $(am__cd) $(top_srcdir) \
644	  && gtags -i $(GTAGS_ARGS) "$$here"
645
646distclean-tags:
647	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
648
649distdir: $(DISTFILES)
650	@list='$(MANS)'; if test -n "$$list"; then \
651	  list=`for p in $$list; do \
652	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
653	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
654	  if test -n "$$list" && \
655	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
656	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
657	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
658	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
659	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
660	    exit 1; \
661	  else :; fi; \
662	else :; fi
663	$(am__remove_distdir)
664	test -d "$(distdir)" || mkdir "$(distdir)"
665	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
666	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
667	list='$(DISTFILES)'; \
668	  dist_files=`for file in $$list; do echo $$file; done | \
669	  sed -e "s|^$$srcdirstrip/||;t" \
670	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
671	case $$dist_files in \
672	  */*) $(MKDIR_P) `echo "$$dist_files" | \
673			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
674			   sort -u` ;; \
675	esac; \
676	for file in $$dist_files; do \
677	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
678	  if test -d $$d/$$file; then \
679	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
680	    if test -d "$(distdir)/$$file"; then \
681	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
682	    fi; \
683	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
684	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
685	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
686	    fi; \
687	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
688	  else \
689	    test -f "$(distdir)/$$file" \
690	    || cp -p $$d/$$file "$(distdir)/$$file" \
691	    || exit 1; \
692	  fi; \
693	done
694	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
695	  if test "$$subdir" = .; then :; else \
696	    test -d "$(distdir)/$$subdir" \
697	    || $(MKDIR_P) "$(distdir)/$$subdir" \
698	    || exit 1; \
699	  fi; \
700	done
701	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
702	  if test "$$subdir" = .; then :; else \
703	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
704	    $(am__relativize); \
705	    new_distdir=$$reldir; \
706	    dir1=$$subdir; dir2="$(top_distdir)"; \
707	    $(am__relativize); \
708	    new_top_distdir=$$reldir; \
709	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
710	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
711	    ($(am__cd) $$subdir && \
712	      $(MAKE) $(AM_MAKEFLAGS) \
713	        top_distdir="$$new_top_distdir" \
714	        distdir="$$new_distdir" \
715		am__remove_distdir=: \
716		am__skip_length_check=: \
717		am__skip_mode_fix=: \
718	        distdir) \
719	      || exit 1; \
720	  fi; \
721	done
722	-test -n "$(am__skip_mode_fix)" \
723	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
724	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
725	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
726	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
727	|| chmod -R a+r "$(distdir)"
728dist-gzip: distdir
729	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
730	$(am__remove_distdir)
731
732dist-bzip2: distdir
733	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
734	$(am__remove_distdir)
735
736dist-lzma: distdir
737	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
738	$(am__remove_distdir)
739
740dist-xz: distdir
741	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
742	$(am__remove_distdir)
743
744dist-tarZ: distdir
745	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
746	$(am__remove_distdir)
747
748dist-shar: distdir
749	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
750	$(am__remove_distdir)
751
752dist-zip: distdir
753	-rm -f $(distdir).zip
754	zip -rq $(distdir).zip $(distdir)
755	$(am__remove_distdir)
756
757dist dist-all: distdir
758	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
759	$(am__remove_distdir)
760
761# This target untars the dist file and tries a VPATH configuration.  Then
762# it guarantees that the distribution is self-contained by making another
763# tarfile.
764distcheck: dist
765	case '$(DIST_ARCHIVES)' in \
766	*.tar.gz*) \
767	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
768	*.tar.bz2*) \
769	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
770	*.tar.lzma*) \
771	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
772	*.tar.xz*) \
773	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
774	*.tar.Z*) \
775	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
776	*.shar.gz*) \
777	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
778	*.zip*) \
779	  unzip $(distdir).zip ;;\
780	esac
781	chmod -R a-w $(distdir); chmod a+w $(distdir)
782	mkdir $(distdir)/_build
783	mkdir $(distdir)/_inst
784	chmod a-w $(distdir)
785	test -d $(distdir)/_build || exit 0; \
786	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
787	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
788	  && am__cwd=`pwd` \
789	  && $(am__cd) $(distdir)/_build \
790	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
791	    $(DISTCHECK_CONFIGURE_FLAGS) \
792	  && $(MAKE) $(AM_MAKEFLAGS) \
793	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
794	  && $(MAKE) $(AM_MAKEFLAGS) check \
795	  && $(MAKE) $(AM_MAKEFLAGS) install \
796	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
797	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
798	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
799	        distuninstallcheck \
800	  && chmod -R a-w "$$dc_install_base" \
801	  && ({ \
802	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
803	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
804	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
805	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
806	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
807	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
808	  && rm -rf "$$dc_destdir" \
809	  && $(MAKE) $(AM_MAKEFLAGS) dist \
810	  && rm -rf $(DIST_ARCHIVES) \
811	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
812	  && cd "$$am__cwd" \
813	  || exit 1
814	$(am__remove_distdir)
815	@(echo "$(distdir) archives ready for distribution: "; \
816	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
817	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
818distuninstallcheck:
819	@$(am__cd) '$(distuninstallcheck_dir)' \
820	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
821	   || { echo "ERROR: files left after uninstall:" ; \
822	        if test -n "$(DESTDIR)"; then \
823	          echo "  (check DESTDIR support)"; \
824	        fi ; \
825	        $(distuninstallcheck_listfiles) ; \
826	        exit 1; } >&2
827distcleancheck: distclean
828	@if test '$(srcdir)' = . ; then \
829	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
830	  exit 1 ; \
831	fi
832	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
833	  || { echo "ERROR: files left in build directory after distclean:" ; \
834	       $(distcleancheck_listfiles) ; \
835	       exit 1; } >&2
836check-am: all-am
837check: $(BUILT_SOURCES)
838	$(MAKE) $(AM_MAKEFLAGS) check-recursive
839all-am: Makefile $(PROGRAMS) $(MANS) config.h
840installdirs: installdirs-recursive
841installdirs-am:
842	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
843	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
844	done
845install: $(BUILT_SOURCES)
846	$(MAKE) $(AM_MAKEFLAGS) install-recursive
847install-exec: install-exec-recursive
848install-data: install-data-recursive
849uninstall: uninstall-recursive
850
851install-am: all-am
852	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
853
854installcheck: installcheck-recursive
855install-strip:
856	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
857	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
858	  `test -z '$(STRIP)' || \
859	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
860mostlyclean-generic:
861
862clean-generic:
863	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
864
865distclean-generic:
866	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
867	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
868
869maintainer-clean-generic:
870	@echo "This command is intended for maintainers to use"
871	@echo "it deletes files that may require special tools to rebuild."
872	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
873clean: clean-recursive
874
875clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
876
877distclean: distclean-recursive
878	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
879	-rm -rf ./$(DEPDIR)
880	-rm -f Makefile
881distclean-am: clean-am distclean-compile distclean-generic \
882	distclean-hdr distclean-libtool distclean-tags
883
884dvi: dvi-recursive
885
886dvi-am:
887
888html: html-recursive
889
890html-am:
891
892info: info-recursive
893
894info-am:
895
896install-data-am: install-man
897
898install-dvi: install-dvi-recursive
899
900install-dvi-am:
901
902install-exec-am: install-binPROGRAMS
903	@$(NORMAL_INSTALL)
904	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
905install-html: install-html-recursive
906
907install-html-am:
908
909install-info: install-info-recursive
910
911install-info-am:
912
913install-man: install-man1
914
915install-pdf: install-pdf-recursive
916
917install-pdf-am:
918
919install-ps: install-ps-recursive
920
921install-ps-am:
922
923installcheck-am:
924
925maintainer-clean: maintainer-clean-recursive
926	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
927	-rm -rf $(top_srcdir)/autom4te.cache
928	-rm -rf ./$(DEPDIR)
929	-rm -f Makefile
930maintainer-clean-am: distclean-am maintainer-clean-generic
931
932mostlyclean: mostlyclean-recursive
933
934mostlyclean-am: mostlyclean-compile mostlyclean-generic \
935	mostlyclean-libtool
936
937pdf: pdf-recursive
938
939pdf-am:
940
941ps: ps-recursive
942
943ps-am:
944
945uninstall-am: uninstall-binPROGRAMS uninstall-man
946
947uninstall-man: uninstall-man1
948
949.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
950	ctags-recursive install install-am install-exec-am \
951	install-strip tags-recursive
952
953.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
954	all all-am am--refresh check check-am clean clean-binPROGRAMS \
955	clean-generic clean-libtool ctags ctags-recursive dist \
956	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
957	dist-xz dist-zip distcheck distclean distclean-compile \
958	distclean-generic distclean-hdr distclean-libtool \
959	distclean-tags distcleancheck distdir distuninstallcheck dvi \
960	dvi-am html html-am info info-am install install-am \
961	install-binPROGRAMS install-data install-data-am install-dvi \
962	install-dvi-am install-exec install-exec-am install-exec-hook \
963	install-html install-html-am install-info install-info-am \
964	install-man install-man1 install-pdf install-pdf-am install-ps \
965	install-ps-am install-strip installcheck installcheck-am \
966	installdirs installdirs-am maintainer-clean \
967	maintainer-clean-generic mostlyclean mostlyclean-compile \
968	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
969	tags tags-recursive uninstall uninstall-am \
970	uninstall-binPROGRAMS uninstall-man uninstall-man1
971
972
973FRC:
974check-autogen-version.def: FRC
975	@cd $(srcdir)							\
976	&& test -r ../include/autogen-version.def			\
977	&& ( if cmp -s ../include/autogen-version.def autogen-version.def; \
978	   then : ;							\
979	   else cp ../include/autogen-version.def autogen-version.def;	 \
980		echo "Installing new sntp/autogen-version.def file";	\
981	   fi )
982
983check-version.def: FRC
984	@cd $(srcdir)					\
985	&& test -r ../include/version.def		\
986	&& ( if cmp -s ../include/version.def version.def;	\
987	   then : ;						\
988	   else cp ../include/version.def version.def;		\
989		echo "Installing new sntp/version.def file";	\
990	   fi )
991
992check-version.m4: FRC
993	@cd $(srcdir)					\
994	&& test -r ../version.m4			\
995	&& ( if cmp -s ../version.m4 version.m4;	\
996	   then : ;					\
997	   else cp ../version.m4 version.m4;		\
998		echo "Installing new sntp/version.m4 file";	\
999	   fi )
1000
1001check-version.texi: FRC
1002	@cd $(srcdir)					\
1003	&& test -r ../include/version.texi			\
1004	&& ( if cmp -s ../include/version.texi version.texi;	\
1005	   then : ;					\
1006	   else cp ../include/version.texi version.texi;	\
1007		echo "Installing new sntp/version.texi file";	\
1008	   fi )
1009
1010$(srcdir)/../COPYRIGHT:
1011	cd .. && $(MAKE) COPYRIGHT
1012
1013$(srcdir)/COPYRIGHT: $(srcdir)/../COPYRIGHT
1014	cat $(srcdir)/../COPYRIGHT > $@
1015
1016$(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
1017	@: do-nothing action to avoid default SCCS get, .h built with .c
1018
1019$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
1020	$(run_ag) sntp-opts.def
1021
1022$(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
1023	$(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
1024
1025$(srcdir)/sntp-opts.texi $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
1026	$(MAKE) libopts-subdir sntp	# aginfo.tpl runs binary to extract --help usage text
1027	$(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
1028
1029libopts-subdir: $(LIBOPTS_LDADD)
1030	touch $@	# LIBOPTS_LDADD is ./libopts/libopts.la if NEED_LIBOPTS
1031
1032libopts/libopts.la:
1033	( cd libopts && $(MAKE) libopts.la )
1034
1035$(srcdir)/sntp.html: $(srcdir)/sntp-opts.menu $(srcdir)/sntp-opts.texi $(srcdir)/sntp.texi $(srcdir)/version.texi
1036	cd $(srcdir) && makeinfo --force --html --no-split -o sntp.html sntp.texi
1037
1038../libntp/libntp.a:
1039	cd ../libntp && $(MAKE)
1040
1041libtool: $(LIBTOOL_DEPS)
1042	./config.status --recheck
1043
1044install-exec-hook:
1045	@case ${BINSUBDIR} in					\
1046	 bin) ODIR=${exec_prefix}/sbin ;;			\
1047	 sbin) ODIR=${exec_prefix}/bin ;;			\
1048	esac;							\
1049	test -z "${bin_PROGRAMS}${bin_SCRIPTS}"			\
1050	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do		\
1051	   test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";	\
1052	done
1053
1054#
1055$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1056	@[ -f $@ ] ||							\
1057		cp $(top_srcdir)/deps-ver $@
1058	@[ -w $@ ] ||							\
1059		chmod ug+w $@
1060	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1061		$(MAKE) clean &&					\
1062		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1063		cat $@ &&						\
1064		rm -rf $(DEPDIR) &&					\
1065		mkdir $(DEPDIR) && 					\
1066		case "$(top_builddir)" in				\
1067		 .)							\
1068		    ./config.status Makefile depfiles			\
1069		    ;;							\
1070		 ..)							\
1071			cd .. &&					\
1072			./config.status $(subdir)/Makefile depfiles &&	\
1073			cd $(subdir)					\
1074		    ;;							\
1075		 *)							\
1076		    echo 'Fatal: depsver.mf Automake fragment limited'	\
1077			 'to immediate subdirectories.'	&&		\
1078		    echo "top_builddir:	$(top_builddir)" &&		\
1079		    echo "subdir:	$(subdir)" &&			\
1080		    exit 1						\
1081		    ;;							\
1082		esac &&							\
1083		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1084		cat $(top_srcdir)/deps-ver				\
1085	)
1086	cp $(top_srcdir)/deps-ver $@
1087
1088.deps-ver: $(top_srcdir)/deps-ver
1089	@[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
1090	@touch $@
1091
1092#
1093# depsver.mf	included in Makefile.am for directories with .deps
1094#
1095# When building in the same directory with sources that change over
1096# time, such as when tracking using bk, the .deps files can become
1097# stale with respect to moved, deleted, or superceded headers.  Most
1098# commonly, this would exhibit as make reporting a failure to make a
1099# header file which is no longer in the location given.  To address
1100# this issue, we use a deps-ver file which is updated with each change
1101# that breaks old .deps files.  A copy of deps-ver is made into
1102# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1103# with different contents than deps-ver, we make clean to ensure all
1104# .o files built before the incompatible change are rebuilt along with
1105# their updated .deps files, then remove $(DEPDIR) and recreate it as
1106# empty stubs.
1107#
1108# It is normal when configured with --disable-dependency-tracking for
1109# the DEPDIR to not have been created.  For this reason, we use the
1110# intermediate target .deps-ver, which invokes make recursively if
1111# DEPDIR exists.
1112#
1113# If you modify depsver.mf, please make the changes to the master
1114# copy, the one in sntp is copied by the bootstrap script from it.
1115#
1116# This comment block follows rather than leads the related code so that
1117# it stays with it in the generated Makefile.in and Makefile.
1118#
1119
1120# Tell versions [3.59,3.63) of GNU make to not export all variables.
1121# Otherwise a system limit (for SysV at least) may be exceeded.
1122.NOEXPORT:
1123