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