]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/test/Makefile.in
import libtiff 3.8.2 into the trunk
[wxWidgets.git] / src / tiff / test / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Tag Image File Format (TIFF) Software
18 #
19 # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
20 #
21 # Permission to use, copy, modify, distribute, and sell this software and
22 # its documentation for any purpose is hereby granted without fee, provided
23 # that (i) the above copyright notices and this permission notice appear in
24 # all copies of the software and related documentation, and (ii) the names of
25 # Sam Leffler and Silicon Graphics may not be used in any advertising or
26 # publicity relating to the software without the specific, prior written
27 # permission of Sam Leffler and Silicon Graphics.
28 #
29 # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
30 # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
31 # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
32 #
33 # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
34 # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
35 # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
36 # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
37 # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
38 # OF THIS SOFTWARE.
39
40 # Process this file with automake to produce Makefile.in.
41 srcdir = @srcdir@
42 top_srcdir = @top_srcdir@
43 VPATH = @srcdir@
44 pkgdatadir = $(datadir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
47 top_builddir = ..
48 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 INSTALL = @INSTALL@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = $(program_transform_name)
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_triplet = @build@
62 host_triplet = @host@
63 target_triplet = @target@
64 check_PROGRAMS = ascii_tag$(EXEEXT) long_tag$(EXEEXT) \
65 short_tag$(EXEEXT) strip_rw$(EXEEXT)
66 subdir = test
67 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
68 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
70 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
71 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
72 $(top_srcdir)/configure.ac
73 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
76 CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
77 $(top_builddir)/libtiff/tiffconf.h
78 CONFIG_CLEAN_FILES =
79 am_ascii_tag_OBJECTS = ascii_tag.$(OBJEXT)
80 ascii_tag_OBJECTS = $(am_ascii_tag_OBJECTS)
81 am__DEPENDENCIES_1 = $(top_builddir)/libtiff/libtiff.la
82 ascii_tag_DEPENDENCIES = $(am__DEPENDENCIES_1)
83 am_long_tag_OBJECTS = long_tag.$(OBJEXT) check_tag.$(OBJEXT)
84 long_tag_OBJECTS = $(am_long_tag_OBJECTS)
85 long_tag_DEPENDENCIES = $(am__DEPENDENCIES_1)
86 am_short_tag_OBJECTS = short_tag.$(OBJEXT) check_tag.$(OBJEXT)
87 short_tag_OBJECTS = $(am_short_tag_OBJECTS)
88 short_tag_DEPENDENCIES = $(am__DEPENDENCIES_1)
89 am_strip_rw_OBJECTS = strip_rw.$(OBJEXT) strip.$(OBJEXT) \
90 test_arrays.$(OBJEXT)
91 strip_rw_OBJECTS = $(am_strip_rw_OBJECTS)
92 strip_rw_DEPENDENCIES = $(am__DEPENDENCIES_1)
93 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/libtiff -I$(top_builddir)/libtiff
94 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
95 am__depfiles_maybe = depfiles
96 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
99 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100 $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103 $(AM_LDFLAGS) $(LDFLAGS) -o $@
104 SOURCES = $(ascii_tag_SOURCES) $(long_tag_SOURCES) \
105 $(short_tag_SOURCES) $(strip_rw_SOURCES)
106 DIST_SOURCES = $(ascii_tag_SOURCES) $(long_tag_SOURCES) \
107 $(short_tag_SOURCES) $(strip_rw_SOURCES)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 ACLOCAL = @ACLOCAL@
112 AMDEP_FALSE = @AMDEP_FALSE@
113 AMDEP_TRUE = @AMDEP_TRUE@
114 AMTAR = @AMTAR@
115 AR = @AR@
116 AS = @AS@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXCPP = @CXXCPP@
128 CXXDEPMODE = @CXXDEPMODE@
129 CXXFLAGS = @CXXFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DLLTOOL = @DLLTOOL@
134 DUMPBIN = @DUMPBIN@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EGREP = @EGREP@
139 EXEEXT = @EXEEXT@
140 FGREP = @FGREP@
141 GLUT_CFLAGS = @GLUT_CFLAGS@
142 GLUT_LIBS = @GLUT_LIBS@
143 GLU_CFLAGS = @GLU_CFLAGS@
144 GLU_LIBS = @GLU_LIBS@
145 GL_CFLAGS = @GL_CFLAGS@
146 GL_LIBS = @GL_LIBS@
147 GREP = @GREP@
148 HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
149 HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
150 HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
151 HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
152 HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
153 HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LD = @LD@
159 LDFLAGS = @LDFLAGS@
160 LIBDIR = @LIBDIR@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
164 LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
165 LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
166 LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
167 LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
168 LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
169 LIBTIFF_VERSION = @LIBTIFF_VERSION@
170 LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
171 LIBTOOL = @LIBTOOL@
172 LN_S = @LN_S@
173 LTLIBOBJS = @LTLIBOBJS@
174 MAINT = @MAINT@
175 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
176 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
177 MAKEINFO = @MAKEINFO@
178 NM = @NM@
179 OBJDUMP = @OBJDUMP@
180 OBJEXT = @OBJEXT@
181 PACKAGE = @PACKAGE@
182 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183 PACKAGE_NAME = @PACKAGE_NAME@
184 PACKAGE_STRING = @PACKAGE_STRING@
185 PACKAGE_TARNAME = @PACKAGE_TARNAME@
186 PACKAGE_VERSION = @PACKAGE_VERSION@
187 PATH_SEPARATOR = @PATH_SEPARATOR@
188 PTHREAD_CC = @PTHREAD_CC@
189 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
190 PTHREAD_LIBS = @PTHREAD_LIBS@
191 RANLIB = @RANLIB@
192 SED = @SED@
193 SET_MAKE = @SET_MAKE@
194 SHELL = @SHELL@
195 STRIP = @STRIP@
196 VERSION = @VERSION@
197 X_CFLAGS = @X_CFLAGS@
198 X_EXTRA_LIBS = @X_EXTRA_LIBS@
199 X_LIBS = @X_LIBS@
200 X_PRE_LIBS = @X_PRE_LIBS@
201 ac_ct_AR = @ac_ct_AR@
202 ac_ct_AS = @ac_ct_AS@
203 ac_ct_CC = @ac_ct_CC@
204 ac_ct_CXX = @ac_ct_CXX@
205 ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
206 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
208 ac_ct_RANLIB = @ac_ct_RANLIB@
209 ac_ct_STRIP = @ac_ct_STRIP@
210 acx_pthread_config = @acx_pthread_config@
211 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
212 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
213 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
214 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 datadir = @datadir@
227 exec_prefix = @exec_prefix@
228 host = @host@
229 host_alias = @host_alias@
230 host_cpu = @host_cpu@
231 host_os = @host_os@
232 host_vendor = @host_vendor@
233 includedir = @includedir@
234 infodir = @infodir@
235 install_sh = @install_sh@
236 libdir = @libdir@
237 libexecdir = @libexecdir@
238 localstatedir = @localstatedir@
239 lt_ECHO = @lt_ECHO@
240 mandir = @mandir@
241 mkdir_p = @mkdir_p@
242 oldincludedir = @oldincludedir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 sysconfdir = @sysconfdir@
248 target = @target@
249 target_alias = @target_alias@
250 target_cpu = @target_cpu@
251 target_os = @target_os@
252 target_vendor = @target_vendor@
253 LIBTIFF = $(top_builddir)/libtiff/libtiff.la
254
255 #EXTRA_DIST = Makefile.vc
256 TESTS = $(check_PROGRAMS)
257 ascii_tag_SOURCES = ascii_tag.c
258 ascii_tag_LDADD = $(LIBTIFF)
259 long_tag_SOURCES = long_tag.c check_tag.c
260 long_tag_LDADD = $(LIBTIFF)
261 short_tag_SOURCES = short_tag.c check_tag.c
262 short_tag_LDADD = $(LIBTIFF)
263 strip_rw_SOURCES = strip_rw.c strip.c test_arrays.c test_arrays.h
264 strip_rw_LDADD = $(LIBTIFF)
265 INCLUDES = -I$(top_srcdir)/libtiff
266 all: all-am
267
268 .SUFFIXES:
269 .SUFFIXES: .c .lo .o .obj
270 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
271 @for dep in $?; do \
272 case '$(am__configure_deps)' in \
273 *$$dep*) \
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
275 && exit 0; \
276 exit 1;; \
277 esac; \
278 done; \
279 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
280 cd $(top_srcdir) && \
281 $(AUTOMAKE) --foreign test/Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284 @case '$?' in \
285 *config.status*) \
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287 *) \
288 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290 esac;
291
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
300 clean-checkPROGRAMS:
301 @list='$(check_PROGRAMS)'; for p in $$list; do \
302 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
303 echo " rm -f $$p $$f"; \
304 rm -f $$p $$f ; \
305 done
306 ascii_tag$(EXEEXT): $(ascii_tag_OBJECTS) $(ascii_tag_DEPENDENCIES)
307 @rm -f ascii_tag$(EXEEXT)
308 $(LINK) $(ascii_tag_LDFLAGS) $(ascii_tag_OBJECTS) $(ascii_tag_LDADD) $(LIBS)
309 long_tag$(EXEEXT): $(long_tag_OBJECTS) $(long_tag_DEPENDENCIES)
310 @rm -f long_tag$(EXEEXT)
311 $(LINK) $(long_tag_LDFLAGS) $(long_tag_OBJECTS) $(long_tag_LDADD) $(LIBS)
312 short_tag$(EXEEXT): $(short_tag_OBJECTS) $(short_tag_DEPENDENCIES)
313 @rm -f short_tag$(EXEEXT)
314 $(LINK) $(short_tag_LDFLAGS) $(short_tag_OBJECTS) $(short_tag_LDADD) $(LIBS)
315 strip_rw$(EXEEXT): $(strip_rw_OBJECTS) $(strip_rw_DEPENDENCIES)
316 @rm -f strip_rw$(EXEEXT)
317 $(LINK) $(strip_rw_LDFLAGS) $(strip_rw_OBJECTS) $(strip_rw_LDADD) $(LIBS)
318
319 mostlyclean-compile:
320 -rm -f *.$(OBJEXT)
321
322 distclean-compile:
323 -rm -f *.tab.c
324
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii_tag.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_tag.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/long_tag.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/short_tag.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strip.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strip_rw.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_arrays.Po@am__quote@
332
333 .c.o:
334 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
335 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
342 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
349 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
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 mostlyclean-libtool:
355 -rm -f *.lo
356
357 clean-libtool:
358 -rm -rf .libs _libs
359
360 distclean-libtool:
361 -rm -f libtool
362 uninstall-info-am:
363
364 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
365 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366 unique=`for i in $$list; do \
367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368 done | \
369 $(AWK) ' { files[$$0] = 1; } \
370 END { for (i in files) print i; }'`; \
371 mkid -fID $$unique
372 tags: TAGS
373
374 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP)
376 tags=; \
377 here=`pwd`; \
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) ' { files[$$0] = 1; } \
383 END { for (i in files) print i; }'`; \
384 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
385 test -n "$$unique" || unique=$$empty_fix; \
386 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387 $$tags $$unique; \
388 fi
389 ctags: CTAGS
390 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
391 $(TAGS_FILES) $(LISP)
392 tags=; \
393 here=`pwd`; \
394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395 unique=`for i in $$list; do \
396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397 done | \
398 $(AWK) ' { files[$$0] = 1; } \
399 END { for (i in files) print i; }'`; \
400 test -z "$(CTAGS_ARGS)$$tags$$unique" \
401 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402 $$tags $$unique
403
404 GTAGS:
405 here=`$(am__cd) $(top_builddir) && pwd` \
406 && cd $(top_srcdir) \
407 && gtags -i $(GTAGS_ARGS) $$here
408
409 distclean-tags:
410 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412 check-TESTS: $(TESTS)
413 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
414 srcdir=$(srcdir); export srcdir; \
415 list='$(TESTS)'; \
416 if test -n "$$list"; then \
417 for tst in $$list; do \
418 if test -f ./$$tst; then dir=./; \
419 elif test -f $$tst; then dir=; \
420 else dir="$(srcdir)/"; fi; \
421 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
422 all=`expr $$all + 1`; \
423 case " $(XFAIL_TESTS) " in \
424 *" $$tst "*) \
425 xpass=`expr $$xpass + 1`; \
426 failed=`expr $$failed + 1`; \
427 echo "XPASS: $$tst"; \
428 ;; \
429 *) \
430 echo "PASS: $$tst"; \
431 ;; \
432 esac; \
433 elif test $$? -ne 77; then \
434 all=`expr $$all + 1`; \
435 case " $(XFAIL_TESTS) " in \
436 *" $$tst "*) \
437 xfail=`expr $$xfail + 1`; \
438 echo "XFAIL: $$tst"; \
439 ;; \
440 *) \
441 failed=`expr $$failed + 1`; \
442 echo "FAIL: $$tst"; \
443 ;; \
444 esac; \
445 else \
446 skip=`expr $$skip + 1`; \
447 echo "SKIP: $$tst"; \
448 fi; \
449 done; \
450 if test "$$failed" -eq 0; then \
451 if test "$$xfail" -eq 0; then \
452 banner="All $$all tests passed"; \
453 else \
454 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
455 fi; \
456 else \
457 if test "$$xpass" -eq 0; then \
458 banner="$$failed of $$all tests failed"; \
459 else \
460 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
461 fi; \
462 fi; \
463 dashes="$$banner"; \
464 skipped=""; \
465 if test "$$skip" -ne 0; then \
466 skipped="($$skip tests were not run)"; \
467 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
468 dashes="$$skipped"; \
469 fi; \
470 report=""; \
471 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
472 report="Please report to $(PACKAGE_BUGREPORT)"; \
473 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
474 dashes="$$report"; \
475 fi; \
476 dashes=`echo "$$dashes" | sed s/./=/g`; \
477 echo "$$dashes"; \
478 echo "$$banner"; \
479 test -z "$$skipped" || echo "$$skipped"; \
480 test -z "$$report" || echo "$$report"; \
481 echo "$$dashes"; \
482 test "$$failed" -eq 0; \
483 else :; fi
484
485 distdir: $(DISTFILES)
486 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
487 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
488 list='$(DISTFILES)'; for file in $$list; do \
489 case $$file in \
490 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
491 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
492 esac; \
493 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
495 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
496 dir="/$$dir"; \
497 $(mkdir_p) "$(distdir)$$dir"; \
498 else \
499 dir=''; \
500 fi; \
501 if test -d $$d/$$file; then \
502 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
504 fi; \
505 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
506 else \
507 test -f $(distdir)/$$file \
508 || cp -p $$d/$$file $(distdir)/$$file \
509 || exit 1; \
510 fi; \
511 done
512 check-am: all-am
513 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
514 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
515 check: check-am
516 all-am: Makefile
517 installdirs:
518 install: install-am
519 install-exec: install-exec-am
520 install-data: install-data-am
521 uninstall: uninstall-am
522
523 install-am: all-am
524 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526 installcheck: installcheck-am
527 install-strip:
528 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530 `test -z '$(STRIP)' || \
531 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532 mostlyclean-generic:
533
534 clean-generic:
535
536 distclean-generic:
537 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
539 maintainer-clean-generic:
540 @echo "This command is intended for maintainers to use"
541 @echo "it deletes files that may require special tools to rebuild."
542 clean: clean-am
543
544 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
545 mostlyclean-am
546
547 distclean: distclean-am
548 -rm -rf ./$(DEPDIR)
549 -rm -f Makefile
550 distclean-am: clean-am distclean-compile distclean-generic \
551 distclean-libtool distclean-tags
552
553 dvi: dvi-am
554
555 dvi-am:
556
557 html: html-am
558
559 info: info-am
560
561 info-am:
562
563 install-data-am:
564
565 install-exec-am:
566
567 install-info: install-info-am
568
569 install-man:
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: uninstall-info-am
592
593 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
594 clean-checkPROGRAMS clean-generic clean-libtool ctags \
595 distclean distclean-compile distclean-generic \
596 distclean-libtool distclean-tags distdir dvi dvi-am html \
597 html-am info info-am install install-am install-data \
598 install-data-am install-exec install-exec-am install-info \
599 install-info-am install-man install-strip installcheck \
600 installcheck-am installdirs maintainer-clean \
601 maintainer-clean-generic mostlyclean mostlyclean-compile \
602 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603 tags uninstall uninstall-am uninstall-info-am
604
605 # Tell versions [3.59,3.63) of GNU make to not export all variables.
606 # Otherwise a system limit (for SysV at least) may be exceeded.
607 .NOEXPORT: