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