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