X64 transport [Part 5] (Update plugins.cpp)
[xy_vsfilter.git] / src / log4cplus / Makefile.in
blob3b2ed415ecee2ae9c483da3d97c16ddede6c2407
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(top_srcdir)/configure \
40 $(top_srcdir)/include/log4cplus/config.h.in \
41 $(top_srcdir)/include/log4cplus/config/defines.hxx.in AUTHORS \
42 COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
43 install-sh ltmain.sh missing mkinstalldirs
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
46 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48 $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/ax_c_ifdef.m4 \
49 $(top_srcdir)/m4/type_socklen_t.m4 \
50 $(top_srcdir)/m4/ac_cxx_compiler_vendor.m4 \
51 $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
52 $(top_srcdir)/m4/ax_cflags_sun_option.m4 \
53 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_declspec.m4 \
54 $(top_srcdir)/m4/ax_gethostbyname_r.m4 \
55 $(top_srcdir)/m4/ax_getaddrinfo.m4 \
56 $(top_srcdir)/m4/ax_log4cplus_wrappers.m4 \
57 $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61 configure.lineno config.status.lineno
62 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63 CONFIG_HEADER = $(top_builddir)/include/log4cplus/config.h \
64 $(top_builddir)/include/log4cplus/config/defines.hxx
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70 html-recursive info-recursive install-data-recursive \
71 install-dvi-recursive install-exec-recursive \
72 install-html-recursive install-info-recursive \
73 install-pdf-recursive install-ps-recursive install-recursive \
74 installcheck-recursive installdirs-recursive pdf-recursive \
75 ps-recursive uninstall-recursive
76 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77 distclean-recursive maintainer-clean-recursive
78 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80 distdir dist dist-all distcheck
81 ETAGS = etags
82 CTAGS = ctags
83 DIST_SUBDIRS = $(SUBDIRS)
84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85 distdir = $(PACKAGE)-$(VERSION)
86 top_distdir = $(distdir)
87 am__remove_distdir = \
88 { test ! -d "$(distdir)" \
89 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
90 && rm -fr "$(distdir)"; }; }
91 am__relativize = \
92 dir0=`pwd`; \
93 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
94 sed_rest='s,^[^/]*/*,,'; \
95 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
96 sed_butlast='s,/*[^/]*$$,,'; \
97 while test -n "$$dir1"; do \
98 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
99 if test "$$first" != "."; then \
100 if test "$$first" = ".."; then \
101 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
102 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
103 else \
104 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
105 if test "$$first2" = "$$first"; then \
106 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
107 else \
108 dir2="../$$dir2"; \
109 fi; \
110 dir0="$$dir0"/"$$first"; \
111 fi; \
112 fi; \
113 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
114 done; \
115 reldir="$$dir2"
116 DIST_ARCHIVES = $(distdir).tar.gz
117 GZIP_ENV = --best
118 distuninstallcheck_listfiles = find . -type f -print
119 distcleancheck_listfiles = find . -type f -print
120 ACLOCAL = @ACLOCAL@
121 AMTAR = @AMTAR@
122 AR = @AR@
123 AS = @AS@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DLLTOOL = @DLLTOOL@
141 DSYMUTIL = @DSYMUTIL@
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 GREP = @GREP@
150 INSTALL = @INSTALL@
151 INSTALL_DATA = @INSTALL_DATA@
152 INSTALL_PROGRAM = @INSTALL_PROGRAM@
153 INSTALL_SCRIPT = @INSTALL_SCRIPT@
154 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155 LD = @LD@
156 LDFLAGS = @LDFLAGS@
157 LIBOBJS = @LIBOBJS@
158 LIBS = @LIBS@
159 LIBTOOL = @LIBTOOL@
160 LIPO = @LIPO@
161 LN_S = @LN_S@
162 LOG4CPLUS_NDEBUG = @LOG4CPLUS_NDEBUG@
163 LTLIBOBJS = @LTLIBOBJS@
164 LT_VERSION = @LT_VERSION@
165 MAKEINFO = @MAKEINFO@
166 MKDIR_P = @MKDIR_P@
167 NM = @NM@
168 NMEDIT = @NMEDIT@
169 OBJDUMP = @OBJDUMP@
170 OBJEXT = @OBJEXT@
171 OTOOL = @OTOOL@
172 OTOOL64 = @OTOOL64@
173 PACKAGE = @PACKAGE@
174 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175 PACKAGE_NAME = @PACKAGE_NAME@
176 PACKAGE_STRING = @PACKAGE_STRING@
177 PACKAGE_TARNAME = @PACKAGE_TARNAME@
178 PACKAGE_URL = @PACKAGE_URL@
179 PACKAGE_VERSION = @PACKAGE_VERSION@
180 PATH_SEPARATOR = @PATH_SEPARATOR@
181 PTHREAD_CC = @PTHREAD_CC@
182 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
183 PTHREAD_LIBS = @PTHREAD_LIBS@
184 RANLIB = @RANLIB@
185 SED = @SED@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 STRIP = @STRIP@
189 VERSION = @VERSION@
190 abs_builddir = @abs_builddir@
191 abs_srcdir = @abs_srcdir@
192 abs_top_builddir = @abs_top_builddir@
193 abs_top_srcdir = @abs_top_srcdir@
194 ac_ct_CC = @ac_ct_CC@
195 ac_ct_CXX = @ac_ct_CXX@
196 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197 am__include = @am__include@
198 am__leading_dot = @am__leading_dot@
199 am__quote = @am__quote@
200 am__tar = @am__tar@
201 am__untar = @am__untar@
202 ax_pthread_config = @ax_pthread_config@
203 bindir = @bindir@
204 build = @build@
205 build_alias = @build_alias@
206 build_cpu = @build_cpu@
207 build_os = @build_os@
208 build_vendor = @build_vendor@
209 builddir = @builddir@
210 datadir = @datadir@
211 datarootdir = @datarootdir@
212 docdir = @docdir@
213 dvidir = @dvidir@
214 exec_prefix = @exec_prefix@
215 host = @host@
216 host_alias = @host_alias@
217 host_cpu = @host_cpu@
218 host_os = @host_os@
219 host_vendor = @host_vendor@
220 htmldir = @htmldir@
221 includedir = @includedir@
222 infodir = @infodir@
223 install_sh = @install_sh@
224 libdir = @libdir@
225 libexecdir = @libexecdir@
226 localedir = @localedir@
227 localstatedir = @localstatedir@
228 mandir = @mandir@
229 mkdir_p = @mkdir_p@
230 oldincludedir = @oldincludedir@
231 pdfdir = @pdfdir@
232 prefix = @prefix@
233 program_transform_name = @program_transform_name@
234 psdir = @psdir@
235 sbindir = @sbindir@
236 sharedstatedir = @sharedstatedir@
237 srcdir = @srcdir@
238 sysconfdir = @sysconfdir@
239 target = @target@
240 target_alias = @target_alias@
241 target_cpu = @target_cpu@
242 target_os = @target_os@
243 target_vendor = @target_vendor@
244 top_build_prefix = @top_build_prefix@
245 top_builddir = @top_builddir@
246 top_srcdir = @top_srcdir@
247 ACLOCAL_AMFLAGS = -I m4
248 EXTRA_DIST = ChangeLog
249 SUBDIRS = include src loggingserver tests
250 all: all-recursive
252 .SUFFIXES:
253 am--refresh:
255 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
256 @for dep in $?; do \
257 case '$(am__configure_deps)' in \
258 *$$dep*) \
259 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
260 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
261 && exit 0; \
262 exit 1;; \
263 esac; \
264 done; \
265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
266 $(am__cd) $(top_srcdir) && \
267 $(AUTOMAKE) --gnu Makefile
268 .PRECIOUS: Makefile
269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270 @case '$?' in \
271 *config.status*) \
272 echo ' $(SHELL) ./config.status'; \
273 $(SHELL) ./config.status;; \
274 *) \
275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
276 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
277 esac;
279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280 $(SHELL) ./config.status --recheck
282 $(top_srcdir)/configure: $(am__configure_deps)
283 $(am__cd) $(srcdir) && $(AUTOCONF)
284 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
285 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
286 $(am__aclocal_m4_deps):
288 include/log4cplus/config.h: include/log4cplus/stamp-h1
289 @if test ! -f $@; then \
290 rm -f include/log4cplus/stamp-h1; \
291 $(MAKE) $(AM_MAKEFLAGS) include/log4cplus/stamp-h1; \
292 else :; fi
294 include/log4cplus/stamp-h1: $(top_srcdir)/include/log4cplus/config.h.in $(top_builddir)/config.status
295 @rm -f include/log4cplus/stamp-h1
296 cd $(top_builddir) && $(SHELL) ./config.status include/log4cplus/config.h
297 $(top_srcdir)/include/log4cplus/config.h.in: $(am__configure_deps)
298 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
299 rm -f include/log4cplus/stamp-h1
300 touch $@
302 include/log4cplus/config/defines.hxx: include/log4cplus/config/stamp-h2
303 @if test ! -f $@; then \
304 rm -f include/log4cplus/config/stamp-h2; \
305 $(MAKE) $(AM_MAKEFLAGS) include/log4cplus/config/stamp-h2; \
306 else :; fi
308 include/log4cplus/config/stamp-h2: $(top_srcdir)/include/log4cplus/config/defines.hxx.in $(top_builddir)/config.status
309 @rm -f include/log4cplus/config/stamp-h2
310 cd $(top_builddir) && $(SHELL) ./config.status include/log4cplus/config/defines.hxx
312 distclean-hdr:
313 -rm -f include/log4cplus/config.h include/log4cplus/stamp-h1 include/log4cplus/config/defines.hxx include/log4cplus/config/stamp-h2
315 mostlyclean-libtool:
316 -rm -f *.lo
318 clean-libtool:
319 -rm -rf .libs _libs
321 distclean-libtool:
322 -rm -f libtool config.lt
324 # This directory's subdirectories are mostly independent; you can cd
325 # into them and run `make' without going through this Makefile.
326 # To change the values of `make' variables: instead of editing Makefiles,
327 # (1) if the variable is set in `config.status', edit `config.status'
328 # (which will cause the Makefiles to be regenerated when you run `make');
329 # (2) otherwise, pass the desired values on the `make' command line.
330 $(RECURSIVE_TARGETS):
331 @fail= failcom='exit 1'; \
332 for f in x $$MAKEFLAGS; do \
333 case $$f in \
334 *=* | --[!k]*);; \
335 *k*) failcom='fail=yes';; \
336 esac; \
337 done; \
338 dot_seen=no; \
339 target=`echo $@ | sed s/-recursive//`; \
340 list='$(SUBDIRS)'; for subdir in $$list; do \
341 echo "Making $$target in $$subdir"; \
342 if test "$$subdir" = "."; then \
343 dot_seen=yes; \
344 local_target="$$target-am"; \
345 else \
346 local_target="$$target"; \
347 fi; \
348 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349 || eval $$failcom; \
350 done; \
351 if test "$$dot_seen" = "no"; then \
352 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
353 fi; test -z "$$fail"
355 $(RECURSIVE_CLEAN_TARGETS):
356 @fail= failcom='exit 1'; \
357 for f in x $$MAKEFLAGS; do \
358 case $$f in \
359 *=* | --[!k]*);; \
360 *k*) failcom='fail=yes';; \
361 esac; \
362 done; \
363 dot_seen=no; \
364 case "$@" in \
365 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
366 *) list='$(SUBDIRS)' ;; \
367 esac; \
368 rev=''; for subdir in $$list; do \
369 if test "$$subdir" = "."; then :; else \
370 rev="$$subdir $$rev"; \
371 fi; \
372 done; \
373 rev="$$rev ."; \
374 target=`echo $@ | sed s/-recursive//`; \
375 for subdir in $$rev; do \
376 echo "Making $$target in $$subdir"; \
377 if test "$$subdir" = "."; then \
378 local_target="$$target-am"; \
379 else \
380 local_target="$$target"; \
381 fi; \
382 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383 || eval $$failcom; \
384 done && test -z "$$fail"
385 tags-recursive:
386 list='$(SUBDIRS)'; for subdir in $$list; do \
387 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
388 done
389 ctags-recursive:
390 list='$(SUBDIRS)'; for subdir in $$list; do \
391 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
392 done
394 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400 END { if (nonempty) { for (i in files) print i; }; }'`; \
401 mkid -fID $$unique
402 tags: TAGS
404 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
405 $(TAGS_FILES) $(LISP)
406 set x; \
407 here=`pwd`; \
408 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409 include_option=--etags-include; \
410 empty_fix=.; \
411 else \
412 include_option=--include; \
413 empty_fix=; \
414 fi; \
415 list='$(SUBDIRS)'; for subdir in $$list; do \
416 if test "$$subdir" = .; then :; else \
417 test ! -f $$subdir/TAGS || \
418 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419 fi; \
420 done; \
421 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422 unique=`for i in $$list; do \
423 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424 done | \
425 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426 END { if (nonempty) { for (i in files) print i; }; }'`; \
427 shift; \
428 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429 test -n "$$unique" || unique=$$empty_fix; \
430 if test $$# -gt 0; then \
431 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432 "$$@" $$unique; \
433 else \
434 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435 $$unique; \
436 fi; \
438 ctags: CTAGS
439 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
440 $(TAGS_FILES) $(LISP)
441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442 unique=`for i in $$list; do \
443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444 done | \
445 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446 END { if (nonempty) { for (i in files) print i; }; }'`; \
447 test -z "$(CTAGS_ARGS)$$unique" \
448 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449 $$unique
451 GTAGS:
452 here=`$(am__cd) $(top_builddir) && pwd` \
453 && $(am__cd) $(top_srcdir) \
454 && gtags -i $(GTAGS_ARGS) "$$here"
456 distclean-tags:
457 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459 distdir: $(DISTFILES)
460 $(am__remove_distdir)
461 test -d "$(distdir)" || mkdir "$(distdir)"
462 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464 list='$(DISTFILES)'; \
465 dist_files=`for file in $$list; do echo $$file; done | \
466 sed -e "s|^$$srcdirstrip/||;t" \
467 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
468 case $$dist_files in \
469 */*) $(MKDIR_P) `echo "$$dist_files" | \
470 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471 sort -u` ;; \
472 esac; \
473 for file in $$dist_files; do \
474 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475 if test -d $$d/$$file; then \
476 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477 if test -d "$(distdir)/$$file"; then \
478 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479 fi; \
480 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483 fi; \
484 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
485 else \
486 test -f "$(distdir)/$$file" \
487 || cp -p $$d/$$file "$(distdir)/$$file" \
488 || exit 1; \
489 fi; \
490 done
491 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492 if test "$$subdir" = .; then :; else \
493 test -d "$(distdir)/$$subdir" \
494 || $(MKDIR_P) "$(distdir)/$$subdir" \
495 || exit 1; \
496 fi; \
497 done
498 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499 if test "$$subdir" = .; then :; else \
500 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
501 $(am__relativize); \
502 new_distdir=$$reldir; \
503 dir1=$$subdir; dir2="$(top_distdir)"; \
504 $(am__relativize); \
505 new_top_distdir=$$reldir; \
506 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
507 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
508 ($(am__cd) $$subdir && \
509 $(MAKE) $(AM_MAKEFLAGS) \
510 top_distdir="$$new_top_distdir" \
511 distdir="$$new_distdir" \
512 am__remove_distdir=: \
513 am__skip_length_check=: \
514 am__skip_mode_fix=: \
515 distdir) \
516 || exit 1; \
517 fi; \
518 done
519 -test -n "$(am__skip_mode_fix)" \
520 || find "$(distdir)" -type d ! -perm -755 \
521 -exec chmod u+rwx,go+rx {} \; -o \
522 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
523 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
524 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
525 || chmod -R a+r "$(distdir)"
526 dist-gzip: distdir
527 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
528 $(am__remove_distdir)
530 dist-bzip2: distdir
531 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
532 $(am__remove_distdir)
534 dist-lzma: distdir
535 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
536 $(am__remove_distdir)
538 dist-xz: distdir
539 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
540 $(am__remove_distdir)
542 dist-tarZ: distdir
543 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
544 $(am__remove_distdir)
546 dist-shar: distdir
547 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
548 $(am__remove_distdir)
550 dist-zip: distdir
551 -rm -f $(distdir).zip
552 zip -rq $(distdir).zip $(distdir)
553 $(am__remove_distdir)
555 dist dist-all: distdir
556 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
557 $(am__remove_distdir)
559 # This target untars the dist file and tries a VPATH configuration. Then
560 # it guarantees that the distribution is self-contained by making another
561 # tarfile.
562 distcheck: dist
563 case '$(DIST_ARCHIVES)' in \
564 *.tar.gz*) \
565 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
566 *.tar.bz2*) \
567 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
568 *.tar.lzma*) \
569 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
570 *.tar.xz*) \
571 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
572 *.tar.Z*) \
573 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
574 *.shar.gz*) \
575 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
576 *.zip*) \
577 unzip $(distdir).zip ;;\
578 esac
579 chmod -R a-w $(distdir); chmod a+w $(distdir)
580 mkdir $(distdir)/_build
581 mkdir $(distdir)/_inst
582 chmod a-w $(distdir)
583 test -d $(distdir)/_build || exit 0; \
584 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
585 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
586 && am__cwd=`pwd` \
587 && $(am__cd) $(distdir)/_build \
588 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
589 $(DISTCHECK_CONFIGURE_FLAGS) \
590 && $(MAKE) $(AM_MAKEFLAGS) \
591 && $(MAKE) $(AM_MAKEFLAGS) dvi \
592 && $(MAKE) $(AM_MAKEFLAGS) check \
593 && $(MAKE) $(AM_MAKEFLAGS) install \
594 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
595 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
596 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
597 distuninstallcheck \
598 && chmod -R a-w "$$dc_install_base" \
599 && ({ \
600 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
601 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
602 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
603 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
604 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
605 } || { rm -rf "$$dc_destdir"; exit 1; }) \
606 && rm -rf "$$dc_destdir" \
607 && $(MAKE) $(AM_MAKEFLAGS) dist \
608 && rm -rf $(DIST_ARCHIVES) \
609 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
610 && cd "$$am__cwd" \
611 || exit 1
612 $(am__remove_distdir)
613 @(echo "$(distdir) archives ready for distribution: "; \
614 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
615 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
616 distuninstallcheck:
617 @$(am__cd) '$(distuninstallcheck_dir)' \
618 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
619 || { echo "ERROR: files left after uninstall:" ; \
620 if test -n "$(DESTDIR)"; then \
621 echo " (check DESTDIR support)"; \
622 fi ; \
623 $(distuninstallcheck_listfiles) ; \
624 exit 1; } >&2
625 distcleancheck: distclean
626 @if test '$(srcdir)' = . ; then \
627 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
628 exit 1 ; \
630 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
631 || { echo "ERROR: files left in build directory after distclean:" ; \
632 $(distcleancheck_listfiles) ; \
633 exit 1; } >&2
634 check-am: all-am
635 check: check-recursive
636 all-am: Makefile
637 installdirs: installdirs-recursive
638 installdirs-am:
639 install: install-recursive
640 install-exec: install-exec-recursive
641 install-data: install-data-recursive
642 uninstall: uninstall-recursive
644 install-am: all-am
645 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
647 installcheck: installcheck-recursive
648 install-strip:
649 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651 `test -z '$(STRIP)' || \
652 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653 mostlyclean-generic:
655 clean-generic:
657 distclean-generic:
658 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
659 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661 maintainer-clean-generic:
662 @echo "This command is intended for maintainers to use"
663 @echo "it deletes files that may require special tools to rebuild."
664 clean: clean-recursive
666 clean-am: clean-generic clean-libtool mostlyclean-am
668 distclean: distclean-recursive
669 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
670 -rm -f Makefile
671 distclean-am: clean-am distclean-generic distclean-hdr \
672 distclean-libtool distclean-tags
674 dvi: dvi-recursive
676 dvi-am:
678 html: html-recursive
680 html-am:
682 info: info-recursive
684 info-am:
686 install-data-am:
688 install-dvi: install-dvi-recursive
690 install-dvi-am:
692 install-exec-am:
694 install-html: install-html-recursive
696 install-html-am:
698 install-info: install-info-recursive
700 install-info-am:
702 install-man:
704 install-pdf: install-pdf-recursive
706 install-pdf-am:
708 install-ps: install-ps-recursive
710 install-ps-am:
712 installcheck-am:
714 maintainer-clean: maintainer-clean-recursive
715 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
716 -rm -rf $(top_srcdir)/autom4te.cache
717 -rm -f Makefile
718 maintainer-clean-am: distclean-am maintainer-clean-generic
720 mostlyclean: mostlyclean-recursive
722 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
724 pdf: pdf-recursive
726 pdf-am:
728 ps: ps-recursive
730 ps-am:
732 uninstall-am:
734 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
735 install-am install-strip tags-recursive
737 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
738 all all-am am--refresh check check-am clean clean-generic \
739 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
740 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
741 distcheck distclean distclean-generic distclean-hdr \
742 distclean-libtool distclean-tags distcleancheck distdir \
743 distuninstallcheck dvi dvi-am html html-am info info-am \
744 install install-am install-data install-data-am install-dvi \
745 install-dvi-am install-exec install-exec-am install-html \
746 install-html-am install-info install-info-am install-man \
747 install-pdf install-pdf-am install-ps install-ps-am \
748 install-strip installcheck installcheck-am installdirs \
749 installdirs-am maintainer-clean maintainer-clean-generic \
750 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
751 ps ps-am tags tags-recursive uninstall uninstall-am
754 # Tell versions [3.59,3.63) of GNU make to not export all variables.
755 # Otherwise a system limit (for SysV at least) may be exceeded.
756 .NOEXPORT: