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 25srcdir = @srcdir@ 26top_srcdir = @top_srcdir@ 27VPATH = @srcdir@ 28pkgdatadir = $(datadir)/@PACKAGE@ 29pkglibdir = $(libdir)/@PACKAGE@ 30pkgincludedir = $(includedir)/@PACKAGE@ 31top_builddir = . 32am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 33INSTALL = @INSTALL@ 34install_sh_DATA = $(install_sh) -c -m 644 35install_sh_PROGRAM = $(install_sh) -c 36install_sh_SCRIPT = $(install_sh) -c 37INSTALL_HEADER = $(INSTALL_DATA) 38transform = $(program_transform_name) 39NORMAL_INSTALL = : 40PRE_INSTALL = : 41POST_INSTALL = : 42NORMAL_UNINSTALL = : 43PRE_UNINSTALL = : 44POST_UNINSTALL = : 45build_triplet = @build@ 46host_triplet = @host@ 47bin_PROGRAMS = sntp$(EXEEXT) 48@NEED_LIBOPTS_TRUE@am__append_1 = libopts 49DIST_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 54subdir = . 55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 56am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ 57 $(top_srcdir)/configure.ac 58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 59 $(ACLOCAL_M4) 60am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 61 configure.lineno configure.status.lineno 62mkinstalldirs = $(install_sh) -d 63CONFIG_HEADER = config.h 64CONFIG_CLEAN_FILES = 65am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" 66binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 67PROGRAMS = $(bin_PROGRAMS) 68am__objects_1 = 69am_sntp_OBJECTS = internet.$(OBJEXT) main.$(OBJEXT) \ 70 sntp-opts.$(OBJEXT) socket.$(OBJEXT) timing.$(OBJEXT) \ 71 unix.$(OBJEXT) $(am__objects_1) 72sntp_OBJECTS = $(am_sntp_OBJECTS) 73sntp_LDADD = $(LDADD) 74am__DEPENDENCIES_1 = 75sntp_DEPENDENCIES = $(am__DEPENDENCIES_1) 76DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 77depcomp = $(SHELL) $(top_srcdir)/depcomp 78am__depfiles_maybe = depfiles 79COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 80 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 81LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 82 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 83 $(AM_CFLAGS) $(CFLAGS) 84CCLD = $(CC) 85LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 86 $(AM_LDFLAGS) $(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-exec-recursive install-info-recursive \ 92 install-recursive installcheck-recursive installdirs-recursive \ 93 pdf-recursive ps-recursive uninstall-info-recursive \ 94 uninstall-recursive 95man1dir = $(mandir)/man1 96NROFF = nroff 97MANS = $(dist_man_MANS) $(man_MANS) 98ETAGS = etags 99CTAGS = ctags 100DIST_SUBDIRS = libopts . 101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 102distdir = $(PACKAGE)-$(VERSION) 103top_distdir = $(distdir) 104am__remove_distdir = \ 105 { test ! -d $(distdir) \ 106 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 107 && rm -fr $(distdir); }; } 108DIST_ARCHIVES = $(distdir).tar.gz 109GZIP_ENV = --best 110distuninstallcheck_listfiles = find . -type f -print 111distcleancheck_listfiles = find . -type f -print 112ACLOCAL = @ACLOCAL@ 113AMDEP_FALSE = @AMDEP_FALSE@ 114AMDEP_TRUE = @AMDEP_TRUE@ 115AMTAR = @AMTAR@ 116AR = @AR@ 117AUTOCONF = @AUTOCONF@ 118AUTOHEADER = @AUTOHEADER@ 119AUTOMAKE = @AUTOMAKE@ 120AWK = @AWK@ 121BINSUBDIR = @BINSUBDIR@ 122CC = @CC@ 123CCDEPMODE = @CCDEPMODE@ 124CFLAGS = @CFLAGS@ 125CPP = @CPP@ 126CPPFLAGS = @CPPFLAGS@ 127CXX = @CXX@ 128CXXCPP = @CXXCPP@ 129CXXDEPMODE = @CXXDEPMODE@ 130CXXFLAGS = @CXXFLAGS@ 131CYGPATH_W = @CYGPATH_W@ 132DEFS = @DEFS@ 133DEPDIR = @DEPDIR@ 134ECHO = @ECHO@ 135ECHO_C = @ECHO_C@ 136ECHO_N = @ECHO_N@ 137ECHO_T = @ECHO_T@ 138EGREP = @EGREP@ 139EXEEXT = @EXEEXT@ 140F77 = @F77@ 141FFLAGS = @FFLAGS@ 142INSTALL_DATA = @INSTALL_DATA@ 143INSTALL_LIBOPTS_FALSE = @INSTALL_LIBOPTS_FALSE@ 144INSTALL_LIBOPTS_TRUE = @INSTALL_LIBOPTS_TRUE@ 145INSTALL_PROGRAM = @INSTALL_PROGRAM@ 146INSTALL_SCRIPT = @INSTALL_SCRIPT@ 147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 148LDFLAGS = @LDFLAGS@ 149LIBOBJS = @LIBOBJS@ 150LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 151LIBOPTS_DIR = @LIBOPTS_DIR@ 152LIBOPTS_LDADD = @LIBOPTS_LDADD@ 153LIBS = @LIBS@ 154LIBTOOL = @LIBTOOL@ 155LN_S = @LN_S@ 156LTLIBOBJS = @LTLIBOBJS@ 157MAKEINFO = @MAKEINFO@ 158NEED_LIBOPTS_FALSE = @NEED_LIBOPTS_FALSE@ 159NEED_LIBOPTS_TRUE = @NEED_LIBOPTS_TRUE@ 160OBJEXT = @OBJEXT@ 161PACKAGE = @PACKAGE@ 162PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 163PACKAGE_NAME = @PACKAGE_NAME@ 164PACKAGE_STRING = @PACKAGE_STRING@ 165PACKAGE_TARNAME = @PACKAGE_TARNAME@ 166PACKAGE_VERSION = @PACKAGE_VERSION@ 167PATH_SEPARATOR = @PATH_SEPARATOR@ 168RANLIB = @RANLIB@ 169SET_MAKE = @SET_MAKE@ 170SHELL = @SHELL@ 171STRIP = @STRIP@ 172VERSION = @VERSION@ 173ac_ct_AR = @ac_ct_AR@ 174ac_ct_CC = @ac_ct_CC@ 175ac_ct_CXX = @ac_ct_CXX@ 176ac_ct_F77 = @ac_ct_F77@ 177ac_ct_RANLIB = @ac_ct_RANLIB@ 178ac_ct_STRIP = @ac_ct_STRIP@ 179am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 180am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 181am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 182am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 183am__include = @am__include@ 184am__leading_dot = @am__leading_dot@ 185am__quote = @am__quote@ 186am__tar = @am__tar@ 187am__untar = @am__untar@ 188bindir = ${exec_prefix}/${BINSUBDIR} 189build = @build@ 190build_alias = @build_alias@ 191build_cpu = @build_cpu@ 192build_os = @build_os@ 193build_vendor = @build_vendor@ 194datadir = @datadir@ 195exec_prefix = @exec_prefix@ 196host = @host@ 197host_alias = @host_alias@ 198host_cpu = @host_cpu@ 199host_os = @host_os@ 200host_vendor = @host_vendor@ 201includedir = @includedir@ 202infodir = @infodir@ 203install_sh = @install_sh@ 204libdir = @libdir@ 205libexecdir = @libexecdir@ 206localstatedir = @localstatedir@ 207mandir = @mandir@ 208mkdir_p = @mkdir_p@ 209oldincludedir = @oldincludedir@ 210prefix = @prefix@ 211program_transform_name = @program_transform_name@ 212sbindir = @sbindir@ 213sharedstatedir = @sharedstatedir@ 214sysconfdir = @sysconfdir@ 215target_alias = @target_alias@ 216AUTOMAKE_OPTIONS = foreign 217ACLOCAL_AMFLAGS = -I libopts/m4 218AM_CPPFLAGS = $(LIBOPTS_CFLAGS) 219LDADD = $(LIBOPTS_LDADD) 220NULL = 221#run_ag= cd $(srcdir) && autogen --writable -L $(top_srcdir)/include 222run_ag = cd $(srcdir) && autogen --writable 223SUBDIRS = $(am__append_1) . 224sntp_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 237dist_man_MANS = sntp.1 238EXTRA_DIST = bincheck.mf \ 239 COPYRIGHT \ 240 sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu \ 241 autogen-version.def version.def 242 243BUILT_SOURCES = check-autogen-version.def check-version.def \ 244 sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu 245 246man_MANS = sntp.1 247all: $(BUILT_SOURCES) config.h 248 $(MAKE) $(AM_MAKEFLAGS) all-recursive 249 250.SUFFIXES: 251.SUFFIXES: .c .lo .o .obj 252am--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 268Makefile: $(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 286config.h: stamp-h1 287 @if test ! -f $@; then \ 288 rm -f stamp-h1; \ 289 $(MAKE) stamp-h1; \ 290 else :; fi 291 292stamp-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 300distclean-hdr: 301 -rm -f config.h stamp-h1 302install-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 316uninstall-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 324clean-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 330sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) 331 @rm -f sntp$(EXEEXT) 332 $(LINK) $(sntp_LDFLAGS) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS) 333 334mostlyclean-compile: 335 -rm -f *.$(OBJEXT) 336 337distclean-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 368mostlyclean-libtool: 369 -rm -f *.lo 370 371clean-libtool: 372 -rm -rf .libs _libs 373 374distclean-libtool: 375 -rm -f libtool 376uninstall-info-am: 377install-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 401uninstall-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 454mostlyclean-recursive clean-recursive distclean-recursive \ 455maintainer-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" 485tags-recursive: 486 list='$(SUBDIRS)'; for subdir in $$list; do \ 487 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 488 done 489ctags-recursive: 490 list='$(SUBDIRS)'; for subdir in $$list; do \ 491 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 492 done 493 494ID: $(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 502tags: TAGS 503 504TAGS: 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 532ctags: CTAGS 533CTAGS: 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 547GTAGS: 548 here=`$(am__cd) $(top_builddir) && pwd` \ 549 && cd $(top_srcdir) \ 550 && gtags -i $(GTAGS_ARGS) $$here 551 552distclean-tags: 553 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 554 555distdir: $(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) 605dist-gzip: distdir 606 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 607 $(am__remove_distdir) 608 609dist-bzip2: distdir 610 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 611 $(am__remove_distdir) 612 613dist-tarZ: distdir 614 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 615 $(am__remove_distdir) 616 617dist-shar: distdir 618 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 619 $(am__remove_distdir) 620 621dist-zip: distdir 622 -rm -f $(distdir).zip 623 zip -rq $(distdir).zip $(distdir) 624 $(am__remove_distdir) 625 626dist 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. 633distcheck: 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;}' 679distuninstallcheck: 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 688distcleancheck: 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 697check-am: all-am 698check: $(BUILT_SOURCES) 699 $(MAKE) $(AM_MAKEFLAGS) check-recursive 700all-am: Makefile $(PROGRAMS) $(MANS) config.h 701installdirs: installdirs-recursive 702installdirs-am: 703 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 704 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 705 done 706install: $(BUILT_SOURCES) 707 $(MAKE) $(AM_MAKEFLAGS) install-recursive 708install-exec: install-exec-recursive 709install-data: install-data-recursive 710uninstall: uninstall-recursive 711 712install-am: all-am 713 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 714 715installcheck: installcheck-recursive 716install-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 721mostlyclean-generic: 722 723clean-generic: 724 725distclean-generic: 726 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 727 728maintainer-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) 732clean: clean-recursive 733 734clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 735 736distclean: distclean-recursive 737 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 738 -rm -rf ./$(DEPDIR) 739 -rm -f Makefile 740distclean-am: clean-am distclean-compile distclean-generic \ 741 distclean-hdr distclean-libtool distclean-tags 742 743dvi: dvi-recursive 744 745dvi-am: 746 747html: html-recursive 748 749info: info-recursive 750 751info-am: 752 753install-data-am: install-man 754 755install-exec-am: install-binPROGRAMS 756 @$(NORMAL_INSTALL) 757 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 758 759install-info: install-info-recursive 760 761install-man: install-man1 762 763installcheck-am: 764 765maintainer-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 770maintainer-clean-am: distclean-am maintainer-clean-generic 771 772mostlyclean: mostlyclean-recursive 773 774mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 775 mostlyclean-libtool 776 777pdf: pdf-recursive 778 779pdf-am: 780 781ps: ps-recursive 782 783ps-am: 784 785uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man 786 787uninstall-info: uninstall-info-recursive 788 789uninstall-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 811FRC: 812check-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 821check-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 840install-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: 854