]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/contrib/addtiffo/Makefile.in
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / tiff / contrib / addtiffo / Makefile.in
CommitLineData
80ed523f 1# Makefile.in generated by automake 1.12.4 from Makefile.am.
8414a40c
VZ
2# @configure_input@
3
80ed523f
VZ
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
8414a40c
VZ
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
8414a40c 42VPATH = @srcdir@
80ed523f
VZ
43am__make_dryrun = \
44 { \
45 am__dry=no; \
46 case $$MAKEFLAGS in \
47 *\\[\ \ ]*) \
48 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
49 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
50 *) \
51 for am__flg in $$MAKEFLAGS; do \
52 case $$am__flg in \
53 *=*|--*) ;; \
54 *n*) am__dry=yes; break;; \
55 esac; \
56 done;; \
57 esac; \
58 test $$am__dry = yes; \
59 }
8414a40c 60pkgdatadir = $(datadir)/@PACKAGE@
8414a40c 61pkgincludedir = $(includedir)/@PACKAGE@
80ed523f
VZ
62pkglibdir = $(libdir)/@PACKAGE@
63pkglibexecdir = $(libexecdir)/@PACKAGE@
8414a40c 64am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8414a40c
VZ
65install_sh_DATA = $(install_sh) -c -m 644
66install_sh_PROGRAM = $(install_sh) -c
67install_sh_SCRIPT = $(install_sh) -c
68INSTALL_HEADER = $(INSTALL_DATA)
69transform = $(program_transform_name)
70NORMAL_INSTALL = :
71PRE_INSTALL = :
72POST_INSTALL = :
73NORMAL_UNINSTALL = :
74PRE_UNINSTALL = :
75POST_UNINSTALL = :
76build_triplet = @build@
77host_triplet = @host@
8414a40c
VZ
78noinst_PROGRAMS = addtiffo$(EXEEXT)
79subdir = contrib/addtiffo
80ed523f
VZ
80DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
81 $(top_srcdir)/config/depcomp \
82 $(top_srcdir)/config/mkinstalldirs
8414a40c
VZ
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
85 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
86 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
80ed523f 87 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
8414a40c
VZ
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4)
90mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
91CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
92 $(top_builddir)/libtiff/tiffconf.h
93CONFIG_CLEAN_FILES =
80ed523f 94CONFIG_CLEAN_VPATH_FILES =
8414a40c
VZ
95PROGRAMS = $(noinst_PROGRAMS)
96am_addtiffo_OBJECTS = addtiffo.$(OBJEXT) tif_overview.$(OBJEXT) \
97 tif_ovrcache.$(OBJEXT)
98addtiffo_OBJECTS = $(am_addtiffo_OBJECTS)
80ed523f
VZ
99addtiffo_DEPENDENCIES = $(LIBTIFF)
100AM_V_lt = $(am__v_lt_@AM_V@)
101am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
102am__v_lt_0 = --silent
103am__v_lt_1 =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo " GEN " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libtiff
8414a40c
VZ
117depcomp = $(SHELL) $(top_srcdir)/config/depcomp
118am__depfiles_maybe = depfiles
80ed523f 119am__mv = mv -f
8414a40c
VZ
120COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80ed523f
VZ
122LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
8414a40c
VZ
124 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125 $(AM_CFLAGS) $(CFLAGS)
80ed523f
VZ
126AM_V_CC = $(am__v_CC_@AM_V@)
127am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128am__v_CC_0 = @echo " CC " $@;
129am__v_CC_1 =
8414a40c 130CCLD = $(CC)
80ed523f
VZ
131LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
8414a40c 133 $(AM_LDFLAGS) $(LDFLAGS) -o $@
80ed523f
VZ
134AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136am__v_CCLD_0 = @echo " CCLD " $@;
137am__v_CCLD_1 =
8414a40c
VZ
138SOURCES = $(addtiffo_SOURCES)
139DIST_SOURCES = $(addtiffo_SOURCES)
80ed523f
VZ
140am__can_run_installinfo = \
141 case $$AM_UPDATE_INFO_DIR in \
142 n|no|NO) false;; \
143 *) (install-info --version) >/dev/null 2>&1;; \
144 esac
8414a40c
VZ
145ETAGS = etags
146CTAGS = ctags
147DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148ACLOCAL = @ACLOCAL@
8414a40c 149AMTAR = @AMTAR@
80ed523f 150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
8414a40c
VZ
151AR = @AR@
152AS = @AS@
153AUTOCONF = @AUTOCONF@
154AUTOHEADER = @AUTOHEADER@
155AUTOMAKE = @AUTOMAKE@
156AWK = @AWK@
157CC = @CC@
158CCDEPMODE = @CCDEPMODE@
159CFLAGS = @CFLAGS@
160CPP = @CPP@
161CPPFLAGS = @CPPFLAGS@
162CXX = @CXX@
163CXXCPP = @CXXCPP@
164CXXDEPMODE = @CXXDEPMODE@
165CXXFLAGS = @CXXFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
169DLLTOOL = @DLLTOOL@
80ed523f 170DSYMUTIL = @DSYMUTIL@
8414a40c
VZ
171DUMPBIN = @DUMPBIN@
172ECHO_C = @ECHO_C@
173ECHO_N = @ECHO_N@
174ECHO_T = @ECHO_T@
175EGREP = @EGREP@
176EXEEXT = @EXEEXT@
177FGREP = @FGREP@
178GLUT_CFLAGS = @GLUT_CFLAGS@
179GLUT_LIBS = @GLUT_LIBS@
180GLU_CFLAGS = @GLU_CFLAGS@
181GLU_LIBS = @GLU_LIBS@
182GL_CFLAGS = @GL_CFLAGS@
183GL_LIBS = @GL_LIBS@
184GREP = @GREP@
80ed523f 185INSTALL = @INSTALL@
8414a40c
VZ
186INSTALL_DATA = @INSTALL_DATA@
187INSTALL_PROGRAM = @INSTALL_PROGRAM@
188INSTALL_SCRIPT = @INSTALL_SCRIPT@
189INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190LD = @LD@
191LDFLAGS = @LDFLAGS@
192LIBDIR = @LIBDIR@
193LIBOBJS = @LIBOBJS@
194LIBS = @LIBS@
195LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
196LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
197LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
198LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
199LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
200LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
201LIBTIFF_VERSION = @LIBTIFF_VERSION@
202LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
203LIBTOOL = @LIBTOOL@
80ed523f 204LIPO = @LIPO@
8414a40c
VZ
205LN_S = @LN_S@
206LTLIBOBJS = @LTLIBOBJS@
207MAINT = @MAINT@
8414a40c 208MAKEINFO = @MAKEINFO@
80ed523f
VZ
209MANIFEST_TOOL = @MANIFEST_TOOL@
210MKDIR_P = @MKDIR_P@
8414a40c 211NM = @NM@
80ed523f 212NMEDIT = @NMEDIT@
8414a40c
VZ
213OBJDUMP = @OBJDUMP@
214OBJEXT = @OBJEXT@
80ed523f
VZ
215OTOOL = @OTOOL@
216OTOOL64 = @OTOOL64@
8414a40c
VZ
217PACKAGE = @PACKAGE@
218PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
219PACKAGE_NAME = @PACKAGE_NAME@
220PACKAGE_STRING = @PACKAGE_STRING@
221PACKAGE_TARNAME = @PACKAGE_TARNAME@
80ed523f 222PACKAGE_URL = @PACKAGE_URL@
8414a40c
VZ
223PACKAGE_VERSION = @PACKAGE_VERSION@
224PATH_SEPARATOR = @PATH_SEPARATOR@
225PTHREAD_CC = @PTHREAD_CC@
226PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
227PTHREAD_LIBS = @PTHREAD_LIBS@
228RANLIB = @RANLIB@
229SED = @SED@
230SET_MAKE = @SET_MAKE@
231SHELL = @SHELL@
232STRIP = @STRIP@
233VERSION = @VERSION@
80ed523f 234XMKMF = @XMKMF@
8414a40c
VZ
235X_CFLAGS = @X_CFLAGS@
236X_EXTRA_LIBS = @X_EXTRA_LIBS@
237X_LIBS = @X_LIBS@
238X_PRE_LIBS = @X_PRE_LIBS@
80ed523f
VZ
239abs_builddir = @abs_builddir@
240abs_srcdir = @abs_srcdir@
241abs_top_builddir = @abs_top_builddir@
242abs_top_srcdir = @abs_top_srcdir@
8414a40c 243ac_ct_AR = @ac_ct_AR@
8414a40c
VZ
244ac_ct_CC = @ac_ct_CC@
245ac_ct_CXX = @ac_ct_CXX@
8414a40c 246ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
8414a40c
VZ
247am__include = @am__include@
248am__leading_dot = @am__leading_dot@
249am__quote = @am__quote@
250am__tar = @am__tar@
251am__untar = @am__untar@
80ed523f 252ax_pthread_config = @ax_pthread_config@
8414a40c
VZ
253bindir = @bindir@
254build = @build@
255build_alias = @build_alias@
256build_cpu = @build_cpu@
257build_os = @build_os@
258build_vendor = @build_vendor@
80ed523f 259builddir = @builddir@
8414a40c 260datadir = @datadir@
80ed523f
VZ
261datarootdir = @datarootdir@
262docdir = @docdir@
263dvidir = @dvidir@
8414a40c
VZ
264exec_prefix = @exec_prefix@
265host = @host@
266host_alias = @host_alias@
267host_cpu = @host_cpu@
268host_os = @host_os@
269host_vendor = @host_vendor@
80ed523f 270htmldir = @htmldir@
8414a40c
VZ
271includedir = @includedir@
272infodir = @infodir@
273install_sh = @install_sh@
274libdir = @libdir@
275libexecdir = @libexecdir@
80ed523f 276localedir = @localedir@
8414a40c 277localstatedir = @localstatedir@
8414a40c
VZ
278mandir = @mandir@
279mkdir_p = @mkdir_p@
280oldincludedir = @oldincludedir@
80ed523f 281pdfdir = @pdfdir@
8414a40c
VZ
282prefix = @prefix@
283program_transform_name = @program_transform_name@
80ed523f 284psdir = @psdir@
8414a40c
VZ
285sbindir = @sbindir@
286sharedstatedir = @sharedstatedir@
80ed523f 287srcdir = @srcdir@
8414a40c 288sysconfdir = @sysconfdir@
8414a40c 289target_alias = @target_alias@
80ed523f
VZ
290tiff_libs_private = @tiff_libs_private@
291top_build_prefix = @top_build_prefix@
292top_builddir = @top_builddir@
293top_srcdir = @top_srcdir@
8414a40c
VZ
294LIBTIFF = $(top_builddir)/libtiff/libtiff.la
295EXTRA_DIST = README Makefile.vc
296addtiffo_SOURCES = addtiffo.c tif_overview.c tif_ovrcache.c tif_ovrcache.h
297addtiffo_LDADD = $(LIBTIFF)
80ed523f 298AM_CPPFLAGS = -I$(top_srcdir)/libtiff
8414a40c
VZ
299all: all-am
300
301.SUFFIXES:
302.SUFFIXES: .c .lo .o .obj
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
80ed523f
VZ
307 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308 && { if test -f $@; then exit 0; else break; fi; }; \
8414a40c
VZ
309 exit 1;; \
310 esac; \
311 done; \
80ed523f
VZ
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/addtiffo/Makefile'; \
313 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --foreign contrib/addtiffo/Makefile
8414a40c
VZ
315.PRECIOUS: Makefile
316Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317 @case '$?' in \
318 *config.status*) \
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320 *) \
321 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323 esac;
324
325$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
80ed523f 332$(am__aclocal_m4_deps):
8414a40c
VZ
333
334clean-noinstPROGRAMS:
80ed523f
VZ
335 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
336 echo " rm -f" $$list; \
337 rm -f $$list || exit $$?; \
338 test -n "$(EXEEXT)" || exit 0; \
339 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
340 echo " rm -f" $$list; \
341 rm -f $$list
342addtiffo$(EXEEXT): $(addtiffo_OBJECTS) $(addtiffo_DEPENDENCIES) $(EXTRA_addtiffo_DEPENDENCIES)
8414a40c 343 @rm -f addtiffo$(EXEEXT)
80ed523f 344 $(AM_V_CCLD)$(LINK) $(addtiffo_OBJECTS) $(addtiffo_LDADD) $(LIBS)
8414a40c
VZ
345
346mostlyclean-compile:
347 -rm -f *.$(OBJEXT)
348
349distclean-compile:
350 -rm -f *.tab.c
351
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addtiffo.Po@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_overview.Po@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_ovrcache.Po@am__quote@
355
356.c.o:
80ed523f
VZ
357@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
8414a40c 360@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
80ed523f 361@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
8414a40c
VZ
362
363.c.obj:
80ed523f
VZ
364@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
365@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
8414a40c 367@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
80ed523f 368@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
8414a40c
VZ
369
370.c.lo:
80ed523f
VZ
371@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
8414a40c 374@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
80ed523f 375@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
8414a40c
VZ
376
377mostlyclean-libtool:
378 -rm -f *.lo
379
380clean-libtool:
381 -rm -rf .libs _libs
382
8414a40c
VZ
383ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
384 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
385 unique=`for i in $$list; do \
386 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387 done | \
80ed523f
VZ
388 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389 END { if (nonempty) { for (i in files) print i; }; }'`; \
8414a40c
VZ
390 mkid -fID $$unique
391tags: TAGS
392
393TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
394 $(TAGS_FILES) $(LISP)
80ed523f 395 set x; \
8414a40c
VZ
396 here=`pwd`; \
397 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398 unique=`for i in $$list; do \
399 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 done | \
80ed523f
VZ
401 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402 END { if (nonempty) { for (i in files) print i; }; }'`; \
403 shift; \
404 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
8414a40c 405 test -n "$$unique" || unique=$$empty_fix; \
80ed523f
VZ
406 if test $$# -gt 0; then \
407 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408 "$$@" $$unique; \
409 else \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 $$unique; \
412 fi; \
8414a40c
VZ
413 fi
414ctags: CTAGS
415CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
416 $(TAGS_FILES) $(LISP)
8414a40c
VZ
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 | \
80ed523f
VZ
421 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422 END { if (nonempty) { for (i in files) print i; }; }'`; \
423 test -z "$(CTAGS_ARGS)$$unique" \
8414a40c 424 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
80ed523f 425 $$unique
8414a40c
VZ
426
427GTAGS:
428 here=`$(am__cd) $(top_builddir) && pwd` \
80ed523f
VZ
429 && $(am__cd) $(top_srcdir) \
430 && gtags -i $(GTAGS_ARGS) "$$here"
431
432cscopelist: $(HEADERS) $(SOURCES) $(LISP)
433 list='$(SOURCES) $(HEADERS) $(LISP)'; \
434 case "$(srcdir)" in \
435 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
436 *) sdir=$(subdir)/$(srcdir) ;; \
437 esac; \
438 for i in $$list; do \
439 if test -f "$$i"; then \
440 echo "$(subdir)/$$i"; \
441 else \
442 echo "$$sdir/$$i"; \
443 fi; \
444 done >> $(top_builddir)/cscope.files
8414a40c
VZ
445
446distclean-tags:
447 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448
449distdir: $(DISTFILES)
80ed523f
VZ
450 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452 list='$(DISTFILES)'; \
453 dist_files=`for file in $$list; do echo $$file; done | \
454 sed -e "s|^$$srcdirstrip/||;t" \
455 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
456 case $$dist_files in \
457 */*) $(MKDIR_P) `echo "$$dist_files" | \
458 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
459 sort -u` ;; \
460 esac; \
461 for file in $$dist_files; do \
8414a40c 462 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
8414a40c 463 if test -d $$d/$$file; then \
80ed523f
VZ
464 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465 if test -d "$(distdir)/$$file"; then \
466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 fi; \
8414a40c 468 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
80ed523f
VZ
469 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
470 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
8414a40c 471 fi; \
80ed523f 472 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
8414a40c 473 else \
80ed523f
VZ
474 test -f "$(distdir)/$$file" \
475 || cp -p $$d/$$file "$(distdir)/$$file" \
8414a40c
VZ
476 || exit 1; \
477 fi; \
478 done
479check-am: all-am
480check: check-am
481all-am: Makefile $(PROGRAMS)
482installdirs:
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
80ed523f
VZ
493 if test -z '$(STRIP)'; then \
494 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496 install; \
497 else \
498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501 fi
8414a40c
VZ
502mostlyclean-generic:
503
504clean-generic:
505
506distclean-generic:
507 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
80ed523f 508 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
8414a40c
VZ
509
510maintainer-clean-generic:
511 @echo "This command is intended for maintainers to use"
512 @echo "it deletes files that may require special tools to rebuild."
513clean: clean-am
514
515clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
516 mostlyclean-am
517
518distclean: distclean-am
519 -rm -rf ./$(DEPDIR)
520 -rm -f Makefile
521distclean-am: clean-am distclean-compile distclean-generic \
80ed523f 522 distclean-tags
8414a40c
VZ
523
524dvi: dvi-am
525
526dvi-am:
527
528html: html-am
529
80ed523f
VZ
530html-am:
531
8414a40c
VZ
532info: info-am
533
534info-am:
535
536install-data-am:
537
80ed523f
VZ
538install-dvi: install-dvi-am
539
540install-dvi-am:
541
8414a40c
VZ
542install-exec-am:
543
80ed523f
VZ
544install-html: install-html-am
545
546install-html-am:
547
8414a40c
VZ
548install-info: install-info-am
549
80ed523f
VZ
550install-info-am:
551
8414a40c
VZ
552install-man:
553
80ed523f
VZ
554install-pdf: install-pdf-am
555
556install-pdf-am:
557
558install-ps: install-ps-am
559
560install-ps-am:
561
8414a40c
VZ
562installcheck-am:
563
564maintainer-clean: maintainer-clean-am
565 -rm -rf ./$(DEPDIR)
566 -rm -f Makefile
567maintainer-clean-am: distclean-am maintainer-clean-generic
568
569mostlyclean: mostlyclean-am
570
571mostlyclean-am: mostlyclean-compile mostlyclean-generic \
572 mostlyclean-libtool
573
574pdf: pdf-am
575
576pdf-am:
577
578ps: ps-am
579
580ps-am:
581
80ed523f
VZ
582uninstall-am:
583
584.MAKE: install-am install-strip
8414a40c
VZ
585
586.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
80ed523f 587 clean-libtool clean-noinstPROGRAMS cscopelist ctags distclean \
8414a40c
VZ
588 distclean-compile distclean-generic distclean-libtool \
589 distclean-tags distdir dvi dvi-am html html-am info info-am \
80ed523f
VZ
590 install install-am install-data install-data-am install-dvi \
591 install-dvi-am install-exec install-exec-am install-html \
592 install-html-am install-info install-info-am install-man \
593 install-pdf install-pdf-am install-ps install-ps-am \
8414a40c
VZ
594 install-strip installcheck installcheck-am installdirs \
595 maintainer-clean maintainer-clean-generic mostlyclean \
596 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
80ed523f
VZ
597 pdf pdf-am ps ps-am tags uninstall uninstall-am
598
8414a40c
VZ
599
600# Tell versions [3.59,3.63) of GNU make to not export all variables.
601# Otherwise a system limit (for SysV at least) may be exceeded.
602.NOEXPORT: