]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/contrib/dbs/Makefile.in
Use wxMarkupParser in wxStaticText for dealing with markup.
[wxWidgets.git] / src / tiff / contrib / dbs / 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
42 srcdir = @srcdir@
43 top_srcdir = @top_srcdir@
44 VPATH = @srcdir@
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 top_builddir = ../..
49 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 INSTALL = @INSTALL@
51 install_sh_DATA = $(install_sh) -c -m 644
52 install_sh_PROGRAM = $(install_sh) -c
53 install_sh_SCRIPT = $(install_sh) -c
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = $(program_transform_name)
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_triplet = @build@
63 host_triplet = @host@
64 target_triplet = @target@
65 noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \
66 tiff-palette$(EXEEXT) tiff-rgb$(EXEEXT)
67 subdir = contrib/dbs
68 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
71 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
72 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
73 $(top_srcdir)/configure.ac
74 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75 $(ACLOCAL_M4)
76 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
77 CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
78 $(top_builddir)/libtiff/tiffconf.h
79 CONFIG_CLEAN_FILES =
80 PROGRAMS = $(noinst_PROGRAMS)
81 am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT)
82 tiff_bi_OBJECTS = $(am_tiff_bi_OBJECTS)
83 am__DEPENDENCIES_1 = $(top_builddir)/libtiff/libtiff.la
84 tiff_bi_DEPENDENCIES = $(am__DEPENDENCIES_1)
85 am_tiff_grayscale_OBJECTS = tiff-grayscale.$(OBJEXT)
86 tiff_grayscale_OBJECTS = $(am_tiff_grayscale_OBJECTS)
87 tiff_grayscale_DEPENDENCIES = $(am__DEPENDENCIES_1)
88 am_tiff_palette_OBJECTS = tiff-palette.$(OBJEXT)
89 tiff_palette_OBJECTS = $(am_tiff_palette_OBJECTS)
90 tiff_palette_DEPENDENCIES = $(am__DEPENDENCIES_1)
91 am_tiff_rgb_OBJECTS = tiff-rgb.$(OBJEXT)
92 tiff_rgb_OBJECTS = $(am_tiff_rgb_OBJECTS)
93 tiff_rgb_DEPENDENCIES = $(am__DEPENDENCIES_1)
94 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/libtiff -I$(top_builddir)/libtiff
95 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
96 am__depfiles_maybe = depfiles
97 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
100 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101 $(AM_CFLAGS) $(CFLAGS)
102 CCLD = $(CC)
103 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104 $(AM_LDFLAGS) $(LDFLAGS) -o $@
105 SOURCES = $(tiff_bi_SOURCES) $(tiff_grayscale_SOURCES) \
106 $(tiff_palette_SOURCES) $(tiff_rgb_SOURCES)
107 DIST_SOURCES = $(tiff_bi_SOURCES) $(tiff_grayscale_SOURCES) \
108 $(tiff_palette_SOURCES) $(tiff_rgb_SOURCES)
109 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110 html-recursive info-recursive install-data-recursive \
111 install-exec-recursive install-info-recursive \
112 install-recursive installcheck-recursive installdirs-recursive \
113 pdf-recursive ps-recursive uninstall-info-recursive \
114 uninstall-recursive
115 ETAGS = etags
116 CTAGS = ctags
117 DIST_SUBDIRS = $(SUBDIRS)
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 ACLOCAL = @ACLOCAL@
120 AMDEP_FALSE = @AMDEP_FALSE@
121 AMDEP_TRUE = @AMDEP_TRUE@
122 AMTAR = @AMTAR@
123 AR = @AR@
124 AS = @AS@
125 AUTOCONF = @AUTOCONF@
126 AUTOHEADER = @AUTOHEADER@
127 AUTOMAKE = @AUTOMAKE@
128 AWK = @AWK@
129 CC = @CC@
130 CCDEPMODE = @CCDEPMODE@
131 CFLAGS = @CFLAGS@
132 CPP = @CPP@
133 CPPFLAGS = @CPPFLAGS@
134 CXX = @CXX@
135 CXXCPP = @CXXCPP@
136 CXXDEPMODE = @CXXDEPMODE@
137 CXXFLAGS = @CXXFLAGS@
138 CYGPATH_W = @CYGPATH_W@
139 DEFS = @DEFS@
140 DEPDIR = @DEPDIR@
141 DLLTOOL = @DLLTOOL@
142 DUMPBIN = @DUMPBIN@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 FGREP = @FGREP@
149 GLUT_CFLAGS = @GLUT_CFLAGS@
150 GLUT_LIBS = @GLUT_LIBS@
151 GLU_CFLAGS = @GLU_CFLAGS@
152 GLU_LIBS = @GLU_LIBS@
153 GL_CFLAGS = @GL_CFLAGS@
154 GL_LIBS = @GL_LIBS@
155 GREP = @GREP@
156 HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
157 HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
158 HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
159 HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
160 HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
161 HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
162 INSTALL_DATA = @INSTALL_DATA@
163 INSTALL_PROGRAM = @INSTALL_PROGRAM@
164 INSTALL_SCRIPT = @INSTALL_SCRIPT@
165 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166 LD = @LD@
167 LDFLAGS = @LDFLAGS@
168 LIBDIR = @LIBDIR@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
172 LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
173 LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
174 LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
175 LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
176 LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
177 LIBTIFF_VERSION = @LIBTIFF_VERSION@
178 LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
179 LIBTOOL = @LIBTOOL@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAINT = @MAINT@
183 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
184 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
185 MAKEINFO = @MAKEINFO@
186 NM = @NM@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 PACKAGE = @PACKAGE@
190 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191 PACKAGE_NAME = @PACKAGE_NAME@
192 PACKAGE_STRING = @PACKAGE_STRING@
193 PACKAGE_TARNAME = @PACKAGE_TARNAME@
194 PACKAGE_VERSION = @PACKAGE_VERSION@
195 PATH_SEPARATOR = @PATH_SEPARATOR@
196 PTHREAD_CC = @PTHREAD_CC@
197 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
198 PTHREAD_LIBS = @PTHREAD_LIBS@
199 RANLIB = @RANLIB@
200 SED = @SED@
201 SET_MAKE = @SET_MAKE@
202 SHELL = @SHELL@
203 STRIP = @STRIP@
204 VERSION = @VERSION@
205 X_CFLAGS = @X_CFLAGS@
206 X_EXTRA_LIBS = @X_EXTRA_LIBS@
207 X_LIBS = @X_LIBS@
208 X_PRE_LIBS = @X_PRE_LIBS@
209 ac_ct_AR = @ac_ct_AR@
210 ac_ct_AS = @ac_ct_AS@
211 ac_ct_CC = @ac_ct_CC@
212 ac_ct_CXX = @ac_ct_CXX@
213 ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
214 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
216 ac_ct_RANLIB = @ac_ct_RANLIB@
217 ac_ct_STRIP = @ac_ct_STRIP@
218 acx_pthread_config = @acx_pthread_config@
219 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
220 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
221 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
222 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
223 am__include = @am__include@
224 am__leading_dot = @am__leading_dot@
225 am__quote = @am__quote@
226 am__tar = @am__tar@
227 am__untar = @am__untar@
228 bindir = @bindir@
229 build = @build@
230 build_alias = @build_alias@
231 build_cpu = @build_cpu@
232 build_os = @build_os@
233 build_vendor = @build_vendor@
234 datadir = @datadir@
235 exec_prefix = @exec_prefix@
236 host = @host@
237 host_alias = @host_alias@
238 host_cpu = @host_cpu@
239 host_os = @host_os@
240 host_vendor = @host_vendor@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 localstatedir = @localstatedir@
247 lt_ECHO = @lt_ECHO@
248 mandir = @mandir@
249 mkdir_p = @mkdir_p@
250 oldincludedir = @oldincludedir@
251 prefix = @prefix@
252 program_transform_name = @program_transform_name@
253 sbindir = @sbindir@
254 sharedstatedir = @sharedstatedir@
255 sysconfdir = @sysconfdir@
256 target = @target@
257 target_alias = @target_alias@
258 target_cpu = @target_cpu@
259 target_os = @target_os@
260 target_vendor = @target_vendor@
261 SUBDIRS = xtiff
262 LIBTIFF = $(top_builddir)/libtiff/libtiff.la
263 EXTRA_DIST = README
264 tiff_bi_SOURCES = tiff-bi.c
265 tiff_bi_LDADD = $(LIBTIFF)
266 tiff_grayscale_SOURCES = tiff-grayscale.c
267 tiff_grayscale_LDADD = $(LIBTIFF)
268 tiff_palette_SOURCES = tiff-palette.c
269 tiff_palette_LDADD = $(LIBTIFF)
270 tiff_rgb_SOURCES = tiff-rgb.c
271 tiff_rgb_LDADD = $(LIBTIFF)
272 INCLUDES = -I$(top_srcdir)/libtiff
273 all: all-recursive
274
275 .SUFFIXES:
276 .SUFFIXES: .c .lo .o .obj
277 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
278 @for dep in $?; do \
279 case '$(am__configure_deps)' in \
280 *$$dep*) \
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
282 && exit 0; \
283 exit 1;; \
284 esac; \
285 done; \
286 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/dbs/Makefile'; \
287 cd $(top_srcdir) && \
288 $(AUTOMAKE) --foreign contrib/dbs/Makefile
289 .PRECIOUS: Makefile
290 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291 @case '$?' in \
292 *config.status*) \
293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
294 *) \
295 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
296 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
297 esac;
298
299 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
302 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307 clean-noinstPROGRAMS:
308 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
309 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
310 echo " rm -f $$p $$f"; \
311 rm -f $$p $$f ; \
312 done
313 tiff-bi$(EXEEXT): $(tiff_bi_OBJECTS) $(tiff_bi_DEPENDENCIES)
314 @rm -f tiff-bi$(EXEEXT)
315 $(LINK) $(tiff_bi_LDFLAGS) $(tiff_bi_OBJECTS) $(tiff_bi_LDADD) $(LIBS)
316 tiff-grayscale$(EXEEXT): $(tiff_grayscale_OBJECTS) $(tiff_grayscale_DEPENDENCIES)
317 @rm -f tiff-grayscale$(EXEEXT)
318 $(LINK) $(tiff_grayscale_LDFLAGS) $(tiff_grayscale_OBJECTS) $(tiff_grayscale_LDADD) $(LIBS)
319 tiff-palette$(EXEEXT): $(tiff_palette_OBJECTS) $(tiff_palette_DEPENDENCIES)
320 @rm -f tiff-palette$(EXEEXT)
321 $(LINK) $(tiff_palette_LDFLAGS) $(tiff_palette_OBJECTS) $(tiff_palette_LDADD) $(LIBS)
322 tiff-rgb$(EXEEXT): $(tiff_rgb_OBJECTS) $(tiff_rgb_DEPENDENCIES)
323 @rm -f tiff-rgb$(EXEEXT)
324 $(LINK) $(tiff_rgb_LDFLAGS) $(tiff_rgb_OBJECTS) $(tiff_rgb_LDADD) $(LIBS)
325
326 mostlyclean-compile:
327 -rm -f *.$(OBJEXT)
328
329 distclean-compile:
330 -rm -f *.tab.c
331
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-bi.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-grayscale.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-palette.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-rgb.Po@am__quote@
336
337 .c.o:
338 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
339 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
343
344 .c.obj:
345 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
346 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
350
351 .c.lo:
352 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
353 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
357
358 mostlyclean-libtool:
359 -rm -f *.lo
360
361 clean-libtool:
362 -rm -rf .libs _libs
363
364 distclean-libtool:
365 -rm -f libtool
366 uninstall-info-am:
367
368 # This directory's subdirectories are mostly independent; you can cd
369 # into them and run `make' without going through this Makefile.
370 # To change the values of `make' variables: instead of editing Makefiles,
371 # (1) if the variable is set in `config.status', edit `config.status'
372 # (which will cause the Makefiles to be regenerated when you run `make');
373 # (2) otherwise, pass the desired values on the `make' command line.
374 $(RECURSIVE_TARGETS):
375 @failcom='exit 1'; \
376 for f in x $$MAKEFLAGS; do \
377 case $$f in \
378 *=* | --[!k]*);; \
379 *k*) failcom='fail=yes';; \
380 esac; \
381 done; \
382 dot_seen=no; \
383 target=`echo $@ | sed s/-recursive//`; \
384 list='$(SUBDIRS)'; for subdir in $$list; do \
385 echo "Making $$target in $$subdir"; \
386 if test "$$subdir" = "."; then \
387 dot_seen=yes; \
388 local_target="$$target-am"; \
389 else \
390 local_target="$$target"; \
391 fi; \
392 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393 || eval $$failcom; \
394 done; \
395 if test "$$dot_seen" = "no"; then \
396 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
397 fi; test -z "$$fail"
398
399 mostlyclean-recursive clean-recursive distclean-recursive \
400 maintainer-clean-recursive:
401 @failcom='exit 1'; \
402 for f in x $$MAKEFLAGS; do \
403 case $$f in \
404 *=* | --[!k]*);; \
405 *k*) failcom='fail=yes';; \
406 esac; \
407 done; \
408 dot_seen=no; \
409 case "$@" in \
410 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
411 *) list='$(SUBDIRS)' ;; \
412 esac; \
413 rev=''; for subdir in $$list; do \
414 if test "$$subdir" = "."; then :; else \
415 rev="$$subdir $$rev"; \
416 fi; \
417 done; \
418 rev="$$rev ."; \
419 target=`echo $@ | sed s/-recursive//`; \
420 for subdir in $$rev; do \
421 echo "Making $$target in $$subdir"; \
422 if test "$$subdir" = "."; then \
423 local_target="$$target-am"; \
424 else \
425 local_target="$$target"; \
426 fi; \
427 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428 || eval $$failcom; \
429 done && test -z "$$fail"
430 tags-recursive:
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
433 done
434 ctags-recursive:
435 list='$(SUBDIRS)'; for subdir in $$list; do \
436 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
437 done
438
439 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441 unique=`for i in $$list; do \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 done | \
444 $(AWK) ' { files[$$0] = 1; } \
445 END { for (i in files) print i; }'`; \
446 mkid -fID $$unique
447 tags: TAGS
448
449 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
450 $(TAGS_FILES) $(LISP)
451 tags=; \
452 here=`pwd`; \
453 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
454 include_option=--etags-include; \
455 empty_fix=.; \
456 else \
457 include_option=--include; \
458 empty_fix=; \
459 fi; \
460 list='$(SUBDIRS)'; for subdir in $$list; do \
461 if test "$$subdir" = .; then :; else \
462 test ! -f $$subdir/TAGS || \
463 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
464 fi; \
465 done; \
466 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
467 unique=`for i in $$list; do \
468 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469 done | \
470 $(AWK) ' { files[$$0] = 1; } \
471 END { for (i in files) print i; }'`; \
472 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
473 test -n "$$unique" || unique=$$empty_fix; \
474 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475 $$tags $$unique; \
476 fi
477 ctags: CTAGS
478 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
479 $(TAGS_FILES) $(LISP)
480 tags=; \
481 here=`pwd`; \
482 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
483 unique=`for i in $$list; do \
484 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485 done | \
486 $(AWK) ' { files[$$0] = 1; } \
487 END { for (i in files) print i; }'`; \
488 test -z "$(CTAGS_ARGS)$$tags$$unique" \
489 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490 $$tags $$unique
491
492 GTAGS:
493 here=`$(am__cd) $(top_builddir) && pwd` \
494 && cd $(top_srcdir) \
495 && gtags -i $(GTAGS_ARGS) $$here
496
497 distclean-tags:
498 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500 distdir: $(DISTFILES)
501 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
502 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
503 list='$(DISTFILES)'; for file in $$list; do \
504 case $$file in \
505 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
506 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
507 esac; \
508 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
510 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
511 dir="/$$dir"; \
512 $(mkdir_p) "$(distdir)$$dir"; \
513 else \
514 dir=''; \
515 fi; \
516 if test -d $$d/$$file; then \
517 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
519 fi; \
520 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
521 else \
522 test -f $(distdir)/$$file \
523 || cp -p $$d/$$file $(distdir)/$$file \
524 || exit 1; \
525 fi; \
526 done
527 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
528 if test "$$subdir" = .; then :; else \
529 test -d "$(distdir)/$$subdir" \
530 || $(mkdir_p) "$(distdir)/$$subdir" \
531 || exit 1; \
532 distdir=`$(am__cd) $(distdir) && pwd`; \
533 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
534 (cd $$subdir && \
535 $(MAKE) $(AM_MAKEFLAGS) \
536 top_distdir="$$top_distdir" \
537 distdir="$$distdir/$$subdir" \
538 distdir) \
539 || exit 1; \
540 fi; \
541 done
542 check-am: all-am
543 check: check-recursive
544 all-am: Makefile $(PROGRAMS)
545 installdirs: installdirs-recursive
546 installdirs-am:
547 install: install-recursive
548 install-exec: install-exec-recursive
549 install-data: install-data-recursive
550 uninstall: uninstall-recursive
551
552 install-am: all-am
553 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555 installcheck: installcheck-recursive
556 install-strip:
557 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559 `test -z '$(STRIP)' || \
560 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561 mostlyclean-generic:
562
563 clean-generic:
564
565 distclean-generic:
566 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567
568 maintainer-clean-generic:
569 @echo "This command is intended for maintainers to use"
570 @echo "it deletes files that may require special tools to rebuild."
571 clean: clean-recursive
572
573 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
574 mostlyclean-am
575
576 distclean: distclean-recursive
577 -rm -rf ./$(DEPDIR)
578 -rm -f Makefile
579 distclean-am: clean-am distclean-compile distclean-generic \
580 distclean-libtool distclean-tags
581
582 dvi: dvi-recursive
583
584 dvi-am:
585
586 html: html-recursive
587
588 info: info-recursive
589
590 info-am:
591
592 install-data-am:
593
594 install-exec-am:
595
596 install-info: install-info-recursive
597
598 install-man:
599
600 installcheck-am:
601
602 maintainer-clean: maintainer-clean-recursive
603 -rm -rf ./$(DEPDIR)
604 -rm -f Makefile
605 maintainer-clean-am: distclean-am maintainer-clean-generic
606
607 mostlyclean: mostlyclean-recursive
608
609 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
610 mostlyclean-libtool
611
612 pdf: pdf-recursive
613
614 pdf-am:
615
616 ps: ps-recursive
617
618 ps-am:
619
620 uninstall-am: uninstall-info-am
621
622 uninstall-info: uninstall-info-recursive
623
624 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
625 clean clean-generic clean-libtool clean-noinstPROGRAMS \
626 clean-recursive ctags ctags-recursive distclean \
627 distclean-compile distclean-generic distclean-libtool \
628 distclean-recursive distclean-tags distdir dvi dvi-am html \
629 html-am info info-am install install-am install-data \
630 install-data-am install-exec install-exec-am install-info \
631 install-info-am install-man install-strip installcheck \
632 installcheck-am installdirs installdirs-am maintainer-clean \
633 maintainer-clean-generic maintainer-clean-recursive \
634 mostlyclean mostlyclean-compile mostlyclean-generic \
635 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
636 tags tags-recursive uninstall uninstall-am uninstall-info-am
637
638 # Tell versions [3.59,3.63) of GNU make to not export all variables.
639 # Otherwise a system limit (for SysV at least) may be exceeded.
640 .NOEXPORT: