]> andersk Git - libyaml.git/blob - tests/Makefile.in
Imported Upstream version 0.1.3
[libyaml.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
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
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 TESTS = test-version$(EXEEXT) test-reader$(EXEEXT)
36 check_PROGRAMS = test-version$(EXEEXT) test-reader$(EXEEXT)
37 noinst_PROGRAMS = run-scanner$(EXEEXT) run-parser$(EXEEXT) \
38         run-loader$(EXEEXT) run-emitter$(EXEEXT) run-dumper$(EXEEXT) \
39         example-reformatter$(EXEEXT) example-reformatter-alt$(EXEEXT) \
40         example-deconstructor$(EXEEXT) \
41         example-deconstructor-alt$(EXEEXT)
42 subdir = tests
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 PROGRAMS = $(noinst_PROGRAMS)
52 example_deconstructor_SOURCES = example-deconstructor.c
53 example_deconstructor_OBJECTS = example-deconstructor.$(OBJEXT)
54 example_deconstructor_LDADD = $(LDADD)
55 example_deconstructor_DEPENDENCIES = $(top_builddir)/src/libyaml.la
56 example_deconstructor_alt_SOURCES = example-deconstructor-alt.c
57 example_deconstructor_alt_OBJECTS =  \
58         example-deconstructor-alt.$(OBJEXT)
59 example_deconstructor_alt_LDADD = $(LDADD)
60 example_deconstructor_alt_DEPENDENCIES =  \
61         $(top_builddir)/src/libyaml.la
62 example_reformatter_SOURCES = example-reformatter.c
63 example_reformatter_OBJECTS = example-reformatter.$(OBJEXT)
64 example_reformatter_LDADD = $(LDADD)
65 example_reformatter_DEPENDENCIES = $(top_builddir)/src/libyaml.la
66 example_reformatter_alt_SOURCES = example-reformatter-alt.c
67 example_reformatter_alt_OBJECTS = example-reformatter-alt.$(OBJEXT)
68 example_reformatter_alt_LDADD = $(LDADD)
69 example_reformatter_alt_DEPENDENCIES = $(top_builddir)/src/libyaml.la
70 run_dumper_SOURCES = run-dumper.c
71 run_dumper_OBJECTS = run-dumper.$(OBJEXT)
72 run_dumper_LDADD = $(LDADD)
73 run_dumper_DEPENDENCIES = $(top_builddir)/src/libyaml.la
74 run_emitter_SOURCES = run-emitter.c
75 run_emitter_OBJECTS = run-emitter.$(OBJEXT)
76 run_emitter_LDADD = $(LDADD)
77 run_emitter_DEPENDENCIES = $(top_builddir)/src/libyaml.la
78 run_loader_SOURCES = run-loader.c
79 run_loader_OBJECTS = run-loader.$(OBJEXT)
80 run_loader_LDADD = $(LDADD)
81 run_loader_DEPENDENCIES = $(top_builddir)/src/libyaml.la
82 run_parser_SOURCES = run-parser.c
83 run_parser_OBJECTS = run-parser.$(OBJEXT)
84 run_parser_LDADD = $(LDADD)
85 run_parser_DEPENDENCIES = $(top_builddir)/src/libyaml.la
86 run_scanner_SOURCES = run-scanner.c
87 run_scanner_OBJECTS = run-scanner.$(OBJEXT)
88 run_scanner_LDADD = $(LDADD)
89 run_scanner_DEPENDENCIES = $(top_builddir)/src/libyaml.la
90 test_reader_SOURCES = test-reader.c
91 test_reader_OBJECTS = test-reader.$(OBJEXT)
92 test_reader_LDADD = $(LDADD)
93 test_reader_DEPENDENCIES = $(top_builddir)/src/libyaml.la
94 test_version_SOURCES = test-version.c
95 test_version_OBJECTS = test-version.$(OBJEXT)
96 test_version_LDADD = $(LDADD)
97 test_version_DEPENDENCIES = $(top_builddir)/src/libyaml.la
98 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
99 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
100 am__depfiles_maybe = depfiles
101 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 CCLD = $(CC)
107 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109         $(LDFLAGS) -o $@
110 SOURCES = example-deconstructor.c example-deconstructor-alt.c \
111         example-reformatter.c example-reformatter-alt.c run-dumper.c \
112         run-emitter.c run-loader.c run-parser.c run-scanner.c \
113         test-reader.c test-version.c
114 DIST_SOURCES = example-deconstructor.c example-deconstructor-alt.c \
115         example-reformatter.c example-reformatter-alt.c run-dumper.c \
116         run-emitter.c run-loader.c run-parser.c run-scanner.c \
117         test-reader.c test-version.c
118 ETAGS = etags
119 CTAGS = ctags
120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121 ACLOCAL = @ACLOCAL@
122 AMTAR = @AMTAR@
123 AR = @AR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 DEFS = @DEFS@
135 DEPDIR = @DEPDIR@
136 DOXYGEN = @DOXYGEN@
137 DSYMUTIL = @DSYMUTIL@
138 DUMPBIN = @DUMPBIN@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 EXEEXT = @EXEEXT@
144 FGREP = @FGREP@
145 GREP = @GREP@
146 INSTALL = @INSTALL@
147 INSTALL_DATA = @INSTALL_DATA@
148 INSTALL_PROGRAM = @INSTALL_PROGRAM@
149 INSTALL_SCRIPT = @INSTALL_SCRIPT@
150 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151 LD = @LD@
152 LDFLAGS = @LDFLAGS@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@
155 LIBTOOL = @LIBTOOL@
156 LIPO = @LIPO@
157 LN_S = @LN_S@
158 LTLIBOBJS = @LTLIBOBJS@
159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
161 NM = @NM@
162 NMEDIT = @NMEDIT@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 OTOOL = @OTOOL@
166 OTOOL64 = @OTOOL64@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 RANLIB = @RANLIB@
175 SED = @SED@
176 SET_MAKE = @SET_MAKE@
177 SHELL = @SHELL@
178 STRIP = @STRIP@
179 VERSION = @VERSION@
180 YAML_LT_AGE = @YAML_LT_AGE@
181 YAML_LT_CURRENT = @YAML_LT_CURRENT@
182 YAML_LT_RELEASE = @YAML_LT_RELEASE@
183 YAML_LT_REVISION = @YAML_LT_REVISION@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_CC = @ac_ct_CC@
189 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 bindir = @bindir@
196 build = @build@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
201 builddir = @builddir@
202 datadir = @datadir@
203 datarootdir = @datarootdir@
204 docdir = @docdir@
205 dvidir = @dvidir@
206 exec_prefix = @exec_prefix@
207 host = @host@
208 host_alias = @host_alias@
209 host_cpu = @host_cpu@
210 host_os = @host_os@
211 host_vendor = @host_vendor@
212 htmldir = @htmldir@
213 includedir = @includedir@
214 infodir = @infodir@
215 install_sh = @install_sh@
216 libdir = @libdir@
217 libexecdir = @libexecdir@
218 localedir = @localedir@
219 localstatedir = @localstatedir@
220 lt_ECHO = @lt_ECHO@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 oldincludedir = @oldincludedir@
224 pdfdir = @pdfdir@
225 prefix = @prefix@
226 program_transform_name = @program_transform_name@
227 psdir = @psdir@
228 sbindir = @sbindir@
229 sharedstatedir = @sharedstatedir@
230 srcdir = @srcdir@
231 sysconfdir = @sysconfdir@
232 target_alias = @target_alias@
233 top_build_prefix = @top_build_prefix@
234 top_builddir = @top_builddir@
235 top_srcdir = @top_srcdir@
236 AM_CPPFLAGS = -I$(top_srcdir)/include
237 #AM_CFLAGS = -Wno-pointer-sign
238 LDADD = $(top_builddir)/src/libyaml.la
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .c .lo .o .obj
243 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248                 && { if test -f $@; then exit 0; else break; fi; }; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
253         cd $(top_srcdir) && \
254           $(AUTOMAKE) --foreign  tests/Makefile
255 .PRECIOUS: Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257         @case '$?' in \
258           *config.status*) \
259             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260           *) \
261             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263         esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure:  $(am__configure_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
271         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273 clean-checkPROGRAMS:
274         @list='$(check_PROGRAMS)'; for p in $$list; do \
275           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
276           echo " rm -f $$p $$f"; \
277           rm -f $$p $$f ; \
278         done
279
280 clean-noinstPROGRAMS:
281         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
282           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
283           echo " rm -f $$p $$f"; \
284           rm -f $$p $$f ; \
285         done
286 example-deconstructor$(EXEEXT): $(example_deconstructor_OBJECTS) $(example_deconstructor_DEPENDENCIES) 
287         @rm -f example-deconstructor$(EXEEXT)
288         $(LINK) $(example_deconstructor_OBJECTS) $(example_deconstructor_LDADD) $(LIBS)
289 example-deconstructor-alt$(EXEEXT): $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_DEPENDENCIES) 
290         @rm -f example-deconstructor-alt$(EXEEXT)
291         $(LINK) $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_LDADD) $(LIBS)
292 example-reformatter$(EXEEXT): $(example_reformatter_OBJECTS) $(example_reformatter_DEPENDENCIES) 
293         @rm -f example-reformatter$(EXEEXT)
294         $(LINK) $(example_reformatter_OBJECTS) $(example_reformatter_LDADD) $(LIBS)
295 example-reformatter-alt$(EXEEXT): $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_DEPENDENCIES) 
296         @rm -f example-reformatter-alt$(EXEEXT)
297         $(LINK) $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_LDADD) $(LIBS)
298 run-dumper$(EXEEXT): $(run_dumper_OBJECTS) $(run_dumper_DEPENDENCIES) 
299         @rm -f run-dumper$(EXEEXT)
300         $(LINK) $(run_dumper_OBJECTS) $(run_dumper_LDADD) $(LIBS)
301 run-emitter$(EXEEXT): $(run_emitter_OBJECTS) $(run_emitter_DEPENDENCIES) 
302         @rm -f run-emitter$(EXEEXT)
303         $(LINK) $(run_emitter_OBJECTS) $(run_emitter_LDADD) $(LIBS)
304 run-loader$(EXEEXT): $(run_loader_OBJECTS) $(run_loader_DEPENDENCIES) 
305         @rm -f run-loader$(EXEEXT)
306         $(LINK) $(run_loader_OBJECTS) $(run_loader_LDADD) $(LIBS)
307 run-parser$(EXEEXT): $(run_parser_OBJECTS) $(run_parser_DEPENDENCIES) 
308         @rm -f run-parser$(EXEEXT)
309         $(LINK) $(run_parser_OBJECTS) $(run_parser_LDADD) $(LIBS)
310 run-scanner$(EXEEXT): $(run_scanner_OBJECTS) $(run_scanner_DEPENDENCIES) 
311         @rm -f run-scanner$(EXEEXT)
312         $(LINK) $(run_scanner_OBJECTS) $(run_scanner_LDADD) $(LIBS)
313 test-reader$(EXEEXT): $(test_reader_OBJECTS) $(test_reader_DEPENDENCIES) 
314         @rm -f test-reader$(EXEEXT)
315         $(LINK) $(test_reader_OBJECTS) $(test_reader_LDADD) $(LIBS)
316 test-version$(EXEEXT): $(test_version_OBJECTS) $(test_version_DEPENDENCIES) 
317         @rm -f test-version$(EXEEXT)
318         $(LINK) $(test_version_OBJECTS) $(test_version_LDADD) $(LIBS)
319
320 mostlyclean-compile:
321         -rm -f *.$(OBJEXT)
322
323 distclean-compile:
324         -rm -f *.tab.c
325
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-deconstructor-alt.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-deconstructor.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-reformatter-alt.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-reformatter.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-dumper.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-emitter.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-loader.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-parser.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-scanner.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-reader.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version.Po@am__quote@
337
338 .c.o:
339 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
344
345 .c.obj:
346 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
347 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
351
352 .c.lo:
353 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
354 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
358
359 mostlyclean-libtool:
360         -rm -f *.lo
361
362 clean-libtool:
363         -rm -rf .libs _libs
364
365 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371               END { if (nonempty) { for (i in files) print i; }; }'`; \
372         mkid -fID $$unique
373 tags: TAGS
374
375 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376                 $(TAGS_FILES) $(LISP)
377         tags=; \
378         here=`pwd`; \
379         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380         unique=`for i in $$list; do \
381             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382           done | \
383           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384               END { if (nonempty) { for (i in files) print i; }; }'`; \
385         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
386           test -n "$$unique" || unique=$$empty_fix; \
387           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388             $$tags $$unique; \
389         fi
390 ctags: CTAGS
391 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392                 $(TAGS_FILES) $(LISP)
393         tags=; \
394         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395         unique=`for i in $$list; do \
396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397           done | \
398           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399               END { if (nonempty) { for (i in files) print i; }; }'`; \
400         test -z "$(CTAGS_ARGS)$$tags$$unique" \
401           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402              $$tags $$unique
403
404 GTAGS:
405         here=`$(am__cd) $(top_builddir) && pwd` \
406           && cd $(top_srcdir) \
407           && gtags -i $(GTAGS_ARGS) $$here
408
409 distclean-tags:
410         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412 check-TESTS: $(TESTS)
413         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
414         srcdir=$(srcdir); export srcdir; \
415         list=' $(TESTS) '; \
416         if test -n "$$list"; then \
417           for tst in $$list; do \
418             if test -f ./$$tst; then dir=./; \
419             elif test -f $$tst; then dir=; \
420             else dir="$(srcdir)/"; fi; \
421             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
422               all=`expr $$all + 1`; \
423               case " $(XFAIL_TESTS) " in \
424               *[\ \     ]$$tst[\ \      ]*) \
425                 xpass=`expr $$xpass + 1`; \
426                 failed=`expr $$failed + 1`; \
427                 echo "XPASS: $$tst"; \
428               ;; \
429               *) \
430                 echo "PASS: $$tst"; \
431               ;; \
432               esac; \
433             elif test $$? -ne 77; then \
434               all=`expr $$all + 1`; \
435               case " $(XFAIL_TESTS) " in \
436               *[\ \     ]$$tst[\ \      ]*) \
437                 xfail=`expr $$xfail + 1`; \
438                 echo "XFAIL: $$tst"; \
439               ;; \
440               *) \
441                 failed=`expr $$failed + 1`; \
442                 echo "FAIL: $$tst"; \
443               ;; \
444               esac; \
445             else \
446               skip=`expr $$skip + 1`; \
447               echo "SKIP: $$tst"; \
448             fi; \
449           done; \
450           if test "$$all" -eq 1; then \
451             tests="test"; \
452             All=""; \
453           else \
454             tests="tests"; \
455             All="All "; \
456           fi; \
457           if test "$$failed" -eq 0; then \
458             if test "$$xfail" -eq 0; then \
459               banner="$$All$$all $$tests passed"; \
460             else \
461               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
462               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
463             fi; \
464           else \
465             if test "$$xpass" -eq 0; then \
466               banner="$$failed of $$all $$tests failed"; \
467             else \
468               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
469               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
470             fi; \
471           fi; \
472           dashes="$$banner"; \
473           skipped=""; \
474           if test "$$skip" -ne 0; then \
475             if test "$$skip" -eq 1; then \
476               skipped="($$skip test was not run)"; \
477             else \
478               skipped="($$skip tests were not run)"; \
479             fi; \
480             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
481               dashes="$$skipped"; \
482           fi; \
483           report=""; \
484           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
485             report="Please report to $(PACKAGE_BUGREPORT)"; \
486             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
487               dashes="$$report"; \
488           fi; \
489           dashes=`echo "$$dashes" | sed s/./=/g`; \
490           echo "$$dashes"; \
491           echo "$$banner"; \
492           test -z "$$skipped" || echo "$$skipped"; \
493           test -z "$$report" || echo "$$report"; \
494           echo "$$dashes"; \
495           test "$$failed" -eq 0; \
496         else :; fi
497
498 distdir: $(DISTFILES)
499         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501         list='$(DISTFILES)'; \
502           dist_files=`for file in $$list; do echo $$file; done | \
503           sed -e "s|^$$srcdirstrip/||;t" \
504               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505         case $$dist_files in \
506           */*) $(MKDIR_P) `echo "$$dist_files" | \
507                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508                            sort -u` ;; \
509         esac; \
510         for file in $$dist_files; do \
511           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512           if test -d $$d/$$file; then \
513             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
515               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
516             fi; \
517             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
518           else \
519             test -f $(distdir)/$$file \
520             || cp -p $$d/$$file $(distdir)/$$file \
521             || exit 1; \
522           fi; \
523         done
524 check-am: all-am
525         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
526         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
527 check: check-am
528 all-am: Makefile $(PROGRAMS)
529 installdirs:
530 install: install-am
531 install-exec: install-exec-am
532 install-data: install-data-am
533 uninstall: uninstall-am
534
535 install-am: all-am
536         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538 installcheck: installcheck-am
539 install-strip:
540         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542           `test -z '$(STRIP)' || \
543             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544 mostlyclean-generic:
545
546 clean-generic:
547
548 distclean-generic:
549         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550
551 maintainer-clean-generic:
552         @echo "This command is intended for maintainers to use"
553         @echo "it deletes files that may require special tools to rebuild."
554 clean: clean-am
555
556 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
557         clean-noinstPROGRAMS mostlyclean-am
558
559 distclean: distclean-am
560         -rm -rf ./$(DEPDIR)
561         -rm -f Makefile
562 distclean-am: clean-am distclean-compile distclean-generic \
563         distclean-tags
564
565 dvi: dvi-am
566
567 dvi-am:
568
569 html: html-am
570
571 info: info-am
572
573 info-am:
574
575 install-data-am:
576
577 install-dvi: install-dvi-am
578
579 install-exec-am:
580
581 install-html: install-html-am
582
583 install-info: install-info-am
584
585 install-man:
586
587 install-pdf: install-pdf-am
588
589 install-ps: install-ps-am
590
591 installcheck-am:
592
593 maintainer-clean: maintainer-clean-am
594         -rm -rf ./$(DEPDIR)
595         -rm -f Makefile
596 maintainer-clean-am: distclean-am maintainer-clean-generic
597
598 mostlyclean: mostlyclean-am
599
600 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
601         mostlyclean-libtool
602
603 pdf: pdf-am
604
605 pdf-am:
606
607 ps: ps-am
608
609 ps-am:
610
611 uninstall-am:
612
613 .MAKE: install-am install-strip
614
615 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
616         clean-checkPROGRAMS clean-generic clean-libtool \
617         clean-noinstPROGRAMS ctags distclean distclean-compile \
618         distclean-generic distclean-libtool distclean-tags distdir dvi \
619         dvi-am html html-am info info-am install install-am \
620         install-data install-data-am install-dvi install-dvi-am \
621         install-exec install-exec-am install-html install-html-am \
622         install-info install-info-am install-man install-pdf \
623         install-pdf-am install-ps install-ps-am install-strip \
624         installcheck installcheck-am installdirs maintainer-clean \
625         maintainer-clean-generic mostlyclean mostlyclean-compile \
626         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
627         tags uninstall uninstall-am
628
629 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630 # Otherwise a system limit (for SysV at least) may be exceeded.
631 .NOEXPORT:
This page took 0.115025 seconds and 5 git commands to generate.