]> andersk Git - libyaml.git/blame - tests/Makefile.in
Imported Upstream version 0.1.2
[libyaml.git] / tests / Makefile.in
CommitLineData
5c706339 1# Makefile.in generated by automake 1.10.1 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@
b9668ba4 163OBJEXT = @OBJEXT@
5c706339
AK
164OTOOL = @OTOOL@
165OTOOL64 = @OTOOL64@
b9668ba4
AK
166PACKAGE = @PACKAGE@
167PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168PACKAGE_NAME = @PACKAGE_NAME@
169PACKAGE_STRING = @PACKAGE_STRING@
170PACKAGE_TARNAME = @PACKAGE_TARNAME@
171PACKAGE_VERSION = @PACKAGE_VERSION@
172PATH_SEPARATOR = @PATH_SEPARATOR@
173RANLIB = @RANLIB@
5c706339 174SED = @SED@
b9668ba4
AK
175SET_MAKE = @SET_MAKE@
176SHELL = @SHELL@
177STRIP = @STRIP@
178VERSION = @VERSION@
179YAML_LT_AGE = @YAML_LT_AGE@
180YAML_LT_CURRENT = @YAML_LT_CURRENT@
181YAML_LT_RELEASE = @YAML_LT_RELEASE@
182YAML_LT_REVISION = @YAML_LT_REVISION@
5c706339
AK
183abs_builddir = @abs_builddir@
184abs_srcdir = @abs_srcdir@
185abs_top_builddir = @abs_top_builddir@
186abs_top_srcdir = @abs_top_srcdir@
b9668ba4 187ac_ct_CC = @ac_ct_CC@
5c706339 188ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
b9668ba4
AK
189am__include = @am__include@
190am__leading_dot = @am__leading_dot@
191am__quote = @am__quote@
192am__tar = @am__tar@
193am__untar = @am__untar@
194bindir = @bindir@
195build = @build@
196build_alias = @build_alias@
197build_cpu = @build_cpu@
198build_os = @build_os@
199build_vendor = @build_vendor@
5c706339 200builddir = @builddir@
b9668ba4
AK
201datadir = @datadir@
202datarootdir = @datarootdir@
203docdir = @docdir@
204dvidir = @dvidir@
205exec_prefix = @exec_prefix@
206host = @host@
207host_alias = @host_alias@
208host_cpu = @host_cpu@
209host_os = @host_os@
210host_vendor = @host_vendor@
211htmldir = @htmldir@
212includedir = @includedir@
213infodir = @infodir@
214install_sh = @install_sh@
215libdir = @libdir@
216libexecdir = @libexecdir@
217localedir = @localedir@
218localstatedir = @localstatedir@
5c706339 219lt_ECHO = @lt_ECHO@
b9668ba4
AK
220mandir = @mandir@
221mkdir_p = @mkdir_p@
222oldincludedir = @oldincludedir@
223pdfdir = @pdfdir@
224prefix = @prefix@
225program_transform_name = @program_transform_name@
226psdir = @psdir@
227sbindir = @sbindir@
228sharedstatedir = @sharedstatedir@
5c706339 229srcdir = @srcdir@
b9668ba4
AK
230sysconfdir = @sysconfdir@
231target_alias = @target_alias@
5c706339
AK
232top_builddir = @top_builddir@
233top_srcdir = @top_srcdir@
b9668ba4
AK
234AM_CPPFLAGS = -I$(top_srcdir)/include
235#AM_CFLAGS = -Wno-pointer-sign
236LDADD = $(top_builddir)/src/libyaml.la
b9668ba4
AK
237all: 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
254Makefile: $(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
271clean-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
278clean-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
284example-deconstructor$(EXEEXT): $(example_deconstructor_OBJECTS) $(example_deconstructor_DEPENDENCIES)
285 @rm -f example-deconstructor$(EXEEXT)
5c706339 286 $(LINK) $(example_deconstructor_OBJECTS) $(example_deconstructor_LDADD) $(LIBS)
b9668ba4
AK
287example-deconstructor-alt$(EXEEXT): $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_DEPENDENCIES)
288 @rm -f example-deconstructor-alt$(EXEEXT)
5c706339 289 $(LINK) $(example_deconstructor_alt_OBJECTS) $(example_deconstructor_alt_LDADD) $(LIBS)
b9668ba4
AK
290example-reformatter$(EXEEXT): $(example_reformatter_OBJECTS) $(example_reformatter_DEPENDENCIES)
291 @rm -f example-reformatter$(EXEEXT)
5c706339 292 $(LINK) $(example_reformatter_OBJECTS) $(example_reformatter_LDADD) $(LIBS)
b9668ba4
AK
293example-reformatter-alt$(EXEEXT): $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_DEPENDENCIES)
294 @rm -f example-reformatter-alt$(EXEEXT)
5c706339 295 $(LINK) $(example_reformatter_alt_OBJECTS) $(example_reformatter_alt_LDADD) $(LIBS)
b9668ba4
AK
296run-dumper$(EXEEXT): $(run_dumper_OBJECTS) $(run_dumper_DEPENDENCIES)
297 @rm -f run-dumper$(EXEEXT)
5c706339 298 $(LINK) $(run_dumper_OBJECTS) $(run_dumper_LDADD) $(LIBS)
b9668ba4
AK
299run-emitter$(EXEEXT): $(run_emitter_OBJECTS) $(run_emitter_DEPENDENCIES)
300 @rm -f run-emitter$(EXEEXT)
5c706339 301 $(LINK) $(run_emitter_OBJECTS) $(run_emitter_LDADD) $(LIBS)
b9668ba4
AK
302run-loader$(EXEEXT): $(run_loader_OBJECTS) $(run_loader_DEPENDENCIES)
303 @rm -f run-loader$(EXEEXT)
5c706339 304 $(LINK) $(run_loader_OBJECTS) $(run_loader_LDADD) $(LIBS)
b9668ba4
AK
305run-parser$(EXEEXT): $(run_parser_OBJECTS) $(run_parser_DEPENDENCIES)
306 @rm -f run-parser$(EXEEXT)
5c706339 307 $(LINK) $(run_parser_OBJECTS) $(run_parser_LDADD) $(LIBS)
b9668ba4
AK
308run-scanner$(EXEEXT): $(run_scanner_OBJECTS) $(run_scanner_DEPENDENCIES)
309 @rm -f run-scanner$(EXEEXT)
5c706339 310 $(LINK) $(run_scanner_OBJECTS) $(run_scanner_LDADD) $(LIBS)
b9668ba4
AK
311test-reader$(EXEEXT): $(test_reader_OBJECTS) $(test_reader_DEPENDENCIES)
312 @rm -f test-reader$(EXEEXT)
5c706339 313 $(LINK) $(test_reader_OBJECTS) $(test_reader_LDADD) $(LIBS)
b9668ba4
AK
314test-version$(EXEEXT): $(test_version_OBJECTS) $(test_version_DEPENDENCIES)
315 @rm -f test-version$(EXEEXT)
5c706339 316 $(LINK) $(test_version_OBJECTS) $(test_version_LDADD) $(LIBS)
b9668ba4
AK
317
318mostlyclean-compile:
319 -rm -f *.$(OBJEXT)
320
321distclean-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:
5c706339
AK
337@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
b9668ba4
AK
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:
5c706339
AK
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
b9668ba4
AK
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:
5c706339
AK
351@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
b9668ba4
AK
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
357mostlyclean-libtool:
358 -rm -f *.lo
359
360clean-libtool:
361 -rm -rf .libs _libs
362
b9668ba4
AK
363ID: $(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 | \
5c706339
AK
368 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
369 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
370 mkid -fID $$unique
371tags: TAGS
372
373TAGS: $(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 | \
5c706339
AK
381 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
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
388ctags: CTAGS
389CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
390 $(TAGS_FILES) $(LISP)
391 tags=; \
b9668ba4
AK
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 | \
5c706339
AK
396 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397 END { if (nonempty) { for (i in files) print i; }; }'`; \
b9668ba4
AK
398 test -z "$(CTAGS_ARGS)$$tags$$unique" \
399 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400 $$tags $$unique
401
402GTAGS:
403 here=`$(am__cd) $(top_builddir) && pwd` \
404 && cd $(top_srcdir) \
405 && gtags -i $(GTAGS_ARGS) $$here
406
407distclean-tags:
408 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
410check-TESTS: $(TESTS)
5c706339 411 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
b9668ba4 412 srcdir=$(srcdir); export srcdir; \
5c706339 413 list=' $(TESTS) '; \
b9668ba4
AK
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 \
5c706339 422 *$$ws$$tst$$ws*) \
b9668ba4
AK
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 \
5c706339 434 *$$ws$$tst$$ws*) \
b9668ba4
AK
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
483distdir: $(DISTFILES)
5c706339
AK
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 \
b9668ba4 496 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
b9668ba4 497 if test -d $$d/$$file; then \
5c706339 498 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
b9668ba4
AK
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
509check-am: all-am
510 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
511 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
512check: check-am
513all-am: Makefile $(PROGRAMS)
514installdirs:
515install: install-am
516install-exec: install-exec-am
517install-data: install-data-am
518uninstall: uninstall-am
519
520install-am: all-am
521 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
522
523installcheck: installcheck-am
524install-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
529mostlyclean-generic:
530
531clean-generic:
532
533distclean-generic:
534 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
535
536maintainer-clean-generic:
537 @echo "This command is intended for maintainers to use"
538 @echo "it deletes files that may require special tools to rebuild."
539clean: clean-am
540
541clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
542 clean-noinstPROGRAMS mostlyclean-am
543
544distclean: distclean-am
545 -rm -rf ./$(DEPDIR)
546 -rm -f Makefile
547distclean-am: clean-am distclean-compile distclean-generic \
5c706339 548 distclean-tags
b9668ba4
AK
549
550dvi: dvi-am
551
552dvi-am:
553
554html: html-am
555
556info: info-am
557
558info-am:
559
560install-data-am:
561
5c706339
AK
562install-dvi: install-dvi-am
563
b9668ba4
AK
564install-exec-am:
565
5c706339
AK
566install-html: install-html-am
567
b9668ba4
AK
568install-info: install-info-am
569
570install-man:
571
5c706339
AK
572install-pdf: install-pdf-am
573
574install-ps: install-ps-am
575
b9668ba4
AK
576installcheck-am:
577
578maintainer-clean: maintainer-clean-am
579 -rm -rf ./$(DEPDIR)
580 -rm -f Makefile
581maintainer-clean-am: distclean-am maintainer-clean-generic
582
583mostlyclean: mostlyclean-am
584
585mostlyclean-am: mostlyclean-compile mostlyclean-generic \
586 mostlyclean-libtool
587
588pdf: pdf-am
589
590pdf-am:
591
592ps: ps-am
593
594ps-am:
595
5c706339
AK
596uninstall-am:
597
598.MAKE: install-am install-strip
b9668ba4
AK
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 \
5c706339
AK
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 \
b9668ba4
AK
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 \
5c706339 612 tags uninstall uninstall-am
b9668ba4
AK
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.140942 seconds and 5 git commands to generate.