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