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