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