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