OSDN Git Service

Fix the symbol not found error.
[ludiafuncs/senna-1.1.2-fast.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
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \
41         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42         $(srcdir)/config.h.in $(srcdir)/senna-cfg.in \
43         $(srcdir)/senna.spec.in $(top_srcdir)/configure \
44         $(top_srcdir)/vcc/config.h.in AUTHORS COPYING ChangeLog \
45         INSTALL NEWS config.guess config.sub depcomp install-sh \
46         ltmain.sh missing
47 subdir = .
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53  configure.lineno configure.status.lineno
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = config.h
56 CONFIG_CLEAN_FILES = senna-cfg senna.spec vcc/config.h
57 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"
58 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
59 SCRIPTS = $(bin_SCRIPTS)
60 SOURCES =
61 DIST_SOURCES =
62 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63         html-recursive info-recursive install-data-recursive \
64         install-exec-recursive install-info-recursive \
65         install-recursive installcheck-recursive installdirs-recursive \
66         pdf-recursive ps-recursive uninstall-info-recursive \
67         uninstall-recursive
68 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69 am__vpath_adj = case $$p in \
70     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71     *) f=$$p;; \
72   esac;
73 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
75 HEADERS = $(pkginclude_HEADERS)
76 ETAGS = etags
77 CTAGS = ctags
78 DIST_SUBDIRS = $(SUBDIRS)
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 distdir = $(PACKAGE)-$(VERSION)
81 top_distdir = $(distdir)
82 am__remove_distdir = \
83   { test ! -d $(distdir) \
84     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85          && rm -fr $(distdir); }; }
86 DIST_ARCHIVES = $(distdir).tar.gz
87 GZIP_ENV = --best
88 distuninstallcheck_listfiles = find . -type f -print
89 distcleancheck_listfiles = find . -type f -print
90 ACLOCAL = @ACLOCAL@
91 AMDEP_FALSE = @AMDEP_FALSE@
92 AMDEP_TRUE = @AMDEP_TRUE@
93 AMTAR = @AMTAR@
94 AR = @AR@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CPP = @CPP@
103 CPPFLAGS = @CPPFLAGS@
104 CXX = @CXX@
105 CXXCPP = @CXXCPP@
106 CXXDEPMODE = @CXXDEPMODE@
107 CXXFLAGS = @CXXFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 ECHO = @ECHO@
112 ECHO_C = @ECHO_C@
113 ECHO_N = @ECHO_N@
114 ECHO_T = @ECHO_T@
115 EGREP = @EGREP@
116 EXEEXT = @EXEEXT@
117 F77 = @F77@
118 FFLAGS = @FFLAGS@
119 GCOV_CFLAGS = @GCOV_CFLAGS@
120 GCOV_ENABLED_FALSE = @GCOV_ENABLED_FALSE@
121 GCOV_ENABLED_TRUE = @GCOV_ENABLED_TRUE@
122 GCOV_LIBS = @GCOV_LIBS@
123 GENHTML = @GENHTML@
124 GREP = @GREP@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 LCOV = @LCOV@
130 LDFLAGS = @LDFLAGS@
131 LIBOBJS = @LIBOBJS@
132 LIBS = @LIBS@
133 LIBTOOL = @LIBTOOL@
134 LN_S = @LN_S@
135 LTLIBOBJS = @LTLIBOBJS@
136 MAKEINFO = @MAKEINFO@
137 MECAB_CONFIG = @MECAB_CONFIG@
138 MYSQL_SRCDIR = @MYSQL_SRCDIR@
139 OBJEXT = @OBJEXT@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_VERSION = @PACKAGE_VERSION@
146 PATH_SEPARATOR = @PATH_SEPARATOR@
147 RANLIB = @RANLIB@
148 SED = @SED@
149 SENNA_CFLAGS = @SENNA_CFLAGS@
150 SENNA_INCLUDEDIR = @SENNA_INCLUDEDIR@
151 SENNA_LIBDIR = @SENNA_LIBDIR@
152 SENNA_LIBS = @SENNA_LIBS@
153 SET_MAKE = @SET_MAKE@
154 SHELL = @SHELL@
155 STRIP = @STRIP@
156 VERSION = @VERSION@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_CXX = @ac_ct_CXX@
159 ac_ct_F77 = @ac_ct_F77@
160 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
161 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
162 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
163 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
164 am__include = @am__include@
165 am__leading_dot = @am__leading_dot@
166 am__quote = @am__quote@
167 am__tar = @am__tar@
168 am__untar = @am__untar@
169 bindir = @bindir@
170 build = @build@
171 build_alias = @build_alias@
172 build_cpu = @build_cpu@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 datadir = @datadir@
176 datarootdir = @datarootdir@
177 docdir = @docdir@
178 dvidir = @dvidir@
179 exec_prefix = @exec_prefix@
180 host = @host@
181 host_alias = @host_alias@
182 host_cpu = @host_cpu@
183 host_os = @host_os@
184 host_vendor = @host_vendor@
185 htmldir = @htmldir@
186 includedir = @includedir@
187 infodir = @infodir@
188 install_sh = @install_sh@
189 libdir = @libdir@
190 libexecdir = @libexecdir@
191 localedir = @localedir@
192 localstatedir = @localstatedir@
193 mandir = @mandir@
194 mkdir_p = @mkdir_p@
195 oldincludedir = @oldincludedir@
196 pdfdir = @pdfdir@
197 prefix = @prefix@
198 program_transform_name = @program_transform_name@
199 psdir = @psdir@
200 sbindir = @sbindir@
201 sharedstatedir = @sharedstatedir@
202 sysconfdir = @sysconfdir@
203 target_alias = @target_alias@
204 SUBDIRS = lib src test
205 DISTONLY_SUBDIRS = bindings doc util vcc
206 pkginclude_HEADERS = senna.h
207 bin_SCRIPTS = senna-cfg
208 LCOV_TMP = lcov_tmp
209 LCOV_HTML = lcov_html
210 LCOV_LCOV = @LCOV@
211 LCOV_GENHTML = @GENHTML@
212 all: config.h
213         $(MAKE) $(AM_MAKEFLAGS) all-recursive
214
215 .SUFFIXES:
216 am--refresh:
217         @:
218 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
219         @for dep in $?; do \
220           case '$(am__configure_deps)' in \
221             *$$dep*) \
222               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
223               cd $(srcdir) && $(AUTOMAKE) --gnu  \
224                 && exit 0; \
225               exit 1;; \
226           esac; \
227         done; \
228         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
229         cd $(top_srcdir) && \
230           $(AUTOMAKE) --gnu  Makefile
231 .PRECIOUS: Makefile
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233         @case '$?' in \
234           *config.status*) \
235             echo ' $(SHELL) ./config.status'; \
236             $(SHELL) ./config.status;; \
237           *) \
238             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
239             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
240         esac;
241
242 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243         $(SHELL) ./config.status --recheck
244
245 $(top_srcdir)/configure:  $(am__configure_deps)
246         cd $(srcdir) && $(AUTOCONF)
247 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
248         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
249
250 config.h: stamp-h1
251         @if test ! -f $@; then \
252           rm -f stamp-h1; \
253           $(MAKE) stamp-h1; \
254         else :; fi
255
256 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
257         @rm -f stamp-h1
258         cd $(top_builddir) && $(SHELL) ./config.status config.h
259 $(srcdir)/config.h.in:  $(am__configure_deps) 
260         cd $(top_srcdir) && $(AUTOHEADER)
261         rm -f stamp-h1
262         touch $@
263
264 distclean-hdr:
265         -rm -f config.h stamp-h1
266 senna-cfg: $(top_builddir)/config.status $(srcdir)/senna-cfg.in
267         cd $(top_builddir) && $(SHELL) ./config.status $@
268 senna.spec: $(top_builddir)/config.status $(srcdir)/senna.spec.in
269         cd $(top_builddir) && $(SHELL) ./config.status $@
270 vcc/config.h: $(top_builddir)/config.status $(top_srcdir)/vcc/config.h.in
271         cd $(top_builddir) && $(SHELL) ./config.status $@
272 install-binSCRIPTS: $(bin_SCRIPTS)
273         @$(NORMAL_INSTALL)
274         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
275         @list='$(bin_SCRIPTS)'; for p in $$list; do \
276           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
277           if test -f $$d$$p; then \
278             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
279             echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
280             $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
281           else :; fi; \
282         done
283
284 uninstall-binSCRIPTS:
285         @$(NORMAL_UNINSTALL)
286         @list='$(bin_SCRIPTS)'; for p in $$list; do \
287           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
288           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
289           rm -f "$(DESTDIR)$(bindir)/$$f"; \
290         done
291
292 mostlyclean-libtool:
293         -rm -f *.lo
294
295 clean-libtool:
296         -rm -rf .libs _libs
297
298 distclean-libtool:
299         -rm -f libtool
300 uninstall-info-am:
301 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
302         @$(NORMAL_INSTALL)
303         test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
304         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
305           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306           f=$(am__strip_dir) \
307           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
308           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
309         done
310
311 uninstall-pkgincludeHEADERS:
312         @$(NORMAL_UNINSTALL)
313         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
314           f=$(am__strip_dir) \
315           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
316           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
317         done
318
319 # This directory's subdirectories are mostly independent; you can cd
320 # into them and run `make' without going through this Makefile.
321 # To change the values of `make' variables: instead of editing Makefiles,
322 # (1) if the variable is set in `config.status', edit `config.status'
323 #     (which will cause the Makefiles to be regenerated when you run `make');
324 # (2) otherwise, pass the desired values on the `make' command line.
325 $(RECURSIVE_TARGETS):
326         @failcom='exit 1'; \
327         for f in x $$MAKEFLAGS; do \
328           case $$f in \
329             *=* | --[!k]*);; \
330             *k*) failcom='fail=yes';; \
331           esac; \
332         done; \
333         dot_seen=no; \
334         target=`echo $@ | sed s/-recursive//`; \
335         list='$(SUBDIRS)'; for subdir in $$list; do \
336           echo "Making $$target in $$subdir"; \
337           if test "$$subdir" = "."; then \
338             dot_seen=yes; \
339             local_target="$$target-am"; \
340           else \
341             local_target="$$target"; \
342           fi; \
343           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344           || eval $$failcom; \
345         done; \
346         if test "$$dot_seen" = "no"; then \
347           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
348         fi; test -z "$$fail"
349
350 mostlyclean-recursive clean-recursive distclean-recursive \
351 maintainer-clean-recursive:
352         @failcom='exit 1'; \
353         for f in x $$MAKEFLAGS; do \
354           case $$f in \
355             *=* | --[!k]*);; \
356             *k*) failcom='fail=yes';; \
357           esac; \
358         done; \
359         dot_seen=no; \
360         case "$@" in \
361           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
362           *) list='$(SUBDIRS)' ;; \
363         esac; \
364         rev=''; for subdir in $$list; do \
365           if test "$$subdir" = "."; then :; else \
366             rev="$$subdir $$rev"; \
367           fi; \
368         done; \
369         rev="$$rev ."; \
370         target=`echo $@ | sed s/-recursive//`; \
371         for subdir in $$rev; do \
372           echo "Making $$target in $$subdir"; \
373           if test "$$subdir" = "."; then \
374             local_target="$$target-am"; \
375           else \
376             local_target="$$target"; \
377           fi; \
378           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
379           || eval $$failcom; \
380         done && test -z "$$fail"
381 tags-recursive:
382         list='$(SUBDIRS)'; for subdir in $$list; do \
383           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
384         done
385 ctags-recursive:
386         list='$(SUBDIRS)'; for subdir in $$list; do \
387           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
388         done
389
390 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
391         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
392         unique=`for i in $$list; do \
393             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394           done | \
395           $(AWK) '    { files[$$0] = 1; } \
396                END { for (i in files) print i; }'`; \
397         mkid -fID $$unique
398 tags: TAGS
399
400 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
401                 $(TAGS_FILES) $(LISP)
402         tags=; \
403         here=`pwd`; \
404         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
405           include_option=--etags-include; \
406           empty_fix=.; \
407         else \
408           include_option=--include; \
409           empty_fix=; \
410         fi; \
411         list='$(SUBDIRS)'; for subdir in $$list; do \
412           if test "$$subdir" = .; then :; else \
413             test ! -f $$subdir/TAGS || \
414               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
415           fi; \
416         done; \
417         list='$(SOURCES) $(HEADERS) config.h.in $(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 | \
421           $(AWK) '    { files[$$0] = 1; } \
422                END { for (i in files) print i; }'`; \
423         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
424           test -n "$$unique" || unique=$$empty_fix; \
425           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426             $$tags $$unique; \
427         fi
428 ctags: CTAGS
429 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
430                 $(TAGS_FILES) $(LISP)
431         tags=; \
432         here=`pwd`; \
433         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '    { files[$$0] = 1; } \
438                END { for (i in files) print i; }'`; \
439         test -z "$(CTAGS_ARGS)$$tags$$unique" \
440           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
441              $$tags $$unique
442
443 GTAGS:
444         here=`$(am__cd) $(top_builddir) && pwd` \
445           && cd $(top_srcdir) \
446           && gtags -i $(GTAGS_ARGS) $$here
447
448 distclean-tags:
449         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
450
451 distdir: $(DISTFILES)
452         $(am__remove_distdir)
453         mkdir $(distdir)
454         $(mkdir_p) $(distdir)/. $(distdir)/vcc
455         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
456         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
457         list='$(DISTFILES)'; for file in $$list; do \
458           case $$file in \
459             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
460             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
461           esac; \
462           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
464           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
465             dir="/$$dir"; \
466             $(mkdir_p) "$(distdir)$$dir"; \
467           else \
468             dir=''; \
469           fi; \
470           if test -d $$d/$$file; then \
471             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
473             fi; \
474             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
475           else \
476             test -f $(distdir)/$$file \
477             || cp -p $$d/$$file $(distdir)/$$file \
478             || exit 1; \
479           fi; \
480         done
481         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
482           if test "$$subdir" = .; then :; else \
483             test -d "$(distdir)/$$subdir" \
484             || $(mkdir_p) "$(distdir)/$$subdir" \
485             || exit 1; \
486             distdir=`$(am__cd) $(distdir) && pwd`; \
487             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
488             (cd $$subdir && \
489               $(MAKE) $(AM_MAKEFLAGS) \
490                 top_distdir="$$top_distdir" \
491                 distdir="$$distdir/$$subdir" \
492                 distdir) \
493               || exit 1; \
494           fi; \
495         done
496         $(MAKE) $(AM_MAKEFLAGS) \
497           top_distdir="$(top_distdir)" distdir="$(distdir)" \
498           dist-hook
499         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
500           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
501           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
502           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
503         || chmod -R a+r $(distdir)
504 dist-gzip: distdir
505         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
506         $(am__remove_distdir)
507
508 dist-bzip2: distdir
509         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
510         $(am__remove_distdir)
511
512 dist-tarZ: distdir
513         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
514         $(am__remove_distdir)
515
516 dist-shar: distdir
517         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
518         $(am__remove_distdir)
519
520 dist-zip: distdir
521         -rm -f $(distdir).zip
522         zip -rq $(distdir).zip $(distdir)
523         $(am__remove_distdir)
524
525 dist dist-all: distdir
526         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
527         $(am__remove_distdir)
528
529 # This target untars the dist file and tries a VPATH configuration.  Then
530 # it guarantees that the distribution is self-contained by making another
531 # tarfile.
532 distcheck: dist
533         case '$(DIST_ARCHIVES)' in \
534         *.tar.gz*) \
535           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
536         *.tar.bz2*) \
537           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
538         *.tar.Z*) \
539           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
540         *.shar.gz*) \
541           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
542         *.zip*) \
543           unzip $(distdir).zip ;;\
544         esac
545         chmod -R a-w $(distdir); chmod a+w $(distdir)
546         mkdir $(distdir)/_build
547         mkdir $(distdir)/_inst
548         chmod a-w $(distdir)
549         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
550           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
551           && cd $(distdir)/_build \
552           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
553             $(DISTCHECK_CONFIGURE_FLAGS) \
554           && $(MAKE) $(AM_MAKEFLAGS) \
555           && $(MAKE) $(AM_MAKEFLAGS) dvi \
556           && $(MAKE) $(AM_MAKEFLAGS) check \
557           && $(MAKE) $(AM_MAKEFLAGS) install \
558           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
559           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
560           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
561                 distuninstallcheck \
562           && chmod -R a-w "$$dc_install_base" \
563           && ({ \
564                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
565                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
566                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
567                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
568                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
569               } || { rm -rf "$$dc_destdir"; exit 1; }) \
570           && rm -rf "$$dc_destdir" \
571           && $(MAKE) $(AM_MAKEFLAGS) dist \
572           && rm -rf $(DIST_ARCHIVES) \
573           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
574         $(am__remove_distdir)
575         @(echo "$(distdir) archives ready for distribution: "; \
576           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
577           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
578 distuninstallcheck:
579         @cd $(distuninstallcheck_dir) \
580         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
581            || { echo "ERROR: files left after uninstall:" ; \
582                 if test -n "$(DESTDIR)"; then \
583                   echo "  (check DESTDIR support)"; \
584                 fi ; \
585                 $(distuninstallcheck_listfiles) ; \
586                 exit 1; } >&2
587 distcleancheck: distclean
588         @if test '$(srcdir)' = . ; then \
589           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
590           exit 1 ; \
591         fi
592         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
593           || { echo "ERROR: files left in build directory after distclean:" ; \
594                $(distcleancheck_listfiles) ; \
595                exit 1; } >&2
596 check-am: all-am
597 check: check-recursive
598 all-am: Makefile $(SCRIPTS) $(HEADERS) config.h
599 installdirs: installdirs-recursive
600 installdirs-am:
601         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"; do \
602           test -z "$$dir" || $(mkdir_p) "$$dir"; \
603         done
604 install: install-recursive
605 install-exec: install-exec-recursive
606 install-data: install-data-recursive
607 uninstall: uninstall-recursive
608
609 install-am: all-am
610         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612 installcheck: installcheck-recursive
613 install-strip:
614         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616           `test -z '$(STRIP)' || \
617             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
618 mostlyclean-generic:
619
620 clean-generic:
621
622 distclean-generic:
623         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
624
625 maintainer-clean-generic:
626         @echo "This command is intended for maintainers to use"
627         @echo "it deletes files that may require special tools to rebuild."
628 clean: clean-recursive
629
630 clean-am: clean-generic clean-libtool mostlyclean-am
631
632 distclean: distclean-recursive
633         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
634         -rm -f Makefile
635 distclean-am: clean-am distclean-generic distclean-hdr \
636         distclean-libtool distclean-tags
637
638 dvi: dvi-recursive
639
640 dvi-am:
641
642 html: html-recursive
643
644 info: info-recursive
645
646 info-am:
647
648 install-data-am: install-pkgincludeHEADERS
649
650 install-exec-am: install-binSCRIPTS
651
652 install-info: install-info-recursive
653
654 install-man:
655
656 installcheck-am:
657
658 maintainer-clean: maintainer-clean-recursive
659         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
660         -rm -rf $(top_srcdir)/autom4te.cache
661         -rm -f Makefile
662 maintainer-clean-am: distclean-am maintainer-clean-generic
663
664 mostlyclean: mostlyclean-recursive
665
666 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
667
668 pdf: pdf-recursive
669
670 pdf-am:
671
672 ps: ps-recursive
673
674 ps-am:
675
676 uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
677         uninstall-pkgincludeHEADERS
678
679 uninstall-info: uninstall-info-recursive
680
681 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
682         check-am clean clean-generic clean-libtool clean-recursive \
683         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
684         dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
685         distclean-generic distclean-hdr distclean-libtool \
686         distclean-recursive distclean-tags distcleancheck distdir \
687         distuninstallcheck dvi dvi-am html html-am info info-am \
688         install install-am install-binSCRIPTS install-data \
689         install-data-am install-exec install-exec-am install-info \
690         install-info-am install-man install-pkgincludeHEADERS \
691         install-strip installcheck installcheck-am installdirs \
692         installdirs-am maintainer-clean maintainer-clean-generic \
693         maintainer-clean-recursive mostlyclean mostlyclean-generic \
694         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
695         tags tags-recursive uninstall uninstall-am \
696         uninstall-binSCRIPTS uninstall-info-am \
697         uninstall-pkgincludeHEADERS
698
699
700 dist-hook:
701 # remove vcc
702         rm -rf $(distdir)/vcc
703 # copy dist-only files
704         for subdir in $(DISTONLY_SUBDIRS); do \
705                 cp -rp $$subdir $(distdir)/$$subdir; \
706         done
707 # for mysql udf
708         cd $(distdir)/bindings/mysql/udf/; ./autogen.sh; ./configure ; make distclean
709         rm -rf `find $(distdir) -name autogen.sh`
710 # for remove svn directories
711         rm -rf `find $(distdir) -name .svn`
712 # misc
713         rm -rf `find $(distdir) -name '*.loT'`
714         rm -rf `find $(distdir) -name '*.cache'`
715         rm -rf `find $(distdir) -name '*.bak'`
716         rm -rf `find $(distdir) -name '*.orig'`
717
718 ruby-bindings:
719         cd bindings/ruby && \
720         ruby extconf.rb && \
721         make clean && make
722
723 install-ruby-bindings:
724         cd bindings/ruby && \
725         make install
726
727 test-ruby-bindings:
728         cd bindings/ruby/test && \
729         ruby all_test.rbx
730
731 valgrind-ruby-bindings:
732         cd bindings/ruby/test && \
733         valgrind --leak-check=full --show-reachable=yes ruby all_test.rbx
734
735 lcov-ruby-bindings: test-ruby-bindings lcov
736
737 @GCOV_ENABLED_TRUE@lcov:
738 @GCOV_ENABLED_TRUE@     rm -rf $(LCOV_TMP)
739 @GCOV_ENABLED_TRUE@     $(mkinstalldirs) $(LCOV_TMP)
740 @GCOV_ENABLED_TRUE@     cd $(LCOV_TMP) && \
741 @GCOV_ENABLED_TRUE@     find ../lib -name \*.c -type f -exec cp -p {} . \; && \
742 @GCOV_ENABLED_TRUE@     find ../lib -name \*.gcda -type f | while read fn; do \
743 @GCOV_ENABLED_TRUE@             cp -p $$fn .; \
744 @GCOV_ENABLED_TRUE@             cp -p $${fn%.gcda}.gcno .; \
745 @GCOV_ENABLED_TRUE@     done
746 @GCOV_ENABLED_TRUE@     $(LCOV_LCOV) -c -f -d $(LCOV_TMP) -o $(LCOV_TMP)/lcov.info
747 @GCOV_ENABLED_TRUE@     $(mkinstalldirs) $(LCOV_HTML)
748 @GCOV_ENABLED_TRUE@     $(LCOV_GENHTML) --prefix . --output-directory $(LCOV_HTML) --title "Senna Code Coverage" $(LCOV_TMP)/lcov.info
749 @GCOV_ENABLED_TRUE@     @echo ""
750 @GCOV_ENABLED_TRUE@     @echo "Show $(LCOV_HTML)/index.html to see the code coverage."
751 @GCOV_ENABLED_TRUE@     @echo ""
752 @GCOV_ENABLED_FALSE@.PHONY: lcov
753 @GCOV_ENABLED_FALSE@lcov:
754 @GCOV_ENABLED_FALSE@    @echo "You must specify --enable-gcov at configure time"
755 # Tell versions [3.59,3.63) of GNU make to not export all variables.
756 # Otherwise a system limit (for SysV at least) may be exceeded.
757 .NOEXPORT: