Imported Upstream version 0.10
[platform/upstream/json-c.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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 DIST_COMMON = $(srcdir)/../Makefile.am.inc $(srcdir)/Makefile.am \
37         $(srcdir)/Makefile.in
38 check_PROGRAMS = test1$(EXEEXT) test1Formatted$(EXEEXT) test2$(EXEEXT) \
39         test2Formatted$(EXEEXT) test4$(EXEEXT) \
40         test_parse_int64$(EXEEXT) test_null$(EXEEXT) \
41         test_cast$(EXEEXT) test_parse$(EXEEXT) test_printbuf$(EXEEXT)
42 subdir = tests
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/json_config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 test1_SOURCES = test1.c
52 test1_OBJECTS = test1.$(OBJEXT)
53 test1_DEPENDENCIES = $(LIBJSON_LA)
54 am_test1Formatted_OBJECTS = test1Formatted-test1.$(OBJEXT) \
55         test1Formatted-parse_flags.$(OBJEXT)
56 test1Formatted_OBJECTS = $(am_test1Formatted_OBJECTS)
57 test1Formatted_DEPENDENCIES = $(LIBJSON_LA)
58 test2_SOURCES = test2.c
59 test2_OBJECTS = test2.$(OBJEXT)
60 test2_DEPENDENCIES = $(LIBJSON_LA)
61 am_test2Formatted_OBJECTS = test2Formatted-test2.$(OBJEXT) \
62         test2Formatted-parse_flags.$(OBJEXT)
63 test2Formatted_OBJECTS = $(am_test2Formatted_OBJECTS)
64 test2Formatted_DEPENDENCIES = $(LIBJSON_LA)
65 test4_SOURCES = test4.c
66 test4_OBJECTS = test4.$(OBJEXT)
67 test4_DEPENDENCIES = $(LIBJSON_LA)
68 test_cast_SOURCES = test_cast.c
69 test_cast_OBJECTS = test_cast.$(OBJEXT)
70 test_cast_DEPENDENCIES = $(LIBJSON_LA)
71 test_null_SOURCES = test_null.c
72 test_null_OBJECTS = test_null.$(OBJEXT)
73 test_null_DEPENDENCIES = $(LIBJSON_LA)
74 test_parse_SOURCES = test_parse.c
75 test_parse_OBJECTS = test_parse.$(OBJEXT)
76 test_parse_DEPENDENCIES = $(LIBJSON_LA)
77 test_parse_int64_SOURCES = test_parse_int64.c
78 test_parse_int64_OBJECTS = test_parse_int64.$(OBJEXT)
79 test_parse_int64_DEPENDENCIES = $(LIBJSON_LA)
80 test_printbuf_SOURCES = test_printbuf.c
81 test_printbuf_OBJECTS = test_printbuf.$(OBJEXT)
82 test_printbuf_DEPENDENCIES = $(LIBJSON_LA)
83 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 am__mv = mv -f
87 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 CCLD = $(CC)
93 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95         $(LDFLAGS) -o $@
96 SOURCES = test1.c $(test1Formatted_SOURCES) test2.c \
97         $(test2Formatted_SOURCES) test4.c test_cast.c test_null.c \
98         test_parse.c test_parse_int64.c test_printbuf.c
99 DIST_SOURCES = test1.c $(test1Formatted_SOURCES) test2.c \
100         $(test2Formatted_SOURCES) test4.c test_cast.c test_null.c \
101         test_parse.c test_parse_int64.c test_printbuf.c
102 ETAGS = etags
103 CTAGS = ctags
104 am__tty_colors = \
105 red=; grn=; lgn=; blu=; std=
106 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107 ACLOCAL = @ACLOCAL@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 DSYMUTIL = @DSYMUTIL@
123 DUMPBIN = @DUMPBIN@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 EGREP = @EGREP@
128 EXEEXT = @EXEEXT@
129 FGREP = @FGREP@
130 GREP = @GREP@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 LD = @LD@
137 LDFLAGS = @LDFLAGS@
138 LIBOBJS = @LIBOBJS@
139 LIBS = @LIBS@
140 LIBTOOL = @LIBTOOL@
141 LIPO = @LIPO@
142 LN_S = @LN_S@
143 LTLIBOBJS = @LTLIBOBJS@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 NM = @NM@
147 NMEDIT = @NMEDIT@
148 OBJDUMP = @OBJDUMP@
149 OBJEXT = @OBJEXT@
150 OTOOL = @OTOOL@
151 OTOOL64 = @OTOOL64@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_URL = @PACKAGE_URL@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 RANLIB = @RANLIB@
161 SED = @SED@
162 SET_MAKE = @SET_MAKE@
163 SHELL = @SHELL@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_CC = @ac_ct_CC@
171 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172 am__include = @am__include@
173 am__leading_dot = @am__leading_dot@
174 am__quote = @am__quote@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 htmldir = @htmldir@
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 libdir = @libdir@
199 libexecdir = @libexecdir@
200 localedir = @localedir@
201 localstatedir = @localstatedir@
202 lt_ECHO = @lt_ECHO@
203 mandir = @mandir@
204 mkdir_p = @mkdir_p@
205 oldincludedir = @oldincludedir@
206 pdfdir = @pdfdir@
207 prefix = @prefix@
208 program_transform_name = @program_transform_name@
209 psdir = @psdir@
210 sbindir = @sbindir@
211 sharedstatedir = @sharedstatedir@
212 srcdir = @srcdir@
213 sysconfdir = @sysconfdir@
214 target_alias = @target_alias@
215 top_build_prefix = @top_build_prefix@
216 top_builddir = @top_builddir@
217 top_srcdir = @top_srcdir@
218 AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
219 LIBJSON_LA = $(top_builddir)/libjson.la
220 test1_LDADD = $(LIBJSON_LA)
221 test1Formatted_LDADD = $(LIBJSON_LA)
222 test1Formatted_SOURCES = test1.c parse_flags.c
223 test1Formatted_CPPFLAGS = -DTEST_FORMATTED
224 test2_LDADD = $(LIBJSON_LA)
225 test2Formatted_LDADD = $(LIBJSON_LA)
226 test2Formatted_SOURCES = test2.c parse_flags.c
227 test2Formatted_CPPFLAGS = -DTEST_FORMATTED
228 test4_LDADD = $(LIBJSON_LA)
229 test_parse_int64_LDADD = $(LIBJSON_LA)
230 test_null_LDADD = $(LIBJSON_LA)
231 test_cast_LDADD = $(LIBJSON_LA)
232 test_parse_LDADD = $(LIBJSON_LA)
233 TESTS = test1.test test2.test test4.test parse_int64.test \
234         test_null.test test_cast.test test_parse.test \
235         test_printbuf.test
236 test_printbuf_LDADD = $(LIBJSON_LA)
237 EXTRA_DIST = $(TESTS)
238 testsubdir = testSubDir
239 TESTS_ENVIRONMENT = top_builddir=$(top_builddir)
240 all: all-am
241
242 .SUFFIXES:
243 .SUFFIXES: .c .lo .o .obj
244 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../Makefile.am.inc $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249                 && { if test -f $@; then exit 0; else break; fi; }; \
250               exit 1;; \
251           esac; \
252         done; \
253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
254         $(am__cd) $(top_srcdir) && \
255           $(AUTOMAKE) --gnu tests/Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258         @case '$?' in \
259           *config.status*) \
260             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261           *) \
262             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264         esac;
265
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269 $(top_srcdir)/configure:  $(am__configure_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(am__aclocal_m4_deps):
274
275 clean-checkPROGRAMS:
276         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
277         echo " rm -f" $$list; \
278         rm -f $$list || exit $$?; \
279         test -n "$(EXEEXT)" || exit 0; \
280         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
281         echo " rm -f" $$list; \
282         rm -f $$list
283 test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) 
284         @rm -f test1$(EXEEXT)
285         $(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
286 test1Formatted$(EXEEXT): $(test1Formatted_OBJECTS) $(test1Formatted_DEPENDENCIES) 
287         @rm -f test1Formatted$(EXEEXT)
288         $(LINK) $(test1Formatted_OBJECTS) $(test1Formatted_LDADD) $(LIBS)
289 test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES) 
290         @rm -f test2$(EXEEXT)
291         $(LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
292 test2Formatted$(EXEEXT): $(test2Formatted_OBJECTS) $(test2Formatted_DEPENDENCIES) 
293         @rm -f test2Formatted$(EXEEXT)
294         $(LINK) $(test2Formatted_OBJECTS) $(test2Formatted_LDADD) $(LIBS)
295 test4$(EXEEXT): $(test4_OBJECTS) $(test4_DEPENDENCIES) 
296         @rm -f test4$(EXEEXT)
297         $(LINK) $(test4_OBJECTS) $(test4_LDADD) $(LIBS)
298 test_cast$(EXEEXT): $(test_cast_OBJECTS) $(test_cast_DEPENDENCIES) 
299         @rm -f test_cast$(EXEEXT)
300         $(LINK) $(test_cast_OBJECTS) $(test_cast_LDADD) $(LIBS)
301 test_null$(EXEEXT): $(test_null_OBJECTS) $(test_null_DEPENDENCIES) 
302         @rm -f test_null$(EXEEXT)
303         $(LINK) $(test_null_OBJECTS) $(test_null_LDADD) $(LIBS)
304 test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) 
305         @rm -f test_parse$(EXEEXT)
306         $(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS)
307 test_parse_int64$(EXEEXT): $(test_parse_int64_OBJECTS) $(test_parse_int64_DEPENDENCIES) 
308         @rm -f test_parse_int64$(EXEEXT)
309         $(LINK) $(test_parse_int64_OBJECTS) $(test_parse_int64_LDADD) $(LIBS)
310 test_printbuf$(EXEEXT): $(test_printbuf_OBJECTS) $(test_printbuf_DEPENDENCIES) 
311         @rm -f test_printbuf$(EXEEXT)
312         $(LINK) $(test_printbuf_OBJECTS) $(test_printbuf_LDADD) $(LIBS)
313
314 mostlyclean-compile:
315         -rm -f *.$(OBJEXT)
316
317 distclean-compile:
318         -rm -f *.tab.c
319
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1Formatted-parse_flags.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1Formatted-test1.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2Formatted-parse_flags.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2Formatted-test2.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test4.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cast.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_null.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse_int64.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_printbuf.Po@am__quote@
332
333 .c.o:
334 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
339
340 .c.obj:
341 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
342 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
346
347 .c.lo:
348 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
353
354 test1Formatted-test1.o: test1.c
355 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-test1.o -MD -MP -MF $(DEPDIR)/test1Formatted-test1.Tpo -c -o test1Formatted-test1.o `test -f 'test1.c' || echo '$(srcdir)/'`test1.c
356 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test1Formatted-test1.Tpo $(DEPDIR)/test1Formatted-test1.Po
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test1.c' object='test1Formatted-test1.o' libtool=no @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-test1.o `test -f 'test1.c' || echo '$(srcdir)/'`test1.c
360
361 test1Formatted-test1.obj: test1.c
362 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-test1.obj -MD -MP -MF $(DEPDIR)/test1Formatted-test1.Tpo -c -o test1Formatted-test1.obj `if test -f 'test1.c'; then $(CYGPATH_W) 'test1.c'; else $(CYGPATH_W) '$(srcdir)/test1.c'; fi`
363 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test1Formatted-test1.Tpo $(DEPDIR)/test1Formatted-test1.Po
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test1.c' object='test1Formatted-test1.obj' libtool=no @AMDEPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-test1.obj `if test -f 'test1.c'; then $(CYGPATH_W) 'test1.c'; else $(CYGPATH_W) '$(srcdir)/test1.c'; fi`
367
368 test1Formatted-parse_flags.o: parse_flags.c
369 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-parse_flags.o -MD -MP -MF $(DEPDIR)/test1Formatted-parse_flags.Tpo -c -o test1Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
370 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test1Formatted-parse_flags.Tpo $(DEPDIR)/test1Formatted-parse_flags.Po
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parse_flags.c' object='test1Formatted-parse_flags.o' libtool=no @AMDEPBACKSLASH@
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
374
375 test1Formatted-parse_flags.obj: parse_flags.c
376 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-parse_flags.obj -MD -MP -MF $(DEPDIR)/test1Formatted-parse_flags.Tpo -c -o test1Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
377 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test1Formatted-parse_flags.Tpo $(DEPDIR)/test1Formatted-parse_flags.Po
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parse_flags.c' object='test1Formatted-parse_flags.obj' libtool=no @AMDEPBACKSLASH@
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
381
382 test2Formatted-test2.o: test2.c
383 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-test2.o -MD -MP -MF $(DEPDIR)/test2Formatted-test2.Tpo -c -o test2Formatted-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
384 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test2Formatted-test2.Tpo $(DEPDIR)/test2Formatted-test2.Po
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test2.c' object='test2Formatted-test2.o' libtool=no @AMDEPBACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
388
389 test2Formatted-test2.obj: test2.c
390 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-test2.obj -MD -MP -MF $(DEPDIR)/test2Formatted-test2.Tpo -c -o test2Formatted-test2.obj `if test -f 'test2.c'; then $(CYGPATH_W) 'test2.c'; else $(CYGPATH_W) '$(srcdir)/test2.c'; fi`
391 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test2Formatted-test2.Tpo $(DEPDIR)/test2Formatted-test2.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test2.c' object='test2Formatted-test2.obj' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-test2.obj `if test -f 'test2.c'; then $(CYGPATH_W) 'test2.c'; else $(CYGPATH_W) '$(srcdir)/test2.c'; fi`
395
396 test2Formatted-parse_flags.o: parse_flags.c
397 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-parse_flags.o -MD -MP -MF $(DEPDIR)/test2Formatted-parse_flags.Tpo -c -o test2Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
398 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test2Formatted-parse_flags.Tpo $(DEPDIR)/test2Formatted-parse_flags.Po
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parse_flags.c' object='test2Formatted-parse_flags.o' libtool=no @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
402
403 test2Formatted-parse_flags.obj: parse_flags.c
404 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-parse_flags.obj -MD -MP -MF $(DEPDIR)/test2Formatted-parse_flags.Tpo -c -o test2Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
405 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test2Formatted-parse_flags.Tpo $(DEPDIR)/test2Formatted-parse_flags.Po
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parse_flags.c' object='test2Formatted-parse_flags.obj' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
409
410 mostlyclean-libtool:
411         -rm -f *.lo
412
413 clean-libtool:
414         -rm -rf .libs _libs
415
416 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
417         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
418         unique=`for i in $$list; do \
419             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420           done | \
421           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422               END { if (nonempty) { for (i in files) print i; }; }'`; \
423         mkid -fID $$unique
424 tags: TAGS
425
426 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427                 $(TAGS_FILES) $(LISP)
428         set x; \
429         here=`pwd`; \
430         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431         unique=`for i in $$list; do \
432             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433           done | \
434           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435               END { if (nonempty) { for (i in files) print i; }; }'`; \
436         shift; \
437         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438           test -n "$$unique" || unique=$$empty_fix; \
439           if test $$# -gt 0; then \
440             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441               "$$@" $$unique; \
442           else \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               $$unique; \
445           fi; \
446         fi
447 ctags: CTAGS
448 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449                 $(TAGS_FILES) $(LISP)
450         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451         unique=`for i in $$list; do \
452             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453           done | \
454           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455               END { if (nonempty) { for (i in files) print i; }; }'`; \
456         test -z "$(CTAGS_ARGS)$$unique" \
457           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458              $$unique
459
460 GTAGS:
461         here=`$(am__cd) $(top_builddir) && pwd` \
462           && $(am__cd) $(top_srcdir) \
463           && gtags -i $(GTAGS_ARGS) "$$here"
464
465 distclean-tags:
466         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
468 check-TESTS: $(TESTS)
469         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
470         srcdir=$(srcdir); export srcdir; \
471         list=' $(TESTS) '; \
472         $(am__tty_colors); \
473         if test -n "$$list"; then \
474           for tst in $$list; do \
475             if test -f ./$$tst; then dir=./; \
476             elif test -f $$tst; then dir=; \
477             else dir="$(srcdir)/"; fi; \
478             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
479               all=`expr $$all + 1`; \
480               case " $(XFAIL_TESTS) " in \
481               *[\ \     ]$$tst[\ \      ]*) \
482                 xpass=`expr $$xpass + 1`; \
483                 failed=`expr $$failed + 1`; \
484                 col=$$red; res=XPASS; \
485               ;; \
486               *) \
487                 col=$$grn; res=PASS; \
488               ;; \
489               esac; \
490             elif test $$? -ne 77; then \
491               all=`expr $$all + 1`; \
492               case " $(XFAIL_TESTS) " in \
493               *[\ \     ]$$tst[\ \      ]*) \
494                 xfail=`expr $$xfail + 1`; \
495                 col=$$lgn; res=XFAIL; \
496               ;; \
497               *) \
498                 failed=`expr $$failed + 1`; \
499                 col=$$red; res=FAIL; \
500               ;; \
501               esac; \
502             else \
503               skip=`expr $$skip + 1`; \
504               col=$$blu; res=SKIP; \
505             fi; \
506             echo "$${col}$$res$${std}: $$tst"; \
507           done; \
508           if test "$$all" -eq 1; then \
509             tests="test"; \
510             All=""; \
511           else \
512             tests="tests"; \
513             All="All "; \
514           fi; \
515           if test "$$failed" -eq 0; then \
516             if test "$$xfail" -eq 0; then \
517               banner="$$All$$all $$tests passed"; \
518             else \
519               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
520               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
521             fi; \
522           else \
523             if test "$$xpass" -eq 0; then \
524               banner="$$failed of $$all $$tests failed"; \
525             else \
526               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
527               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
528             fi; \
529           fi; \
530           dashes="$$banner"; \
531           skipped=""; \
532           if test "$$skip" -ne 0; then \
533             if test "$$skip" -eq 1; then \
534               skipped="($$skip test was not run)"; \
535             else \
536               skipped="($$skip tests were not run)"; \
537             fi; \
538             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
539               dashes="$$skipped"; \
540           fi; \
541           report=""; \
542           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
543             report="Please report to $(PACKAGE_BUGREPORT)"; \
544             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
545               dashes="$$report"; \
546           fi; \
547           dashes=`echo "$$dashes" | sed s/./=/g`; \
548           if test "$$failed" -eq 0; then \
549             echo "$$grn$$dashes"; \
550           else \
551             echo "$$red$$dashes"; \
552           fi; \
553           echo "$$banner"; \
554           test -z "$$skipped" || echo "$$skipped"; \
555           test -z "$$report" || echo "$$report"; \
556           echo "$$dashes$$std"; \
557           test "$$failed" -eq 0; \
558         else :; fi
559
560 distdir: $(DISTFILES)
561         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563         list='$(DISTFILES)'; \
564           dist_files=`for file in $$list; do echo $$file; done | \
565           sed -e "s|^$$srcdirstrip/||;t" \
566               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
567         case $$dist_files in \
568           */*) $(MKDIR_P) `echo "$$dist_files" | \
569                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570                            sort -u` ;; \
571         esac; \
572         for file in $$dist_files; do \
573           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574           if test -d $$d/$$file; then \
575             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
576             if test -d "$(distdir)/$$file"; then \
577               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578             fi; \
579             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584           else \
585             test -f "$(distdir)/$$file" \
586             || cp -p $$d/$$file "$(distdir)/$$file" \
587             || exit 1; \
588           fi; \
589         done
590 check-am: all-am
591         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
592         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
593 check: check-am
594 all-am: Makefile
595 installdirs:
596 install: install-am
597 install-exec: install-exec-am
598 install-data: install-data-am
599 uninstall: uninstall-am
600
601 install-am: all-am
602         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
603
604 installcheck: installcheck-am
605 install-strip:
606         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
607           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
608           `test -z '$(STRIP)' || \
609             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
610 mostlyclean-generic:
611
612 clean-generic:
613
614 distclean-generic:
615         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
616         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
617
618 maintainer-clean-generic:
619         @echo "This command is intended for maintainers to use"
620         @echo "it deletes files that may require special tools to rebuild."
621 clean: clean-am
622
623 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
624         mostlyclean-am
625
626 distclean: distclean-am
627         -rm -rf ./$(DEPDIR)
628         -rm -f Makefile
629 distclean-am: clean-am distclean-compile distclean-generic \
630         distclean-local distclean-tags
631
632 dvi: dvi-am
633
634 dvi-am:
635
636 html: html-am
637
638 html-am:
639
640 info: info-am
641
642 info-am:
643
644 install-data-am:
645
646 install-dvi: install-dvi-am
647
648 install-dvi-am:
649
650 install-exec-am:
651
652 install-html: install-html-am
653
654 install-html-am:
655
656 install-info: install-info-am
657
658 install-info-am:
659
660 install-man:
661
662 install-pdf: install-pdf-am
663
664 install-pdf-am:
665
666 install-ps: install-ps-am
667
668 install-ps-am:
669
670 installcheck-am:
671
672 maintainer-clean: maintainer-clean-am
673         -rm -rf ./$(DEPDIR)
674         -rm -f Makefile
675 maintainer-clean-am: distclean-am maintainer-clean-generic
676
677 mostlyclean: mostlyclean-am
678
679 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
680         mostlyclean-libtool
681
682 pdf: pdf-am
683
684 pdf-am:
685
686 ps: ps-am
687
688 ps-am:
689
690 uninstall-am:
691
692 .MAKE: check-am install-am install-strip
693
694 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
695         clean-checkPROGRAMS clean-generic clean-libtool ctags \
696         distclean distclean-compile distclean-generic \
697         distclean-libtool distclean-local distclean-tags distdir dvi \
698         dvi-am html html-am info info-am install install-am \
699         install-data install-data-am install-dvi install-dvi-am \
700         install-exec install-exec-am install-html install-html-am \
701         install-info install-info-am install-man install-pdf \
702         install-pdf-am install-ps install-ps-am install-strip \
703         installcheck installcheck-am installdirs maintainer-clean \
704         maintainer-clean-generic mostlyclean mostlyclean-compile \
705         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
706         tags uninstall uninstall-am
707
708
709 distclean-local:
710         -rm -rf $(testsubdir)
711
712 # Tell versions [3.59,3.63) of GNU make to not export all variables.
713 # Otherwise a system limit (for SysV at least) may be exceeded.
714 .NOEXPORT: