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