]> andersk Git - libyaml.git/blame - tests/Makefile.in
Imported Upstream version 0.1.3
[libyaml.git] / tests / Makefile.in
CommitLineData
47dc80f6 1# Makefile.in generated by automake 1.10.2 from Makefile.am.
b9668ba4
AK
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5c706339 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
b9668ba4
AK
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
b9668ba4
AK
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
b9668ba4 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b9668ba4
AK
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
5c706339 35TESTS = test-version$(EXEEXT) test-reader$(EXEEXT)
b9668ba4
AK
36check_PROGRAMS = test-version$(EXEEXT) test-reader$(EXEEXT)
37noinst_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)
42subdir = tests
43DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51PROGRAMS = $(noinst_PROGRAMS)
52example_deconstructor_SOURCES = example-deconstructor.c
53example_deconstructor_OBJECTS = example-deconstructor.$(OBJEXT)
54example_deconstructor_LDADD = $(LDADD)
55example_deconstructor_DEPENDENCIES = $(top_builddir)/src/libyaml.la
56example_deconstructor_alt_SOURCES = example-deconstructor-alt.c
57example_deconstructor_alt_OBJECTS = \
58 example-deconstructor-alt.$(OBJEXT)
59example_deconstructor_alt_LDADD = $(LDADD)
60example_deconstructor_alt_DEPENDENCIES = \
61 $(top_builddir)/src/libyaml.la
62example_reformatter_SOURCES = example-reformatter.c
63example_reformatter_OBJECTS = example-reformatter.$(OBJEXT)
64example_reformatter_LDADD = $(LDADD)
65example_reformatter_DEPENDENCIES = $(top_builddir)/src/libyaml.la
66example_reformatter_alt_SOURCES = example-reformatter-alt.c
67example_reformatter_alt_OBJECTS = example-reformatter-alt.$(OBJEXT)
68example_reformatter_alt_LDADD = $(LDADD)
69example_reformatter_alt_DEPENDENCIES = $(top_builddir)/src/libyaml.la
70run_dumper_SOURCES = run-dumper.c
71run_dumper_OBJECTS = run-dumper.$(OBJEXT)
72run_dumper_LDADD = $(LDADD)
73run_dumper_DEPENDENCIES = $(top_builddir)/src/libyaml.la
74run_emitter_SOURCES = run-emitter.c
75run_emitter_OBJECTS = run-emitter.$(OBJEXT)
76run_emitter_LDADD = $(LDADD)
77run_emitter_DEPENDENCIES = $(top_builddir)/src/libyaml.la
78run_loader_SOURCES = run-loader.c
79run_loader_OBJECTS = run-loader.$(OBJEXT)
80run_loader_LDADD = $(LDADD)
81run_loader_DEPENDENCIES = $(top_builddir)/src/libyaml.la
82run_parser_SOURCES = run-parser.c
83run_parser_OBJECTS = run-parser.$(OBJEXT)
84run_parser_LDADD = $(LDADD)
85run_parser_DEPENDENCIES = $(top_builddir)/src/libyaml.la
86run_scanner_SOURCES = run-scanner.c
87run_scanner_OBJECTS = run-scanner.$(OBJEXT)
88run_scanner_LDADD = $(LDADD)
89run_scanner_DEPENDENCIES = $(top_builddir)/src/libyaml.la
90test_reader_SOURCES = test-reader.c
91test_reader_OBJECTS = test-reader.$(OBJEXT)
92test_reader_LDADD = $(LDADD)
93test_reader_DEPENDENCIES = $(top_builddir)/src/libyaml.la
94test_version_SOURCES = test-version.c
95test_version_OBJECTS = test-version.$(OBJEXT)
96test_version_LDADD = $(LDADD)
97test_version_DEPENDENCIES = $(top_builddir)/src/libyaml.la
5c706339 98DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
b9668ba4
AK
99depcomp = $(SHELL) $(top_srcdir)/config/depcomp
100am__depfiles_maybe = depfiles
101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
5c706339
AK
103LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b9668ba4 106CCLD = $(CC)
5c706339
AK
107LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109 $(LDFLAGS) -o $@
b9668ba4
AK
110SOURCES = 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
114DIST_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
118ETAGS = etags
119CTAGS = ctags
120DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121ACLOCAL = @ACLOCAL@
b9668ba4
AK
122AMTAR = @AMTAR@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CPP = @CPP@
132CPPFLAGS = @CPPFLAGS@
b9668ba4
AK
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DOXYGEN = @DOXYGEN@
5c706339
AK
137DSYMUTIL = @DSYMUTIL@
138DUMPBIN = @DUMPBIN@
b9668ba4
AK
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EXEEXT = @EXEEXT@
5c706339 144FGREP = @FGREP@
b9668ba4 145GREP = @GREP@
5c706339 146INSTALL = @INSTALL@
b9668ba4
AK
147INSTALL_DATA = @INSTALL_DATA@
148INSTALL_PROGRAM = @INSTALL_PROGRAM@
149INSTALL_SCRIPT = @INSTALL_SCRIPT@
150INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
5c706339 151LD = @LD@
b9668ba4
AK
152LDFLAGS = @LDFLAGS@
153LIBOBJS = @LIBOBJS@
154LIBS = @LIBS@
155LIBTOOL = @LIBTOOL@
5c706339 156LIPO = @LIPO@
b9668ba4
AK
157LN_S = @LN_S@
158LTLIBOBJS = @LTLIBOBJS@
159MAKEINFO = @MAKEINFO@
5c706339
AK
160MKDIR_P = @MKDIR_P@
161NM = @NM@
162NMEDIT = @NMEDIT@
47dc80f6 163OBJDUMP = @OBJDUMP@
b9668ba4 164OBJEXT = @OBJEXT@
5c706339
AK
165OTOOL = @OTOOL@
166OTOOL64 = @OTOOL64@
b9668ba4
AK
167PACKAGE = @PACKAGE@
168PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169PACKAGE_NAME = @PACKAGE_NAME@
170PACKAGE_STRING = @PACKAGE_STRING@
171PACKAGE_TARNAME = @PACKAGE_TARNAME@
172PACKAGE_VERSION = @PACKAGE_VERSION@
173PATH_SEPARATOR = @PATH_SEPARATOR@
174RANLIB = @RANLIB@
5c706339 175SED = @SED@
b9668ba4
AK
176SET_MAKE = @SET_MAKE@
177SHELL = @SHELL@
178STRIP = @STRIP@
179VERSION = @VERSION@
180YAML_LT_AGE = @YAML_LT_AGE@
181YAML_LT_CURRENT = @YAML_LT_CURRENT@
182YAML_LT_RELEASE = @YAML_LT_RELEASE@
183YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
184abs_builddir = @abs_builddir@
185abs_srcdir = @abs_srcdir@
186abs_top_builddir = @abs_top_builddir@
187abs_top_srcdir = @abs_top_srcdir@
b9668ba4 188ac_ct_CC = @ac_ct_CC@
5c706339 189ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
190am__include = @am__include@
191am__leading_dot = @am__leading_dot@
192am__quote = @am__quote@
193am__tar = @am__tar@
194am__untar = @am__untar@
195bindir = @bindir@
196build = @build@
197build_alias = @build_alias@
198build_cpu = @build_cpu@
199build_os = @build_os@
200build_vendor = @build_vendor@
5c706339 201builddir = @builddir@
b9668ba4
AK
202datadir = @datadir@
203datarootdir = @datarootdir@
204docdir = @docdir@
205dvidir = @dvidir@
206exec_prefix = @exec_prefix@
207host = @host@
208host_alias = @host_alias@
209host_cpu = @host_cpu@
210host_os = @host_os@
211host_vendor = @host_vendor@
212htmldir = @htmldir@
213includedir = @includedir@
214infodir = @infodir@
215install_sh = @install_sh@
216libdir = @libdir@
217libexecdir = @libexecdir@
218localedir = @localedir@
219localstatedir = @localstatedir@
5c706339 220lt_ECHO = @lt_ECHO@
b9668ba4
AK
221mandir = @mandir@
222mkdir_p = @mkdir_p@
223oldincludedir = @oldincludedir@
224pdfdir = @pdfdir@
225prefix = @prefix@
226program_transform_name = @program_transform_name@
227psdir = @psdir@
228sbindir = @sbindir@
229sharedstatedir = @sharedstatedir@
5c706339 230srcdir = @srcdir@
b9668ba4
AK
231sysconfdir = @sysconfdir@
232target_alias = @target_alias@
47dc80f6 233top_build_prefix = @top_build_prefix@
5c706339
AK
234top_builddir = @top_builddir@
235top_srcdir = @top_srcdir@
b9668ba4
AK
236AM_CPPFLAGS = -I$(top_srcdir)/include
237#AM_CFLAGS = -Wno-pointer-sign
238LDADD = $(top_builddir)/src/libyaml.la
b9668ba4
AK
239all: 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*) \
47dc80f6
AK
247 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248 && { if test -f $@; then exit 0; else break; fi; }; \
b9668ba4
AK
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
256Makefile: $(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
273clean-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
280clean-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
286example-deconstructor$(EXEEXT): $(example_deconstructor_OBJECTS) $(example_deconstructor_DEPENDENCIES)
287 @rm -f example-deconstructor$(EXEEXT)
5c706339 288 $(LINK) $(example_deconstructor_OBJECTS) $(example_deconstructor_LDADD) $(LIBS)
b9668ba4
AK
289example-deconstructor-alt$(EXEEXT): $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_DEPENDENCIES)
290 @rm -f example-deconstructor-alt$(EXEEXT)
5c706339 291 $(LINK) $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_LDADD) $(LIBS)
b9668ba4
AK
292example-reformatter$(EXEEXT): $(example_reformatter_OBJECTS) $(example_reformatter_DEPENDENCIES)
293 @rm -f example-reformatter$(EXEEXT)
5c706339 294 $(LINK) $(example_reformatter_OBJECTS) $(example_reformatter_LDADD) $(LIBS)
b9668ba4
AK
295example-reformatter-alt$(EXEEXT): $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_DEPENDENCIES)
296 @rm -f example-reformatter-alt$(EXEEXT)
5c706339 297 $(LINK) $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_LDADD) $(LIBS)
b9668ba4
AK
298run-dumper$(EXEEXT): $(run_dumper_OBJECTS) $(run_dumper_DEPENDENCIES)
299 @rm -f run-dumper$(EXEEXT)
5c706339 300 $(LINK) $(run_dumper_OBJECTS) $(run_dumper_LDADD) $(LIBS)
b9668ba4
AK
301run-emitter$(EXEEXT): $(run_emitter_OBJECTS) $(run_emitter_DEPENDENCIES)
302 @rm -f run-emitter$(EXEEXT)
5c706339 303 $(LINK) $(run_emitter_OBJECTS) $(run_emitter_LDADD) $(LIBS)
b9668ba4
AK
304run-loader$(EXEEXT): $(run_loader_OBJECTS) $(run_loader_DEPENDENCIES)
305 @rm -f run-loader$(EXEEXT)
5c706339 306 $(LINK) $(run_loader_OBJECTS) $(run_loader_LDADD) $(LIBS)
b9668ba4
AK
307run-parser$(EXEEXT): $(run_parser_OBJECTS) $(run_parser_DEPENDENCIES)
308 @rm -f run-parser$(EXEEXT)
5c706339 309 $(LINK) $(run_parser_OBJECTS) $(run_parser_LDADD) $(LIBS)
b9668ba4
AK
310run-scanner$(EXEEXT): $(run_scanner_OBJECTS) $(run_scanner_DEPENDENCIES)
311 @rm -f run-scanner$(EXEEXT)
5c706339 312 $(LINK) $(run_scanner_OBJECTS) $(run_scanner_LDADD) $(LIBS)
b9668ba4
AK
313test-reader$(EXEEXT): $(test_reader_OBJECTS) $(test_reader_DEPENDENCIES)
314 @rm -f test-reader$(EXEEXT)
5c706339 315 $(LINK) $(test_reader_OBJECTS) $(test_reader_LDADD) $(LIBS)
b9668ba4
AK
316test-version$(EXEEXT): $(test_version_OBJECTS) $(test_version_DEPENDENCIES)
317 @rm -f test-version$(EXEEXT)
5c706339 318 $(LINK) $(test_version_OBJECTS) $(test_version_LDADD) $(LIBS)
b9668ba4
AK
319
320mostlyclean-compile:
321 -rm -f *.$(OBJEXT)
322
323distclean-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:
5c706339
AK
339@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
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:
5c706339
AK
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
b9668ba4
AK
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:
5c706339
AK
353@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
354@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
b9668ba4
AK
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
359mostlyclean-libtool:
360 -rm -f *.lo
361
362clean-libtool:
363 -rm -rf .libs _libs
364
b9668ba4
AK
365ID: $(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 | \
47dc80f6 370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5c706339 371 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
372 mkid -fID $$unique
373tags: TAGS
374
375TAGS: $(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 | \
5c706339
AK
383 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
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
390ctags: CTAGS
391CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
392 $(TAGS_FILES) $(LISP)
393 tags=; \
b9668ba4
AK
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 | \
5c706339
AK
398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
400 test -z "$(CTAGS_ARGS)$$tags$$unique" \
401 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402 $$tags $$unique
403
404GTAGS:
405 here=`$(am__cd) $(top_builddir) && pwd` \
406 && cd $(top_srcdir) \
407 && gtags -i $(GTAGS_ARGS) $$here
408
409distclean-tags:
410 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412check-TESTS: $(TESTS)
47dc80f6 413 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
b9668ba4 414 srcdir=$(srcdir); export srcdir; \
5c706339 415 list=' $(TESTS) '; \
b9668ba4
AK
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 \
47dc80f6 424 *[\ \ ]$$tst[\ \ ]*) \
b9668ba4
AK
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 \
47dc80f6 436 *[\ \ ]$$tst[\ \ ]*) \
b9668ba4
AK
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; \
47dc80f6
AK
450 if test "$$all" -eq 1; then \
451 tests="test"; \
452 All=""; \
453 else \
454 tests="tests"; \
455 All="All "; \
456 fi; \
b9668ba4
AK
457 if test "$$failed" -eq 0; then \
458 if test "$$xfail" -eq 0; then \
47dc80f6 459 banner="$$All$$all $$tests passed"; \
b9668ba4 460 else \
47dc80f6
AK
461 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
462 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
b9668ba4
AK
463 fi; \
464 else \
465 if test "$$xpass" -eq 0; then \
47dc80f6 466 banner="$$failed of $$all $$tests failed"; \
b9668ba4 467 else \
47dc80f6
AK
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)"; \
b9668ba4
AK
470 fi; \
471 fi; \
472 dashes="$$banner"; \
473 skipped=""; \
474 if test "$$skip" -ne 0; then \
47dc80f6
AK
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; \
b9668ba4
AK
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
498distdir: $(DISTFILES)
5c706339
AK
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 \
b9668ba4 511 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 512 if test -d $$d/$$file; then \
5c706339 513 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
b9668ba4
AK
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
524check-am: all-am
525 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
526 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
527check: check-am
528all-am: Makefile $(PROGRAMS)
529installdirs:
530install: install-am
531install-exec: install-exec-am
532install-data: install-data-am
533uninstall: uninstall-am
534
535install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538installcheck: installcheck-am
539install-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
544mostlyclean-generic:
545
546clean-generic:
547
548distclean-generic:
549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550
551maintainer-clean-generic:
552 @echo "This command is intended for maintainers to use"
553 @echo "it deletes files that may require special tools to rebuild."
554clean: clean-am
555
556clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
557 clean-noinstPROGRAMS mostlyclean-am
558
559distclean: distclean-am
560 -rm -rf ./$(DEPDIR)
561 -rm -f Makefile
562distclean-am: clean-am distclean-compile distclean-generic \
5c706339 563 distclean-tags
b9668ba4
AK
564
565dvi: dvi-am
566
567dvi-am:
568
569html: html-am
570
571info: info-am
572
573info-am:
574
575install-data-am:
576
5c706339
AK
577install-dvi: install-dvi-am
578
b9668ba4
AK
579install-exec-am:
580
5c706339
AK
581install-html: install-html-am
582
b9668ba4
AK
583install-info: install-info-am
584
585install-man:
586
5c706339
AK
587install-pdf: install-pdf-am
588
589install-ps: install-ps-am
590
b9668ba4
AK
591installcheck-am:
592
593maintainer-clean: maintainer-clean-am
594 -rm -rf ./$(DEPDIR)
595 -rm -f Makefile
596maintainer-clean-am: distclean-am maintainer-clean-generic
597
598mostlyclean: mostlyclean-am
599
600mostlyclean-am: mostlyclean-compile mostlyclean-generic \
601 mostlyclean-libtool
602
603pdf: pdf-am
604
605pdf-am:
606
607ps: ps-am
608
609ps-am:
610
5c706339
AK
611uninstall-am:
612
613.MAKE: install-am install-strip
b9668ba4
AK
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 \
5c706339
AK
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 \
b9668ba4
AK
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 \
5c706339 627 tags uninstall uninstall-am
b9668ba4
AK
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.139958 seconds and 5 git commands to generate.