]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/ntp/sntp/Makefile.in
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / ntp / sntp / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile.am, by Harlan Stenn, from:
18 # Makefile for sntp
19 # N.M. Maclaren, October 2000.
20
21 # we traditionally installed software in bindir, while it should have gone
22 # in sbindir.  Now that we offer a choice, look in the "other" installation
23 # subdir to warn folks if there is another version there.
24
25 srcdir = @srcdir@
26 top_srcdir = @top_srcdir@
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 top_builddir = .
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 INSTALL = @INSTALL@
34 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name)
39 NORMAL_INSTALL = :
40 PRE_INSTALL = :
41 POST_INSTALL = :
42 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = :
44 POST_UNINSTALL = :
45 build_triplet = @build@
46 host_triplet = @host@
47 bin_PROGRAMS = sntp$(EXEEXT)
48 @NEED_LIBOPTS_TRUE@am__append_1 = libopts
49 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
50         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
51         $(srcdir)/bincheck.mf $(srcdir)/config.h.in \
52         $(top_srcdir)/configure compile config.guess config.sub \
53         depcomp install-sh ltmain.sh missing
54 subdir = .
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
57         $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61  configure.lineno configure.status.lineno
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = config.h
64 CONFIG_CLEAN_FILES =
65 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
66 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67 PROGRAMS = $(bin_PROGRAMS)
68 am__objects_1 =
69 am_sntp_OBJECTS = internet.$(OBJEXT) main.$(OBJEXT) \
70         sntp-opts.$(OBJEXT) socket.$(OBJEXT) timing.$(OBJEXT) \
71         unix.$(OBJEXT) $(am__objects_1)
72 sntp_OBJECTS = $(am_sntp_OBJECTS)
73 sntp_LDADD = $(LDADD)
74 am__DEPENDENCIES_1 =
75 sntp_DEPENDENCIES = $(am__DEPENDENCIES_1)
76 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
77 depcomp = $(SHELL) $(top_srcdir)/depcomp
78 am__depfiles_maybe = depfiles
79 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
82         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83         $(AM_CFLAGS) $(CFLAGS)
84 CCLD = $(CC)
85 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
86         $(AM_LDFLAGS) $(LDFLAGS) -o $@
87 SOURCES = $(sntp_SOURCES)
88 DIST_SOURCES = $(sntp_SOURCES)
89 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
90         html-recursive info-recursive install-data-recursive \
91         install-exec-recursive install-info-recursive \
92         install-recursive installcheck-recursive installdirs-recursive \
93         pdf-recursive ps-recursive uninstall-info-recursive \
94         uninstall-recursive
95 man1dir = $(mandir)/man1
96 NROFF = nroff
97 MANS = $(dist_man_MANS) $(man_MANS)
98 ETAGS = etags
99 CTAGS = ctags
100 DIST_SUBDIRS = libopts .
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102 distdir = $(PACKAGE)-$(VERSION)
103 top_distdir = $(distdir)
104 am__remove_distdir = \
105   { test ! -d $(distdir) \
106     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
107          && rm -fr $(distdir); }; }
108 DIST_ARCHIVES = $(distdir).tar.gz
109 GZIP_ENV = --best
110 distuninstallcheck_listfiles = find . -type f -print
111 distcleancheck_listfiles = find . -type f -print
112 ACLOCAL = @ACLOCAL@
113 AMDEP_FALSE = @AMDEP_FALSE@
114 AMDEP_TRUE = @AMDEP_TRUE@
115 AMTAR = @AMTAR@
116 AR = @AR@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 BINSUBDIR = @BINSUBDIR@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CXX = @CXX@
128 CXXCPP = @CXXCPP@
129 CXXDEPMODE = @CXXDEPMODE@
130 CXXFLAGS = @CXXFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 ECHO = @ECHO@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EGREP = @EGREP@
139 EXEEXT = @EXEEXT@
140 F77 = @F77@
141 FFLAGS = @FFLAGS@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_LIBOPTS_FALSE = @INSTALL_LIBOPTS_FALSE@
144 INSTALL_LIBOPTS_TRUE = @INSTALL_LIBOPTS_TRUE@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LDFLAGS = @LDFLAGS@
149 LIBOBJS = @LIBOBJS@
150 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
151 LIBOPTS_DIR = @LIBOPTS_DIR@
152 LIBOPTS_LDADD = @LIBOPTS_LDADD@
153 LIBS = @LIBS@
154 LIBTOOL = @LIBTOOL@
155 LN_S = @LN_S@
156 LTLIBOBJS = @LTLIBOBJS@
157 MAKEINFO = @MAKEINFO@
158 NEED_LIBOPTS_FALSE = @NEED_LIBOPTS_FALSE@
159 NEED_LIBOPTS_TRUE = @NEED_LIBOPTS_TRUE@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_VERSION = @PACKAGE_VERSION@
167 PATH_SEPARATOR = @PATH_SEPARATOR@
168 RANLIB = @RANLIB@
169 SET_MAKE = @SET_MAKE@
170 SHELL = @SHELL@
171 STRIP = @STRIP@
172 VERSION = @VERSION@
173 ac_ct_AR = @ac_ct_AR@
174 ac_ct_CC = @ac_ct_CC@
175 ac_ct_CXX = @ac_ct_CXX@
176 ac_ct_F77 = @ac_ct_F77@
177 ac_ct_RANLIB = @ac_ct_RANLIB@
178 ac_ct_STRIP = @ac_ct_STRIP@
179 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
182 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = ${exec_prefix}/${BINSUBDIR}
189 build = @build@
190 build_alias = @build_alias@
191 build_cpu = @build_cpu@
192 build_os = @build_os@
193 build_vendor = @build_vendor@
194 datadir = @datadir@
195 exec_prefix = @exec_prefix@
196 host = @host@
197 host_alias = @host_alias@
198 host_cpu = @host_cpu@
199 host_os = @host_os@
200 host_vendor = @host_vendor@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 sysconfdir = @sysconfdir@
215 target_alias = @target_alias@
216 AUTOMAKE_OPTIONS = foreign
217 ACLOCAL_AMFLAGS = -I libopts/m4
218 AM_CPPFLAGS = $(LIBOPTS_CFLAGS)
219 LDADD = $(LIBOPTS_LDADD)
220 NULL = 
221 #run_ag=         cd $(srcdir) && autogen --writable -L $(top_srcdir)/include
222 run_ag = cd $(srcdir) && autogen --writable
223 SUBDIRS = $(am__append_1) .
224 sntp_SOURCES = \
225         header.h \
226         internet.c \
227         internet.h \
228         kludges.h \
229         main.c \
230         sntp-opts.c \
231         sntp-opts.h \
232         socket.c \
233         timing.c \
234         unix.c \
235         $(NULL)
236
237 dist_man_MANS = sntp.1
238 EXTRA_DIST = bincheck.mf        \
239                 COPYRIGHT       \
240                 sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu      \
241                 autogen-version.def version.def
242
243 BUILT_SOURCES = check-autogen-version.def check-version.def     \
244                 sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
245
246 man_MANS = sntp.1
247 all: $(BUILT_SOURCES) config.h
248         $(MAKE) $(AM_MAKEFLAGS) all-recursive
249
250 .SUFFIXES:
251 .SUFFIXES: .c .lo .o .obj
252 am--refresh:
253         @:
254 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/bincheck.mf $(am__configure_deps)
255         @for dep in $?; do \
256           case '$(am__configure_deps)' in \
257             *$$dep*) \
258               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
259               cd $(srcdir) && $(AUTOMAKE) --foreign  \
260                 && exit 0; \
261               exit 1;; \
262           esac; \
263         done; \
264         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
265         cd $(top_srcdir) && \
266           $(AUTOMAKE) --foreign  Makefile
267 .PRECIOUS: Makefile
268 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269         @case '$?' in \
270           *config.status*) \
271             echo ' $(SHELL) ./config.status'; \
272             $(SHELL) ./config.status;; \
273           *) \
274             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
275             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
276         esac;
277
278 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279         $(SHELL) ./config.status --recheck
280
281 $(top_srcdir)/configure:  $(am__configure_deps)
282         cd $(srcdir) && $(AUTOCONF)
283 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
284         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285
286 config.h: stamp-h1
287         @if test ! -f $@; then \
288           rm -f stamp-h1; \
289           $(MAKE) stamp-h1; \
290         else :; fi
291
292 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
293         @rm -f stamp-h1
294         cd $(top_builddir) && $(SHELL) ./config.status config.h
295 $(srcdir)/config.h.in:  $(am__configure_deps) 
296         cd $(top_srcdir) && $(AUTOHEADER)
297         rm -f stamp-h1
298         touch $@
299
300 distclean-hdr:
301         -rm -f config.h stamp-h1
302 install-binPROGRAMS: $(bin_PROGRAMS)
303         @$(NORMAL_INSTALL)
304         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
305         @list='$(bin_PROGRAMS)'; for p in $$list; do \
306           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
307           if test -f $$p \
308              || test -f $$p1 \
309           ; then \
310             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
311            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
312            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
313           else :; fi; \
314         done
315
316 uninstall-binPROGRAMS:
317         @$(NORMAL_UNINSTALL)
318         @list='$(bin_PROGRAMS)'; for p in $$list; do \
319           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
320           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
321           rm -f "$(DESTDIR)$(bindir)/$$f"; \
322         done
323
324 clean-binPROGRAMS:
325         @list='$(bin_PROGRAMS)'; for p in $$list; do \
326           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
327           echo " rm -f $$p $$f"; \
328           rm -f $$p $$f ; \
329         done
330 sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) 
331         @rm -f sntp$(EXEEXT)
332         $(LINK) $(sntp_LDFLAGS) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
333
334 mostlyclean-compile:
335         -rm -f *.$(OBJEXT)
336
337 distclean-compile:
338         -rm -f *.tab.c
339
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internet.Po@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@
346
347 .c.o:
348 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
349 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
353
354 .c.obj:
355 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
356 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
361 .c.lo:
362 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
363 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
367
368 mostlyclean-libtool:
369         -rm -f *.lo
370
371 clean-libtool:
372         -rm -rf .libs _libs
373
374 distclean-libtool:
375         -rm -f libtool
376 uninstall-info-am:
377 install-man1: $(man1_MANS) $(man_MANS)
378         @$(NORMAL_INSTALL)
379         test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
380         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
381         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
382         for i in $$l2; do \
383           case "$$i" in \
384             *.1*) list="$$list $$i" ;; \
385           esac; \
386         done; \
387         for i in $$list; do \
388           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
389           else file=$$i; fi; \
390           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
391           case "$$ext" in \
392             1*) ;; \
393             *) ext='1' ;; \
394           esac; \
395           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
396           inst=`echo $$inst | sed -e 's/^.*\///'`; \
397           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
398           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
399           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
400         done
401 uninstall-man1:
402         @$(NORMAL_UNINSTALL)
403         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
404         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
405         for i in $$l2; do \
406           case "$$i" in \
407             *.1*) list="$$list $$i" ;; \
408           esac; \
409         done; \
410         for i in $$list; do \
411           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
412           case "$$ext" in \
413             1*) ;; \
414             *) ext='1' ;; \
415           esac; \
416           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
417           inst=`echo $$inst | sed -e 's/^.*\///'`; \
418           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
419           echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
420           rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
421         done
422
423 # This directory's subdirectories are mostly independent; you can cd
424 # into them and run `make' without going through this Makefile.
425 # To change the values of `make' variables: instead of editing Makefiles,
426 # (1) if the variable is set in `config.status', edit `config.status'
427 #     (which will cause the Makefiles to be regenerated when you run `make');
428 # (2) otherwise, pass the desired values on the `make' command line.
429 $(RECURSIVE_TARGETS):
430         @failcom='exit 1'; \
431         for f in x $$MAKEFLAGS; do \
432           case $$f in \
433             *=* | --[!k]*);; \
434             *k*) failcom='fail=yes';; \
435           esac; \
436         done; \
437         dot_seen=no; \
438         target=`echo $@ | sed s/-recursive//`; \
439         list='$(SUBDIRS)'; for subdir in $$list; do \
440           echo "Making $$target in $$subdir"; \
441           if test "$$subdir" = "."; then \
442             dot_seen=yes; \
443             local_target="$$target-am"; \
444           else \
445             local_target="$$target"; \
446           fi; \
447           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
448           || eval $$failcom; \
449         done; \
450         if test "$$dot_seen" = "no"; then \
451           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
452         fi; test -z "$$fail"
453
454 mostlyclean-recursive clean-recursive distclean-recursive \
455 maintainer-clean-recursive:
456         @failcom='exit 1'; \
457         for f in x $$MAKEFLAGS; do \
458           case $$f in \
459             *=* | --[!k]*);; \
460             *k*) failcom='fail=yes';; \
461           esac; \
462         done; \
463         dot_seen=no; \
464         case "$@" in \
465           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
466           *) list='$(SUBDIRS)' ;; \
467         esac; \
468         rev=''; for subdir in $$list; do \
469           if test "$$subdir" = "."; then :; else \
470             rev="$$subdir $$rev"; \
471           fi; \
472         done; \
473         rev="$$rev ."; \
474         target=`echo $@ | sed s/-recursive//`; \
475         for subdir in $$rev; do \
476           echo "Making $$target in $$subdir"; \
477           if test "$$subdir" = "."; then \
478             local_target="$$target-am"; \
479           else \
480             local_target="$$target"; \
481           fi; \
482           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
483           || eval $$failcom; \
484         done && test -z "$$fail"
485 tags-recursive:
486         list='$(SUBDIRS)'; for subdir in $$list; do \
487           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
488         done
489 ctags-recursive:
490         list='$(SUBDIRS)'; for subdir in $$list; do \
491           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
492         done
493
494 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
495         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
496         unique=`for i in $$list; do \
497             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
498           done | \
499           $(AWK) '    { files[$$0] = 1; } \
500                END { for (i in files) print i; }'`; \
501         mkid -fID $$unique
502 tags: TAGS
503
504 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
505                 $(TAGS_FILES) $(LISP)
506         tags=; \
507         here=`pwd`; \
508         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
509           include_option=--etags-include; \
510           empty_fix=.; \
511         else \
512           include_option=--include; \
513           empty_fix=; \
514         fi; \
515         list='$(SUBDIRS)'; for subdir in $$list; do \
516           if test "$$subdir" = .; then :; else \
517             test ! -f $$subdir/TAGS || \
518               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
519           fi; \
520         done; \
521         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
522         unique=`for i in $$list; do \
523             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524           done | \
525           $(AWK) '    { files[$$0] = 1; } \
526                END { for (i in files) print i; }'`; \
527         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
528           test -n "$$unique" || unique=$$empty_fix; \
529           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530             $$tags $$unique; \
531         fi
532 ctags: CTAGS
533 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
534                 $(TAGS_FILES) $(LISP)
535         tags=; \
536         here=`pwd`; \
537         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
538         unique=`for i in $$list; do \
539             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540           done | \
541           $(AWK) '    { files[$$0] = 1; } \
542                END { for (i in files) print i; }'`; \
543         test -z "$(CTAGS_ARGS)$$tags$$unique" \
544           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545              $$tags $$unique
546
547 GTAGS:
548         here=`$(am__cd) $(top_builddir) && pwd` \
549           && cd $(top_srcdir) \
550           && gtags -i $(GTAGS_ARGS) $$here
551
552 distclean-tags:
553         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554
555 distdir: $(DISTFILES)
556         $(am__remove_distdir)
557         mkdir $(distdir)
558         $(mkdir_p) $(distdir)/libopts/m4
559         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
560         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
561         list='$(DISTFILES)'; for file in $$list; do \
562           case $$file in \
563             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
564             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
565           esac; \
566           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
567           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
568           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
569             dir="/$$dir"; \
570             $(mkdir_p) "$(distdir)$$dir"; \
571           else \
572             dir=''; \
573           fi; \
574           if test -d $$d/$$file; then \
575             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
576               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
577             fi; \
578             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
579           else \
580             test -f $(distdir)/$$file \
581             || cp -p $$d/$$file $(distdir)/$$file \
582             || exit 1; \
583           fi; \
584         done
585         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
586           if test "$$subdir" = .; then :; else \
587             test -d "$(distdir)/$$subdir" \
588             || $(mkdir_p) "$(distdir)/$$subdir" \
589             || exit 1; \
590             distdir=`$(am__cd) $(distdir) && pwd`; \
591             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
592             (cd $$subdir && \
593               $(MAKE) $(AM_MAKEFLAGS) \
594                 top_distdir="$$top_distdir" \
595                 distdir="$$distdir/$$subdir" \
596                 distdir) \
597               || exit 1; \
598           fi; \
599         done
600         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
601           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
602           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
603           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
604         || chmod -R a+r $(distdir)
605 dist-gzip: distdir
606         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
607         $(am__remove_distdir)
608
609 dist-bzip2: distdir
610         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
611         $(am__remove_distdir)
612
613 dist-tarZ: distdir
614         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
615         $(am__remove_distdir)
616
617 dist-shar: distdir
618         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
619         $(am__remove_distdir)
620
621 dist-zip: distdir
622         -rm -f $(distdir).zip
623         zip -rq $(distdir).zip $(distdir)
624         $(am__remove_distdir)
625
626 dist dist-all: distdir
627         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
628         $(am__remove_distdir)
629
630 # This target untars the dist file and tries a VPATH configuration.  Then
631 # it guarantees that the distribution is self-contained by making another
632 # tarfile.
633 distcheck: dist
634         case '$(DIST_ARCHIVES)' in \
635         *.tar.gz*) \
636           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
637         *.tar.bz2*) \
638           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
639         *.tar.Z*) \
640           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
641         *.shar.gz*) \
642           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
643         *.zip*) \
644           unzip $(distdir).zip ;;\
645         esac
646         chmod -R a-w $(distdir); chmod a+w $(distdir)
647         mkdir $(distdir)/_build
648         mkdir $(distdir)/_inst
649         chmod a-w $(distdir)
650         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
651           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
652           && cd $(distdir)/_build \
653           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
654             $(DISTCHECK_CONFIGURE_FLAGS) \
655           && $(MAKE) $(AM_MAKEFLAGS) \
656           && $(MAKE) $(AM_MAKEFLAGS) dvi \
657           && $(MAKE) $(AM_MAKEFLAGS) check \
658           && $(MAKE) $(AM_MAKEFLAGS) install \
659           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
660           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
661           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
662                 distuninstallcheck \
663           && chmod -R a-w "$$dc_install_base" \
664           && ({ \
665                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
666                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
667                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
668                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
669                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
670               } || { rm -rf "$$dc_destdir"; exit 1; }) \
671           && rm -rf "$$dc_destdir" \
672           && $(MAKE) $(AM_MAKEFLAGS) dist \
673           && rm -rf $(DIST_ARCHIVES) \
674           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
675         $(am__remove_distdir)
676         @(echo "$(distdir) archives ready for distribution: "; \
677           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
678           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
679 distuninstallcheck:
680         @cd $(distuninstallcheck_dir) \
681         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
682            || { echo "ERROR: files left after uninstall:" ; \
683                 if test -n "$(DESTDIR)"; then \
684                   echo "  (check DESTDIR support)"; \
685                 fi ; \
686                 $(distuninstallcheck_listfiles) ; \
687                 exit 1; } >&2
688 distcleancheck: distclean
689         @if test '$(srcdir)' = . ; then \
690           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
691           exit 1 ; \
692         fi
693         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
694           || { echo "ERROR: files left in build directory after distclean:" ; \
695                $(distcleancheck_listfiles) ; \
696                exit 1; } >&2
697 check-am: all-am
698 check: $(BUILT_SOURCES)
699         $(MAKE) $(AM_MAKEFLAGS) check-recursive
700 all-am: Makefile $(PROGRAMS) $(MANS) config.h
701 installdirs: installdirs-recursive
702 installdirs-am:
703         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
704           test -z "$$dir" || $(mkdir_p) "$$dir"; \
705         done
706 install: $(BUILT_SOURCES)
707         $(MAKE) $(AM_MAKEFLAGS) install-recursive
708 install-exec: install-exec-recursive
709 install-data: install-data-recursive
710 uninstall: uninstall-recursive
711
712 install-am: all-am
713         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
714
715 installcheck: installcheck-recursive
716 install-strip:
717         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
718           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
719           `test -z '$(STRIP)' || \
720             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
721 mostlyclean-generic:
722
723 clean-generic:
724
725 distclean-generic:
726         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
727
728 maintainer-clean-generic:
729         @echo "This command is intended for maintainers to use"
730         @echo "it deletes files that may require special tools to rebuild."
731         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
732 clean: clean-recursive
733
734 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
735
736 distclean: distclean-recursive
737         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
738         -rm -rf ./$(DEPDIR)
739         -rm -f Makefile
740 distclean-am: clean-am distclean-compile distclean-generic \
741         distclean-hdr distclean-libtool distclean-tags
742
743 dvi: dvi-recursive
744
745 dvi-am:
746
747 html: html-recursive
748
749 info: info-recursive
750
751 info-am:
752
753 install-data-am: install-man
754
755 install-exec-am: install-binPROGRAMS
756         @$(NORMAL_INSTALL)
757         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
758
759 install-info: install-info-recursive
760
761 install-man: install-man1
762
763 installcheck-am:
764
765 maintainer-clean: maintainer-clean-recursive
766         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
767         -rm -rf $(top_srcdir)/autom4te.cache
768         -rm -rf ./$(DEPDIR)
769         -rm -f Makefile
770 maintainer-clean-am: distclean-am maintainer-clean-generic
771
772 mostlyclean: mostlyclean-recursive
773
774 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
775         mostlyclean-libtool
776
777 pdf: pdf-recursive
778
779 pdf-am:
780
781 ps: ps-recursive
782
783 ps-am:
784
785 uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
786
787 uninstall-info: uninstall-info-recursive
788
789 uninstall-man: uninstall-man1
790
791 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
792         check-am clean clean-binPROGRAMS clean-generic clean-libtool \
793         clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
794         dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
795         distclean-compile distclean-generic distclean-hdr \
796         distclean-libtool distclean-recursive distclean-tags \
797         distcleancheck distdir distuninstallcheck dvi dvi-am html \
798         html-am info info-am install install-am install-binPROGRAMS \
799         install-data install-data-am install-exec install-exec-am \
800         install-exec-hook install-info install-info-am install-man \
801         install-man1 install-strip installcheck installcheck-am \
802         installdirs installdirs-am maintainer-clean \
803         maintainer-clean-generic maintainer-clean-recursive \
804         mostlyclean mostlyclean-compile mostlyclean-generic \
805         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
806         tags tags-recursive uninstall uninstall-am \
807         uninstall-binPROGRAMS uninstall-info-am uninstall-man \
808         uninstall-man1
809
810
811 FRC:
812 check-autogen-version.def: FRC
813         @cd $(srcdir)                                                   \
814         && test -r ../include/autogen-version.def                       \
815         && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
816            then : ;                                                     \
817            else cp ../include/autogen-version.def autogen-version.def;   \
818                 echo "Installing new sntp/autogen-version.def file";    \
819            fi )
820
821 check-version.def: FRC
822         @cd $(srcdir)                                   \
823         && test -r ../include/version.def               \
824         && ( if cmp -s ../include/version.def version.def;      \
825            then : ;                                             \
826            else cp ../include/version.def version.def;          \
827                 echo "Installing new sntp/version.def file";    \
828            fi )
829
830 $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
831 $(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/version.def
832         $(run_ag) sntp-opts.def
833
834 $(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/version.def
835         $(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
836
837 $(srcdir)/sntp-opts.texi $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.def $(srcdir)/version.def
838         $(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
839
840 install-exec-hook:
841         @case ${BINSUBDIR} in                                   \
842          bin) ODIR=${exec_prefix}/sbin ;;                       \
843          sbin) ODIR=${exec_prefix}/bin ;;                       \
844         esac;                                                   \
845         test -z "${bin_PROGRAMS}${bin_SCRIPTS}"                 \
846         || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do              \
847            test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";   \
848         done
849
850 #
851 # Tell versions [3.59,3.63) of GNU make to not export all variables.
852 # Otherwise a system limit (for SysV at least) may be exceeded.
853 .NOEXPORT: