Obfuscate RCS ID matching so that CVS doesn't expand it.
[netbsd-mini2440.git] / dist / ntp / sntp / Makefile.in
blob1cca869e57bca2ce8942d37f9ada903702d8a3bf
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
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.
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.
15 @SET_MAKE@
17 # Makefile.am, by Harlan Stenn, from:
18 # Makefile for sntp
19 # N.M. Maclaren, October 2000.
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.
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 CYGPATH_W = @CYGPATH_W@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 ECHO = @ECHO@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 HAVE_INLINE = @HAVE_INLINE@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_LIBOPTS_FALSE = @INSTALL_LIBOPTS_FALSE@
139 INSTALL_LIBOPTS_TRUE = @INSTALL_LIBOPTS_TRUE@
140 INSTALL_PROGRAM = @INSTALL_PROGRAM@
141 INSTALL_SCRIPT = @INSTALL_SCRIPT@
142 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143 LDFLAGS = @LDFLAGS@
144 LIBOBJS = @LIBOBJS@
145 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
146 LIBOPTS_DIR = @LIBOPTS_DIR@
147 LIBOPTS_LDADD = @LIBOPTS_LDADD@
148 LIBS = @LIBS@
149 LIBTOOL = @LIBTOOL@
150 LN_S = @LN_S@
151 LTLIBOBJS = @LTLIBOBJS@
152 MAKEINFO = @MAKEINFO@
153 NEED_LIBOPTS_FALSE = @NEED_LIBOPTS_FALSE@
154 NEED_LIBOPTS_TRUE = @NEED_LIBOPTS_TRUE@
155 OBJEXT = @OBJEXT@
156 PACKAGE = @PACKAGE@
157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158 PACKAGE_NAME = @PACKAGE_NAME@
159 PACKAGE_STRING = @PACKAGE_STRING@
160 PACKAGE_TARNAME = @PACKAGE_TARNAME@
161 PACKAGE_VERSION = @PACKAGE_VERSION@
162 PATH_SEPARATOR = @PATH_SEPARATOR@
163 RANLIB = @RANLIB@
164 SET_MAKE = @SET_MAKE@
165 SHELL = @SHELL@
166 STRIP = @STRIP@
167 VERSION = @VERSION@
168 ac_ct_AR = @ac_ct_AR@
169 ac_ct_CC = @ac_ct_CC@
170 ac_ct_RANLIB = @ac_ct_RANLIB@
171 ac_ct_STRIP = @ac_ct_STRIP@
172 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
173 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
174 am__include = @am__include@
175 am__leading_dot = @am__leading_dot@
176 am__quote = @am__quote@
177 am__tar = @am__tar@
178 am__untar = @am__untar@
179 bindir = ${exec_prefix}/${BINSUBDIR}
180 build = @build@
181 build_alias = @build_alias@
182 build_cpu = @build_cpu@
183 build_os = @build_os@
184 build_vendor = @build_vendor@
185 datadir = @datadir@
186 exec_prefix = @exec_prefix@
187 host = @host@
188 host_alias = @host_alias@
189 host_cpu = @host_cpu@
190 host_os = @host_os@
191 host_vendor = @host_vendor@
192 includedir = @includedir@
193 infodir = @infodir@
194 install_sh = @install_sh@
195 libdir = @libdir@
196 libexecdir = @libexecdir@
197 localstatedir = @localstatedir@
198 mandir = @mandir@
199 mkdir_p = @mkdir_p@
200 oldincludedir = @oldincludedir@
201 prefix = @prefix@
202 program_transform_name = @program_transform_name@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 sysconfdir = @sysconfdir@
206 target_alias = @target_alias@
207 AUTOMAKE_OPTIONS = foreign
208 ACLOCAL_AMFLAGS = -I libopts/m4
209 AM_CPPFLAGS = $(LIBOPTS_CFLAGS)
210 LDADD = $(LIBOPTS_LDADD)
211 NULL =
212 #run_ag= cd $(srcdir) && autogen --writable -L $(top_srcdir)/include
213 run_ag = cd $(srcdir) && autogen --writable
214 SUBDIRS = $(am__append_1) .
215 sntp_SOURCES = \
216 header.h \
217 internet.c \
218 internet.h \
219 kludges.h \
220 main.c \
221 sntp-opts.c \
222 sntp-opts.h \
223 socket.c \
224 timing.c \
225 unix.c \
226 $(NULL)
228 dist_man_MANS = sntp.1
229 EXTRA_DIST = bincheck.mf \
230 COPYRIGHT \
231 sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu \
232 autogen-version.def version.def
234 BUILT_SOURCES = check-autogen-version.def check-version.def \
235 sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
237 man_MANS = sntp.1
238 all: $(BUILT_SOURCES) config.h
239 $(MAKE) $(AM_MAKEFLAGS) all-recursive
241 .SUFFIXES:
242 .SUFFIXES: .c .lo .o .obj
243 am--refresh:
245 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/bincheck.mf $(am__configure_deps)
246 @for dep in $?; do \
247 case '$(am__configure_deps)' in \
248 *$$dep*) \
249 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
250 cd $(srcdir) && $(AUTOMAKE) --foreign \
251 && exit 0; \
252 exit 1;; \
253 esac; \
254 done; \
255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
256 cd $(top_srcdir) && \
257 $(AUTOMAKE) --foreign Makefile
258 .PRECIOUS: Makefile
259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260 @case '$?' in \
261 *config.status*) \
262 echo ' $(SHELL) ./config.status'; \
263 $(SHELL) ./config.status;; \
264 *) \
265 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
266 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
267 esac;
269 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
270 $(SHELL) ./config.status --recheck
272 $(top_srcdir)/configure: $(am__configure_deps)
273 cd $(srcdir) && $(AUTOCONF)
274 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
275 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
277 config.h: stamp-h1
278 @if test ! -f $@; then \
279 rm -f stamp-h1; \
280 $(MAKE) stamp-h1; \
281 else :; fi
283 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
284 @rm -f stamp-h1
285 cd $(top_builddir) && $(SHELL) ./config.status config.h
286 $(srcdir)/config.h.in: $(am__configure_deps)
287 cd $(top_srcdir) && $(AUTOHEADER)
288 rm -f stamp-h1
289 touch $@
291 distclean-hdr:
292 -rm -f config.h stamp-h1
293 install-binPROGRAMS: $(bin_PROGRAMS)
294 @$(NORMAL_INSTALL)
295 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
296 @list='$(bin_PROGRAMS)'; for p in $$list; do \
297 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
298 if test -f $$p \
299 || test -f $$p1 \
300 ; then \
301 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
302 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
303 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
304 else :; fi; \
305 done
307 uninstall-binPROGRAMS:
308 @$(NORMAL_UNINSTALL)
309 @list='$(bin_PROGRAMS)'; for p in $$list; do \
310 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
311 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
312 rm -f "$(DESTDIR)$(bindir)/$$f"; \
313 done
315 clean-binPROGRAMS:
316 @list='$(bin_PROGRAMS)'; for p in $$list; do \
317 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
318 echo " rm -f $$p $$f"; \
319 rm -f $$p $$f ; \
320 done
321 sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES)
322 @rm -f sntp$(EXEEXT)
323 $(LINK) $(sntp_LDFLAGS) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
325 mostlyclean-compile:
326 -rm -f *.$(OBJEXT)
328 distclean-compile:
329 -rm -f *.tab.c
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internet.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@
338 .c.o:
339 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
340 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
345 .c.obj:
346 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
347 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
352 .c.lo:
353 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
354 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
359 mostlyclean-libtool:
360 -rm -f *.lo
362 clean-libtool:
363 -rm -rf .libs _libs
365 distclean-libtool:
366 -rm -f libtool
367 uninstall-info-am:
368 install-man1: $(man1_MANS) $(man_MANS)
369 @$(NORMAL_INSTALL)
370 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
371 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
372 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
373 for i in $$l2; do \
374 case "$$i" in \
375 *.1*) list="$$list $$i" ;; \
376 esac; \
377 done; \
378 for i in $$list; do \
379 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
380 else file=$$i; fi; \
381 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
382 case "$$ext" in \
383 1*) ;; \
384 *) ext='1' ;; \
385 esac; \
386 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
387 inst=`echo $$inst | sed -e 's/^.*\///'`; \
388 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
389 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
390 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
391 done
392 uninstall-man1:
393 @$(NORMAL_UNINSTALL)
394 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
395 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
396 for i in $$l2; do \
397 case "$$i" in \
398 *.1*) list="$$list $$i" ;; \
399 esac; \
400 done; \
401 for i in $$list; do \
402 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
403 case "$$ext" in \
404 1*) ;; \
405 *) ext='1' ;; \
406 esac; \
407 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
408 inst=`echo $$inst | sed -e 's/^.*\///'`; \
409 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
410 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
411 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
412 done
414 # This directory's subdirectories are mostly independent; you can cd
415 # into them and run `make' without going through this Makefile.
416 # To change the values of `make' variables: instead of editing Makefiles,
417 # (1) if the variable is set in `config.status', edit `config.status'
418 # (which will cause the Makefiles to be regenerated when you run `make');
419 # (2) otherwise, pass the desired values on the `make' command line.
420 $(RECURSIVE_TARGETS):
421 @failcom='exit 1'; \
422 for f in x $$MAKEFLAGS; do \
423 case $$f in \
424 *=* | --[!k]*);; \
425 *k*) failcom='fail=yes';; \
426 esac; \
427 done; \
428 dot_seen=no; \
429 target=`echo $@ | sed s/-recursive//`; \
430 list='$(SUBDIRS)'; for subdir in $$list; do \
431 echo "Making $$target in $$subdir"; \
432 if test "$$subdir" = "."; then \
433 dot_seen=yes; \
434 local_target="$$target-am"; \
435 else \
436 local_target="$$target"; \
437 fi; \
438 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439 || eval $$failcom; \
440 done; \
441 if test "$$dot_seen" = "no"; then \
442 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
443 fi; test -z "$$fail"
445 mostlyclean-recursive clean-recursive distclean-recursive \
446 maintainer-clean-recursive:
447 @failcom='exit 1'; \
448 for f in x $$MAKEFLAGS; do \
449 case $$f in \
450 *=* | --[!k]*);; \
451 *k*) failcom='fail=yes';; \
452 esac; \
453 done; \
454 dot_seen=no; \
455 case "$@" in \
456 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
457 *) list='$(SUBDIRS)' ;; \
458 esac; \
459 rev=''; for subdir in $$list; do \
460 if test "$$subdir" = "."; then :; else \
461 rev="$$subdir $$rev"; \
462 fi; \
463 done; \
464 rev="$$rev ."; \
465 target=`echo $@ | sed s/-recursive//`; \
466 for subdir in $$rev; do \
467 echo "Making $$target in $$subdir"; \
468 if test "$$subdir" = "."; then \
469 local_target="$$target-am"; \
470 else \
471 local_target="$$target"; \
472 fi; \
473 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
474 || eval $$failcom; \
475 done && test -z "$$fail"
476 tags-recursive:
477 list='$(SUBDIRS)'; for subdir in $$list; do \
478 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
479 done
480 ctags-recursive:
481 list='$(SUBDIRS)'; for subdir in $$list; do \
482 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
483 done
485 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
486 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
487 unique=`for i in $$list; do \
488 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489 done | \
490 $(AWK) ' { files[$$0] = 1; } \
491 END { for (i in files) print i; }'`; \
492 mkid -fID $$unique
493 tags: TAGS
495 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
496 $(TAGS_FILES) $(LISP)
497 tags=; \
498 here=`pwd`; \
499 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
500 include_option=--etags-include; \
501 empty_fix=.; \
502 else \
503 include_option=--include; \
504 empty_fix=; \
505 fi; \
506 list='$(SUBDIRS)'; for subdir in $$list; do \
507 if test "$$subdir" = .; then :; else \
508 test ! -f $$subdir/TAGS || \
509 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
510 fi; \
511 done; \
512 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
513 unique=`for i in $$list; do \
514 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515 done | \
516 $(AWK) ' { files[$$0] = 1; } \
517 END { for (i in files) print i; }'`; \
518 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
519 test -n "$$unique" || unique=$$empty_fix; \
520 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521 $$tags $$unique; \
523 ctags: CTAGS
524 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
525 $(TAGS_FILES) $(LISP)
526 tags=; \
527 here=`pwd`; \
528 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
529 unique=`for i in $$list; do \
530 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531 done | \
532 $(AWK) ' { files[$$0] = 1; } \
533 END { for (i in files) print i; }'`; \
534 test -z "$(CTAGS_ARGS)$$tags$$unique" \
535 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
536 $$tags $$unique
538 GTAGS:
539 here=`$(am__cd) $(top_builddir) && pwd` \
540 && cd $(top_srcdir) \
541 && gtags -i $(GTAGS_ARGS) $$here
543 distclean-tags:
544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
546 distdir: $(DISTFILES)
547 $(am__remove_distdir)
548 mkdir $(distdir)
549 $(mkdir_p) $(distdir)/libopts/m4
550 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
552 list='$(DISTFILES)'; for file in $$list; do \
553 case $$file in \
554 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
555 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
556 esac; \
557 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
558 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
559 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
560 dir="/$$dir"; \
561 $(mkdir_p) "$(distdir)$$dir"; \
562 else \
563 dir=''; \
564 fi; \
565 if test -d $$d/$$file; then \
566 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
567 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
568 fi; \
569 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
570 else \
571 test -f $(distdir)/$$file \
572 || cp -p $$d/$$file $(distdir)/$$file \
573 || exit 1; \
574 fi; \
575 done
576 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
577 if test "$$subdir" = .; then :; else \
578 test -d "$(distdir)/$$subdir" \
579 || $(mkdir_p) "$(distdir)/$$subdir" \
580 || exit 1; \
581 distdir=`$(am__cd) $(distdir) && pwd`; \
582 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
583 (cd $$subdir && \
584 $(MAKE) $(AM_MAKEFLAGS) \
585 top_distdir="$$top_distdir" \
586 distdir="$$distdir/$$subdir" \
587 distdir) \
588 || exit 1; \
589 fi; \
590 done
591 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
592 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
593 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
594 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
595 || chmod -R a+r $(distdir)
596 dist-gzip: distdir
597 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
598 $(am__remove_distdir)
600 dist-bzip2: distdir
601 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
602 $(am__remove_distdir)
604 dist-tarZ: distdir
605 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
606 $(am__remove_distdir)
608 dist-shar: distdir
609 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
610 $(am__remove_distdir)
612 dist-zip: distdir
613 -rm -f $(distdir).zip
614 zip -rq $(distdir).zip $(distdir)
615 $(am__remove_distdir)
617 dist dist-all: distdir
618 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
619 $(am__remove_distdir)
621 # This target untars the dist file and tries a VPATH configuration. Then
622 # it guarantees that the distribution is self-contained by making another
623 # tarfile.
624 distcheck: dist
625 case '$(DIST_ARCHIVES)' in \
626 *.tar.gz*) \
627 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
628 *.tar.bz2*) \
629 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
630 *.tar.Z*) \
631 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
632 *.shar.gz*) \
633 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
634 *.zip*) \
635 unzip $(distdir).zip ;;\
636 esac
637 chmod -R a-w $(distdir); chmod a+w $(distdir)
638 mkdir $(distdir)/_build
639 mkdir $(distdir)/_inst
640 chmod a-w $(distdir)
641 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
642 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
643 && cd $(distdir)/_build \
644 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
645 $(DISTCHECK_CONFIGURE_FLAGS) \
646 && $(MAKE) $(AM_MAKEFLAGS) \
647 && $(MAKE) $(AM_MAKEFLAGS) dvi \
648 && $(MAKE) $(AM_MAKEFLAGS) check \
649 && $(MAKE) $(AM_MAKEFLAGS) install \
650 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
651 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
652 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
653 distuninstallcheck \
654 && chmod -R a-w "$$dc_install_base" \
655 && ({ \
656 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
657 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
660 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
661 } || { rm -rf "$$dc_destdir"; exit 1; }) \
662 && rm -rf "$$dc_destdir" \
663 && $(MAKE) $(AM_MAKEFLAGS) dist \
664 && rm -rf $(DIST_ARCHIVES) \
665 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
666 $(am__remove_distdir)
667 @(echo "$(distdir) archives ready for distribution: "; \
668 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
669 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
670 distuninstallcheck:
671 @cd $(distuninstallcheck_dir) \
672 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
673 || { echo "ERROR: files left after uninstall:" ; \
674 if test -n "$(DESTDIR)"; then \
675 echo " (check DESTDIR support)"; \
676 fi ; \
677 $(distuninstallcheck_listfiles) ; \
678 exit 1; } >&2
679 distcleancheck: distclean
680 @if test '$(srcdir)' = . ; then \
681 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
682 exit 1 ; \
684 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
685 || { echo "ERROR: files left in build directory after distclean:" ; \
686 $(distcleancheck_listfiles) ; \
687 exit 1; } >&2
688 check-am: all-am
689 check: $(BUILT_SOURCES)
690 $(MAKE) $(AM_MAKEFLAGS) check-recursive
691 all-am: Makefile $(PROGRAMS) $(MANS) config.h
692 installdirs: installdirs-recursive
693 installdirs-am:
694 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
695 test -z "$$dir" || $(mkdir_p) "$$dir"; \
696 done
697 install: $(BUILT_SOURCES)
698 $(MAKE) $(AM_MAKEFLAGS) install-recursive
699 install-exec: install-exec-recursive
700 install-data: install-data-recursive
701 uninstall: uninstall-recursive
703 install-am: all-am
704 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
706 installcheck: installcheck-recursive
707 install-strip:
708 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710 `test -z '$(STRIP)' || \
711 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
712 mostlyclean-generic:
714 clean-generic:
716 distclean-generic:
717 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
719 maintainer-clean-generic:
720 @echo "This command is intended for maintainers to use"
721 @echo "it deletes files that may require special tools to rebuild."
722 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
723 clean: clean-recursive
725 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
727 distclean: distclean-recursive
728 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
729 -rm -rf ./$(DEPDIR)
730 -rm -f Makefile
731 distclean-am: clean-am distclean-compile distclean-generic \
732 distclean-hdr distclean-libtool distclean-tags
734 dvi: dvi-recursive
736 dvi-am:
738 html: html-recursive
740 info: info-recursive
742 info-am:
744 install-data-am: install-man
746 install-exec-am: install-binPROGRAMS
747 @$(NORMAL_INSTALL)
748 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
750 install-info: install-info-recursive
752 install-man: install-man1
754 installcheck-am:
756 maintainer-clean: maintainer-clean-recursive
757 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
758 -rm -rf $(top_srcdir)/autom4te.cache
759 -rm -rf ./$(DEPDIR)
760 -rm -f Makefile
761 maintainer-clean-am: distclean-am maintainer-clean-generic
763 mostlyclean: mostlyclean-recursive
765 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
766 mostlyclean-libtool
768 pdf: pdf-recursive
770 pdf-am:
772 ps: ps-recursive
774 ps-am:
776 uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
778 uninstall-info: uninstall-info-recursive
780 uninstall-man: uninstall-man1
782 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
783 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
784 clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
785 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
786 distclean-compile distclean-generic distclean-hdr \
787 distclean-libtool distclean-recursive distclean-tags \
788 distcleancheck distdir distuninstallcheck dvi dvi-am html \
789 html-am info info-am install install-am install-binPROGRAMS \
790 install-data install-data-am install-exec install-exec-am \
791 install-exec-hook install-info install-info-am install-man \
792 install-man1 install-strip installcheck installcheck-am \
793 installdirs installdirs-am maintainer-clean \
794 maintainer-clean-generic maintainer-clean-recursive \
795 mostlyclean mostlyclean-compile mostlyclean-generic \
796 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
797 tags tags-recursive uninstall uninstall-am \
798 uninstall-binPROGRAMS uninstall-info-am uninstall-man \
799 uninstall-man1
802 FRC:
803 check-autogen-version.def: FRC
804 @cd $(srcdir) \
805 && test -r ../include/autogen-version.def \
806 && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
807 then : ; \
808 else cp ../include/autogen-version.def autogen-version.def; \
809 echo "Installing new sntp/autogen-version.def file"; \
810 fi )
812 check-version.def: FRC
813 @cd $(srcdir) \
814 && test -r ../include/version.def \
815 && ( if cmp -s ../include/version.def version.def; \
816 then : ; \
817 else cp ../include/version.def version.def; \
818 echo "Installing new sntp/version.def file"; \
819 fi )
821 $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
822 $(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/version.def
823 $(run_ag) sntp-opts.def
825 $(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/version.def
826 $(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
828 $(srcdir)/sntp-opts.texi $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.def $(srcdir)/version.def
829 $(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
831 install-exec-hook:
832 @case ${BINSUBDIR} in \
833 bin) ODIR=${exec_prefix}/sbin ;; \
834 sbin) ODIR=${exec_prefix}/bin ;; \
835 esac; \
836 test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
837 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
838 test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
839 done
842 # Tell versions [3.59,3.63) of GNU make to not export all variables.
843 # Otherwise a system limit (for SysV at least) may be exceeded.
844 .NOEXPORT: