K2.6 patches and update.
[tomato.git] / release / src / router / libexif / test / Makefile.in
blob9a33b2b7ae7469c08fa349340b29432c62fd7626
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
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.
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.
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 TESTS = test-mem$(EXEEXT) test-value$(EXEEXT) test-integers$(EXEEXT) \
37 test-parse$(EXEEXT) test-tagtable$(EXEEXT) \
38 test-sorted$(EXEEXT)
39 check_PROGRAMS = test-mem$(EXEEXT) test-mnote$(EXEEXT) \
40 test-value$(EXEEXT) test-integers$(EXEEXT) test-parse$(EXEEXT) \
41 test-tagtable$(EXEEXT) test-sorted$(EXEEXT)
42 subdir = test
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
46 $(top_srcdir)/m4m/gp-config-msg.m4 \
47 $(top_srcdir)/m4m/gp-documentation.m4 \
48 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
49 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
50 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
51 $(top_srcdir)/auto-m4/lib-link.m4 \
52 $(top_srcdir)/auto-m4/lib-prefix.m4 \
53 $(top_srcdir)/auto-m4/libtool.m4 \
54 $(top_srcdir)/auto-m4/ltoptions.m4 \
55 $(top_srcdir)/auto-m4/ltsugar.m4 \
56 $(top_srcdir)/auto-m4/ltversion.m4 \
57 $(top_srcdir)/auto-m4/lt~obsolete.m4 \
58 $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
59 $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)
62 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63 CONFIG_HEADER = $(top_builddir)/config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 test_integers_SOURCES = test-integers.c
67 test_integers_OBJECTS = test-integers.$(OBJEXT)
68 test_integers_LDADD = $(LDADD)
69 am__DEPENDENCIES_1 =
70 test_integers_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
71 $(am__DEPENDENCIES_1)
72 test_mem_SOURCES = test-mem.c
73 test_mem_OBJECTS = test-mem.$(OBJEXT)
74 test_mem_LDADD = $(LDADD)
75 test_mem_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
76 $(am__DEPENDENCIES_1)
77 test_mnote_SOURCES = test-mnote.c
78 test_mnote_OBJECTS = test-mnote.$(OBJEXT)
79 test_mnote_LDADD = $(LDADD)
80 test_mnote_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
81 $(am__DEPENDENCIES_1)
82 test_parse_SOURCES = test-parse.c
83 test_parse_OBJECTS = test-parse.$(OBJEXT)
84 test_parse_LDADD = $(LDADD)
85 test_parse_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
86 $(am__DEPENDENCIES_1)
87 test_sorted_SOURCES = test-sorted.c
88 test_sorted_OBJECTS = test-sorted.$(OBJEXT)
89 test_sorted_LDADD = $(LDADD)
90 test_sorted_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
91 $(am__DEPENDENCIES_1)
92 test_tagtable_SOURCES = test-tagtable.c
93 test_tagtable_OBJECTS = test-tagtable.$(OBJEXT)
94 test_tagtable_LDADD = $(LDADD)
95 test_tagtable_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
96 $(am__DEPENDENCIES_1)
97 test_value_SOURCES = test-value.c
98 test_value_OBJECTS = test-value.$(OBJEXT)
99 test_value_LDADD = $(LDADD)
100 test_value_DEPENDENCIES = $(top_builddir)/libexif/libexif.la \
101 $(am__DEPENDENCIES_1)
102 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103 depcomp = $(SHELL) $(top_srcdir)/depcomp
104 am__depfiles_maybe = depfiles
105 am__mv = mv -f
106 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114 $(LDFLAGS) -o $@
115 SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \
116 test-sorted.c test-tagtable.c test-value.c
117 DIST_SOURCES = test-integers.c test-mem.c test-mnote.c test-parse.c \
118 test-sorted.c test-tagtable.c test-value.c
119 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
120 html-recursive info-recursive install-data-recursive \
121 install-dvi-recursive install-exec-recursive \
122 install-html-recursive install-info-recursive \
123 install-pdf-recursive install-ps-recursive install-recursive \
124 installcheck-recursive installdirs-recursive pdf-recursive \
125 ps-recursive uninstall-recursive
126 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
127 distclean-recursive maintainer-clean-recursive
128 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
129 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
130 distdir
131 ETAGS = etags
132 CTAGS = ctags
133 am__tty_colors = \
134 red=; grn=; lgn=; blu=; std=
135 DIST_SUBDIRS = $(SUBDIRS)
136 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137 am__relativize = \
138 dir0=`pwd`; \
139 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
140 sed_rest='s,^[^/]*/*,,'; \
141 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
142 sed_butlast='s,/*[^/]*$$,,'; \
143 while test -n "$$dir1"; do \
144 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
145 if test "$$first" != "."; then \
146 if test "$$first" = ".."; then \
147 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
148 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
149 else \
150 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
151 if test "$$first2" = "$$first"; then \
152 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
153 else \
154 dir2="../$$dir2"; \
155 fi; \
156 dir0="$$dir0"/"$$first"; \
157 fi; \
158 fi; \
159 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
160 done; \
161 reldir="$$dir2"
162 ACLOCAL = @ACLOCAL@
163 AMTAR = @AMTAR@
164 AM_CPPFLAGS = @AM_CPPFLAGS@
165 AM_LDFLAGS = @AM_LDFLAGS@
166 AR = @AR@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 CC = @CC@
172 CCDEPMODE = @CCDEPMODE@
173 CFLAGS = @CFLAGS@
174 CPP = @CPP@
175 CPPFLAGS = @CPPFLAGS@
176 CYGPATH_W = @CYGPATH_W@
177 DEFS = @DEFS@
178 DEPDIR = @DEPDIR@
179 DOT = @DOT@
180 DOXYGEN = @DOXYGEN@
181 DOXYGEN_OUTPUT_DIR = @DOXYGEN_OUTPUT_DIR@
182 DSYMUTIL = @DSYMUTIL@
183 DUMPBIN = @DUMPBIN@
184 ECHO_C = @ECHO_C@
185 ECHO_N = @ECHO_N@
186 ECHO_T = @ECHO_T@
187 EGREP = @EGREP@
188 EXEEXT = @EXEEXT@
189 FGREP = @FGREP@
190 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
191 GMSGFMT = @GMSGFMT@
192 GREP = @GREP@
193 HAVE_DOT = @HAVE_DOT@
194 HTML_APIDOC_DIR = @HTML_APIDOC_DIR@
195 HTML_APIDOC_INTERNALS_DIR = @HTML_APIDOC_INTERNALS_DIR@
196 INSTALL = @INSTALL@
197 INSTALL_DATA = @INSTALL_DATA@
198 INSTALL_PROGRAM = @INSTALL_PROGRAM@
199 INSTALL_SCRIPT = @INSTALL_SCRIPT@
200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201 INTLLIBS = @INTLLIBS@
202 LD = @LD@
203 LDFLAGS = @LDFLAGS@
204 LIBEXIF_AGE = @LIBEXIF_AGE@
205 LIBEXIF_CURRENT = @LIBEXIF_CURRENT@
206 LIBEXIF_CURRENT_MIN = @LIBEXIF_CURRENT_MIN@
207 LIBEXIF_REVISION = @LIBEXIF_REVISION@
208 LIBEXIF_VERSION_INFO = @LIBEXIF_VERSION_INFO@
209 LIBICONV = @LIBICONV@
210 LIBINTL = @LIBINTL@
211 LIBOBJS = @LIBOBJS@
212 LIBS = @LIBS@
213 LIBTOOL = @LIBTOOL@
214 LIPO = @LIPO@
215 LN_S = @LN_S@
216 LTLIBICONV = @LTLIBICONV@
217 LTLIBINTL = @LTLIBINTL@
218 LTLIBOBJS = @LTLIBOBJS@
219 MAINT = @MAINT@
220 MAKEINFO = @MAKEINFO@
221 MKDIR_P = @MKDIR_P@
222 MKINSTALLDIRS = @MKINSTALLDIRS@
223 MSGFMT = @MSGFMT@
224 MSGMERGE = @MSGMERGE@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OTOOL = @OTOOL@
230 OTOOL64 = @OTOOL64@
231 PACKAGE = @PACKAGE@
232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233 PACKAGE_NAME = @PACKAGE_NAME@
234 PACKAGE_STRING = @PACKAGE_STRING@
235 PACKAGE_TARNAME = @PACKAGE_TARNAME@
236 PACKAGE_URL = @PACKAGE_URL@
237 PACKAGE_VERSION = @PACKAGE_VERSION@
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 POSUB = @POSUB@
240 RANLIB = @RANLIB@
241 SED = @SED@
242 SET_MAKE = @SET_MAKE@
243 SHELL = @SHELL@
244 STRIP = @STRIP@
245 USE_NLS = @USE_NLS@
246 VERSION = @VERSION@
247 XGETTEXT = @XGETTEXT@
248 abs_builddir = @abs_builddir@
249 abs_srcdir = @abs_srcdir@
250 abs_top_builddir = @abs_top_builddir@
251 abs_top_srcdir = @abs_top_srcdir@
252 ac_ct_CC = @ac_ct_CC@
253 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254 am__include = @am__include@
255 am__leading_dot = @am__leading_dot@
256 am__quote = @am__quote@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 builddir = @builddir@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 localedir = @localedir@
283 localstatedir = @localstatedir@
284 lt_ECHO = @lt_ECHO@
285 mandir = @mandir@
286 mkdir_p = @mkdir_p@
287 oldincludedir = @oldincludedir@
288 pdfdir = @pdfdir@
289 prefix = @prefix@
290 program_transform_name = @program_transform_name@
291 psdir = @psdir@
292 sbindir = @sbindir@
293 sharedstatedir = @sharedstatedir@
294 srcdir = @srcdir@
295 sysconfdir = @sysconfdir@
296 target_alias = @target_alias@
297 top_build_prefix = @top_build_prefix@
298 top_builddir = @top_builddir@
299 top_srcdir = @top_srcdir@
300 SUBDIRS = nls
301 TEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg
302 LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
303 all: all-recursive
305 .SUFFIXES:
306 .SUFFIXES: .c .lo .o .obj
307 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
308 @for dep in $?; do \
309 case '$(am__configure_deps)' in \
310 *$$dep*) \
311 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312 && { if test -f $@; then exit 0; else break; fi; }; \
313 exit 1;; \
314 esac; \
315 done; \
316 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
317 $(am__cd) $(top_srcdir) && \
318 $(AUTOMAKE) --gnu test/Makefile
319 .PRECIOUS: Makefile
320 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321 @case '$?' in \
322 *config.status*) \
323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324 *) \
325 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
326 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
327 esac;
329 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(am__aclocal_m4_deps):
338 clean-checkPROGRAMS:
339 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
340 echo " rm -f" $$list; \
341 rm -f $$list || exit $$?; \
342 test -n "$(EXEEXT)" || exit 0; \
343 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
344 echo " rm -f" $$list; \
345 rm -f $$list
346 test-integers$(EXEEXT): $(test_integers_OBJECTS) $(test_integers_DEPENDENCIES)
347 @rm -f test-integers$(EXEEXT)
348 $(LINK) $(test_integers_OBJECTS) $(test_integers_LDADD) $(LIBS)
349 test-mem$(EXEEXT): $(test_mem_OBJECTS) $(test_mem_DEPENDENCIES)
350 @rm -f test-mem$(EXEEXT)
351 $(LINK) $(test_mem_OBJECTS) $(test_mem_LDADD) $(LIBS)
352 test-mnote$(EXEEXT): $(test_mnote_OBJECTS) $(test_mnote_DEPENDENCIES)
353 @rm -f test-mnote$(EXEEXT)
354 $(LINK) $(test_mnote_OBJECTS) $(test_mnote_LDADD) $(LIBS)
355 test-parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES)
356 @rm -f test-parse$(EXEEXT)
357 $(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS)
358 test-sorted$(EXEEXT): $(test_sorted_OBJECTS) $(test_sorted_DEPENDENCIES)
359 @rm -f test-sorted$(EXEEXT)
360 $(LINK) $(test_sorted_OBJECTS) $(test_sorted_LDADD) $(LIBS)
361 test-tagtable$(EXEEXT): $(test_tagtable_OBJECTS) $(test_tagtable_DEPENDENCIES)
362 @rm -f test-tagtable$(EXEEXT)
363 $(LINK) $(test_tagtable_OBJECTS) $(test_tagtable_LDADD) $(LIBS)
364 test-value$(EXEEXT): $(test_value_OBJECTS) $(test_value_DEPENDENCIES)
365 @rm -f test-value$(EXEEXT)
366 $(LINK) $(test_value_OBJECTS) $(test_value_LDADD) $(LIBS)
368 mostlyclean-compile:
369 -rm -f *.$(OBJEXT)
371 distclean-compile:
372 -rm -f *.tab.c
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-integers.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mem.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mnote.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parse.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sorted.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-tagtable.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-value.Po@am__quote@
382 .c.o:
383 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
384 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
389 .c.obj:
390 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
391 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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) '$<'`
396 .c.lo:
397 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
398 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
403 mostlyclean-libtool:
404 -rm -f *.lo
406 clean-libtool:
407 -rm -rf .libs _libs
409 # This directory's subdirectories are mostly independent; you can cd
410 # into them and run `make' without going through this Makefile.
411 # To change the values of `make' variables: instead of editing Makefiles,
412 # (1) if the variable is set in `config.status', edit `config.status'
413 # (which will cause the Makefiles to be regenerated when you run `make');
414 # (2) otherwise, pass the desired values on the `make' command line.
415 $(RECURSIVE_TARGETS):
416 @failcom='exit 1'; \
417 for f in x $$MAKEFLAGS; do \
418 case $$f in \
419 *=* | --[!k]*);; \
420 *k*) failcom='fail=yes';; \
421 esac; \
422 done; \
423 dot_seen=no; \
424 target=`echo $@ | sed s/-recursive//`; \
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 echo "Making $$target in $$subdir"; \
427 if test "$$subdir" = "."; then \
428 dot_seen=yes; \
429 local_target="$$target-am"; \
430 else \
431 local_target="$$target"; \
432 fi; \
433 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434 || eval $$failcom; \
435 done; \
436 if test "$$dot_seen" = "no"; then \
437 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438 fi; test -z "$$fail"
440 $(RECURSIVE_CLEAN_TARGETS):
441 @failcom='exit 1'; \
442 for f in x $$MAKEFLAGS; do \
443 case $$f in \
444 *=* | --[!k]*);; \
445 *k*) failcom='fail=yes';; \
446 esac; \
447 done; \
448 dot_seen=no; \
449 case "$@" in \
450 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
451 *) list='$(SUBDIRS)' ;; \
452 esac; \
453 rev=''; for subdir in $$list; do \
454 if test "$$subdir" = "."; then :; else \
455 rev="$$subdir $$rev"; \
456 fi; \
457 done; \
458 rev="$$rev ."; \
459 target=`echo $@ | sed s/-recursive//`; \
460 for subdir in $$rev; do \
461 echo "Making $$target in $$subdir"; \
462 if test "$$subdir" = "."; then \
463 local_target="$$target-am"; \
464 else \
465 local_target="$$target"; \
466 fi; \
467 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468 || eval $$failcom; \
469 done && test -z "$$fail"
470 tags-recursive:
471 list='$(SUBDIRS)'; for subdir in $$list; do \
472 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
473 done
474 ctags-recursive:
475 list='$(SUBDIRS)'; for subdir in $$list; do \
476 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
477 done
479 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
486 mkid -fID $$unique
487 tags: TAGS
489 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
490 $(TAGS_FILES) $(LISP)
491 set x; \
492 here=`pwd`; \
493 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
494 include_option=--etags-include; \
495 empty_fix=.; \
496 else \
497 include_option=--include; \
498 empty_fix=; \
499 fi; \
500 list='$(SUBDIRS)'; for subdir in $$list; do \
501 if test "$$subdir" = .; then :; else \
502 test ! -f $$subdir/TAGS || \
503 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
504 fi; \
505 done; \
506 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507 unique=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 done | \
510 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511 END { if (nonempty) { for (i in files) print i; }; }'`; \
512 shift; \
513 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514 test -n "$$unique" || unique=$$empty_fix; \
515 if test $$# -gt 0; then \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 "$$@" $$unique; \
518 else \
519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 $$unique; \
521 fi; \
523 ctags: CTAGS
524 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
525 $(TAGS_FILES) $(LISP)
526 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
527 unique=`for i in $$list; do \
528 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529 done | \
530 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531 END { if (nonempty) { for (i in files) print i; }; }'`; \
532 test -z "$(CTAGS_ARGS)$$unique" \
533 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534 $$unique
536 GTAGS:
537 here=`$(am__cd) $(top_builddir) && pwd` \
538 && $(am__cd) $(top_srcdir) \
539 && gtags -i $(GTAGS_ARGS) "$$here"
541 distclean-tags:
542 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544 check-TESTS: $(TESTS)
545 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
546 srcdir=$(srcdir); export srcdir; \
547 list=' $(TESTS) '; \
548 $(am__tty_colors); \
549 if test -n "$$list"; then \
550 for tst in $$list; do \
551 if test -f ./$$tst; then dir=./; \
552 elif test -f $$tst; then dir=; \
553 else dir="$(srcdir)/"; fi; \
554 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
555 all=`expr $$all + 1`; \
556 case " $(XFAIL_TESTS) " in \
557 *[\ \ ]$$tst[\ \ ]*) \
558 xpass=`expr $$xpass + 1`; \
559 failed=`expr $$failed + 1`; \
560 col=$$red; res=XPASS; \
561 ;; \
562 *) \
563 col=$$grn; res=PASS; \
564 ;; \
565 esac; \
566 elif test $$? -ne 77; then \
567 all=`expr $$all + 1`; \
568 case " $(XFAIL_TESTS) " in \
569 *[\ \ ]$$tst[\ \ ]*) \
570 xfail=`expr $$xfail + 1`; \
571 col=$$lgn; res=XFAIL; \
572 ;; \
573 *) \
574 failed=`expr $$failed + 1`; \
575 col=$$red; res=FAIL; \
576 ;; \
577 esac; \
578 else \
579 skip=`expr $$skip + 1`; \
580 col=$$blu; res=SKIP; \
581 fi; \
582 echo "$${col}$$res$${std}: $$tst"; \
583 done; \
584 if test "$$all" -eq 1; then \
585 tests="test"; \
586 All=""; \
587 else \
588 tests="tests"; \
589 All="All "; \
590 fi; \
591 if test "$$failed" -eq 0; then \
592 if test "$$xfail" -eq 0; then \
593 banner="$$All$$all $$tests passed"; \
594 else \
595 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
596 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
597 fi; \
598 else \
599 if test "$$xpass" -eq 0; then \
600 banner="$$failed of $$all $$tests failed"; \
601 else \
602 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
603 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
604 fi; \
605 fi; \
606 dashes="$$banner"; \
607 skipped=""; \
608 if test "$$skip" -ne 0; then \
609 if test "$$skip" -eq 1; then \
610 skipped="($$skip test was not run)"; \
611 else \
612 skipped="($$skip tests were not run)"; \
613 fi; \
614 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
615 dashes="$$skipped"; \
616 fi; \
617 report=""; \
618 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
619 report="Please report to $(PACKAGE_BUGREPORT)"; \
620 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
621 dashes="$$report"; \
622 fi; \
623 dashes=`echo "$$dashes" | sed s/./=/g`; \
624 if test "$$failed" -eq 0; then \
625 echo "$$grn$$dashes"; \
626 else \
627 echo "$$red$$dashes"; \
628 fi; \
629 echo "$$banner"; \
630 test -z "$$skipped" || echo "$$skipped"; \
631 test -z "$$report" || echo "$$report"; \
632 echo "$$dashes$$std"; \
633 test "$$failed" -eq 0; \
634 else :; fi
636 distdir: $(DISTFILES)
637 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 list='$(DISTFILES)'; \
640 dist_files=`for file in $$list; do echo $$file; done | \
641 sed -e "s|^$$srcdirstrip/||;t" \
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643 case $$dist_files in \
644 */*) $(MKDIR_P) `echo "$$dist_files" | \
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646 sort -u` ;; \
647 esac; \
648 for file in $$dist_files; do \
649 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650 if test -d $$d/$$file; then \
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652 if test -d "$(distdir)/$$file"; then \
653 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654 fi; \
655 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658 fi; \
659 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660 else \
661 test -f "$(distdir)/$$file" \
662 || cp -p $$d/$$file "$(distdir)/$$file" \
663 || exit 1; \
664 fi; \
665 done
666 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
667 if test "$$subdir" = .; then :; else \
668 test -d "$(distdir)/$$subdir" \
669 || $(MKDIR_P) "$(distdir)/$$subdir" \
670 || exit 1; \
671 fi; \
672 done
673 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
674 if test "$$subdir" = .; then :; else \
675 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
676 $(am__relativize); \
677 new_distdir=$$reldir; \
678 dir1=$$subdir; dir2="$(top_distdir)"; \
679 $(am__relativize); \
680 new_top_distdir=$$reldir; \
681 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
682 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
683 ($(am__cd) $$subdir && \
684 $(MAKE) $(AM_MAKEFLAGS) \
685 top_distdir="$$new_top_distdir" \
686 distdir="$$new_distdir" \
687 am__remove_distdir=: \
688 am__skip_length_check=: \
689 am__skip_mode_fix=: \
690 distdir) \
691 || exit 1; \
692 fi; \
693 done
694 check-am: all-am
695 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
696 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
697 check: check-recursive
698 all-am: Makefile
699 installdirs: installdirs-recursive
700 installdirs-am:
701 install: install-recursive
702 install-exec: install-exec-recursive
703 install-data: install-data-recursive
704 uninstall: uninstall-recursive
706 install-am: all-am
707 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
709 installcheck: installcheck-recursive
710 install-strip:
711 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713 `test -z '$(STRIP)' || \
714 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
715 mostlyclean-generic:
717 clean-generic:
719 distclean-generic:
720 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
723 maintainer-clean-generic:
724 @echo "This command is intended for maintainers to use"
725 @echo "it deletes files that may require special tools to rebuild."
726 clean: clean-recursive
728 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
729 mostlyclean-am
731 distclean: distclean-recursive
732 -rm -rf ./$(DEPDIR)
733 -rm -f Makefile
734 distclean-am: clean-am distclean-compile distclean-generic \
735 distclean-tags
737 dvi: dvi-recursive
739 dvi-am:
741 html: html-recursive
743 html-am:
745 info: info-recursive
747 info-am:
749 install-data-am:
751 install-dvi: install-dvi-recursive
753 install-dvi-am:
755 install-exec-am:
757 install-html: install-html-recursive
759 install-html-am:
761 install-info: install-info-recursive
763 install-info-am:
765 install-man:
767 install-pdf: install-pdf-recursive
769 install-pdf-am:
771 install-ps: install-ps-recursive
773 install-ps-am:
775 installcheck-am:
777 maintainer-clean: maintainer-clean-recursive
778 -rm -rf ./$(DEPDIR)
779 -rm -f Makefile
780 maintainer-clean-am: distclean-am maintainer-clean-generic
782 mostlyclean: mostlyclean-recursive
784 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
785 mostlyclean-libtool
787 pdf: pdf-recursive
789 pdf-am:
791 ps: ps-recursive
793 ps-am:
795 uninstall-am:
797 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
798 ctags-recursive install-am install-strip tags-recursive
800 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
801 all all-am check check-TESTS check-am clean \
802 clean-checkPROGRAMS clean-generic clean-libtool ctags \
803 ctags-recursive distclean distclean-compile distclean-generic \
804 distclean-libtool distclean-tags distdir dvi dvi-am html \
805 html-am info info-am install install-am install-data \
806 install-data-am install-dvi install-dvi-am install-exec \
807 install-exec-am install-html install-html-am install-info \
808 install-info-am install-man install-pdf install-pdf-am \
809 install-ps install-ps-am install-strip installcheck \
810 installcheck-am installdirs installdirs-am maintainer-clean \
811 maintainer-clean-generic mostlyclean mostlyclean-compile \
812 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
813 tags tags-recursive uninstall uninstall-am
815 export TEST_IMAGES
817 # Tell versions [3.59,3.63) of GNU make to not export all variables.
818 # Otherwise a system limit (for SysV at least) may be exceeded.
819 .NOEXPORT: