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