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, by Harlan Stenn, from:
19# Makefile for sntp
20# N.M. Maclaren, October 2000.
21
22# we traditionally installed software in bindir, while it should have gone
23# in sbindir.  Now that we offer a choice, look in the "other" installation
24# subdir to warn folks if there is another version there.
25
26VPATH = @srcdir@
27pkgdatadir = $(datadir)/@PACKAGE@
28pkgincludedir = $(includedir)/@PACKAGE@
29pkglibdir = $(libdir)/@PACKAGE@
30pkglibexecdir = $(libexecdir)/@PACKAGE@
31am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32install_sh_DATA = $(install_sh) -c -m 644
33install_sh_PROGRAM = $(install_sh) -c
34install_sh_SCRIPT = $(install_sh) -c
35INSTALL_HEADER = $(INSTALL_DATA)
36transform = $(program_transform_name)
37NORMAL_INSTALL = :
38PRE_INSTALL = :
39POST_INSTALL = :
40NORMAL_UNINSTALL = :
41PRE_UNINSTALL = :
42POST_UNINSTALL = :
43build_triplet = @build@
44host_triplet = @host@
45bin_PROGRAMS = sntp$(EXEEXT)
46@NEED_LIBOPTS_TRUE@am__append_1 = libopts
47DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
48	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49	$(srcdir)/bincheck.mf $(srcdir)/config.h.in \
50	$(top_srcdir)/configure compile config.guess config.sub \
51	depcomp install-sh ltmain.sh missing
52subdir = .
53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.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 = internet.$(OBJEXT) main.$(OBJEXT) \
68	sntp-opts.$(OBJEXT) socket.$(OBJEXT) timing.$(OBJEXT) \
69	unix.$(OBJEXT) $(am__objects_1)
70sntp_OBJECTS = $(am_sntp_OBJECTS)
71sntp_LDADD = $(LDADD)
72am__DEPENDENCIES_1 =
73sntp_DEPENDENCIES = $(am__DEPENDENCIES_1)
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 = $(dist_man_MANS) $(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@
268AUTOMAKE_OPTIONS = foreign
269ACLOCAL_AMFLAGS = -I libopts/m4
270AM_CPPFLAGS = $(LIBOPTS_CFLAGS)
271LDADD = $(LIBOPTS_LDADD)
272NULL = 
273#run_ag=         cd $(srcdir) && autogen --writable -L $(top_srcdir)/include
274run_ag = cd $(srcdir) && autogen --writable
275SUBDIRS = $(am__append_1) .
276sntp_SOURCES = \
277	header.h \
278	internet.c \
279	internet.h \
280	kludges.h \
281	main.c \
282	sntp-opts.c \
283	sntp-opts.h \
284	socket.c \
285	timing.c \
286	unix.c \
287	$(NULL)
288
289dist_man_MANS = sntp.1
290EXTRA_DIST = bincheck.mf	\
291		COPYRIGHT	\
292		sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu	\
293		autogen-version.def version.def
294
295BUILT_SOURCES = check-autogen-version.def check-version.def	\
296		sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
297
298man_MANS = sntp.1
299all: $(BUILT_SOURCES) config.h
300	$(MAKE) $(AM_MAKEFLAGS) all-recursive
301
302.SUFFIXES:
303.SUFFIXES: .c .lo .o .obj
304am--refresh:
305	@:
306$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/bincheck.mf $(am__configure_deps)
307	@for dep in $?; do \
308	  case '$(am__configure_deps)' in \
309	    *$$dep*) \
310	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
311	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
312		&& exit 0; \
313	      exit 1;; \
314	  esac; \
315	done; \
316	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
317	$(am__cd) $(top_srcdir) && \
318	  $(AUTOMAKE) --foreign Makefile
319.PRECIOUS: Makefile
320Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321	@case '$?' in \
322	  *config.status*) \
323	    echo ' $(SHELL) ./config.status'; \
324	    $(SHELL) ./config.status;; \
325	  *) \
326	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
327	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
328	esac;
329
330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331	$(SHELL) ./config.status --recheck
332
333$(top_srcdir)/configure:  $(am__configure_deps)
334	$(am__cd) $(srcdir) && $(AUTOCONF)
335$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337$(am__aclocal_m4_deps):
338
339config.h: stamp-h1
340	@if test ! -f $@; then \
341	  rm -f stamp-h1; \
342	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
343	else :; fi
344
345stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346	@rm -f stamp-h1
347	cd $(top_builddir) && $(SHELL) ./config.status config.h
348$(srcdir)/config.h.in:  $(am__configure_deps) 
349	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
350	rm -f stamp-h1
351	touch $@
352
353distclean-hdr:
354	-rm -f config.h stamp-h1
355install-binPROGRAMS: $(bin_PROGRAMS)
356	@$(NORMAL_INSTALL)
357	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
358	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
359	for p in $$list; do echo "$$p $$p"; done | \
360	sed 's/$(EXEEXT)$$//' | \
361	while read p p1; do if test -f $$p || test -f $$p1; \
362	  then echo "$$p"; echo "$$p"; else :; fi; \
363	done | \
364	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
365	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
366	sed 'N;N;N;s,\n, ,g' | \
367	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
368	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
369	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
370	    else { print "f", $$3 "/" $$4, $$1; } } \
371	  END { for (d in files) print "f", d, files[d] }' | \
372	while read type dir files; do \
373	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
374	    test -z "$$files" || { \
375	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
376	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
377	    } \
378	; done
379
380uninstall-binPROGRAMS:
381	@$(NORMAL_UNINSTALL)
382	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
383	files=`for p in $$list; do echo "$$p"; done | \
384	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
385	      -e 's/$$/$(EXEEXT)/' `; \
386	test -n "$$list" || exit 0; \
387	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
388	cd "$(DESTDIR)$(bindir)" && rm -f $$files
389
390clean-binPROGRAMS:
391	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
392	echo " rm -f" $$list; \
393	rm -f $$list || exit $$?; \
394	test -n "$(EXEEXT)" || exit 0; \
395	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
396	echo " rm -f" $$list; \
397	rm -f $$list
398sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) 
399	@rm -f sntp$(EXEEXT)
400	$(LINK) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
401
402mostlyclean-compile:
403	-rm -f *.$(OBJEXT)
404
405distclean-compile:
406	-rm -f *.tab.c
407
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internet.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@
414
415.c.o:
416@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@	$(COMPILE) -c $<
421
422.c.obj:
423@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
428
429.c.lo:
430@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
435
436mostlyclean-libtool:
437	-rm -f *.lo
438
439clean-libtool:
440	-rm -rf .libs _libs
441
442distclean-libtool:
443	-rm -f libtool config.lt
444install-man1: $(dist_man_MANS) $(man_MANS)
445	@$(NORMAL_INSTALL)
446	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
447	@list=''; test -n "$(man1dir)" || exit 0; \
448	{ for i in $$list; do echo "$$i"; done; \
449	l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
450	  sed -n '/\.1[a-z]*$$/p'; \
451	} | while read p; do \
452	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
453	  echo "$$d$$p"; echo "$$p"; \
454	done | \
455	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
456	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
457	sed 'N;N;s,\n, ,g' | { \
458	list=; while read file base inst; do \
459	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
460	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
461	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
462	  fi; \
463	done; \
464	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
465	while read files; do \
466	  test -z "$$files" || { \
467	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
468	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
469	done; }
470
471uninstall-man1:
472	@$(NORMAL_UNINSTALL)
473	@list=''; test -n "$(man1dir)" || exit 0; \
474	files=`{ for i in $$list; do echo "$$i"; done; \
475	l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
476	  sed -n '/\.1[a-z]*$$/p'; \
477	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
478	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
479	test -z "$$files" || { \
480	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
481	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
482
483# This directory's subdirectories are mostly independent; you can cd
484# into them and run `make' without going through this Makefile.
485# To change the values of `make' variables: instead of editing Makefiles,
486# (1) if the variable is set in `config.status', edit `config.status'
487#     (which will cause the Makefiles to be regenerated when you run `make');
488# (2) otherwise, pass the desired values on the `make' command line.
489$(RECURSIVE_TARGETS):
490	@failcom='exit 1'; \
491	for f in x $$MAKEFLAGS; do \
492	  case $$f in \
493	    *=* | --[!k]*);; \
494	    *k*) failcom='fail=yes';; \
495	  esac; \
496	done; \
497	dot_seen=no; \
498	target=`echo $@ | sed s/-recursive//`; \
499	list='$(SUBDIRS)'; for subdir in $$list; do \
500	  echo "Making $$target in $$subdir"; \
501	  if test "$$subdir" = "."; then \
502	    dot_seen=yes; \
503	    local_target="$$target-am"; \
504	  else \
505	    local_target="$$target"; \
506	  fi; \
507	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508	  || eval $$failcom; \
509	done; \
510	if test "$$dot_seen" = "no"; then \
511	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512	fi; test -z "$$fail"
513
514$(RECURSIVE_CLEAN_TARGETS):
515	@failcom='exit 1'; \
516	for f in x $$MAKEFLAGS; do \
517	  case $$f in \
518	    *=* | --[!k]*);; \
519	    *k*) failcom='fail=yes';; \
520	  esac; \
521	done; \
522	dot_seen=no; \
523	case "$@" in \
524	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
525	  *) list='$(SUBDIRS)' ;; \
526	esac; \
527	rev=''; for subdir in $$list; do \
528	  if test "$$subdir" = "."; then :; else \
529	    rev="$$subdir $$rev"; \
530	  fi; \
531	done; \
532	rev="$$rev ."; \
533	target=`echo $@ | sed s/-recursive//`; \
534	for subdir in $$rev; do \
535	  echo "Making $$target in $$subdir"; \
536	  if test "$$subdir" = "."; then \
537	    local_target="$$target-am"; \
538	  else \
539	    local_target="$$target"; \
540	  fi; \
541	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
542	  || eval $$failcom; \
543	done && test -z "$$fail"
544tags-recursive:
545	list='$(SUBDIRS)'; for subdir in $$list; do \
546	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
547	done
548ctags-recursive:
549	list='$(SUBDIRS)'; for subdir in $$list; do \
550	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
551	done
552
553ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555	unique=`for i in $$list; do \
556	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557	  done | \
558	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559	      END { if (nonempty) { for (i in files) print i; }; }'`; \
560	mkid -fID $$unique
561tags: TAGS
562
563TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
564		$(TAGS_FILES) $(LISP)
565	set x; \
566	here=`pwd`; \
567	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568	  include_option=--etags-include; \
569	  empty_fix=.; \
570	else \
571	  include_option=--include; \
572	  empty_fix=; \
573	fi; \
574	list='$(SUBDIRS)'; for subdir in $$list; do \
575	  if test "$$subdir" = .; then :; else \
576	    test ! -f $$subdir/TAGS || \
577	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578	  fi; \
579	done; \
580	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
581	unique=`for i in $$list; do \
582	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583	  done | \
584	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585	      END { if (nonempty) { for (i in files) print i; }; }'`; \
586	shift; \
587	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
588	  test -n "$$unique" || unique=$$empty_fix; \
589	  if test $$# -gt 0; then \
590	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591	      "$$@" $$unique; \
592	  else \
593	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594	      $$unique; \
595	  fi; \
596	fi
597ctags: CTAGS
598CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
599		$(TAGS_FILES) $(LISP)
600	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
601	unique=`for i in $$list; do \
602	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603	  done | \
604	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
605	      END { if (nonempty) { for (i in files) print i; }; }'`; \
606	test -z "$(CTAGS_ARGS)$$unique" \
607	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608	     $$unique
609
610GTAGS:
611	here=`$(am__cd) $(top_builddir) && pwd` \
612	  && $(am__cd) $(top_srcdir) \
613	  && gtags -i $(GTAGS_ARGS) "$$here"
614
615distclean-tags:
616	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
617
618distdir: $(DISTFILES)
619	@list='$(MANS)'; if test -n "$$list"; then \
620	  list=`for p in $$list; do \
621	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
622	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
623	  if test -n "$$list" && \
624	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
625	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
626	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
627	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
628	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
629	    exit 1; \
630	  else :; fi; \
631	else :; fi
632	$(am__remove_distdir)
633	test -d "$(distdir)" || mkdir "$(distdir)"
634	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636	list='$(DISTFILES)'; \
637	  dist_files=`for file in $$list; do echo $$file; done | \
638	  sed -e "s|^$$srcdirstrip/||;t" \
639	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640	case $$dist_files in \
641	  */*) $(MKDIR_P) `echo "$$dist_files" | \
642			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643			   sort -u` ;; \
644	esac; \
645	for file in $$dist_files; do \
646	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647	  if test -d $$d/$$file; then \
648	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
649	    if test -d "$(distdir)/$$file"; then \
650	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
651	    fi; \
652	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655	    fi; \
656	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
657	  else \
658	    test -f "$(distdir)/$$file" \
659	    || cp -p $$d/$$file "$(distdir)/$$file" \
660	    || exit 1; \
661	  fi; \
662	done
663	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664	  if test "$$subdir" = .; then :; else \
665	    test -d "$(distdir)/$$subdir" \
666	    || $(MKDIR_P) "$(distdir)/$$subdir" \
667	    || exit 1; \
668	  fi; \
669	done
670	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671	  if test "$$subdir" = .; then :; else \
672	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673	    $(am__relativize); \
674	    new_distdir=$$reldir; \
675	    dir1=$$subdir; dir2="$(top_distdir)"; \
676	    $(am__relativize); \
677	    new_top_distdir=$$reldir; \
678	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680	    ($(am__cd) $$subdir && \
681	      $(MAKE) $(AM_MAKEFLAGS) \
682	        top_distdir="$$new_top_distdir" \
683	        distdir="$$new_distdir" \
684		am__remove_distdir=: \
685		am__skip_length_check=: \
686		am__skip_mode_fix=: \
687	        distdir) \
688	      || exit 1; \
689	  fi; \
690	done
691	-test -n "$(am__skip_mode_fix)" \
692	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
693	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
694	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
695	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
696	|| chmod -R a+r "$(distdir)"
697dist-gzip: distdir
698	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
699	$(am__remove_distdir)
700
701dist-bzip2: distdir
702	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
703	$(am__remove_distdir)
704
705dist-lzma: distdir
706	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
707	$(am__remove_distdir)
708
709dist-xz: distdir
710	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
711	$(am__remove_distdir)
712
713dist-tarZ: distdir
714	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
715	$(am__remove_distdir)
716
717dist-shar: distdir
718	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
719	$(am__remove_distdir)
720
721dist-zip: distdir
722	-rm -f $(distdir).zip
723	zip -rq $(distdir).zip $(distdir)
724	$(am__remove_distdir)
725
726dist dist-all: distdir
727	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
728	$(am__remove_distdir)
729
730# This target untars the dist file and tries a VPATH configuration.  Then
731# it guarantees that the distribution is self-contained by making another
732# tarfile.
733distcheck: dist
734	case '$(DIST_ARCHIVES)' in \
735	*.tar.gz*) \
736	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
737	*.tar.bz2*) \
738	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
739	*.tar.lzma*) \
740	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
741	*.tar.xz*) \
742	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
743	*.tar.Z*) \
744	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
745	*.shar.gz*) \
746	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
747	*.zip*) \
748	  unzip $(distdir).zip ;;\
749	esac
750	chmod -R a-w $(distdir); chmod a+w $(distdir)
751	mkdir $(distdir)/_build
752	mkdir $(distdir)/_inst
753	chmod a-w $(distdir)
754	test -d $(distdir)/_build || exit 0; \
755	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
756	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
757	  && am__cwd=`pwd` \
758	  && $(am__cd) $(distdir)/_build \
759	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
760	    $(DISTCHECK_CONFIGURE_FLAGS) \
761	  && $(MAKE) $(AM_MAKEFLAGS) \
762	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
763	  && $(MAKE) $(AM_MAKEFLAGS) check \
764	  && $(MAKE) $(AM_MAKEFLAGS) install \
765	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
766	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
767	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
768	        distuninstallcheck \
769	  && chmod -R a-w "$$dc_install_base" \
770	  && ({ \
771	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
772	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
773	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
774	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
775	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
776	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
777	  && rm -rf "$$dc_destdir" \
778	  && $(MAKE) $(AM_MAKEFLAGS) dist \
779	  && rm -rf $(DIST_ARCHIVES) \
780	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
781	  && cd "$$am__cwd" \
782	  || exit 1
783	$(am__remove_distdir)
784	@(echo "$(distdir) archives ready for distribution: "; \
785	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
786	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
787distuninstallcheck:
788	@$(am__cd) '$(distuninstallcheck_dir)' \
789	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
790	   || { echo "ERROR: files left after uninstall:" ; \
791	        if test -n "$(DESTDIR)"; then \
792	          echo "  (check DESTDIR support)"; \
793	        fi ; \
794	        $(distuninstallcheck_listfiles) ; \
795	        exit 1; } >&2
796distcleancheck: distclean
797	@if test '$(srcdir)' = . ; then \
798	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
799	  exit 1 ; \
800	fi
801	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
802	  || { echo "ERROR: files left in build directory after distclean:" ; \
803	       $(distcleancheck_listfiles) ; \
804	       exit 1; } >&2
805check-am: all-am
806check: $(BUILT_SOURCES)
807	$(MAKE) $(AM_MAKEFLAGS) check-recursive
808all-am: Makefile $(PROGRAMS) $(MANS) config.h
809installdirs: installdirs-recursive
810installdirs-am:
811	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
812	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
813	done
814install: $(BUILT_SOURCES)
815	$(MAKE) $(AM_MAKEFLAGS) install-recursive
816install-exec: install-exec-recursive
817install-data: install-data-recursive
818uninstall: uninstall-recursive
819
820install-am: all-am
821	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
822
823installcheck: installcheck-recursive
824install-strip:
825	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827	  `test -z '$(STRIP)' || \
828	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
829mostlyclean-generic:
830
831clean-generic:
832
833distclean-generic:
834	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
835	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836
837maintainer-clean-generic:
838	@echo "This command is intended for maintainers to use"
839	@echo "it deletes files that may require special tools to rebuild."
840	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
841clean: clean-recursive
842
843clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
844
845distclean: distclean-recursive
846	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
847	-rm -rf ./$(DEPDIR)
848	-rm -f Makefile
849distclean-am: clean-am distclean-compile distclean-generic \
850	distclean-hdr distclean-libtool distclean-tags
851
852dvi: dvi-recursive
853
854dvi-am:
855
856html: html-recursive
857
858html-am:
859
860info: info-recursive
861
862info-am:
863
864install-data-am: install-man
865
866install-dvi: install-dvi-recursive
867
868install-dvi-am:
869
870install-exec-am: install-binPROGRAMS
871	@$(NORMAL_INSTALL)
872	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
873install-html: install-html-recursive
874
875install-html-am:
876
877install-info: install-info-recursive
878
879install-info-am:
880
881install-man: install-man1
882
883install-pdf: install-pdf-recursive
884
885install-pdf-am:
886
887install-ps: install-ps-recursive
888
889install-ps-am:
890
891installcheck-am:
892
893maintainer-clean: maintainer-clean-recursive
894	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
895	-rm -rf $(top_srcdir)/autom4te.cache
896	-rm -rf ./$(DEPDIR)
897	-rm -f Makefile
898maintainer-clean-am: distclean-am maintainer-clean-generic
899
900mostlyclean: mostlyclean-recursive
901
902mostlyclean-am: mostlyclean-compile mostlyclean-generic \
903	mostlyclean-libtool
904
905pdf: pdf-recursive
906
907pdf-am:
908
909ps: ps-recursive
910
911ps-am:
912
913uninstall-am: uninstall-binPROGRAMS uninstall-man
914
915uninstall-man: uninstall-man1
916
917.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
918	ctags-recursive install install-am install-exec-am \
919	install-strip tags-recursive
920
921.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
922	all all-am am--refresh check check-am clean clean-binPROGRAMS \
923	clean-generic clean-libtool ctags ctags-recursive dist \
924	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
925	dist-xz dist-zip distcheck distclean distclean-compile \
926	distclean-generic distclean-hdr distclean-libtool \
927	distclean-tags distcleancheck distdir distuninstallcheck dvi \
928	dvi-am html html-am info info-am install install-am \
929	install-binPROGRAMS install-data install-data-am install-dvi \
930	install-dvi-am install-exec install-exec-am install-exec-hook \
931	install-html install-html-am install-info install-info-am \
932	install-man install-man1 install-pdf install-pdf-am install-ps \
933	install-ps-am install-strip installcheck installcheck-am \
934	installdirs installdirs-am maintainer-clean \
935	maintainer-clean-generic mostlyclean mostlyclean-compile \
936	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
937	tags tags-recursive uninstall uninstall-am \
938	uninstall-binPROGRAMS uninstall-man uninstall-man1
939
940
941FRC:
942check-autogen-version.def: FRC
943	@cd $(srcdir)							\
944	&& test -r ../include/autogen-version.def			\
945	&& ( if cmp -s ../include/autogen-version.def autogen-version.def; \
946	   then : ;							\
947	   else cp ../include/autogen-version.def autogen-version.def;	 \
948		echo "Installing new sntp/autogen-version.def file";	\
949	   fi )
950
951check-version.def: FRC
952	@cd $(srcdir)					\
953	&& test -r ../include/version.def		\
954	&& ( if cmp -s ../include/version.def version.def;	\
955	   then : ;						\
956	   else cp ../include/version.def version.def;		\
957		echo "Installing new sntp/version.def file";	\
958	   fi )
959
960$(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
961$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/version.def
962	$(run_ag) sntp-opts.def
963
964$(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/version.def
965	$(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
966
967$(srcdir)/sntp-opts.texi $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.def $(srcdir)/version.def
968	$(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
969
970install-exec-hook:
971	@case ${BINSUBDIR} in					\
972	 bin) ODIR=${exec_prefix}/sbin ;;			\
973	 sbin) ODIR=${exec_prefix}/bin ;;			\
974	esac;							\
975	test -z "${bin_PROGRAMS}${bin_SCRIPTS}"			\
976	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do		\
977	   test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";	\
978	done
979
980#
981
982# Tell versions [3.59,3.63) of GNU make to not export all variables.
983# Otherwise a system limit (for SysV at least) may be exceeded.
984.NOEXPORT:
985