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