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