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