151addf2a323e09061017722808143265a2c8c26
[external/libjson-glib.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
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
18 # JSON-GLib - JSON reader and writer library
19
20 # custom rules for quiet builds
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42         $(top_srcdir)/build/autotools/Makefile.am.gtest \
43         $(top_srcdir)/build/autotools/Makefile.am.silent
44 noinst_PROGRAMS = $(am__EXEEXT_1)
45 subdir = tests
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps =  \
48         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
49         $(top_srcdir)/build/autotools/gtk-doc.m4 \
50         $(top_srcdir)/build/autotools/introspection.m4 \
51         $(top_srcdir)/build/autotools/libtool.m4 \
52         $(top_srcdir)/build/autotools/ltoptions.m4 \
53         $(top_srcdir)/build/autotools/ltsugar.m4 \
54         $(top_srcdir)/build/autotools/ltversion.m4 \
55         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
56         $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 am__EXEEXT_1 = test-parser$(EXEEXT) test-generator$(EXEEXT) \
64         test-serialize-simple$(EXEEXT) test-serialize-complex$(EXEEXT) \
65         test-serialize-boxed$(EXEEXT) test-serialize-full$(EXEEXT)
66 PROGRAMS = $(noinst_PROGRAMS)
67 am_test_generator_OBJECTS = test-generator.$(OBJEXT)
68 test_generator_OBJECTS = $(am_test_generator_OBJECTS)
69 am__DEPENDENCIES_1 =
70 am__DEPENDENCIES_2 = $(top_builddir)/json-glib/libjson-glib-1.0.la \
71         $(am__DEPENDENCIES_1)
72 test_generator_DEPENDENCIES = $(am__DEPENDENCIES_2)
73 AM_V_lt = $(am__v_lt_$(V))
74 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
75 am__v_lt_0 = --silent
76 am_test_parser_OBJECTS = test-parser.$(OBJEXT)
77 test_parser_OBJECTS = $(am_test_parser_OBJECTS)
78 test_parser_DEPENDENCIES = $(am__DEPENDENCIES_2)
79 am_test_serialize_boxed_OBJECTS = test-serialize-boxed.$(OBJEXT)
80 test_serialize_boxed_OBJECTS = $(am_test_serialize_boxed_OBJECTS)
81 test_serialize_boxed_DEPENDENCIES = $(am__DEPENDENCIES_2)
82 am_test_serialize_complex_OBJECTS = test-serialize-complex.$(OBJEXT)
83 test_serialize_complex_OBJECTS = $(am_test_serialize_complex_OBJECTS)
84 test_serialize_complex_DEPENDENCIES = $(am__DEPENDENCIES_2)
85 am_test_serialize_full_OBJECTS = test-serialize-full.$(OBJEXT)
86 test_serialize_full_OBJECTS = $(am_test_serialize_full_OBJECTS)
87 test_serialize_full_DEPENDENCIES = $(am__DEPENDENCIES_2)
88 am_test_serialize_simple_OBJECTS = test-serialize-simple.$(OBJEXT)
89 test_serialize_simple_OBJECTS = $(am_test_serialize_simple_OBJECTS)
90 test_serialize_simple_DEPENDENCIES = $(am__DEPENDENCIES_2)
91 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 am__mv = mv -f
95 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
98         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
99         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100         $(AM_CFLAGS) $(CFLAGS)
101 AM_V_CC = $(am__v_CC_$(V))
102 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
103 am__v_CC_0 = @echo "  CC    " $@;
104 AM_V_at = $(am__v_at_$(V))
105 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
106 am__v_at_0 = @
107 CCLD = $(CC)
108 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
109         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
110         $(AM_LDFLAGS) $(LDFLAGS) -o $@
111 AM_V_CCLD = $(am__v_CCLD_$(V))
112 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
113 am__v_CCLD_0 = @echo "  CCLD  " $@;
114 AM_V_GEN = $(am__v_GEN_$(V))
115 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
116 am__v_GEN_0 = @echo "  GEN   " $@;
117 SOURCES = $(test_generator_SOURCES) $(test_parser_SOURCES) \
118         $(test_serialize_boxed_SOURCES) \
119         $(test_serialize_complex_SOURCES) \
120         $(test_serialize_full_SOURCES) \
121         $(test_serialize_simple_SOURCES)
122 DIST_SOURCES = $(test_generator_SOURCES) $(test_parser_SOURCES) \
123         $(test_serialize_boxed_SOURCES) \
124         $(test_serialize_complex_SOURCES) \
125         $(test_serialize_full_SOURCES) \
126         $(test_serialize_simple_SOURCES)
127 ETAGS = etags
128 CTAGS = ctags
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 ACLOCAL = @ACLOCAL@
131 AMTAR = @AMTAR@
132 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133 AR = @AR@
134 AUTOCONF = @AUTOCONF@
135 AUTOHEADER = @AUTOHEADER@
136 AUTOMAKE = @AUTOMAKE@
137 AWK = @AWK@
138 CC = @CC@
139 CCDEPMODE = @CCDEPMODE@
140 CFLAGS = @CFLAGS@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 DSYMUTIL = @DSYMUTIL@
147 DUMPBIN = @DUMPBIN@
148 ECHO_C = @ECHO_C@
149 ECHO_N = @ECHO_N@
150 ECHO_T = @ECHO_T@
151 EGREP = @EGREP@
152 EXEEXT = @EXEEXT@
153 FGREP = @FGREP@
154 GLIB_CFLAGS = @GLIB_CFLAGS@
155 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
156 GLIB_LIBS = @GLIB_LIBS@
157 GLIB_MKENUMS = @GLIB_MKENUMS@
158 GLIB_PREFIX = @GLIB_PREFIX@
159 GOBJECT_QUERY = @GOBJECT_QUERY@
160 GREP = @GREP@
161 GTKDOC_CHECK = @GTKDOC_CHECK@
162 GTKDOC_MKPDF = @GTKDOC_MKPDF@
163 GTKDOC_REBASE = @GTKDOC_REBASE@
164 HTML_DIR = @HTML_DIR@
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
171 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
172 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
173 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
174 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
175 JSON_CFLAGS = @JSON_CFLAGS@
176 JSON_DEBUG_CFLAGS = @JSON_DEBUG_CFLAGS@
177 JSON_LIBS = @JSON_LIBS@
178 JSON_LT_LDFLAGS = @JSON_LT_LDFLAGS@
179 JSON_MAJOR_VERSION = @JSON_MAJOR_VERSION@
180 JSON_MICRO_VERSION = @JSON_MICRO_VERSION@
181 JSON_MINOR_VERSION = @JSON_MINOR_VERSION@
182 JSON_RELEASE_STATUS = @JSON_RELEASE_STATUS@
183 JSON_VERSION = @JSON_VERSION@
184 LD = @LD@
185 LDFLAGS = @LDFLAGS@
186 LIBOBJS = @LIBOBJS@
187 LIBS = @LIBS@
188 LIBTOOL = @LIBTOOL@
189 LIPO = @LIPO@
190 LN_S = @LN_S@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
193 MAKEINFO = @MAKEINFO@
194 MKDIR_P = @MKDIR_P@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 OBJDUMP = @OBJDUMP@
198 OBJEXT = @OBJEXT@
199 OTOOL = @OTOOL@
200 OTOOL64 = @OTOOL64@
201 PACKAGE = @PACKAGE@
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203 PACKAGE_NAME = @PACKAGE_NAME@
204 PACKAGE_STRING = @PACKAGE_STRING@
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@
206 PACKAGE_URL = @PACKAGE_URL@
207 PACKAGE_VERSION = @PACKAGE_VERSION@
208 PATH_SEPARATOR = @PATH_SEPARATOR@
209 PKG_CONFIG = @PKG_CONFIG@
210 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
211 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
212 RANLIB = @RANLIB@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRIP = @STRIP@
217 VERSION = @VERSION@
218 abs_builddir = @abs_builddir@
219 abs_srcdir = @abs_srcdir@
220 abs_top_builddir = @abs_top_builddir@
221 abs_top_srcdir = @abs_top_srcdir@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224 am__include = @am__include@
225 am__leading_dot = @am__leading_dot@
226 am__quote = @am__quote@
227 am__tar = @am__tar@
228 am__untar = @am__untar@
229 bindir = @bindir@
230 build = @build@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 datadir = @datadir@
237 datarootdir = @datarootdir@
238 docdir = @docdir@
239 dvidir = @dvidir@
240 exec_prefix = @exec_prefix@
241 host = @host@
242 host_alias = @host_alias@
243 host_cpu = @host_cpu@
244 host_os = @host_os@
245 host_vendor = @host_vendor@
246 htmldir = @htmldir@
247 includedir = @includedir@
248 infodir = @infodir@
249 install_sh = @install_sh@
250 libdir = @libdir@
251 libexecdir = @libexecdir@
252 localedir = @localedir@
253 localstatedir = @localstatedir@
254 lt_ECHO = @lt_ECHO@
255 mandir = @mandir@
256 mkdir_p = @mkdir_p@
257 oldincludedir = @oldincludedir@
258 pdfdir = @pdfdir@
259 prefix = @prefix@
260 program_transform_name = @program_transform_name@
261 psdir = @psdir@
262 sbindir = @sbindir@
263 sharedstatedir = @sharedstatedir@
264 srcdir = @srcdir@
265 sysconfdir = @sysconfdir@
266 target_alias = @target_alias@
267 top_build_prefix = @top_build_prefix@
268 top_builddir = @top_builddir@
269 top_srcdir = @top_srcdir@
270 GTESTER = gtester
271 GTESTER_REPORT = gtester-report
272
273 # initialize variables for unconditional += appending
274 EXTRA_DIST = 
275 TEST_PROGS = test-parser test-generator test-serialize-simple \
276         test-serialize-complex test-serialize-boxed \
277         test-serialize-full
278 @USE_SHAVE_FALSE@QUIET_GEN = $(AM_V_GEN)
279 @USE_SHAVE_TRUE@QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
280 @USE_SHAVE_FALSE@QUIET_LN = $(QUIET_LN_$(V))
281 @USE_SHAVE_TRUE@QUIET_LN = $(Q:@=@echo '  LN    '$@;)
282 @USE_SHAVE_FALSE@QUIET_RM = $(QUIET_RM_$(V))
283 @USE_SHAVE_TRUE@QUIET_RM = $(Q:@=@echo '  RM    '$@;)
284 @USE_SHAVE_FALSE@QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
285 @USE_SHAVE_FALSE@QUIET_LN_0 = @echo '  LN     '$@;
286 @USE_SHAVE_FALSE@QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
287 @USE_SHAVE_FALSE@QUIET_RM_0 = @echo '  RM     '$@;
288 NULL = 
289 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/json-glib
290 AM_CPPFLAGS = -DJSON_DISABLE_DEPRECATED $(JSON_DEBUG_CFLAGS) $(JSON_CFLAGS) $(MAINTAINER_CFLAGS)
291 progs_ldadd = $(top_builddir)/json-glib/libjson-glib-1.0.la $(JSON_LIBS)
292 TESTS_ENVIRONMENT = srcdir=$(srcdir)
293 test_parser_SOURCES = test-parser.c
294 test_parser_LDADD = $(progs_ldadd)
295 test_generator_SOURCES = test-generator.c
296 test_generator_LDADD = $(progs_ldadd)
297 test_serialize_simple_SOURCES = test-serialize-simple.c
298 test_serialize_simple_LDADD = $(progs_ldadd)
299 test_serialize_complex_SOURCES = test-serialize-complex.c
300 test_serialize_complex_LDADD = $(progs_ldadd)
301 test_serialize_boxed_SOURCES = test-serialize-boxed.c
302 test_serialize_boxed_LDADD = $(progs_ldadd)
303 test_serialize_full_SOURCES = test-serialize-full.c
304 test_serialize_full_LDADD = $(progs_ldadd)
305 all: all-am
306
307 .SUFFIXES:
308 .SUFFIXES: .c .lo .o .obj
309 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.gtest $(top_srcdir)/build/autotools/Makefile.am.silent $(am__configure_deps)
310         @for dep in $?; do \
311           case '$(am__configure_deps)' in \
312             *$$dep*) \
313               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314                 && { if test -f $@; then exit 0; else break; fi; }; \
315               exit 1;; \
316           esac; \
317         done; \
318         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
319         $(am__cd) $(top_srcdir) && \
320           $(AUTOMAKE) --gnu tests/Makefile
321 .PRECIOUS: Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323         @case '$?' in \
324           *config.status*) \
325             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326           *) \
327             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329         esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334 $(top_srcdir)/configure:  $(am__configure_deps)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(am__aclocal_m4_deps):
339
340 clean-noinstPROGRAMS:
341         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
342         echo " rm -f" $$list; \
343         rm -f $$list || exit $$?; \
344         test -n "$(EXEEXT)" || exit 0; \
345         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
346         echo " rm -f" $$list; \
347         rm -f $$list
348 test-generator$(EXEEXT): $(test_generator_OBJECTS) $(test_generator_DEPENDENCIES) 
349         @rm -f test-generator$(EXEEXT)
350         $(AM_V_CCLD)$(LINK) $(test_generator_OBJECTS) $(test_generator_LDADD) $(LIBS)
351 test-parser$(EXEEXT): $(test_parser_OBJECTS) $(test_parser_DEPENDENCIES) 
352         @rm -f test-parser$(EXEEXT)
353         $(AM_V_CCLD)$(LINK) $(test_parser_OBJECTS) $(test_parser_LDADD) $(LIBS)
354 test-serialize-boxed$(EXEEXT): $(test_serialize_boxed_OBJECTS) $(test_serialize_boxed_DEPENDENCIES) 
355         @rm -f test-serialize-boxed$(EXEEXT)
356         $(AM_V_CCLD)$(LINK) $(test_serialize_boxed_OBJECTS) $(test_serialize_boxed_LDADD) $(LIBS)
357 test-serialize-complex$(EXEEXT): $(test_serialize_complex_OBJECTS) $(test_serialize_complex_DEPENDENCIES) 
358         @rm -f test-serialize-complex$(EXEEXT)
359         $(AM_V_CCLD)$(LINK) $(test_serialize_complex_OBJECTS) $(test_serialize_complex_LDADD) $(LIBS)
360 test-serialize-full$(EXEEXT): $(test_serialize_full_OBJECTS) $(test_serialize_full_DEPENDENCIES) 
361         @rm -f test-serialize-full$(EXEEXT)
362         $(AM_V_CCLD)$(LINK) $(test_serialize_full_OBJECTS) $(test_serialize_full_LDADD) $(LIBS)
363 test-serialize-simple$(EXEEXT): $(test_serialize_simple_OBJECTS) $(test_serialize_simple_DEPENDENCIES) 
364         @rm -f test-serialize-simple$(EXEEXT)
365         $(AM_V_CCLD)$(LINK) $(test_serialize_simple_OBJECTS) $(test_serialize_simple_LDADD) $(LIBS)
366
367 mostlyclean-compile:
368         -rm -f *.$(OBJEXT)
369
370 distclean-compile:
371         -rm -f *.tab.c
372
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-generator.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parser.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-serialize-boxed.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-serialize-complex.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-serialize-full.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-serialize-simple.Po@am__quote@
379
380 .c.o:
381 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
387
388 .c.obj:
389 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
390 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
395
396 .c.lo:
397 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
398 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
399 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
403
404 mostlyclean-libtool:
405         -rm -f *.lo
406
407 clean-libtool:
408         -rm -rf .libs _libs
409
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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 | \
415           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416               END { if (nonempty) { for (i in files) print i; }; }'`; \
417         mkid -fID $$unique
418 tags: TAGS
419
420 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421                 $(TAGS_FILES) $(LISP)
422         set x; \
423         here=`pwd`; \
424         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425         unique=`for i in $$list; do \
426             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427           done | \
428           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429               END { if (nonempty) { for (i in files) print i; }; }'`; \
430         shift; \
431         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
432           test -n "$$unique" || unique=$$empty_fix; \
433           if test $$# -gt 0; then \
434             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435               "$$@" $$unique; \
436           else \
437             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438               $$unique; \
439           fi; \
440         fi
441 ctags: CTAGS
442 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443                 $(TAGS_FILES) $(LISP)
444         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445         unique=`for i in $$list; do \
446             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447           done | \
448           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449               END { if (nonempty) { for (i in files) print i; }; }'`; \
450         test -z "$(CTAGS_ARGS)$$unique" \
451           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452              $$unique
453
454 GTAGS:
455         here=`$(am__cd) $(top_builddir) && pwd` \
456           && $(am__cd) $(top_srcdir) \
457           && gtags -i $(GTAGS_ARGS) "$$here"
458
459 distclean-tags:
460         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461
462 distdir: $(DISTFILES)
463         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465         list='$(DISTFILES)'; \
466           dist_files=`for file in $$list; do echo $$file; done | \
467           sed -e "s|^$$srcdirstrip/||;t" \
468               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469         case $$dist_files in \
470           */*) $(MKDIR_P) `echo "$$dist_files" | \
471                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472                            sort -u` ;; \
473         esac; \
474         for file in $$dist_files; do \
475           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476           if test -d $$d/$$file; then \
477             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478             if test -d "$(distdir)/$$file"; then \
479               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480             fi; \
481             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
483               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484             fi; \
485             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
486           else \
487             test -f "$(distdir)/$$file" \
488             || cp -p $$d/$$file "$(distdir)/$$file" \
489             || exit 1; \
490           fi; \
491         done
492 check-am: all-am
493         $(MAKE) $(AM_MAKEFLAGS) check-local
494 check: check-am
495 all-am: Makefile $(PROGRAMS)
496 installdirs:
497 install: install-am
498 install-exec: install-exec-am
499 install-data: install-data-am
500 uninstall: uninstall-am
501
502 install-am: all-am
503         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
504
505 installcheck: installcheck-am
506 install-strip:
507         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509           `test -z '$(STRIP)' || \
510             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
511 mostlyclean-generic:
512
513 clean-generic:
514
515 distclean-generic:
516         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519 maintainer-clean-generic:
520         @echo "This command is intended for maintainers to use"
521         @echo "it deletes files that may require special tools to rebuild."
522 clean: clean-am
523
524 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
525         mostlyclean-am
526
527 distclean: distclean-am
528         -rm -rf ./$(DEPDIR)
529         -rm -f Makefile
530 distclean-am: clean-am distclean-compile distclean-generic \
531         distclean-tags
532
533 dvi: dvi-am
534
535 dvi-am:
536
537 html: html-am
538
539 html-am:
540
541 info: info-am
542
543 info-am:
544
545 install-data-am:
546
547 install-dvi: install-dvi-am
548
549 install-dvi-am:
550
551 install-exec-am:
552
553 install-html: install-html-am
554
555 install-html-am:
556
557 install-info: install-info-am
558
559 install-info-am:
560
561 install-man:
562
563 install-pdf: install-pdf-am
564
565 install-pdf-am:
566
567 install-ps: install-ps-am
568
569 install-ps-am:
570
571 installcheck-am:
572
573 maintainer-clean: maintainer-clean-am
574         -rm -rf ./$(DEPDIR)
575         -rm -f Makefile
576 maintainer-clean-am: distclean-am maintainer-clean-generic
577
578 mostlyclean: mostlyclean-am
579
580 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
581         mostlyclean-libtool
582
583 pdf: pdf-am
584
585 pdf-am:
586
587 ps: ps-am
588
589 ps-am:
590
591 uninstall-am:
592
593 .MAKE: check-am install-am install-strip
594
595 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
596         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
597         distclean distclean-compile distclean-generic \
598         distclean-libtool distclean-tags distdir dvi dvi-am html \
599         html-am info info-am install install-am install-data \
600         install-data-am install-dvi install-dvi-am install-exec \
601         install-exec-am install-html install-html-am install-info \
602         install-info-am install-man install-pdf install-pdf-am \
603         install-ps install-ps-am install-strip installcheck \
604         installcheck-am installdirs maintainer-clean \
605         maintainer-clean-generic mostlyclean mostlyclean-compile \
606         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
607         tags uninstall uninstall-am
608
609
610 ### testing rules
611
612 # test: run all tests in cwd and subdirs
613 test:   ${TEST_PROGS}
614         @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
615         @ for subdir in $(SUBDIRS) . ; do \
616             test "$$subdir" = "." -o "$$subdir" = "po" || \
617             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
618           done
619 # test-report: run tests in subdirs and generate report
620 # perf-report: run tests in subdirs with -m perf and generate report
621 # full-report: like test-report: with -m perf and -m slow
622 test-report perf-report full-report:    ${TEST_PROGS}
623         @test -z "${TEST_PROGS}" || { \
624           case $@ in \
625           test-report) test_options="-k";; \
626           perf-report) test_options="-k -m=perf";; \
627           full-report) test_options="-k -m=perf -m=slow";; \
628           esac ; \
629           if test -z "$$GTESTER_LOGDIR" ; then  \
630             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
631           elif test -n "${TEST_PROGS}" ; then \
632             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
633           fi ; \
634         }
635         @ ignore_logdir=true ; \
636           if test -z "$$GTESTER_LOGDIR" ; then \
637             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
638             ignore_logdir=false ; \
639           fi ; \
640           for subdir in $(SUBDIRS) . ; do \
641             test "$$subdir" = "." -o "$$subdir" = "po" || \
642             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
643           done ; \
644           $$ignore_logdir || { \
645             echo '<?xml version="1.0"?>'            > $@.xml ; \
646             echo '<report-collection>'             >> $@.xml ; \
647             echo '<info>'                          >> $@.xml ; \
648             echo '  <package>$(PACKAGE)</package>' >> $@.xml ; \
649             echo '  <version>$(VERSION)</version>' >> $@.xml ; \
650             echo '</info>'                         >> $@.xml ; \
651             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
652               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
653             done ; \
654             echo >> $@.xml ; \
655             echo '</report-collection>' >> $@.xml ; \
656             rm -rf "$$GTESTER_LOGDIR"/ ; \
657             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
658           }
659 .PHONY: test test-report perf-report full-report
660 # run make test as part of make check
661 check-local: test
662
663 # Tell versions [3.59,3.63) of GNU make to not export all variables.
664 # Otherwise a system limit (for SysV at least) may be exceeded.
665 .NOEXPORT: