1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkglibexecdir = $(libexecdir)/@PACKAGE@ 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24install_sh_DATA = $(install_sh) -c -m 644 25install_sh_PROGRAM = $(install_sh) -c 26install_sh_SCRIPT = $(install_sh) -c 27INSTALL_HEADER = $(INSTALL_DATA) 28transform = $(program_transform_name) 29NORMAL_INSTALL = : 30PRE_INSTALL = : 31POST_INSTALL = : 32NORMAL_UNINSTALL = : 33PRE_UNINSTALL = : 34POST_UNINSTALL = : 35build_triplet = @build@ 36host_triplet = @host@ 37subdir = include 38DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \ 39 $(srcdir)/Makefile.in 40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 41am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ 42 $(top_srcdir)/sntp/libevent/m4/openldap-thread-check.m4 \ 43 $(top_srcdir)/sntp/libevent/m4/openldap.m4 \ 44 $(top_srcdir)/sntp/m4/define_dir.m4 \ 45 $(top_srcdir)/sntp/m4/hms_search_lib.m4 \ 46 $(top_srcdir)/sntp/m4/libtool.m4 \ 47 $(top_srcdir)/sntp/m4/ltoptions.m4 \ 48 $(top_srcdir)/sntp/m4/ltsugar.m4 \ 49 $(top_srcdir)/sntp/m4/ltversion.m4 \ 50 $(top_srcdir)/sntp/m4/lt~obsolete.m4 \ 51 $(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \ 52 $(top_srcdir)/sntp/m4/ntp_compiler.m4 \ 53 $(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \ 54 $(top_srcdir)/sntp/m4/ntp_debug.m4 \ 55 $(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \ 56 $(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \ 57 $(top_srcdir)/sntp/m4/ntp_googletest.m4 \ 58 $(top_srcdir)/sntp/m4/ntp_ipv6.m4 \ 59 $(top_srcdir)/sntp/m4/ntp_lib_m.m4 \ 60 $(top_srcdir)/sntp/m4/ntp_libevent.m4 \ 61 $(top_srcdir)/sntp/m4/ntp_libntp.m4 \ 62 $(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \ 63 $(top_srcdir)/sntp/m4/ntp_locinfo.m4 \ 64 $(top_srcdir)/sntp/m4/ntp_openssl.m4 \ 65 $(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \ 66 $(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \ 67 $(top_srcdir)/sntp/m4/ntp_rlimit.m4 \ 68 $(top_srcdir)/sntp/m4/ntp_sntp.m4 \ 69 $(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \ 70 $(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \ 71 $(top_srcdir)/sntp/m4/os_cflags.m4 \ 72 $(top_srcdir)/sntp/m4/snprintf.m4 \ 73 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac 74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 75 $(ACLOCAL_M4) 76mkinstalldirs = $(install_sh) -d 77CONFIG_HEADER = $(top_builddir)/config.h 78CONFIG_CLEAN_FILES = 79CONFIG_CLEAN_VPATH_FILES = 80AM_V_GEN = $(am__v_GEN_$(V)) 81am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 82am__v_GEN_0 = @echo " GEN " $@; 83AM_V_at = $(am__v_at_$(V)) 84am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 85am__v_at_0 = @ 86SOURCES = 87DIST_SOURCES = 88RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 89 html-recursive info-recursive install-data-recursive \ 90 install-dvi-recursive install-exec-recursive \ 91 install-html-recursive install-info-recursive \ 92 install-pdf-recursive install-ps-recursive install-recursive \ 93 installcheck-recursive installdirs-recursive pdf-recursive \ 94 ps-recursive uninstall-recursive 95HEADERS = $(noinst_HEADERS) 96RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 97 distclean-recursive maintainer-clean-recursive 98AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 99 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 100 distdir 101ETAGS = etags 102CTAGS = ctags 103DIST_SUBDIRS = $(SUBDIRS) 104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 105am__relativize = \ 106 dir0=`pwd`; \ 107 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 108 sed_rest='s,^[^/]*/*,,'; \ 109 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 110 sed_butlast='s,/*[^/]*$$,,'; \ 111 while test -n "$$dir1"; do \ 112 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 113 if test "$$first" != "."; then \ 114 if test "$$first" = ".."; then \ 115 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 116 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 117 else \ 118 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 119 if test "$$first2" = "$$first"; then \ 120 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 121 else \ 122 dir2="../$$dir2"; \ 123 fi; \ 124 dir0="$$dir0"/"$$first"; \ 125 fi; \ 126 fi; \ 127 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 128 done; \ 129 reldir="$$dir2" 130ACLOCAL = @ACLOCAL@ 131ALLOCA = @ALLOCA@ 132AMTAR = @AMTAR@ 133AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 134AR = @AR@ 135AUTOCONF = @AUTOCONF@ 136AUTOHEADER = @AUTOHEADER@ 137AUTOMAKE = @AUTOMAKE@ 138AWK = @AWK@ 139CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 140CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 141CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 142CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 143CC = @CC@ 144CCDEPMODE = @CCDEPMODE@ 145CFLAGS = @CFLAGS@ 146CFLAGS_NTP = @CFLAGS_NTP@ 147CHUTEST = @CHUTEST@ 148CONFIG_SHELL = @CONFIG_SHELL@ 149CPP = @CPP@ 150CPPFLAGS = @CPPFLAGS@ 151CPPFLAGS_NTP = @CPPFLAGS_NTP@ 152CXX = @CXX@ 153CXXCPP = @CXXCPP@ 154CXXDEPMODE = @CXXDEPMODE@ 155CXXFLAGS = @CXXFLAGS@ 156CYGPATH_W = @CYGPATH_W@ 157DCFD = @DCFD@ 158DEFS = @DEFS@ 159DEPDIR = @DEPDIR@ 160DLLTOOL = @DLLTOOL@ 161DSYMUTIL = @DSYMUTIL@ 162DUMPBIN = @DUMPBIN@ 163ECHO_C = @ECHO_C@ 164ECHO_N = @ECHO_N@ 165ECHO_T = @ECHO_T@ 166EDITLINE_LIBS = @EDITLINE_LIBS@ 167EGREP = @EGREP@ 168EXEEXT = @EXEEXT@ 169FGREP = @FGREP@ 170GREP = @GREP@ 171GTEST_CONFIG = @GTEST_CONFIG@ 172GTEST_CPPFLAGS = @GTEST_CPPFLAGS@ 173GTEST_CXXFLAGS = @GTEST_CXXFLAGS@ 174GTEST_LDFLAGS = @GTEST_LDFLAGS@ 175GTEST_LIBS = @GTEST_LIBS@ 176HAVE_INLINE = @HAVE_INLINE@ 177HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@ 178HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@ 179INSTALL = @INSTALL@ 180INSTALL_DATA = @INSTALL_DATA@ 181INSTALL_PROGRAM = @INSTALL_PROGRAM@ 182INSTALL_SCRIPT = @INSTALL_SCRIPT@ 183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 184LD = @LD@ 185LDADD_LIBNTP = @LDADD_LIBNTP@ 186LDADD_NLIST = @LDADD_NLIST@ 187LDADD_NTP = @LDADD_NTP@ 188LDFLAGS = @LDFLAGS@ 189LDFLAGS_NTP = @LDFLAGS_NTP@ 190LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 191LIBM = @LIBM@ 192LIBOBJS = @LIBOBJS@ 193LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 194LIBOPTS_DIR = @LIBOPTS_DIR@ 195LIBOPTS_LDADD = @LIBOPTS_LDADD@ 196LIBPARSE = @LIBPARSE@ 197LIBS = @LIBS@ 198LIBTOOL = @LIBTOOL@ 199LIBTOOL_DEPS = @LIBTOOL_DEPS@ 200LIPO = @LIPO@ 201LN_S = @LN_S@ 202LSCF = @LSCF@ 203LTLIBOBJS = @LTLIBOBJS@ 204MAKEINFO = @MAKEINFO@ 205MAKE_ADJTIMED = @MAKE_ADJTIMED@ 206MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 207MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 208MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 209MAKE_LIBPARSE = @MAKE_LIBPARSE@ 210MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 211MAKE_NTPDSIM = @MAKE_NTPDSIM@ 212MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 213MAKE_NTPTIME = @MAKE_NTPTIME@ 214MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 215MAKE_TICKADJ = @MAKE_TICKADJ@ 216MAKE_TIMETRIM = @MAKE_TIMETRIM@ 217MANIFEST_TOOL = @MANIFEST_TOOL@ 218MANTAGFMT = @MANTAGFMT@ 219MKDIR_P = @MKDIR_P@ 220NM = @NM@ 221NMEDIT = @NMEDIT@ 222NTPDATE_DB = @NTPDATE_DB@ 223NTPDATE_DL = @NTPDATE_DL@ 224NTPDATE_DS = @NTPDATE_DS@ 225NTPDATE_MS = @NTPDATE_MS@ 226NTPDC_DB = @NTPDC_DB@ 227NTPDC_DL = @NTPDC_DL@ 228NTPDC_DS = @NTPDC_DS@ 229NTPDC_MS = @NTPDC_MS@ 230NTPDSIM_DB = @NTPDSIM_DB@ 231NTPDSIM_DL = @NTPDSIM_DL@ 232NTPDSIM_DS = @NTPDSIM_DS@ 233NTPDSIM_MS = @NTPDSIM_MS@ 234NTPD_DB = @NTPD_DB@ 235NTPD_DL = @NTPD_DL@ 236NTPD_DS = @NTPD_DS@ 237NTPD_MS = @NTPD_MS@ 238NTPQ_DB = @NTPQ_DB@ 239NTPQ_DL = @NTPQ_DL@ 240NTPQ_DS = @NTPQ_DS@ 241NTPQ_MS = @NTPQ_MS@ 242NTPSNMPD_DB = @NTPSNMPD_DB@ 243NTPSNMPD_DL = @NTPSNMPD_DL@ 244NTPSNMPD_DS = @NTPSNMPD_DS@ 245NTPSNMPD_MS = @NTPSNMPD_MS@ 246NTPTIME_DB = @NTPTIME_DB@ 247NTPTIME_DL = @NTPTIME_DL@ 248NTPTIME_DS = @NTPTIME_DS@ 249NTPTIME_MS = @NTPTIME_MS@ 250NTPTRACE_DB = @NTPTRACE_DB@ 251NTPTRACE_DL = @NTPTRACE_DL@ 252NTPTRACE_DS = @NTPTRACE_DS@ 253NTPTRACE_MS = @NTPTRACE_MS@ 254NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 255NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 256NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 257NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 258NTP_KEYSDIR = @NTP_KEYSDIR@ 259NTP_WAIT_DB = @NTP_WAIT_DB@ 260NTP_WAIT_DL = @NTP_WAIT_DL@ 261NTP_WAIT_DS = @NTP_WAIT_DS@ 262NTP_WAIT_MS = @NTP_WAIT_MS@ 263OBJDUMP = @OBJDUMP@ 264OBJEXT = @OBJEXT@ 265OTOOL = @OTOOL@ 266OTOOL64 = @OTOOL64@ 267PACKAGE = @PACKAGE@ 268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 269PACKAGE_NAME = @PACKAGE_NAME@ 270PACKAGE_STRING = @PACKAGE_STRING@ 271PACKAGE_TARNAME = @PACKAGE_TARNAME@ 272PACKAGE_URL = @PACKAGE_URL@ 273PACKAGE_VERSION = @PACKAGE_VERSION@ 274PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ 275PATH_PERL = @PATH_PERL@ 276PATH_SEPARATOR = @PATH_SEPARATOR@ 277PATH_TEST = @PATH_TEST@ 278PERLLIBDIR = @PERLLIBDIR@ 279PKG_CONFIG = @PKG_CONFIG@ 280POSIX_SHELL = @POSIX_SHELL@ 281PROPDELAY = @PROPDELAY@ 282PTHREAD_LIBS = @PTHREAD_LIBS@ 283RANLIB = @RANLIB@ 284SED = @SED@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287SNMP_CFLAGS = @SNMP_CFLAGS@ 288SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 289SNMP_LIBS = @SNMP_LIBS@ 290SNTP = @SNTP@ 291SNTP_DB = @SNTP_DB@ 292SNTP_DL = @SNTP_DL@ 293SNTP_DS = @SNTP_DS@ 294SNTP_MS = @SNTP_MS@ 295STRIP = @STRIP@ 296TESTDCF = @TESTDCF@ 297TICKADJ_DB = @TICKADJ_DB@ 298TICKADJ_DL = @TICKADJ_DL@ 299TICKADJ_DS = @TICKADJ_DS@ 300TICKADJ_MS = @TICKADJ_MS@ 301TIMETRIM_DB = @TIMETRIM_DB@ 302TIMETRIM_DL = @TIMETRIM_DL@ 303TIMETRIM_DS = @TIMETRIM_DS@ 304TIMETRIM_MS = @TIMETRIM_MS@ 305VERSION = @VERSION@ 306VER_SUFFIX = @VER_SUFFIX@ 307YACC = @YACC@ 308YFLAGS = @YFLAGS@ 309abs_builddir = @abs_builddir@ 310abs_srcdir = @abs_srcdir@ 311abs_top_builddir = @abs_top_builddir@ 312abs_top_srcdir = @abs_top_srcdir@ 313ac_ct_AR = @ac_ct_AR@ 314ac_ct_CC = @ac_ct_CC@ 315ac_ct_CXX = @ac_ct_CXX@ 316ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 317am__include = @am__include@ 318am__leading_dot = @am__leading_dot@ 319am__quote = @am__quote@ 320am__tar = @am__tar@ 321am__untar = @am__untar@ 322bindir = @bindir@ 323build = @build@ 324build_alias = @build_alias@ 325build_cpu = @build_cpu@ 326build_os = @build_os@ 327build_vendor = @build_vendor@ 328builddir = @builddir@ 329datadir = @datadir@ 330datarootdir = @datarootdir@ 331docdir = @docdir@ 332dvidir = @dvidir@ 333exec_prefix = @exec_prefix@ 334host = @host@ 335host_alias = @host_alias@ 336host_cpu = @host_cpu@ 337host_os = @host_os@ 338host_vendor = @host_vendor@ 339htmldir = @htmldir@ 340includedir = @includedir@ 341infodir = @infodir@ 342install_sh = @install_sh@ 343libdir = @libdir@ 344libexecdir = @libexecdir@ 345localedir = @localedir@ 346localstatedir = @localstatedir@ 347mandir = @mandir@ 348mkdir_p = @mkdir_p@ 349oldincludedir = @oldincludedir@ 350pdfdir = @pdfdir@ 351prefix = @prefix@ 352program_transform_name = @program_transform_name@ 353psdir = @psdir@ 354sbindir = @sbindir@ 355sharedstatedir = @sharedstatedir@ 356srcdir = @srcdir@ 357subdirs = @subdirs@ 358sysconfdir = @sysconfdir@ 359target_alias = @target_alias@ 360top_build_prefix = @top_build_prefix@ 361top_builddir = @top_builddir@ 362top_srcdir = @top_srcdir@ 363NULL = 364SUBDIRS = isc 365noinst_HEADERS = \ 366 adjtime.h \ 367 audio.h \ 368 ascii.h \ 369 audio.h \ 370 binio.h \ 371 declcond.h \ 372 gps.h \ 373 hopf6039.h \ 374 icom.h \ 375 ieee754io.h \ 376 intreswork.h \ 377 iosignal.h \ 378 l_stdlib.h \ 379 lib_strbuf.h \ 380 libntp.h \ 381 mbg_gps166.h \ 382 mx4200.h \ 383 ntif.h \ 384 ntp.h \ 385 ntp_assert.h \ 386 ntp_calendar.h \ 387 ntp_cmdargs.h \ 388 ntp_config.h \ 389 ntp_control.h \ 390 ntp_crypto.h \ 391 ntp_prio_q.h \ 392 ntp_datum.h \ 393 ntp_debug.h \ 394 ntp_filegen.h \ 395 ntp_fp.h \ 396 ntp_if.h \ 397 ntp_intres.h \ 398 ntp_io.h \ 399 ntp_libopts.h \ 400 ntp_lineedit.h \ 401 ntp_lists.h \ 402 ntp_machine.h \ 403 ntp_malloc.h \ 404 ntp_md5.h \ 405 ntp_net.h \ 406 ntp_proto.h \ 407 ntp_random.h \ 408 ntp_refclock.h \ 409 ntp_request.h \ 410 ntp_rfc2553.h \ 411 ntp_select.h \ 412 ntp_stdlib.h \ 413 ntp_string.h \ 414 ntp_syscall.h \ 415 ntp_syslog.h \ 416 ntp_tty.h \ 417 ntp_types.h \ 418 ntp_unixtime.h \ 419 ntp_worker.h \ 420 ntp_workimpl.h \ 421 ntpd.h \ 422 ntpsim.h \ 423 parse.h \ 424 parse_conf.h \ 425 recvbuff.h \ 426 refclock_atom.h \ 427 ssl_applink.c \ 428 timepps-SCO.h \ 429 timepps-Solaris.h \ 430 timepps-SunOS.h \ 431 timespecops.h \ 432 timetoa.h \ 433 timevalops.h \ 434 trimble.h \ 435 $(NULL) 436 437all: all-recursive 438 439.SUFFIXES: 440$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 441 @for dep in $?; do \ 442 case '$(am__configure_deps)' in \ 443 *$$dep*) \ 444 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 445 && { if test -f $@; then exit 0; else break; fi; }; \ 446 exit 1;; \ 447 esac; \ 448 done; \ 449 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 450 $(am__cd) $(top_srcdir) && \ 451 $(AUTOMAKE) --foreign include/Makefile 452.PRECIOUS: Makefile 453Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 454 @case '$?' in \ 455 *config.status*) \ 456 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 457 *) \ 458 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 459 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 460 esac; 461 462$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 464 465$(top_srcdir)/configure: $(am__configure_deps) 466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 467$(ACLOCAL_M4): $(am__aclocal_m4_deps) 468 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 469$(am__aclocal_m4_deps): 470 471mostlyclean-libtool: 472 -rm -f *.lo 473 474clean-libtool: 475 -rm -rf .libs _libs 476 477# This directory's subdirectories are mostly independent; you can cd 478# into them and run `make' without going through this Makefile. 479# To change the values of `make' variables: instead of editing Makefiles, 480# (1) if the variable is set in `config.status', edit `config.status' 481# (which will cause the Makefiles to be regenerated when you run `make'); 482# (2) otherwise, pass the desired values on the `make' command line. 483$(RECURSIVE_TARGETS): 484 @fail= failcom='exit 1'; \ 485 for f in x $$MAKEFLAGS; do \ 486 case $$f in \ 487 *=* | --[!k]*);; \ 488 *k*) failcom='fail=yes';; \ 489 esac; \ 490 done; \ 491 dot_seen=no; \ 492 target=`echo $@ | sed s/-recursive//`; \ 493 list='$(SUBDIRS)'; for subdir in $$list; do \ 494 echo "Making $$target in $$subdir"; \ 495 if test "$$subdir" = "."; then \ 496 dot_seen=yes; \ 497 local_target="$$target-am"; \ 498 else \ 499 local_target="$$target"; \ 500 fi; \ 501 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 502 || eval $$failcom; \ 503 done; \ 504 if test "$$dot_seen" = "no"; then \ 505 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 506 fi; test -z "$$fail" 507 508$(RECURSIVE_CLEAN_TARGETS): 509 @fail= failcom='exit 1'; \ 510 for f in x $$MAKEFLAGS; do \ 511 case $$f in \ 512 *=* | --[!k]*);; \ 513 *k*) failcom='fail=yes';; \ 514 esac; \ 515 done; \ 516 dot_seen=no; \ 517 case "$@" in \ 518 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 519 *) list='$(SUBDIRS)' ;; \ 520 esac; \ 521 rev=''; for subdir in $$list; do \ 522 if test "$$subdir" = "."; then :; else \ 523 rev="$$subdir $$rev"; \ 524 fi; \ 525 done; \ 526 rev="$$rev ."; \ 527 target=`echo $@ | sed s/-recursive//`; \ 528 for subdir in $$rev; do \ 529 echo "Making $$target in $$subdir"; \ 530 if test "$$subdir" = "."; then \ 531 local_target="$$target-am"; \ 532 else \ 533 local_target="$$target"; \ 534 fi; \ 535 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 536 || eval $$failcom; \ 537 done && test -z "$$fail" 538tags-recursive: 539 list='$(SUBDIRS)'; for subdir in $$list; do \ 540 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 541 done 542ctags-recursive: 543 list='$(SUBDIRS)'; for subdir in $$list; do \ 544 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 545 done 546 547ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 548 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 549 unique=`for i in $$list; do \ 550 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 551 done | \ 552 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 553 END { if (nonempty) { for (i in files) print i; }; }'`; \ 554 mkid -fID $$unique 555tags: TAGS 556 557TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 558 $(TAGS_FILES) $(LISP) 559 set x; \ 560 here=`pwd`; \ 561 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 562 include_option=--etags-include; \ 563 empty_fix=.; \ 564 else \ 565 include_option=--include; \ 566 empty_fix=; \ 567 fi; \ 568 list='$(SUBDIRS)'; for subdir in $$list; do \ 569 if test "$$subdir" = .; then :; else \ 570 test ! -f $$subdir/TAGS || \ 571 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 572 fi; \ 573 done; \ 574 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 575 unique=`for i in $$list; do \ 576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 577 done | \ 578 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 579 END { if (nonempty) { for (i in files) print i; }; }'`; \ 580 shift; \ 581 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 582 test -n "$$unique" || unique=$$empty_fix; \ 583 if test $$# -gt 0; then \ 584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 585 "$$@" $$unique; \ 586 else \ 587 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 588 $$unique; \ 589 fi; \ 590 fi 591ctags: CTAGS 592CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 593 $(TAGS_FILES) $(LISP) 594 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 595 unique=`for i in $$list; do \ 596 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 597 done | \ 598 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 599 END { if (nonempty) { for (i in files) print i; }; }'`; \ 600 test -z "$(CTAGS_ARGS)$$unique" \ 601 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 602 $$unique 603 604GTAGS: 605 here=`$(am__cd) $(top_builddir) && pwd` \ 606 && $(am__cd) $(top_srcdir) \ 607 && gtags -i $(GTAGS_ARGS) "$$here" 608 609distclean-tags: 610 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 611 612distdir: $(DISTFILES) 613 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 614 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 615 list='$(DISTFILES)'; \ 616 dist_files=`for file in $$list; do echo $$file; done | \ 617 sed -e "s|^$$srcdirstrip/||;t" \ 618 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 619 case $$dist_files in \ 620 */*) $(MKDIR_P) `echo "$$dist_files" | \ 621 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 622 sort -u` ;; \ 623 esac; \ 624 for file in $$dist_files; do \ 625 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 626 if test -d $$d/$$file; then \ 627 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 628 if test -d "$(distdir)/$$file"; then \ 629 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 630 fi; \ 631 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 632 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 634 fi; \ 635 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 636 else \ 637 test -f "$(distdir)/$$file" \ 638 || cp -p $$d/$$file "$(distdir)/$$file" \ 639 || exit 1; \ 640 fi; \ 641 done 642 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 643 if test "$$subdir" = .; then :; else \ 644 test -d "$(distdir)/$$subdir" \ 645 || $(MKDIR_P) "$(distdir)/$$subdir" \ 646 || exit 1; \ 647 fi; \ 648 done 649 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 650 if test "$$subdir" = .; then :; else \ 651 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 652 $(am__relativize); \ 653 new_distdir=$$reldir; \ 654 dir1=$$subdir; dir2="$(top_distdir)"; \ 655 $(am__relativize); \ 656 new_top_distdir=$$reldir; \ 657 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 658 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 659 ($(am__cd) $$subdir && \ 660 $(MAKE) $(AM_MAKEFLAGS) \ 661 top_distdir="$$new_top_distdir" \ 662 distdir="$$new_distdir" \ 663 am__remove_distdir=: \ 664 am__skip_length_check=: \ 665 am__skip_mode_fix=: \ 666 distdir) \ 667 || exit 1; \ 668 fi; \ 669 done 670check-am: all-am 671check: check-recursive 672all-am: Makefile $(HEADERS) 673installdirs: installdirs-recursive 674installdirs-am: 675install: install-recursive 676install-exec: install-exec-recursive 677install-data: install-data-recursive 678uninstall: uninstall-recursive 679 680install-am: all-am 681 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 682 683installcheck: installcheck-recursive 684install-strip: 685 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 686 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 687 `test -z '$(STRIP)' || \ 688 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 689mostlyclean-generic: 690 691clean-generic: 692 693distclean-generic: 694 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 695 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 696 697maintainer-clean-generic: 698 @echo "This command is intended for maintainers to use" 699 @echo "it deletes files that may require special tools to rebuild." 700clean: clean-recursive 701 702clean-am: clean-generic clean-libtool mostlyclean-am 703 704distclean: distclean-recursive 705 -rm -f Makefile 706distclean-am: clean-am distclean-generic distclean-tags 707 708dvi: dvi-recursive 709 710dvi-am: 711 712html: html-recursive 713 714html-am: 715 716info: info-recursive 717 718info-am: 719 720install-data-am: 721 722install-dvi: install-dvi-recursive 723 724install-dvi-am: 725 726install-exec-am: 727 728install-html: install-html-recursive 729 730install-html-am: 731 732install-info: install-info-recursive 733 734install-info-am: 735 736install-man: 737 738install-pdf: install-pdf-recursive 739 740install-pdf-am: 741 742install-ps: install-ps-recursive 743 744install-ps-am: 745 746installcheck-am: 747 748maintainer-clean: maintainer-clean-recursive 749 -rm -f Makefile 750maintainer-clean-am: distclean-am maintainer-clean-generic 751 752mostlyclean: mostlyclean-recursive 753 754mostlyclean-am: mostlyclean-generic mostlyclean-libtool 755 756pdf: pdf-recursive 757 758pdf-am: 759 760ps: ps-recursive 761 762ps-am: 763 764uninstall-am: 765 766.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 767 install-am install-strip tags-recursive 768 769.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 770 all all-am check check-am clean clean-generic clean-libtool \ 771 ctags ctags-recursive distclean distclean-generic \ 772 distclean-libtool distclean-tags distdir dvi dvi-am html \ 773 html-am info info-am install install-am install-data \ 774 install-data-am install-dvi install-dvi-am install-exec \ 775 install-exec-am install-html install-html-am install-info \ 776 install-info-am install-man install-pdf install-pdf-am \ 777 install-ps install-ps-am install-strip installcheck \ 778 installcheck-am installdirs installdirs-am maintainer-clean \ 779 maintainer-clean-generic mostlyclean mostlyclean-generic \ 780 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 781 uninstall uninstall-am 782 783 784# Tell versions [3.59,3.63) of GNU make to not export all variables. 785# Otherwise a system limit (for SysV at least) may be exceeded. 786.NOEXPORT: 787