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