Fix build error with GCC6
[profile/ivi/log4cxx.git] / 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 # Licensed to the Apache Software Foundation (ASF) under one or more
18 # contributor license agreements.  See the NOTICE file distributed with
19 # this work for additional information regarding copyright ownership.
20 # The ASF licenses this file to You under the Apache License, Version 2.0
21 # (the "License"); you may not use this file except in compliance with
22 # the License.  You may obtain a copy of the License at
23 #
24 #      http://www.apache.org/licenses/LICENSE-2.0
25 #
26 # Unless required by applicable law or agreed to in writing, software
27 # distributed under the License is distributed on an "AS IS" BASIS,
28 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 # See the License for the specific language governing permissions and
30 # limitations under the License.
31 #
32
33 srcdir = @srcdir@
34 top_srcdir = @top_srcdir@
35 VPATH = @srcdir@
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 INSTALL = @INSTALL@
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
57         $(srcdir)/Makefile.in $(srcdir)/liblog4cxx.pc.in \
58         $(top_srcdir)/configure INSTALL config.guess config.sub \
59         depcomp install-sh ltmain.sh missing
60 subdir = .
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/find_apr.m4 \
63         $(top_srcdir)/find_apu.m4 $(top_srcdir)/configure.in
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67  configure.lineno configure.status.lineno
68 mkinstalldirs = $(install_sh) -d
69 CONFIG_CLEAN_FILES = liblog4cxx.pc
70 SOURCES =
71 DIST_SOURCES =
72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73         html-recursive info-recursive install-data-recursive \
74         install-exec-recursive install-info-recursive \
75         install-recursive installcheck-recursive installdirs-recursive \
76         pdf-recursive ps-recursive uninstall-info-recursive \
77         uninstall-recursive
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81     *) f=$$p;; \
82   esac;
83 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
84 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
85 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
86 DATA = $(pkgconfig_DATA)
87 ETAGS = etags
88 CTAGS = ctags
89 DIST_SUBDIRS = $(SUBDIRS)
90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91 distdir = $(PACKAGE)-$(VERSION)
92 top_distdir = $(distdir)
93 am__remove_distdir = \
94   { test ! -d $(distdir) \
95     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
96          && rm -fr $(distdir); }; }
97 DIST_ARCHIVES = $(distdir).tar.gz
98 GZIP_ENV = --best
99 distuninstallcheck_listfiles = find . -type f -print
100 distcleancheck_listfiles = find . -type f -print
101 ACLOCAL = @ACLOCAL@
102 AMDEP_FALSE = @AMDEP_FALSE@
103 AMDEP_TRUE = @AMDEP_TRUE@
104 AMTAR = @AMTAR@
105 APR_LIBS = @APR_LIBS@
106 APU_LIBS = @APU_LIBS@
107 AR = @AR@
108 AUTOCONF = @AUTOCONF@
109 AUTOHEADER = @AUTOHEADER@
110 AUTOMAKE = @AUTOMAKE@
111 AWK = @AWK@
112 CC = @CC@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CFSTRING_API = @CFSTRING_API@
116 CHARSET_EBCDIC = @CHARSET_EBCDIC@
117 CHARSET_ISO88591 = @CHARSET_ISO88591@
118 CHARSET_USASCII = @CHARSET_USASCII@
119 CHARSET_UTF8 = @CHARSET_UTF8@
120 CHAR_API = @CHAR_API@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CPPFLAGS_ODBC = @CPPFLAGS_ODBC@
124 CXX = @CXX@
125 CXXCPP = @CXXCPP@
126 CXXDEPMODE = @CXXDEPMODE@
127 CXXFLAGS = @CXXFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 DOC_FALSE = @DOC_FALSE@
132 DOC_TRUE = @DOC_TRUE@
133 DOT = @DOT@
134 DOXYGEN = @DOXYGEN@
135 ECHO = @ECHO@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 F77 = @F77@
142 FFLAGS = @FFLAGS@
143 HAS_FWIDE = @HAS_FWIDE@
144 HAS_LIBESMTP = @HAS_LIBESMTP@
145 HAS_MBSRTOWCS = @HAS_MBSRTOWCS@
146 HAS_ODBC = @HAS_ODBC@
147 HAS_STD_LOCALE = @HAS_STD_LOCALE@
148 HAS_SYSLOG = @HAS_SYSLOG@
149 HAS_WCHAR_T = @HAS_WCHAR_T@
150 HAS_WCSTOMBS = @HAS_WCSTOMBS@
151 INSTALL_DATA = @INSTALL_DATA@
152 INSTALL_PROGRAM = @INSTALL_PROGRAM@
153 INSTALL_SCRIPT = @INSTALL_SCRIPT@
154 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155 IODBC_CONFIG = @IODBC_CONFIG@
156 LATEX_DOC_FALSE = @LATEX_DOC_FALSE@
157 LATEX_DOC_TRUE = @LATEX_DOC_TRUE@
158 LDFLAGS = @LDFLAGS@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBS_ODBC = @LIBS_ODBC@
162 LIBTOOL = @LIBTOOL@
163 LN_S = @LN_S@
164 LOGCHAR_IS_UNICHAR = @LOGCHAR_IS_UNICHAR@
165 LOGCHAR_IS_UTF8 = @LOGCHAR_IS_UTF8@
166 LOGCHAR_IS_WCHAR = @LOGCHAR_IS_WCHAR@
167 LTLIBOBJS = @LTLIBOBJS@
168 LT_VERSION = @LT_VERSION@
169 MAKEINFO = @MAKEINFO@
170 OBJEXT = @OBJEXT@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 RANLIB = @RANLIB@
179 SET_MAKE = @SET_MAKE@
180 SHELL = @SHELL@
181 STRIP = @STRIP@
182 UNICHAR_API = @UNICHAR_API@
183 VERSION = @VERSION@
184 WCHAR_T_API = @WCHAR_T_API@
185 ac_ct_AR = @ac_ct_AR@
186 ac_ct_CC = @ac_ct_CC@
187 ac_ct_CXX = @ac_ct_CXX@
188 ac_ct_F77 = @ac_ct_F77@
189 ac_ct_RANLIB = @ac_ct_RANLIB@
190 ac_ct_STRIP = @ac_ct_STRIP@
191 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
194 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
195 am__include = @am__include@
196 am__leading_dot = @am__leading_dot@
197 am__quote = @am__quote@
198 am__tar = @am__tar@
199 am__untar = @am__untar@
200 base_dir = @base_dir@
201 bindir = @bindir@
202 build = @build@
203 build_alias = @build_alias@
204 build_cpu = @build_cpu@
205 build_os = @build_os@
206 build_vendor = @build_vendor@
207 datadir = @datadir@
208 enable_dot = @enable_dot@
209 enable_html_docs = @enable_html_docs@
210 enable_latex_docs = @enable_latex_docs@
211 exec_prefix = @exec_prefix@
212 host = @host@
213 host_alias = @host_alias@
214 host_cpu = @host_cpu@
215 host_os = @host_os@
216 host_vendor = @host_vendor@
217 includedir = @includedir@
218 infodir = @infodir@
219 install_sh = @install_sh@
220 libdir = @libdir@
221 libexecdir = @libexecdir@
222 localstatedir = @localstatedir@
223 mandir = @mandir@
224 manual_dest = @manual_dest@
225 mkdir_p = @mkdir_p@
226 oldincludedir = @oldincludedir@
227 prefix = @prefix@
228 program_transform_name = @program_transform_name@
229 sbindir = @sbindir@
230 sharedstatedir = @sharedstatedir@
231 sysconfdir = @sysconfdir@
232 target = @target@
233 target_alias = @target_alias@
234 target_cpu = @target_cpu@
235 target_os = @target_os@
236 target_vendor = @target_vendor@
237 AUTOMAKE_OPTIONS = foreign
238 SUBDIRS = src
239 EXTRA_DIST = autogen.sh aclocal.m4 find_apr.m4 find_apu.m4 build.xml pom.xml NOTICE LICENSE INSTALL pom.xml KEYS
240 pkgconfigdir = $(libdir)/pkgconfig
241 pkgconfig_DATA = liblog4cxx.pc
242 all: all-recursive
243
244 .SUFFIXES:
245 am--refresh:
246         @:
247 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
248         @for dep in $?; do \
249           case '$(am__configure_deps)' in \
250             *$$dep*) \
251               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
252               cd $(srcdir) && $(AUTOMAKE) --foreign  \
253                 && exit 0; \
254               exit 1;; \
255           esac; \
256         done; \
257         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
258         cd $(top_srcdir) && \
259           $(AUTOMAKE) --foreign  Makefile
260 .PRECIOUS: Makefile
261 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262         @case '$?' in \
263           *config.status*) \
264             echo ' $(SHELL) ./config.status'; \
265             $(SHELL) ./config.status;; \
266           *) \
267             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
268             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
269         esac;
270
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272         $(SHELL) ./config.status --recheck
273
274 $(top_srcdir)/configure:  $(am__configure_deps)
275         cd $(srcdir) && $(AUTOCONF)
276 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
277         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
278 liblog4cxx.pc: $(top_builddir)/config.status $(srcdir)/liblog4cxx.pc.in
279         cd $(top_builddir) && $(SHELL) ./config.status $@
280
281 mostlyclean-libtool:
282         -rm -f *.lo
283
284 clean-libtool:
285         -rm -rf .libs _libs
286
287 distclean-libtool:
288         -rm -f libtool
289 uninstall-info-am:
290 install-pkgconfigDATA: $(pkgconfig_DATA)
291         @$(NORMAL_INSTALL)
292         test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
293         @list='$(pkgconfig_DATA)'; for p in $$list; do \
294           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
295           f=$(am__strip_dir) \
296           echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
297           $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
298         done
299
300 uninstall-pkgconfigDATA:
301         @$(NORMAL_UNINSTALL)
302         @list='$(pkgconfig_DATA)'; for p in $$list; do \
303           f=$(am__strip_dir) \
304           echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
305           rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
306         done
307
308 # This directory's subdirectories are mostly independent; you can cd
309 # into them and run `make' without going through this Makefile.
310 # To change the values of `make' variables: instead of editing Makefiles,
311 # (1) if the variable is set in `config.status', edit `config.status'
312 #     (which will cause the Makefiles to be regenerated when you run `make');
313 # (2) otherwise, pass the desired values on the `make' command line.
314 $(RECURSIVE_TARGETS):
315         @failcom='exit 1'; \
316         for f in x $$MAKEFLAGS; do \
317           case $$f in \
318             *=* | --[!k]*);; \
319             *k*) failcom='fail=yes';; \
320           esac; \
321         done; \
322         dot_seen=no; \
323         target=`echo $@ | sed s/-recursive//`; \
324         list='$(SUBDIRS)'; for subdir in $$list; do \
325           echo "Making $$target in $$subdir"; \
326           if test "$$subdir" = "."; then \
327             dot_seen=yes; \
328             local_target="$$target-am"; \
329           else \
330             local_target="$$target"; \
331           fi; \
332           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333           || eval $$failcom; \
334         done; \
335         if test "$$dot_seen" = "no"; then \
336           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
337         fi; test -z "$$fail"
338
339 mostlyclean-recursive clean-recursive distclean-recursive \
340 maintainer-clean-recursive:
341         @failcom='exit 1'; \
342         for f in x $$MAKEFLAGS; do \
343           case $$f in \
344             *=* | --[!k]*);; \
345             *k*) failcom='fail=yes';; \
346           esac; \
347         done; \
348         dot_seen=no; \
349         case "$@" in \
350           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351           *) list='$(SUBDIRS)' ;; \
352         esac; \
353         rev=''; for subdir in $$list; do \
354           if test "$$subdir" = "."; then :; else \
355             rev="$$subdir $$rev"; \
356           fi; \
357         done; \
358         rev="$$rev ."; \
359         target=`echo $@ | sed s/-recursive//`; \
360         for subdir in $$rev; do \
361           echo "Making $$target in $$subdir"; \
362           if test "$$subdir" = "."; then \
363             local_target="$$target-am"; \
364           else \
365             local_target="$$target"; \
366           fi; \
367           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368           || eval $$failcom; \
369         done && test -z "$$fail"
370 tags-recursive:
371         list='$(SUBDIRS)'; for subdir in $$list; do \
372           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373         done
374 ctags-recursive:
375         list='$(SUBDIRS)'; for subdir in $$list; do \
376           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377         done
378
379 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381         unique=`for i in $$list; do \
382             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383           done | \
384           $(AWK) '    { files[$$0] = 1; } \
385                END { for (i in files) print i; }'`; \
386         mkid -fID $$unique
387 tags: TAGS
388
389 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390                 $(TAGS_FILES) $(LISP)
391         tags=; \
392         here=`pwd`; \
393         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
394           include_option=--etags-include; \
395           empty_fix=.; \
396         else \
397           include_option=--include; \
398           empty_fix=; \
399         fi; \
400         list='$(SUBDIRS)'; for subdir in $$list; do \
401           if test "$$subdir" = .; then :; else \
402             test ! -f $$subdir/TAGS || \
403               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
404           fi; \
405         done; \
406         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '    { files[$$0] = 1; } \
411                END { for (i in files) print i; }'`; \
412         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
413           test -n "$$unique" || unique=$$empty_fix; \
414           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415             $$tags $$unique; \
416         fi
417 ctags: CTAGS
418 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
419                 $(TAGS_FILES) $(LISP)
420         tags=; \
421         here=`pwd`; \
422         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423         unique=`for i in $$list; do \
424             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425           done | \
426           $(AWK) '    { files[$$0] = 1; } \
427                END { for (i in files) print i; }'`; \
428         test -z "$(CTAGS_ARGS)$$tags$$unique" \
429           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430              $$tags $$unique
431
432 GTAGS:
433         here=`$(am__cd) $(top_builddir) && pwd` \
434           && cd $(top_srcdir) \
435           && gtags -i $(GTAGS_ARGS) $$here
436
437 distclean-tags:
438         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439
440 distdir: $(DISTFILES)
441         $(am__remove_distdir)
442         mkdir $(distdir)
443         $(mkdir_p) $(distdir)/. $(distdir)/src/main/include/log4cxx $(distdir)/src/main/include/log4cxx/private $(distdir)/src/site/doxy
444         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
445         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
446         list='$(DISTFILES)'; for file in $$list; do \
447           case $$file in \
448             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
449             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
450           esac; \
451           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
453           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
454             dir="/$$dir"; \
455             $(mkdir_p) "$(distdir)$$dir"; \
456           else \
457             dir=''; \
458           fi; \
459           if test -d $$d/$$file; then \
460             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
462             fi; \
463             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
464           else \
465             test -f $(distdir)/$$file \
466             || cp -p $$d/$$file $(distdir)/$$file \
467             || exit 1; \
468           fi; \
469         done
470         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
471           if test "$$subdir" = .; then :; else \
472             test -d "$(distdir)/$$subdir" \
473             || $(mkdir_p) "$(distdir)/$$subdir" \
474             || exit 1; \
475             distdir=`$(am__cd) $(distdir) && pwd`; \
476             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
477             (cd $$subdir && \
478               $(MAKE) $(AM_MAKEFLAGS) \
479                 top_distdir="$$top_distdir" \
480                 distdir="$$distdir/$$subdir" \
481                 distdir) \
482               || exit 1; \
483           fi; \
484         done
485         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
486           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
487           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
488           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
489         || chmod -R a+r $(distdir)
490 dist-gzip: distdir
491         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
492         $(am__remove_distdir)
493
494 dist-bzip2: distdir
495         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
496         $(am__remove_distdir)
497
498 dist-tarZ: distdir
499         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
500         $(am__remove_distdir)
501
502 dist-shar: distdir
503         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
504         $(am__remove_distdir)
505
506 dist-zip: distdir
507         -rm -f $(distdir).zip
508         zip -rq $(distdir).zip $(distdir)
509         $(am__remove_distdir)
510
511 dist dist-all: distdir
512         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
513         $(am__remove_distdir)
514
515 # This target untars the dist file and tries a VPATH configuration.  Then
516 # it guarantees that the distribution is self-contained by making another
517 # tarfile.
518 distcheck: dist
519         case '$(DIST_ARCHIVES)' in \
520         *.tar.gz*) \
521           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
522         *.tar.bz2*) \
523           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
524         *.tar.Z*) \
525           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
526         *.shar.gz*) \
527           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
528         *.zip*) \
529           unzip $(distdir).zip ;;\
530         esac
531         chmod -R a-w $(distdir); chmod a+w $(distdir)
532         mkdir $(distdir)/_build
533         mkdir $(distdir)/_inst
534         chmod a-w $(distdir)
535         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
536           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
537           && cd $(distdir)/_build \
538           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
539             $(DISTCHECK_CONFIGURE_FLAGS) \
540           && $(MAKE) $(AM_MAKEFLAGS) \
541           && $(MAKE) $(AM_MAKEFLAGS) dvi \
542           && $(MAKE) $(AM_MAKEFLAGS) check \
543           && $(MAKE) $(AM_MAKEFLAGS) install \
544           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
545           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
546           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
547                 distuninstallcheck \
548           && chmod -R a-w "$$dc_install_base" \
549           && ({ \
550                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
551                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
552                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
553                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
554                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
555               } || { rm -rf "$$dc_destdir"; exit 1; }) \
556           && rm -rf "$$dc_destdir" \
557           && $(MAKE) $(AM_MAKEFLAGS) dist \
558           && rm -rf $(DIST_ARCHIVES) \
559           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
560         $(am__remove_distdir)
561         @(echo "$(distdir) archives ready for distribution: "; \
562           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
563           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
564 distuninstallcheck:
565         @cd $(distuninstallcheck_dir) \
566         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
567            || { echo "ERROR: files left after uninstall:" ; \
568                 if test -n "$(DESTDIR)"; then \
569                   echo "  (check DESTDIR support)"; \
570                 fi ; \
571                 $(distuninstallcheck_listfiles) ; \
572                 exit 1; } >&2
573 distcleancheck: distclean
574         @if test '$(srcdir)' = . ; then \
575           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
576           exit 1 ; \
577         fi
578         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
579           || { echo "ERROR: files left in build directory after distclean:" ; \
580                $(distcleancheck_listfiles) ; \
581                exit 1; } >&2
582 check-am: all-am
583 check: check-recursive
584 all-am: Makefile $(DATA)
585 installdirs: installdirs-recursive
586 installdirs-am:
587         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
588           test -z "$$dir" || $(mkdir_p) "$$dir"; \
589         done
590 install: install-recursive
591 install-exec: install-exec-recursive
592 install-data: install-data-recursive
593 uninstall: uninstall-recursive
594
595 install-am: all-am
596         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
597
598 installcheck: installcheck-recursive
599 install-strip:
600         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
601           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
602           `test -z '$(STRIP)' || \
603             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
604 mostlyclean-generic:
605
606 clean-generic:
607
608 distclean-generic:
609         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
610
611 maintainer-clean-generic:
612         @echo "This command is intended for maintainers to use"
613         @echo "it deletes files that may require special tools to rebuild."
614 clean: clean-recursive
615
616 clean-am: clean-generic clean-libtool mostlyclean-am
617
618 distclean: distclean-recursive
619         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
620         -rm -f Makefile
621 distclean-am: clean-am distclean-generic distclean-libtool \
622         distclean-tags
623
624 dvi: dvi-recursive
625
626 dvi-am:
627
628 html: html-recursive
629
630 info: info-recursive
631
632 info-am:
633
634 install-data-am: install-pkgconfigDATA
635
636 install-exec-am:
637
638 install-info: install-info-recursive
639
640 install-man:
641
642 installcheck-am:
643
644 maintainer-clean: maintainer-clean-recursive
645         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
646         -rm -rf $(top_srcdir)/autom4te.cache
647         -rm -f Makefile
648 maintainer-clean-am: distclean-am maintainer-clean-generic
649
650 mostlyclean: mostlyclean-recursive
651
652 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
653
654 pdf: pdf-recursive
655
656 pdf-am:
657
658 ps: ps-recursive
659
660 ps-am:
661
662 uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
663
664 uninstall-info: uninstall-info-recursive
665
666 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
667         check-am clean clean-generic clean-libtool clean-recursive \
668         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
669         dist-shar dist-tarZ dist-zip distcheck distclean \
670         distclean-generic distclean-libtool distclean-recursive \
671         distclean-tags distcleancheck distdir distuninstallcheck dvi \
672         dvi-am html html-am info info-am install install-am \
673         install-data install-data-am install-exec install-exec-am \
674         install-info install-info-am install-man install-pkgconfigDATA \
675         install-strip installcheck installcheck-am installdirs \
676         installdirs-am maintainer-clean maintainer-clean-generic \
677         maintainer-clean-recursive mostlyclean mostlyclean-generic \
678         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
679         tags tags-recursive uninstall uninstall-am uninstall-info-am \
680         uninstall-pkgconfigDATA
681
682 # Tell versions [3.59,3.63) of GNU make to not export all variables.
683 # Otherwise a system limit (for SysV at least) may be exceeded.
684 .NOEXPORT: