]> andersk Git - libyaml.git/blob - tests/Makefile.in
Merge commit 'upstream/0.1.2' into debian
[libyaml.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.10.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  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 OBJEXT = @OBJEXT@
164 OTOOL = @OTOOL@
165 OTOOL64 = @OTOOL64@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 RANLIB = @RANLIB@
174 SED = @SED@
175 SET_MAKE = @SET_MAKE@
176 SHELL = @SHELL@
177 STRIP = @STRIP@
178 VERSION = @VERSION@
179 YAML_LT_AGE = @YAML_LT_AGE@
180 YAML_LT_CURRENT = @YAML_LT_CURRENT@
181 YAML_LT_RELEASE = @YAML_LT_RELEASE@
182 YAML_LT_REVISION = @YAML_LT_REVISION@
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_CC = @ac_ct_CC@
188 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
189 am__include = @am__include@
190 am__leading_dot = @am__leading_dot@
191 am__quote = @am__quote@
192 am__tar = @am__tar@
193 am__untar = @am__untar@
194 bindir = @bindir@
195 build = @build@
196 build_alias = @build_alias@
197 build_cpu = @build_cpu@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 localedir = @localedir@
218 localstatedir = @localstatedir@
219 lt_ECHO = @lt_ECHO@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 srcdir = @srcdir@
230 sysconfdir = @sysconfdir@
231 target_alias = @target_alias@
232 top_builddir = @top_builddir@
233 top_srcdir = @top_srcdir@
234 AM_CPPFLAGS = -I$(top_srcdir)/include
235 #AM_CFLAGS = -Wno-pointer-sign
236 LDADD = $(top_builddir)/src/libyaml.la
237 all: all-am
238
239 .SUFFIXES:
240 .SUFFIXES: .c .lo .o .obj
241 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242         @for dep in $?; do \
243           case '$(am__configure_deps)' in \
244             *$$dep*) \
245               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246                 && exit 0; \
247               exit 1;; \
248           esac; \
249         done; \
250         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
251         cd $(top_srcdir) && \
252           $(AUTOMAKE) --foreign  tests/Makefile
253 .PRECIOUS: Makefile
254 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255         @case '$?' in \
256           *config.status*) \
257             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258           *) \
259             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261         esac;
262
263 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266 $(top_srcdir)/configure:  $(am__configure_deps)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
271 clean-checkPROGRAMS:
272         @list='$(check_PROGRAMS)'; for p in $$list; do \
273           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
274           echo " rm -f $$p $$f"; \
275           rm -f $$p $$f ; \
276         done
277
278 clean-noinstPROGRAMS:
279         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
280           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
281           echo " rm -f $$p $$f"; \
282           rm -f $$p $$f ; \
283         done
284 example-deconstructor$(EXEEXT): $(example_deconstructor_OBJECTS) $(example_deconstructor_DEPENDENCIES) 
285         @rm -f example-deconstructor$(EXEEXT)
286         $(LINK) $(example_deconstructor_OBJECTS) $(example_deconstructor_LDADD) $(LIBS)
287 example-deconstructor-alt$(EXEEXT): $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_DEPENDENCIES) 
288         @rm -f example-deconstructor-alt$(EXEEXT)
289         $(LINK) $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_LDADD) $(LIBS)
290 example-reformatter$(EXEEXT): $(example_reformatter_OBJECTS) $(example_reformatter_DEPENDENCIES) 
291         @rm -f example-reformatter$(EXEEXT)
292         $(LINK) $(example_reformatter_OBJECTS) $(example_reformatter_LDADD) $(LIBS)
293 example-reformatter-alt$(EXEEXT): $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_DEPENDENCIES) 
294         @rm -f example-reformatter-alt$(EXEEXT)
295         $(LINK) $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_LDADD) $(LIBS)
296 run-dumper$(EXEEXT): $(run_dumper_OBJECTS) $(run_dumper_DEPENDENCIES) 
297         @rm -f run-dumper$(EXEEXT)
298         $(LINK) $(run_dumper_OBJECTS) $(run_dumper_LDADD) $(LIBS)
299 run-emitter$(EXEEXT): $(run_emitter_OBJECTS) $(run_emitter_DEPENDENCIES) 
300         @rm -f run-emitter$(EXEEXT)
301         $(LINK) $(run_emitter_OBJECTS) $(run_emitter_LDADD) $(LIBS)
302 run-loader$(EXEEXT): $(run_loader_OBJECTS) $(run_loader_DEPENDENCIES) 
303         @rm -f run-loader$(EXEEXT)
304         $(LINK) $(run_loader_OBJECTS) $(run_loader_LDADD) $(LIBS)
305 run-parser$(EXEEXT): $(run_parser_OBJECTS) $(run_parser_DEPENDENCIES) 
306         @rm -f run-parser$(EXEEXT)
307         $(LINK) $(run_parser_OBJECTS) $(run_parser_LDADD) $(LIBS)
308 run-scanner$(EXEEXT): $(run_scanner_OBJECTS) $(run_scanner_DEPENDENCIES) 
309         @rm -f run-scanner$(EXEEXT)
310         $(LINK) $(run_scanner_OBJECTS) $(run_scanner_LDADD) $(LIBS)
311 test-reader$(EXEEXT): $(test_reader_OBJECTS) $(test_reader_DEPENDENCIES) 
312         @rm -f test-reader$(EXEEXT)
313         $(LINK) $(test_reader_OBJECTS) $(test_reader_LDADD) $(LIBS)
314 test-version$(EXEEXT): $(test_version_OBJECTS) $(test_version_DEPENDENCIES) 
315         @rm -f test-version$(EXEEXT)
316         $(LINK) $(test_version_OBJECTS) $(test_version_LDADD) $(LIBS)
317
318 mostlyclean-compile:
319         -rm -f *.$(OBJEXT)
320
321 distclean-compile:
322         -rm -f *.tab.c
323
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-deconstructor-alt.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-deconstructor.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-reformatter-alt.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example-reformatter.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-dumper.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-emitter.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-loader.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-parser.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-scanner.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-reader.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version.Po@am__quote@
335
336 .c.o:
337 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
342
343 .c.obj:
344 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
350 .c.lo:
351 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
356
357 mostlyclean-libtool:
358         -rm -f *.lo
359
360 clean-libtool:
361         -rm -rf .libs _libs
362
363 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
364         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365         unique=`for i in $$list; do \
366             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367           done | \
368           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
369               END { if (nonempty) { for (i in files) print i; }; }'`; \
370         mkid -fID $$unique
371 tags: TAGS
372
373 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374                 $(TAGS_FILES) $(LISP)
375         tags=; \
376         here=`pwd`; \
377         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378         unique=`for i in $$list; do \
379             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380           done | \
381           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382               END { if (nonempty) { for (i in files) print i; }; }'`; \
383         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
384           test -n "$$unique" || unique=$$empty_fix; \
385           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386             $$tags $$unique; \
387         fi
388 ctags: CTAGS
389 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390                 $(TAGS_FILES) $(LISP)
391         tags=; \
392         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393         unique=`for i in $$list; do \
394             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395           done | \
396           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397               END { if (nonempty) { for (i in files) print i; }; }'`; \
398         test -z "$(CTAGS_ARGS)$$tags$$unique" \
399           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400              $$tags $$unique
401
402 GTAGS:
403         here=`$(am__cd) $(top_builddir) && pwd` \
404           && cd $(top_srcdir) \
405           && gtags -i $(GTAGS_ARGS) $$here
406
407 distclean-tags:
408         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
410 check-TESTS: $(TESTS)
411         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
412         srcdir=$(srcdir); export srcdir; \
413         list=' $(TESTS) '; \
414         if test -n "$$list"; then \
415           for tst in $$list; do \
416             if test -f ./$$tst; then dir=./; \
417             elif test -f $$tst; then dir=; \
418             else dir="$(srcdir)/"; fi; \
419             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
420               all=`expr $$all + 1`; \
421               case " $(XFAIL_TESTS) " in \
422               *$$ws$$tst$$ws*) \
423                 xpass=`expr $$xpass + 1`; \
424                 failed=`expr $$failed + 1`; \
425                 echo "XPASS: $$tst"; \
426               ;; \
427               *) \
428                 echo "PASS: $$tst"; \
429               ;; \
430               esac; \
431             elif test $$? -ne 77; then \
432               all=`expr $$all + 1`; \
433               case " $(XFAIL_TESTS) " in \
434               *$$ws$$tst$$ws*) \
435                 xfail=`expr $$xfail + 1`; \
436                 echo "XFAIL: $$tst"; \
437               ;; \
438               *) \
439                 failed=`expr $$failed + 1`; \
440                 echo "FAIL: $$tst"; \
441               ;; \
442               esac; \
443             else \
444               skip=`expr $$skip + 1`; \
445               echo "SKIP: $$tst"; \
446             fi; \
447           done; \
448           if test "$$failed" -eq 0; then \
449             if test "$$xfail" -eq 0; then \
450               banner="All $$all tests passed"; \
451             else \
452               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
453             fi; \
454           else \
455             if test "$$xpass" -eq 0; then \
456               banner="$$failed of $$all tests failed"; \
457             else \
458               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
459             fi; \
460           fi; \
461           dashes="$$banner"; \
462           skipped=""; \
463           if test "$$skip" -ne 0; then \
464             skipped="($$skip tests were not run)"; \
465             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
466               dashes="$$skipped"; \
467           fi; \
468           report=""; \
469           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
470             report="Please report to $(PACKAGE_BUGREPORT)"; \
471             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
472               dashes="$$report"; \
473           fi; \
474           dashes=`echo "$$dashes" | sed s/./=/g`; \
475           echo "$$dashes"; \
476           echo "$$banner"; \
477           test -z "$$skipped" || echo "$$skipped"; \
478           test -z "$$report" || echo "$$report"; \
479           echo "$$dashes"; \
480           test "$$failed" -eq 0; \
481         else :; fi
482
483 distdir: $(DISTFILES)
484         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         list='$(DISTFILES)'; \
487           dist_files=`for file in $$list; do echo $$file; done | \
488           sed -e "s|^$$srcdirstrip/||;t" \
489               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490         case $$dist_files in \
491           */*) $(MKDIR_P) `echo "$$dist_files" | \
492                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493                            sort -u` ;; \
494         esac; \
495         for file in $$dist_files; do \
496           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497           if test -d $$d/$$file; then \
498             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
501             fi; \
502             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
503           else \
504             test -f $(distdir)/$$file \
505             || cp -p $$d/$$file $(distdir)/$$file \
506             || exit 1; \
507           fi; \
508         done
509 check-am: all-am
510         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
511         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
512 check: check-am
513 all-am: Makefile $(PROGRAMS)
514 installdirs:
515 install: install-am
516 install-exec: install-exec-am
517 install-data: install-data-am
518 uninstall: uninstall-am
519
520 install-am: all-am
521         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
522
523 installcheck: installcheck-am
524 install-strip:
525         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
526           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
527           `test -z '$(STRIP)' || \
528             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
529 mostlyclean-generic:
530
531 clean-generic:
532
533 distclean-generic:
534         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
535
536 maintainer-clean-generic:
537         @echo "This command is intended for maintainers to use"
538         @echo "it deletes files that may require special tools to rebuild."
539 clean: clean-am
540
541 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
542         clean-noinstPROGRAMS mostlyclean-am
543
544 distclean: distclean-am
545         -rm -rf ./$(DEPDIR)
546         -rm -f Makefile
547 distclean-am: clean-am distclean-compile distclean-generic \
548         distclean-tags
549
550 dvi: dvi-am
551
552 dvi-am:
553
554 html: html-am
555
556 info: info-am
557
558 info-am:
559
560 install-data-am:
561
562 install-dvi: install-dvi-am
563
564 install-exec-am:
565
566 install-html: install-html-am
567
568 install-info: install-info-am
569
570 install-man:
571
572 install-pdf: install-pdf-am
573
574 install-ps: install-ps-am
575
576 installcheck-am:
577
578 maintainer-clean: maintainer-clean-am
579         -rm -rf ./$(DEPDIR)
580         -rm -f Makefile
581 maintainer-clean-am: distclean-am maintainer-clean-generic
582
583 mostlyclean: mostlyclean-am
584
585 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
586         mostlyclean-libtool
587
588 pdf: pdf-am
589
590 pdf-am:
591
592 ps: ps-am
593
594 ps-am:
595
596 uninstall-am:
597
598 .MAKE: install-am install-strip
599
600 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
601         clean-checkPROGRAMS clean-generic clean-libtool \
602         clean-noinstPROGRAMS ctags distclean distclean-compile \
603         distclean-generic distclean-libtool distclean-tags distdir dvi \
604         dvi-am html html-am info info-am install install-am \
605         install-data install-data-am install-dvi install-dvi-am \
606         install-exec install-exec-am install-html install-html-am \
607         install-info install-info-am install-man install-pdf \
608         install-pdf-am install-ps install-ps-am install-strip \
609         installcheck installcheck-am installdirs maintainer-clean \
610         maintainer-clean-generic mostlyclean mostlyclean-compile \
611         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
612         tags uninstall uninstall-am
613
614 # Tell versions [3.59,3.63) of GNU make to not export all variables.
615 # Otherwise a system limit (for SysV at least) may be exceeded.
616 .NOEXPORT:
This page took 0.080109 seconds and 5 git commands to generate.