]> git.decadent.org.uk Git - nfs-utils.git/blob - tests/Makefile.in
Merge branch 'upstream'
[nfs-utils.git] / tests / Makefile.in
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 check_PROGRAMS = statdb_dump$(EXEEXT)
37 subdir = tests
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
41         $(top_srcdir)/aclocal/ipv6.m4 \
42         $(top_srcdir)/aclocal/kerberos5.m4 \
43         $(top_srcdir)/aclocal/libblkid.m4 \
44         $(top_srcdir)/aclocal/libcap.m4 \
45         $(top_srcdir)/aclocal/libevent.m4 \
46         $(top_srcdir)/aclocal/libnfsidmap.m4 \
47         $(top_srcdir)/aclocal/librpcsecgss.m4 \
48         $(top_srcdir)/aclocal/libtirpc.m4 \
49         $(top_srcdir)/aclocal/nfs-utils.m4 \
50         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
51         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
52         $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 mkinstalldirs = $(install_sh) -d
56 CONFIG_HEADER = $(top_builddir)/support/include/config.h
57 CONFIG_CLEAN_FILES =
58 CONFIG_CLEAN_VPATH_FILES =
59 am_statdb_dump_OBJECTS = statdb_dump.$(OBJEXT)
60 statdb_dump_OBJECTS = $(am_statdb_dump_OBJECTS)
61 am__DEPENDENCIES_1 =
62 statdb_dump_DEPENDENCIES = ../support/nfs/libnfs.a \
63         ../support/nsm/libnsm.a $(am__DEPENDENCIES_1)
64 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/support/include
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 am__mv = mv -f
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 CCLD = $(CC)
74 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76         $(LDFLAGS) -o $@
77 SOURCES = $(statdb_dump_SOURCES)
78 DIST_SOURCES = $(statdb_dump_SOURCES)
79 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80         html-recursive info-recursive install-data-recursive \
81         install-dvi-recursive install-exec-recursive \
82         install-html-recursive install-info-recursive \
83         install-pdf-recursive install-ps-recursive install-recursive \
84         installcheck-recursive installdirs-recursive pdf-recursive \
85         ps-recursive uninstall-recursive
86 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
87   distclean-recursive maintainer-clean-recursive
88 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90         distdir
91 ETAGS = etags
92 CTAGS = ctags
93 am__tty_colors = \
94 red=; grn=; lgn=; blu=; std=
95 DIST_SUBDIRS = $(SUBDIRS)
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 am__relativize = \
98   dir0=`pwd`; \
99   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100   sed_rest='s,^[^/]*/*,,'; \
101   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102   sed_butlast='s,/*[^/]*$$,,'; \
103   while test -n "$$dir1"; do \
104     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105     if test "$$first" != "."; then \
106       if test "$$first" = ".."; then \
107         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109       else \
110         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111         if test "$$first2" = "$$first"; then \
112           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113         else \
114           dir2="../$$dir2"; \
115         fi; \
116         dir0="$$dir0"/"$$first"; \
117       fi; \
118     fi; \
119     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120   done; \
121   reldir="$$dir2"
122 ACLOCAL = @ACLOCAL@
123 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
124 ALLOCA = @ALLOCA@
125 AMTAR = @AMTAR@
126 AM_CFLAGS = @AM_CFLAGS@
127 AM_CPPFLAGS = @AM_CPPFLAGS@
128 AR = @AR@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@
135 CC_FOR_BUILD = @CC_FOR_BUILD@
136 CFLAGS = @CFLAGS@
137 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
141 CXX = @CXX@
142 CXXCPP = @CXXCPP@
143 CXXDEPMODE = @CXXDEPMODE@
144 CXXFLAGS = @CXXFLAGS@
145 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
146 CYGPATH_W = @CYGPATH_W@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DSYMUTIL = @DSYMUTIL@
150 DUMPBIN = @DUMPBIN@
151 ECHO_C = @ECHO_C@
152 ECHO_N = @ECHO_N@
153 ECHO_T = @ECHO_T@
154 EGREP = @EGREP@
155 EXEEXT = @EXEEXT@
156 FGREP = @FGREP@
157 GREP = @GREP@
158 GSSD = @GSSD@
159 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
160 GSSGLUE_LIBS = @GSSGLUE_LIBS@
161 HAVE_LIBWRAP = @HAVE_LIBWRAP@
162 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
163 IDMAPD = @IDMAPD@
164 INSTALL = @INSTALL@
165 INSTALL_DATA = @INSTALL_DATA@
166 INSTALL_PROGRAM = @INSTALL_PROGRAM@
167 INSTALL_SCRIPT = @INSTALL_SCRIPT@
168 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169 K5VERS = @K5VERS@
170 KRBCFLAGS = @KRBCFLAGS@
171 KRBDIR = @KRBDIR@
172 KRBLDFLAGS = @KRBLDFLAGS@
173 KRBLIBS = @KRBLIBS@
174 LD = @LD@
175 LDFLAGS = @LDFLAGS@
176 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
177 LIBBLKID = @LIBBLKID@
178 LIBBSD = @LIBBSD@
179 LIBCAP = @LIBCAP@
180 LIBCRYPT = @LIBCRYPT@
181 LIBNSL = @LIBNSL@
182 LIBOBJS = @LIBOBJS@
183 LIBS = @LIBS@
184 LIBSOCKET = @LIBSOCKET@
185 LIBTOOL = @LIBTOOL@
186 LIBWRAP = @LIBWRAP@
187 LIPO = @LIPO@
188 LN_S = @LN_S@
189 LTLIBOBJS = @LTLIBOBJS@
190 MAINT = @MAINT@
191 MAKEINFO = @MAKEINFO@
192 MKDIR_P = @MKDIR_P@
193 NM = @NM@
194 NMEDIT = @NMEDIT@
195 OBJDUMP = @OBJDUMP@
196 OBJEXT = @OBJEXT@
197 OTOOL = @OTOOL@
198 OTOOL64 = @OTOOL64@
199 PACKAGE = @PACKAGE@
200 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201 PACKAGE_NAME = @PACKAGE_NAME@
202 PACKAGE_STRING = @PACKAGE_STRING@
203 PACKAGE_TARNAME = @PACKAGE_TARNAME@
204 PACKAGE_VERSION = @PACKAGE_VERSION@
205 PATH_SEPARATOR = @PATH_SEPARATOR@
206 PKG_CONFIG = @PKG_CONFIG@
207 RANLIB = @RANLIB@
208 RELEASE = @RELEASE@
209 RPCGEN_PATH = @RPCGEN_PATH@
210 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
211 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
212 SED = @SED@
213 SET_MAKE = @SET_MAKE@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 SVCGSSD = @SVCGSSD@
217 VERSION = @VERSION@
218 abs_builddir = @abs_builddir@
219 abs_srcdir = @abs_srcdir@
220 abs_top_builddir = @abs_top_builddir@
221 abs_top_srcdir = @abs_top_srcdir@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_CXX = @ac_ct_CXX@
224 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225 am__include = @am__include@
226 am__leading_dot = @am__leading_dot@
227 am__quote = @am__quote@
228 am__tar = @am__tar@
229 am__untar = @am__untar@
230 bindir = @bindir@
231 build = @build@
232 build_alias = @build_alias@
233 build_cpu = @build_cpu@
234 build_os = @build_os@
235 build_vendor = @build_vendor@
236 builddir = @builddir@
237 datadir = @datadir@
238 datarootdir = @datarootdir@
239 docdir = @docdir@
240 dvidir = @dvidir@
241 enable_gss = @enable_gss@
242 enable_ipv6 = @enable_ipv6@
243 enable_mountconfig = @enable_mountconfig@
244 enable_nfsv3 = @enable_nfsv3@
245 enable_nfsv4 = @enable_nfsv4@
246 enable_nfsv41 = @enable_nfsv41@
247 exec_prefix = @exec_prefix@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 kprefix = @kprefix@
258 libdir = @libdir@
259 libexecdir = @libexecdir@
260 localedir = @localedir@
261 localstatedir = @localstatedir@
262 lt_ECHO = @lt_ECHO@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 mountfile = @mountfile@
266 oldincludedir = @oldincludedir@
267 pdfdir = @pdfdir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 startstatd = @startstatd@
275 statduser = @statduser@
276 statedir = @statedir@
277 sysconfdir = @sysconfdir@
278 target_alias = @target_alias@
279 top_build_prefix = @top_build_prefix@
280 top_builddir = @top_builddir@
281 top_srcdir = @top_srcdir@
282 statdb_dump_SOURCES = statdb_dump.c
283 statdb_dump_LDADD = ../support/nfs/libnfs.a \
284                     ../support/nsm/libnsm.a $(LIBCAP)
285
286 SUBDIRS = nsm_client
287 MAINTAINERCLEANFILES = Makefile.in
288 TESTS = t0001-statd-basic-mon-unmon.sh
289 all: all-recursive
290
291 .SUFFIXES:
292 .SUFFIXES: .c .lo .o .obj
293 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
294         @for dep in $?; do \
295           case '$(am__configure_deps)' in \
296             *$$dep*) \
297               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298                 && { if test -f $@; then exit 0; else break; fi; }; \
299               exit 1;; \
300           esac; \
301         done; \
302         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
303         $(am__cd) $(top_srcdir) && \
304           $(AUTOMAKE) --gnu tests/Makefile
305 .PRECIOUS: Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307         @case '$?' in \
308           *config.status*) \
309             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310           *) \
311             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313         esac;
314
315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
318 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(am__aclocal_m4_deps):
323
324 clean-checkPROGRAMS:
325         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
326         echo " rm -f" $$list; \
327         rm -f $$list || exit $$?; \
328         test -n "$(EXEEXT)" || exit 0; \
329         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
330         echo " rm -f" $$list; \
331         rm -f $$list
332 statdb_dump$(EXEEXT): $(statdb_dump_OBJECTS) $(statdb_dump_DEPENDENCIES) 
333         @rm -f statdb_dump$(EXEEXT)
334         $(LINK) $(statdb_dump_OBJECTS) $(statdb_dump_LDADD) $(LIBS)
335
336 mostlyclean-compile:
337         -rm -f *.$(OBJEXT)
338
339 distclean-compile:
340         -rm -f *.tab.c
341
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statdb_dump.Po@am__quote@
343
344 .c.o:
345 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
350
351 .c.obj:
352 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
353 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
357
358 .c.lo:
359 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
360 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
364
365 mostlyclean-libtool:
366         -rm -f *.lo
367
368 clean-libtool:
369         -rm -rf .libs _libs
370
371 # This directory's subdirectories are mostly independent; you can cd
372 # into them and run `make' without going through this Makefile.
373 # To change the values of `make' variables: instead of editing Makefiles,
374 # (1) if the variable is set in `config.status', edit `config.status'
375 #     (which will cause the Makefiles to be regenerated when you run `make');
376 # (2) otherwise, pass the desired values on the `make' command line.
377 $(RECURSIVE_TARGETS):
378         @fail= failcom='exit 1'; \
379         for f in x $$MAKEFLAGS; do \
380           case $$f in \
381             *=* | --[!k]*);; \
382             *k*) failcom='fail=yes';; \
383           esac; \
384         done; \
385         dot_seen=no; \
386         target=`echo $@ | sed s/-recursive//`; \
387         list='$(SUBDIRS)'; for subdir in $$list; do \
388           echo "Making $$target in $$subdir"; \
389           if test "$$subdir" = "."; then \
390             dot_seen=yes; \
391             local_target="$$target-am"; \
392           else \
393             local_target="$$target"; \
394           fi; \
395           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396           || eval $$failcom; \
397         done; \
398         if test "$$dot_seen" = "no"; then \
399           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
400         fi; test -z "$$fail"
401
402 $(RECURSIVE_CLEAN_TARGETS):
403         @fail= failcom='exit 1'; \
404         for f in x $$MAKEFLAGS; do \
405           case $$f in \
406             *=* | --[!k]*);; \
407             *k*) failcom='fail=yes';; \
408           esac; \
409         done; \
410         dot_seen=no; \
411         case "$@" in \
412           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
413           *) list='$(SUBDIRS)' ;; \
414         esac; \
415         rev=''; for subdir in $$list; do \
416           if test "$$subdir" = "."; then :; else \
417             rev="$$subdir $$rev"; \
418           fi; \
419         done; \
420         rev="$$rev ."; \
421         target=`echo $@ | sed s/-recursive//`; \
422         for subdir in $$rev; do \
423           echo "Making $$target in $$subdir"; \
424           if test "$$subdir" = "."; then \
425             local_target="$$target-am"; \
426           else \
427             local_target="$$target"; \
428           fi; \
429           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
430           || eval $$failcom; \
431         done && test -z "$$fail"
432 tags-recursive:
433         list='$(SUBDIRS)'; for subdir in $$list; do \
434           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
435         done
436 ctags-recursive:
437         list='$(SUBDIRS)'; for subdir in $$list; do \
438           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
439         done
440
441 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
442         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443         unique=`for i in $$list; do \
444             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445           done | \
446           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447               END { if (nonempty) { for (i in files) print i; }; }'`; \
448         mkid -fID $$unique
449 tags: TAGS
450
451 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         set x; \
454         here=`pwd`; \
455         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
456           include_option=--etags-include; \
457           empty_fix=.; \
458         else \
459           include_option=--include; \
460           empty_fix=; \
461         fi; \
462         list='$(SUBDIRS)'; for subdir in $$list; do \
463           if test "$$subdir" = .; then :; else \
464             test ! -f $$subdir/TAGS || \
465               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
466           fi; \
467         done; \
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473               END { if (nonempty) { for (i in files) print i; }; }'`; \
474         shift; \
475         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476           test -n "$$unique" || unique=$$empty_fix; \
477           if test $$# -gt 0; then \
478             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479               "$$@" $$unique; \
480           else \
481             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482               $$unique; \
483           fi; \
484         fi
485 ctags: CTAGS
486 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487                 $(TAGS_FILES) $(LISP)
488         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         test -z "$(CTAGS_ARGS)$$unique" \
495           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
496              $$unique
497
498 GTAGS:
499         here=`$(am__cd) $(top_builddir) && pwd` \
500           && $(am__cd) $(top_srcdir) \
501           && gtags -i $(GTAGS_ARGS) "$$here"
502
503 distclean-tags:
504         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
505
506 check-TESTS: $(TESTS)
507         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
508         srcdir=$(srcdir); export srcdir; \
509         list=' $(TESTS) '; \
510         $(am__tty_colors); \
511         if test -n "$$list"; then \
512           for tst in $$list; do \
513             if test -f ./$$tst; then dir=./; \
514             elif test -f $$tst; then dir=; \
515             else dir="$(srcdir)/"; fi; \
516             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
517               all=`expr $$all + 1`; \
518               case " $(XFAIL_TESTS) " in \
519               *[\ \     ]$$tst[\ \      ]*) \
520                 xpass=`expr $$xpass + 1`; \
521                 failed=`expr $$failed + 1`; \
522                 col=$$red; res=XPASS; \
523               ;; \
524               *) \
525                 col=$$grn; res=PASS; \
526               ;; \
527               esac; \
528             elif test $$? -ne 77; then \
529               all=`expr $$all + 1`; \
530               case " $(XFAIL_TESTS) " in \
531               *[\ \     ]$$tst[\ \      ]*) \
532                 xfail=`expr $$xfail + 1`; \
533                 col=$$lgn; res=XFAIL; \
534               ;; \
535               *) \
536                 failed=`expr $$failed + 1`; \
537                 col=$$red; res=FAIL; \
538               ;; \
539               esac; \
540             else \
541               skip=`expr $$skip + 1`; \
542               col=$$blu; res=SKIP; \
543             fi; \
544             echo "$${col}$$res$${std}: $$tst"; \
545           done; \
546           if test "$$all" -eq 1; then \
547             tests="test"; \
548             All=""; \
549           else \
550             tests="tests"; \
551             All="All "; \
552           fi; \
553           if test "$$failed" -eq 0; then \
554             if test "$$xfail" -eq 0; then \
555               banner="$$All$$all $$tests passed"; \
556             else \
557               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
558               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
559             fi; \
560           else \
561             if test "$$xpass" -eq 0; then \
562               banner="$$failed of $$all $$tests failed"; \
563             else \
564               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
565               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
566             fi; \
567           fi; \
568           dashes="$$banner"; \
569           skipped=""; \
570           if test "$$skip" -ne 0; then \
571             if test "$$skip" -eq 1; then \
572               skipped="($$skip test was not run)"; \
573             else \
574               skipped="($$skip tests were not run)"; \
575             fi; \
576             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
577               dashes="$$skipped"; \
578           fi; \
579           report=""; \
580           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
581             report="Please report to $(PACKAGE_BUGREPORT)"; \
582             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
583               dashes="$$report"; \
584           fi; \
585           dashes=`echo "$$dashes" | sed s/./=/g`; \
586           if test "$$failed" -eq 0; then \
587             echo "$$grn$$dashes"; \
588           else \
589             echo "$$red$$dashes"; \
590           fi; \
591           echo "$$banner"; \
592           test -z "$$skipped" || echo "$$skipped"; \
593           test -z "$$report" || echo "$$report"; \
594           echo "$$dashes$$std"; \
595           test "$$failed" -eq 0; \
596         else :; fi
597
598 distdir: $(DISTFILES)
599         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
600         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601         list='$(DISTFILES)'; \
602           dist_files=`for file in $$list; do echo $$file; done | \
603           sed -e "s|^$$srcdirstrip/||;t" \
604               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
605         case $$dist_files in \
606           */*) $(MKDIR_P) `echo "$$dist_files" | \
607                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
608                            sort -u` ;; \
609         esac; \
610         for file in $$dist_files; do \
611           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
612           if test -d $$d/$$file; then \
613             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
614             if test -d "$(distdir)/$$file"; then \
615               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616             fi; \
617             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
618               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
619               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620             fi; \
621             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
622           else \
623             test -f "$(distdir)/$$file" \
624             || cp -p $$d/$$file "$(distdir)/$$file" \
625             || exit 1; \
626           fi; \
627         done
628         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
629           if test "$$subdir" = .; then :; else \
630             test -d "$(distdir)/$$subdir" \
631             || $(MKDIR_P) "$(distdir)/$$subdir" \
632             || exit 1; \
633           fi; \
634         done
635         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
636           if test "$$subdir" = .; then :; else \
637             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
638             $(am__relativize); \
639             new_distdir=$$reldir; \
640             dir1=$$subdir; dir2="$(top_distdir)"; \
641             $(am__relativize); \
642             new_top_distdir=$$reldir; \
643             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
644             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
645             ($(am__cd) $$subdir && \
646               $(MAKE) $(AM_MAKEFLAGS) \
647                 top_distdir="$$new_top_distdir" \
648                 distdir="$$new_distdir" \
649                 am__remove_distdir=: \
650                 am__skip_length_check=: \
651                 am__skip_mode_fix=: \
652                 distdir) \
653               || exit 1; \
654           fi; \
655         done
656 check-am: all-am
657         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
658         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
659 check: check-recursive
660 all-am: Makefile
661 installdirs: installdirs-recursive
662 installdirs-am:
663 install: install-recursive
664 install-exec: install-exec-recursive
665 install-data: install-data-recursive
666 uninstall: uninstall-recursive
667
668 install-am: all-am
669         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
670
671 installcheck: installcheck-recursive
672 install-strip:
673         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675           `test -z '$(STRIP)' || \
676             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
677 mostlyclean-generic:
678
679 clean-generic:
680
681 distclean-generic:
682         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
683         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
684
685 maintainer-clean-generic:
686         @echo "This command is intended for maintainers to use"
687         @echo "it deletes files that may require special tools to rebuild."
688         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
689 clean: clean-recursive
690
691 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
692         mostlyclean-am
693
694 distclean: distclean-recursive
695         -rm -rf ./$(DEPDIR)
696         -rm -f Makefile
697 distclean-am: clean-am distclean-compile distclean-generic \
698         distclean-tags
699
700 dvi: dvi-recursive
701
702 dvi-am:
703
704 html: html-recursive
705
706 html-am:
707
708 info: info-recursive
709
710 info-am:
711
712 install-data-am:
713
714 install-dvi: install-dvi-recursive
715
716 install-dvi-am:
717
718 install-exec-am:
719
720 install-html: install-html-recursive
721
722 install-html-am:
723
724 install-info: install-info-recursive
725
726 install-info-am:
727
728 install-man:
729
730 install-pdf: install-pdf-recursive
731
732 install-pdf-am:
733
734 install-ps: install-ps-recursive
735
736 install-ps-am:
737
738 installcheck-am:
739
740 maintainer-clean: maintainer-clean-recursive
741         -rm -rf ./$(DEPDIR)
742         -rm -f Makefile
743 maintainer-clean-am: distclean-am maintainer-clean-generic
744
745 mostlyclean: mostlyclean-recursive
746
747 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
748         mostlyclean-libtool
749
750 pdf: pdf-recursive
751
752 pdf-am:
753
754 ps: ps-recursive
755
756 ps-am:
757
758 uninstall-am:
759
760 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
761         ctags-recursive install-am install-strip tags-recursive
762
763 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
764         all all-am check check-TESTS check-am clean \
765         clean-checkPROGRAMS clean-generic clean-libtool ctags \
766         ctags-recursive distclean distclean-compile distclean-generic \
767         distclean-libtool distclean-tags distdir dvi dvi-am html \
768         html-am info info-am install install-am install-data \
769         install-data-am install-dvi install-dvi-am install-exec \
770         install-exec-am install-html install-html-am install-info \
771         install-info-am install-man install-pdf install-pdf-am \
772         install-ps install-ps-am install-strip installcheck \
773         installcheck-am installdirs installdirs-am maintainer-clean \
774         maintainer-clean-generic mostlyclean mostlyclean-compile \
775         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
776         tags tags-recursive uninstall uninstall-am
777
778
779 # Tell versions [3.59,3.63) of GNU make to not export all variables.
780 # Otherwise a system limit (for SysV at least) may be exceeded.
781 .NOEXPORT: