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