1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92noinst_PROGRAMS = test_internals$(EXEEXT) test_rate_limiter$(EXEEXT)
93subdir = tests/internals
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
99	$(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104PROGRAMS = $(noinst_PROGRAMS)
105am_test_internals_OBJECTS = test_internals-test_internals.$(OBJEXT) \
106	test_internals-test_common.$(OBJEXT) \
107	test_internals-misc.$(OBJEXT)
108test_internals_OBJECTS = $(am_test_internals_OBJECTS)
109am__DEPENDENCIES_1 =
110test_internals_DEPENDENCIES = $(am__DEPENDENCIES_1)
111AM_V_lt = $(am__v_lt_@AM_V@)
112am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
113am__v_lt_0 = --silent
114am__v_lt_1 =
115test_internals_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
116	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
117	$(test_internals_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
118	$@
119am_test_rate_limiter_OBJECTS =  \
120	test_rate_limiter-test_rate_limiter.$(OBJEXT) \
121	test_rate_limiter-test_common.$(OBJEXT) \
122	test_rate_limiter-rate_limiter.$(OBJEXT)
123test_rate_limiter_OBJECTS = $(am_test_rate_limiter_OBJECTS)
124test_rate_limiter_DEPENDENCIES = $(am__DEPENDENCIES_1)
125test_rate_limiter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
126	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
127	$(test_rate_limiter_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
128	-o $@
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142depcomp = $(SHELL) $(top_srcdir)/depcomp
143am__depfiles_maybe = depfiles
144am__mv = mv -f
145COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
149	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
150	$(AM_CFLAGS) $(CFLAGS)
151AM_V_CC = $(am__v_CC_@AM_V@)
152am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153am__v_CC_0 = @echo "  CC      " $@;
154am__v_CC_1 =
155CCLD = $(CC)
156LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158	$(AM_LDFLAGS) $(LDFLAGS) -o $@
159AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161am__v_CCLD_0 = @echo "  CCLD    " $@;
162am__v_CCLD_1 =
163SOURCES = $(test_internals_SOURCES) $(test_rate_limiter_SOURCES)
164DIST_SOURCES = $(test_internals_SOURCES) $(test_rate_limiter_SOURCES)
165am__can_run_installinfo = \
166  case $$AM_UPDATE_INFO_DIR in \
167    n|no|NO) false;; \
168    *) (install-info --version) >/dev/null 2>&1;; \
169  esac
170HEADERS = $(noinst_HEADERS)
171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172# Read a list of newline-separated strings from the standard input,
173# and print each of them once, without duplicates.  Input order is
174# *not* preserved.
175am__uniquify_input = $(AWK) '\
176  BEGIN { nonempty = 0; } \
177  { items[$$0] = 1; nonempty = 1; } \
178  END { if (nonempty) { for (i in items) print i; }; } \
179'
180# Make sure the list of sources is unique.  This is necessary because,
181# e.g., the same source file might be shared among _SOURCES variables
182# for different programs/libraries.
183am__define_uniq_tagged_files = \
184  list='$(am__tagged_files)'; \
185  unique=`for i in $$list; do \
186    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187  done | $(am__uniquify_input)`
188ETAGS = etags
189CTAGS = ctags
190am__tty_colors_dummy = \
191  mgn= red= grn= lgn= blu= brg= std=; \
192  am__color_tests=no
193am__tty_colors = { \
194  $(am__tty_colors_dummy); \
195  if test "X$(AM_COLOR_TESTS)" = Xno; then \
196    am__color_tests=no; \
197  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
198    am__color_tests=yes; \
199  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
200    am__color_tests=yes; \
201  fi; \
202  if test $$am__color_tests = yes; then \
203    red=''; \
204    grn=''; \
205    lgn=''; \
206    blu=''; \
207    mgn=''; \
208    brg=''; \
209    std=''; \
210  fi; \
211}
212am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214ACLOCAL = @ACLOCAL@
215AMTAR = @AMTAR@
216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217AR = @AR@
218AUTOCONF = @AUTOCONF@
219AUTOHEADER = @AUTOHEADER@
220AUTOMAKE = @AUTOMAKE@
221AWK = @AWK@
222CC = @CC@
223CCDEPMODE = @CCDEPMODE@
224CFLAGS = @CFLAGS@
225CPP = @CPP@
226CPPFLAGS = @CPPFLAGS@
227CYGPATH_W = @CYGPATH_W@
228DEFS = @DEFS@
229DEPDIR = @DEPDIR@
230DLLTOOL = @DLLTOOL@
231DSYMUTIL = @DSYMUTIL@
232DUMPBIN = @DUMPBIN@
233ECHO_C = @ECHO_C@
234ECHO_N = @ECHO_N@
235ECHO_T = @ECHO_T@
236EGREP = @EGREP@
237EXEEXT = @EXEEXT@
238FGREP = @FGREP@
239GREP = @GREP@
240INSTALL = @INSTALL@
241INSTALL_DATA = @INSTALL_DATA@
242INSTALL_PROGRAM = @INSTALL_PROGRAM@
243INSTALL_SCRIPT = @INSTALL_SCRIPT@
244INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245LD = @LD@
246LDFLAGS = @LDFLAGS@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBTOOL = @LIBTOOL@
250LIPO = @LIPO@
251LN_S = @LN_S@
252LTLIBOBJS = @LTLIBOBJS@
253LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
254MAKEINFO = @MAKEINFO@
255MANIFEST_TOOL = @MANIFEST_TOOL@
256MKDIR_P = @MKDIR_P@
257NM = @NM@
258NMEDIT = @NMEDIT@
259OBJDUMP = @OBJDUMP@
260OBJEXT = @OBJEXT@
261OTOOL = @OTOOL@
262OTOOL64 = @OTOOL64@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271PKG_CONFIG = @PKG_CONFIG@
272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274RANLIB = @RANLIB@
275SED = @SED@
276SET_MAKE = @SET_MAKE@
277SHELL = @SHELL@
278STRIP = @STRIP@
279VERSION = @VERSION@
280abs_builddir = @abs_builddir@
281abs_srcdir = @abs_srcdir@
282abs_top_builddir = @abs_top_builddir@
283abs_top_srcdir = @abs_top_srcdir@
284ac_ct_AR = @ac_ct_AR@
285ac_ct_CC = @ac_ct_CC@
286ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287am__include = @am__include@
288am__leading_dot = @am__leading_dot@
289am__quote = @am__quote@
290am__tar = @am__tar@
291am__untar = @am__untar@
292bindir = @bindir@
293build = @build@
294build_alias = @build_alias@
295build_cpu = @build_cpu@
296build_os = @build_os@
297build_vendor = @build_vendor@
298builddir = @builddir@
299datadir = @datadir@
300datarootdir = @datarootdir@
301docdir = @docdir@
302dvidir = @dvidir@
303exec_prefix = @exec_prefix@
304fuse_CFLAGS = @fuse_CFLAGS@
305fuse_LIBS = @fuse_LIBS@
306host = @host@
307host_alias = @host_alias@
308host_cpu = @host_cpu@
309host_os = @host_os@
310host_vendor = @host_vendor@
311htmldir = @htmldir@
312includedir = @includedir@
313infodir = @infodir@
314install_sh = @install_sh@
315libdir = @libdir@
316libexecdir = @libexecdir@
317localedir = @localedir@
318localstatedir = @localstatedir@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321my_CFLAGS = @my_CFLAGS@
322my_CPPFLAGS = @my_CPPFLAGS@
323my_LDFLAGS = @my_LDFLAGS@
324oldincludedir = @oldincludedir@
325pdfdir = @pdfdir@
326prefix = @prefix@
327program_transform_name = @program_transform_name@
328psdir = @psdir@
329runstatedir = @runstatedir@
330sbindir = @sbindir@
331sharedstatedir = @sharedstatedir@
332srcdir = @srcdir@
333sysconfdir = @sysconfdir@
334target_alias = @target_alias@
335top_build_prefix = @top_build_prefix@
336top_builddir = @top_builddir@
337top_srcdir = @top_srcdir@
338noinst_HEADERS = test_common.h
339test_internals_SOURCES = test_internals.c test_common.c $(top_srcdir)/src/misc.c
340test_rate_limiter_SOURCES = test_rate_limiter.c test_common.c $(top_srcdir)/src/rate_limiter.c
341test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} -I. -I$(top_srcdir)/src
342test_internals_CFLAGS = ${my_CFLAGS}
343test_internals_LDADD = ${my_LDFLAGS}
344test_rate_limiter_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} -I. -I$(top_srcdir)/src
345test_rate_limiter_CFLAGS = ${my_CFLAGS}
346test_rate_limiter_LDADD = ${my_LDFLAGS}
347TESTS = test_internals_valgrind.sh test_rate_limiter_valgrind.sh
348all: all-am
349
350.SUFFIXES:
351.SUFFIXES: .c .lo .o .obj
352$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
353	@for dep in $?; do \
354	  case '$(am__configure_deps)' in \
355	    *$$dep*) \
356	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357	        && { if test -f $@; then exit 0; else break; fi; }; \
358	      exit 1;; \
359	  esac; \
360	done; \
361	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/internals/Makefile'; \
362	$(am__cd) $(top_srcdir) && \
363	  $(AUTOMAKE) --foreign tests/internals/Makefile
364Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365	@case '$?' in \
366	  *config.status*) \
367	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
368	  *) \
369	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
370	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
371	esac;
372
373$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375
376$(top_srcdir)/configure:  $(am__configure_deps)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
379	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380$(am__aclocal_m4_deps):
381
382clean-noinstPROGRAMS:
383	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
384	echo " rm -f" $$list; \
385	rm -f $$list || exit $$?; \
386	test -n "$(EXEEXT)" || exit 0; \
387	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
388	echo " rm -f" $$list; \
389	rm -f $$list
390
391test_internals$(EXEEXT): $(test_internals_OBJECTS) $(test_internals_DEPENDENCIES) $(EXTRA_test_internals_DEPENDENCIES)
392	@rm -f test_internals$(EXEEXT)
393	$(AM_V_CCLD)$(test_internals_LINK) $(test_internals_OBJECTS) $(test_internals_LDADD) $(LIBS)
394
395test_rate_limiter$(EXEEXT): $(test_rate_limiter_OBJECTS) $(test_rate_limiter_DEPENDENCIES) $(EXTRA_test_rate_limiter_DEPENDENCIES)
396	@rm -f test_rate_limiter$(EXEEXT)
397	$(AM_V_CCLD)$(test_rate_limiter_LINK) $(test_rate_limiter_OBJECTS) $(test_rate_limiter_LDADD) $(LIBS)
398
399mostlyclean-compile:
400	-rm -f *.$(OBJEXT)
401
402distclean-compile:
403	-rm -f *.tab.c
404
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_internals-misc.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_internals-test_common.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_internals-test_internals.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rate_limiter-rate_limiter.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rate_limiter-test_common.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rate_limiter-test_rate_limiter.Po@am__quote@
411
412.c.o:
413@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
418
419.c.obj:
420@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
421@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
425
426.c.lo:
427@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
432
433test_internals-test_internals.o: test_internals.c
434@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -MT test_internals-test_internals.o -MD -MP -MF $(DEPDIR)/test_internals-test_internals.Tpo -c -o test_internals-test_internals.o `test -f 'test_internals.c' || echo '$(srcdir)/'`test_internals.c
435@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_internals-test_internals.Tpo $(DEPDIR)/test_internals-test_internals.Po
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_internals.c' object='test_internals-test_internals.o' libtool=no @AMDEPBACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -c -o test_internals-test_internals.o `test -f 'test_internals.c' || echo '$(srcdir)/'`test_internals.c
439
440test_internals-test_internals.obj: test_internals.c
441@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -MT test_internals-test_internals.obj -MD -MP -MF $(DEPDIR)/test_internals-test_internals.Tpo -c -o test_internals-test_internals.obj `if test -f 'test_internals.c'; then $(CYGPATH_W) 'test_internals.c'; else $(CYGPATH_W) '$(srcdir)/test_internals.c'; fi`
442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_internals-test_internals.Tpo $(DEPDIR)/test_internals-test_internals.Po
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_internals.c' object='test_internals-test_internals.obj' libtool=no @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -c -o test_internals-test_internals.obj `if test -f 'test_internals.c'; then $(CYGPATH_W) 'test_internals.c'; else $(CYGPATH_W) '$(srcdir)/test_internals.c'; fi`
446
447test_internals-test_common.o: test_common.c
448@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -MT test_internals-test_common.o -MD -MP -MF $(DEPDIR)/test_internals-test_common.Tpo -c -o test_internals-test_common.o `test -f 'test_common.c' || echo '$(srcdir)/'`test_common.c
449@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_internals-test_common.Tpo $(DEPDIR)/test_internals-test_common.Po
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_common.c' object='test_internals-test_common.o' libtool=no @AMDEPBACKSLASH@
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -c -o test_internals-test_common.o `test -f 'test_common.c' || echo '$(srcdir)/'`test_common.c
453
454test_internals-test_common.obj: test_common.c
455@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -MT test_internals-test_common.obj -MD -MP -MF $(DEPDIR)/test_internals-test_common.Tpo -c -o test_internals-test_common.obj `if test -f 'test_common.c'; then $(CYGPATH_W) 'test_common.c'; else $(CYGPATH_W) '$(srcdir)/test_common.c'; fi`
456@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_internals-test_common.Tpo $(DEPDIR)/test_internals-test_common.Po
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_common.c' object='test_internals-test_common.obj' libtool=no @AMDEPBACKSLASH@
458@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -c -o test_internals-test_common.obj `if test -f 'test_common.c'; then $(CYGPATH_W) 'test_common.c'; else $(CYGPATH_W) '$(srcdir)/test_common.c'; fi`
460
461test_internals-misc.o: $(top_srcdir)/src/misc.c
462@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -MT test_internals-misc.o -MD -MP -MF $(DEPDIR)/test_internals-misc.Tpo -c -o test_internals-misc.o `test -f '$(top_srcdir)/src/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/src/misc.c
463@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_internals-misc.Tpo $(DEPDIR)/test_internals-misc.Po
464@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/src/misc.c' object='test_internals-misc.o' libtool=no @AMDEPBACKSLASH@
465@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -c -o test_internals-misc.o `test -f '$(top_srcdir)/src/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/src/misc.c
467
468test_internals-misc.obj: $(top_srcdir)/src/misc.c
469@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -MT test_internals-misc.obj -MD -MP -MF $(DEPDIR)/test_internals-misc.Tpo -c -o test_internals-misc.obj `if test -f '$(top_srcdir)/src/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/src/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/misc.c'; fi`
470@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_internals-misc.Tpo $(DEPDIR)/test_internals-misc.Po
471@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/src/misc.c' object='test_internals-misc.obj' libtool=no @AMDEPBACKSLASH@
472@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_internals_CPPFLAGS) $(CPPFLAGS) $(test_internals_CFLAGS) $(CFLAGS) -c -o test_internals-misc.obj `if test -f '$(top_srcdir)/src/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/src/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/misc.c'; fi`
474
475test_rate_limiter-test_rate_limiter.o: test_rate_limiter.c
476@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -MT test_rate_limiter-test_rate_limiter.o -MD -MP -MF $(DEPDIR)/test_rate_limiter-test_rate_limiter.Tpo -c -o test_rate_limiter-test_rate_limiter.o `test -f 'test_rate_limiter.c' || echo '$(srcdir)/'`test_rate_limiter.c
477@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rate_limiter-test_rate_limiter.Tpo $(DEPDIR)/test_rate_limiter-test_rate_limiter.Po
478@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_rate_limiter.c' object='test_rate_limiter-test_rate_limiter.o' libtool=no @AMDEPBACKSLASH@
479@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -c -o test_rate_limiter-test_rate_limiter.o `test -f 'test_rate_limiter.c' || echo '$(srcdir)/'`test_rate_limiter.c
481
482test_rate_limiter-test_rate_limiter.obj: test_rate_limiter.c
483@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -MT test_rate_limiter-test_rate_limiter.obj -MD -MP -MF $(DEPDIR)/test_rate_limiter-test_rate_limiter.Tpo -c -o test_rate_limiter-test_rate_limiter.obj `if test -f 'test_rate_limiter.c'; then $(CYGPATH_W) 'test_rate_limiter.c'; else $(CYGPATH_W) '$(srcdir)/test_rate_limiter.c'; fi`
484@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rate_limiter-test_rate_limiter.Tpo $(DEPDIR)/test_rate_limiter-test_rate_limiter.Po
485@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_rate_limiter.c' object='test_rate_limiter-test_rate_limiter.obj' libtool=no @AMDEPBACKSLASH@
486@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -c -o test_rate_limiter-test_rate_limiter.obj `if test -f 'test_rate_limiter.c'; then $(CYGPATH_W) 'test_rate_limiter.c'; else $(CYGPATH_W) '$(srcdir)/test_rate_limiter.c'; fi`
488
489test_rate_limiter-test_common.o: test_common.c
490@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -MT test_rate_limiter-test_common.o -MD -MP -MF $(DEPDIR)/test_rate_limiter-test_common.Tpo -c -o test_rate_limiter-test_common.o `test -f 'test_common.c' || echo '$(srcdir)/'`test_common.c
491@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rate_limiter-test_common.Tpo $(DEPDIR)/test_rate_limiter-test_common.Po
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_common.c' object='test_rate_limiter-test_common.o' libtool=no @AMDEPBACKSLASH@
493@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -c -o test_rate_limiter-test_common.o `test -f 'test_common.c' || echo '$(srcdir)/'`test_common.c
495
496test_rate_limiter-test_common.obj: test_common.c
497@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -MT test_rate_limiter-test_common.obj -MD -MP -MF $(DEPDIR)/test_rate_limiter-test_common.Tpo -c -o test_rate_limiter-test_common.obj `if test -f 'test_common.c'; then $(CYGPATH_W) 'test_common.c'; else $(CYGPATH_W) '$(srcdir)/test_common.c'; fi`
498@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rate_limiter-test_common.Tpo $(DEPDIR)/test_rate_limiter-test_common.Po
499@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_common.c' object='test_rate_limiter-test_common.obj' libtool=no @AMDEPBACKSLASH@
500@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -c -o test_rate_limiter-test_common.obj `if test -f 'test_common.c'; then $(CYGPATH_W) 'test_common.c'; else $(CYGPATH_W) '$(srcdir)/test_common.c'; fi`
502
503test_rate_limiter-rate_limiter.o: $(top_srcdir)/src/rate_limiter.c
504@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -MT test_rate_limiter-rate_limiter.o -MD -MP -MF $(DEPDIR)/test_rate_limiter-rate_limiter.Tpo -c -o test_rate_limiter-rate_limiter.o `test -f '$(top_srcdir)/src/rate_limiter.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rate_limiter.c
505@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rate_limiter-rate_limiter.Tpo $(DEPDIR)/test_rate_limiter-rate_limiter.Po
506@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/src/rate_limiter.c' object='test_rate_limiter-rate_limiter.o' libtool=no @AMDEPBACKSLASH@
507@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -c -o test_rate_limiter-rate_limiter.o `test -f '$(top_srcdir)/src/rate_limiter.c' || echo '$(srcdir)/'`$(top_srcdir)/src/rate_limiter.c
509
510test_rate_limiter-rate_limiter.obj: $(top_srcdir)/src/rate_limiter.c
511@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -MT test_rate_limiter-rate_limiter.obj -MD -MP -MF $(DEPDIR)/test_rate_limiter-rate_limiter.Tpo -c -o test_rate_limiter-rate_limiter.obj `if test -f '$(top_srcdir)/src/rate_limiter.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rate_limiter.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rate_limiter.c'; fi`
512@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rate_limiter-rate_limiter.Tpo $(DEPDIR)/test_rate_limiter-rate_limiter.Po
513@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/src/rate_limiter.c' object='test_rate_limiter-rate_limiter.obj' libtool=no @AMDEPBACKSLASH@
514@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_rate_limiter_CPPFLAGS) $(CPPFLAGS) $(test_rate_limiter_CFLAGS) $(CFLAGS) -c -o test_rate_limiter-rate_limiter.obj `if test -f '$(top_srcdir)/src/rate_limiter.c'; then $(CYGPATH_W) '$(top_srcdir)/src/rate_limiter.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/rate_limiter.c'; fi`
516
517mostlyclean-libtool:
518	-rm -f *.lo
519
520clean-libtool:
521	-rm -rf .libs _libs
522
523ID: $(am__tagged_files)
524	$(am__define_uniq_tagged_files); mkid -fID $$unique
525tags: tags-am
526TAGS: tags
527
528tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
529	set x; \
530	here=`pwd`; \
531	$(am__define_uniq_tagged_files); \
532	shift; \
533	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
534	  test -n "$$unique" || unique=$$empty_fix; \
535	  if test $$# -gt 0; then \
536	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537	      "$$@" $$unique; \
538	  else \
539	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540	      $$unique; \
541	  fi; \
542	fi
543ctags: ctags-am
544
545CTAGS: ctags
546ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
547	$(am__define_uniq_tagged_files); \
548	test -z "$(CTAGS_ARGS)$$unique" \
549	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
550	     $$unique
551
552GTAGS:
553	here=`$(am__cd) $(top_builddir) && pwd` \
554	  && $(am__cd) $(top_srcdir) \
555	  && gtags -i $(GTAGS_ARGS) "$$here"
556cscopelist: cscopelist-am
557
558cscopelist-am: $(am__tagged_files)
559	list='$(am__tagged_files)'; \
560	case "$(srcdir)" in \
561	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562	  *) sdir=$(subdir)/$(srcdir) ;; \
563	esac; \
564	for i in $$list; do \
565	  if test -f "$$i"; then \
566	    echo "$(subdir)/$$i"; \
567	  else \
568	    echo "$$sdir/$$i"; \
569	  fi; \
570	done >> $(top_builddir)/cscope.files
571
572distclean-tags:
573	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575check-TESTS: $(TESTS)
576	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
577	srcdir=$(srcdir); export srcdir; \
578	list=' $(TESTS) '; \
579	$(am__tty_colors); \
580	if test -n "$$list"; then \
581	  for tst in $$list; do \
582	    if test -f ./$$tst; then dir=./; \
583	    elif test -f $$tst; then dir=; \
584	    else dir="$(srcdir)/"; fi; \
585	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
586	      all=`expr $$all + 1`; \
587	      case " $(XFAIL_TESTS) " in \
588	      *[\ \	]$$tst[\ \	]*) \
589		xpass=`expr $$xpass + 1`; \
590		failed=`expr $$failed + 1`; \
591		col=$$red; res=XPASS; \
592	      ;; \
593	      *) \
594		col=$$grn; res=PASS; \
595	      ;; \
596	      esac; \
597	    elif test $$? -ne 77; then \
598	      all=`expr $$all + 1`; \
599	      case " $(XFAIL_TESTS) " in \
600	      *[\ \	]$$tst[\ \	]*) \
601		xfail=`expr $$xfail + 1`; \
602		col=$$lgn; res=XFAIL; \
603	      ;; \
604	      *) \
605		failed=`expr $$failed + 1`; \
606		col=$$red; res=FAIL; \
607	      ;; \
608	      esac; \
609	    else \
610	      skip=`expr $$skip + 1`; \
611	      col=$$blu; res=SKIP; \
612	    fi; \
613	    echo "$${col}$$res$${std}: $$tst"; \
614	  done; \
615	  if test "$$all" -eq 1; then \
616	    tests="test"; \
617	    All=""; \
618	  else \
619	    tests="tests"; \
620	    All="All "; \
621	  fi; \
622	  if test "$$failed" -eq 0; then \
623	    if test "$$xfail" -eq 0; then \
624	      banner="$$All$$all $$tests passed"; \
625	    else \
626	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
627	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
628	    fi; \
629	  else \
630	    if test "$$xpass" -eq 0; then \
631	      banner="$$failed of $$all $$tests failed"; \
632	    else \
633	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
634	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
635	    fi; \
636	  fi; \
637	  dashes="$$banner"; \
638	  skipped=""; \
639	  if test "$$skip" -ne 0; then \
640	    if test "$$skip" -eq 1; then \
641	      skipped="($$skip test was not run)"; \
642	    else \
643	      skipped="($$skip tests were not run)"; \
644	    fi; \
645	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
646	      dashes="$$skipped"; \
647	  fi; \
648	  report=""; \
649	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
650	    report="Please report to $(PACKAGE_BUGREPORT)"; \
651	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
652	      dashes="$$report"; \
653	  fi; \
654	  dashes=`echo "$$dashes" | sed s/./=/g`; \
655	  if test "$$failed" -eq 0; then \
656	    col="$$grn"; \
657	  else \
658	    col="$$red"; \
659	  fi; \
660	  echo "$${col}$$dashes$${std}"; \
661	  echo "$${col}$$banner$${std}"; \
662	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
663	  test -z "$$report" || echo "$${col}$$report$${std}"; \
664	  echo "$${col}$$dashes$${std}"; \
665	  test "$$failed" -eq 0; \
666	else :; fi
667
668distdir: $(DISTFILES)
669	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
671	list='$(DISTFILES)'; \
672	  dist_files=`for file in $$list; do echo $$file; done | \
673	  sed -e "s|^$$srcdirstrip/||;t" \
674	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
675	case $$dist_files in \
676	  */*) $(MKDIR_P) `echo "$$dist_files" | \
677			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
678			   sort -u` ;; \
679	esac; \
680	for file in $$dist_files; do \
681	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
682	  if test -d $$d/$$file; then \
683	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
684	    if test -d "$(distdir)/$$file"; then \
685	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
686	    fi; \
687	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
688	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
689	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690	    fi; \
691	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
692	  else \
693	    test -f "$(distdir)/$$file" \
694	    || cp -p $$d/$$file "$(distdir)/$$file" \
695	    || exit 1; \
696	  fi; \
697	done
698check-am: all-am
699	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
700check: check-am
701all-am: Makefile $(PROGRAMS) $(HEADERS)
702installdirs:
703install: install-am
704install-exec: install-exec-am
705install-data: install-data-am
706uninstall: uninstall-am
707
708install-am: all-am
709	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710
711installcheck: installcheck-am
712install-strip:
713	if test -z '$(STRIP)'; then \
714	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
715	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
716	      install; \
717	else \
718	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
721	fi
722mostlyclean-generic:
723
724clean-generic:
725
726distclean-generic:
727	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
728	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
729
730maintainer-clean-generic:
731	@echo "This command is intended for maintainers to use"
732	@echo "it deletes files that may require special tools to rebuild."
733clean: clean-am
734
735clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
736	mostlyclean-am
737
738distclean: distclean-am
739	-rm -rf ./$(DEPDIR)
740	-rm -f Makefile
741distclean-am: clean-am distclean-compile distclean-generic \
742	distclean-tags
743
744dvi: dvi-am
745
746dvi-am:
747
748html: html-am
749
750html-am:
751
752info: info-am
753
754info-am:
755
756install-data-am:
757
758install-dvi: install-dvi-am
759
760install-dvi-am:
761
762install-exec-am:
763
764install-html: install-html-am
765
766install-html-am:
767
768install-info: install-info-am
769
770install-info-am:
771
772install-man:
773
774install-pdf: install-pdf-am
775
776install-pdf-am:
777
778install-ps: install-ps-am
779
780install-ps-am:
781
782installcheck-am:
783
784maintainer-clean: maintainer-clean-am
785	-rm -rf ./$(DEPDIR)
786	-rm -f Makefile
787maintainer-clean-am: distclean-am maintainer-clean-generic
788
789mostlyclean: mostlyclean-am
790
791mostlyclean-am: mostlyclean-compile mostlyclean-generic \
792	mostlyclean-libtool
793
794pdf: pdf-am
795
796pdf-am:
797
798ps: ps-am
799
800ps-am:
801
802uninstall-am:
803
804.MAKE: check-am install-am install-strip
805
806.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
807	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
808	ctags ctags-am distclean distclean-compile distclean-generic \
809	distclean-libtool distclean-tags distdir dvi dvi-am html \
810	html-am info info-am install install-am install-data \
811	install-data-am install-dvi install-dvi-am install-exec \
812	install-exec-am install-html install-html-am install-info \
813	install-info-am install-man install-pdf install-pdf-am \
814	install-ps install-ps-am install-strip installcheck \
815	installcheck-am installdirs maintainer-clean \
816	maintainer-clean-generic mostlyclean mostlyclean-compile \
817	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
818	tags tags-am uninstall uninstall-am
819
820.PRECIOUS: Makefile
821
822
823# Tell versions [3.59,3.63) of GNU make to not export all variables.
824# Otherwise a system limit (for SysV at least) may be exceeded.
825.NOEXPORT:
826