1# Makefile.in generated by automake 1.11.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, 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.
10
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.
15
16@SET_MAKE@
17
18#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19#  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20#  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
21#  PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE ORGANISATION OR
22#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
25#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
26#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30VPATH = @srcdir@
31pkgdatadir = $(datadir)/@PACKAGE@
32pkgincludedir = $(includedir)/@PACKAGE@
33pkglibdir = $(libdir)/@PACKAGE@
34pkglibexecdir = $(libexecdir)/@PACKAGE@
35am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36install_sh_DATA = $(install_sh) -c -m 644
37install_sh_PROGRAM = $(install_sh) -c
38install_sh_SCRIPT = $(install_sh) -c
39INSTALL_HEADER = $(INSTALL_DATA)
40transform = $(program_transform_name)
41NORMAL_INSTALL = :
42PRE_INSTALL = :
43POST_INSTALL = :
44NORMAL_UNINSTALL = :
45PRE_UNINSTALL = :
46POST_UNINSTALL = :
47build_triplet = @build@
48host_triplet = @host@
49target_triplet = @target@
50subdir = .
51DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
52	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
53	$(srcdir)/oggz-uninstalled.pc.in $(srcdir)/oggz.pc.in \
54	$(top_srcdir)/apache/oggz-chop.conf.in $(top_srcdir)/configure \
55	AUTHORS COPYING ChangeLog INSTALL NEWS TODO config.guess \
56	config.sub depcomp install-sh ltmain.sh missing
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/m4/ac-sys-extra-largefile.m4 \
59	$(top_srcdir)/m4/as-ac-expand.m4 $(top_srcdir)/acinclude.m4 \
60	$(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = config.h
67CONFIG_CLEAN_FILES = apache/oggz-chop.conf oggz.pc oggz-uninstalled.pc
68CONFIG_CLEAN_VPATH_FILES =
69SOURCES =
70DIST_SOURCES =
71RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72	html-recursive info-recursive install-data-recursive \
73	install-dvi-recursive install-exec-recursive \
74	install-html-recursive install-info-recursive \
75	install-pdf-recursive install-ps-recursive install-recursive \
76	installcheck-recursive installdirs-recursive pdf-recursive \
77	ps-recursive uninstall-recursive
78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79am__vpath_adj = case $$p in \
80    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81    *) f=$$p;; \
82  esac;
83am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84am__install_max = 40
85am__nobase_strip_setup = \
86  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87am__nobase_strip = \
88  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89am__nobase_list = $(am__nobase_strip_setup); \
90  for p in $$list; do echo "$$p $$p"; done | \
91  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93    if (++n[$$2] == $(am__install_max)) \
94      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95    END { for (dir in files) print dir, files[dir] }'
96am__base_list = \
97  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
100DATA = $(pkgconfig_DATA)
101RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
102  distclean-recursive maintainer-clean-recursive
103AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
104	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
105	distdir dist dist-all distcheck
106ETAGS = etags
107CTAGS = ctags
108DIST_SUBDIRS = $(SUBDIRS)
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110distdir = $(PACKAGE)-$(VERSION)
111top_distdir = $(distdir)
112am__remove_distdir = \
113  { test ! -d "$(distdir)" \
114    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
115         && rm -fr "$(distdir)"; }; }
116am__relativize = \
117  dir0=`pwd`; \
118  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
119  sed_rest='s,^[^/]*/*,,'; \
120  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
121  sed_butlast='s,/*[^/]*$$,,'; \
122  while test -n "$$dir1"; do \
123    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
124    if test "$$first" != "."; then \
125      if test "$$first" = ".."; then \
126        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
127        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
128      else \
129        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
130        if test "$$first2" = "$$first"; then \
131          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
132        else \
133          dir2="../$$dir2"; \
134        fi; \
135        dir0="$$dir0"/"$$first"; \
136      fi; \
137    fi; \
138    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
139  done; \
140  reldir="$$dir2"
141DIST_ARCHIVES = $(distdir).tar.gz
142GZIP_ENV = --best
143distuninstallcheck_listfiles = find . -type f -print
144distcleancheck_listfiles = find . -type f -print
145ACLOCAL = @ACLOCAL@
146ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
147AMTAR = @AMTAR@
148AR = @AR@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153BINDIR = @BINDIR@
154CC = @CC@
155CCDEPMODE = @CCDEPMODE@
156CFLAGS = @CFLAGS@
157CPP = @CPP@
158CPPFLAGS = @CPPFLAGS@
159CYGPATH_W = @CYGPATH_W@
160DEFS = @DEFS@
161DEPDIR = @DEPDIR@
162DOCDIR = @DOCDIR@
163DSYMUTIL = @DSYMUTIL@
164DUMPBIN = @DUMPBIN@
165ECHO_C = @ECHO_C@
166ECHO_N = @ECHO_N@
167ECHO_T = @ECHO_T@
168EGREP = @EGREP@
169EXEEXT = @EXEEXT@
170FGREP = @FGREP@
171GETCONF = @GETCONF@
172GETOPT_LIBS = @GETOPT_LIBS@
173GREP = @GREP@
174HAVE_DOXYGEN = @HAVE_DOXYGEN@
175HAVE_MAN2HTML = @HAVE_MAN2HTML@
176HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
177HAVE_VALGRIND = @HAVE_VALGRIND@
178INCLUDEDIR = @INCLUDEDIR@
179INSTALL = @INSTALL@
180INSTALL_DATA = @INSTALL_DATA@
181INSTALL_PROGRAM = @INSTALL_PROGRAM@
182INSTALL_SCRIPT = @INSTALL_SCRIPT@
183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184LD = @LD@
185LDFLAGS = @LDFLAGS@
186LIBDIR = @LIBDIR@
187LIBOBJS = @LIBOBJS@
188LIBS = @LIBS@
189LIBTOOL = @LIBTOOL@
190LIPO = @LIPO@
191LN_S = @LN_S@
192LTLIBOBJS = @LTLIBOBJS@
193MAKEINFO = @MAKEINFO@
194MKDIR_P = @MKDIR_P@
195NM = @NM@
196NMEDIT = @NMEDIT@
197OBJDUMP = @OBJDUMP@
198OBJEXT = @OBJEXT@
199OGGZ_OFF_MAX = @OGGZ_OFF_MAX@
200OGG_CFLAGS = @OGG_CFLAGS@
201OGG_LIBS = @OGG_LIBS@
202OTOOL = @OTOOL@
203OTOOL64 = @OTOOL64@
204PACKAGE = @PACKAGE@
205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206PACKAGE_NAME = @PACKAGE_NAME@
207PACKAGE_STRING = @PACKAGE_STRING@
208PACKAGE_TARNAME = @PACKAGE_TARNAME@
209PACKAGE_URL = @PACKAGE_URL@
210PACKAGE_VERSION = @PACKAGE_VERSION@
211PATH_SEPARATOR = @PATH_SEPARATOR@
212PKG_CONFIG = @PKG_CONFIG@
213PRI_OGGZ_OFF_T = @PRI_OGGZ_OFF_T@
214RANLIB = @RANLIB@
215SED = @SED@
216SET_MAKE = @SET_MAKE@
217SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
218SHELL = @SHELL@
219SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
220SIZEOF_OGGZ_OFF_T = @SIZEOF_OGGZ_OFF_T@
221STRIP = @STRIP@
222TYPEOF_OGGZ_OFF_T = @TYPEOF_OGGZ_OFF_T@
223VALGRIND_ENVIRONMENT = @VALGRIND_ENVIRONMENT@
224VERSION = @VERSION@
225abs_builddir = @abs_builddir@
226abs_srcdir = @abs_srcdir@
227abs_top_builddir = @abs_top_builddir@
228abs_top_srcdir = @abs_top_srcdir@
229ac_ct_CC = @ac_ct_CC@
230ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231am__include = @am__include@
232am__leading_dot = @am__leading_dot@
233am__quote = @am__quote@
234am__tar = @am__tar@
235am__untar = @am__untar@
236bindir = @bindir@
237build = @build@
238build_alias = @build_alias@
239build_cpu = @build_cpu@
240build_os = @build_os@
241build_vendor = @build_vendor@
242builddir = @builddir@
243datadir = @datadir@
244datarootdir = @datarootdir@
245docdir = @docdir@
246dvidir = @dvidir@
247exec_prefix = @exec_prefix@
248host = @host@
249host_alias = @host_alias@
250host_cpu = @host_cpu@
251host_os = @host_os@
252host_vendor = @host_vendor@
253htmldir = @htmldir@
254includedir = @includedir@
255infodir = @infodir@
256install_sh = @install_sh@
257libdir = @libdir@
258libexecdir = @libexecdir@
259localedir = @localedir@
260localstatedir = @localstatedir@
261lt_ECHO = @lt_ECHO@
262mandir = @mandir@
263mkdir_p = @mkdir_p@
264oldincludedir = @oldincludedir@
265pdfdir = @pdfdir@
266prefix = @prefix@
267program_transform_name = @program_transform_name@
268psdir = @psdir@
269sbindir = @sbindir@
270sharedstatedir = @sharedstatedir@
271srcdir = @srcdir@
272sysconfdir = @sysconfdir@
273target = @target@
274target_alias = @target_alias@
275target_cpu = @target_cpu@
276target_os = @target_os@
277target_vendor = @target_vendor@
278top_build_prefix = @top_build_prefix@
279top_builddir = @top_builddir@
280top_srcdir = @top_srcdir@
281DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
282SUBDIRS = doc include src
283
284# pkg-config
285pkgconfigdir = $(prefix)/libdata/pkgconfig
286pkgconfig_DATA = oggz.pc
287
288# Extra files to distribute in the source tarball.
289EXTRA_DIST = PATCHES \
290	oggz.pc.in oggz-uninstalled.pc.in \
291	apache-install.sh \
292	bash-completion/oggz \
293	$(SYMBIAN_extra_dist) $(WIN32_extra_dist)
294
295
296# Extra files to distribute for the Symbian build.
297SYMBIAN_extra_dist = \
298	README.symbian \
299	symbian/bld.inf \
300	symbian/config.h \
301	symbian/liboggz.mmp
302
303
304# Extra files to distribute for the Win32 build.
305# Note that with Automake 1.9 it is possible to use wildcards instead of
306# listing out files explicitly, ie.
307#	win32/*.[ch] \
308#	win32/*.def \
309#	win32/*.dsp \
310#	win32/*.dsw \
311#	win32/VS200[35]/*.sln \
312#	win32/VS200[35]/liboggz/*.vcproj \
313# And with earlier versions, it is possible to use $(wildcard ...) if using
314# GNU make.
315# However, we list them out here for the sake of compatibility with earlier
316# versions of Automake, and for portability with other vendors' make.
317WIN32_extra_dist = \
318	README.win32 \
319	win32/attgetopt.c \
320	win32/config.h \
321	win32/getopt.h \
322	win32/liboggz.def \
323	win32/liboggz.dsp \
324	win32/liboggz.dsw \
325	win32/liboggz_bin_installer/liboggz_bin_installer.vdproj \
326	win32/Makefile \
327	win32/oggzdump.dsp \
328	win32/oggzed.dsp \
329	win32/oggzinfo.dsp \
330	win32/oggzmerge.dsp \
331	win32/strsep.c \
332	win32/VS2003/liboggz.suo \
333	win32/VS2003/liboggz/liboggz_dynamic.vcproj \
334	win32/VS2003/liboggz/liboggz_static.vcproj \
335	win32/VS2003/liboggz_dynamic.sln \
336	win32/VS2003/liboggz_dynamic.suo \
337	win32/VS2003/liboggz_static.sln \
338	win32/VS2003/liboggz_static.suo \
339	win32/VS2003/oggzdump/oggzdump_dynamic.vcproj \
340	win32/VS2003/oggzdump/oggzdump_static.vcproj \
341	win32/VS2003/oggzinfo/oggzinfo_dynamic.vcproj \
342	win32/VS2003/oggzinfo/oggzinfo_static.vcproj \
343	win32/VS2003/oggzmerge/oggzmerge_dynamic.vcproj \
344	win32/VS2003/oggzmerge/oggzmerge_static.vcproj \
345	win32/VS2003/oggzrip/oggzrip_dynamic.vcproj \
346	win32/VS2003/oggzrip/oggzrip_static.vcproj \
347	win32/VS2003/oggzscan/oggzscan_dynamic.vcproj \
348	win32/VS2003/oggzscan/oggzscan_static.vcproj \
349	win32/VS2003/oggzvalidate/oggzvalidate_dynamic.vcproj \
350	win32/VS2003/oggzvalidate/oggzvalidate_static.vcproj \
351	win32/VS2005/liboggz.suo \
352	win32/VS2005/liboggz/liboggz_dynamic.vcproj \
353	win32/VS2005/liboggz/liboggz_static.vcproj \
354	win32/VS2005/liboggz_dynamic.sln \
355	win32/VS2005/liboggz_dynamic.suo \
356	win32/VS2005/liboggz_static.sln \
357	win32/VS2005/liboggz_static.suo \
358	win32/VS2005/oggzdump/oggzdump_dynamic.vcproj \
359	win32/VS2005/oggzdump/oggzdump_static.vcproj \
360	win32/VS2005/oggzinfo/oggzinfo_dynamic.vcproj \
361	win32/VS2005/oggzinfo/oggzinfo_static.vcproj \
362	win32/VS2005/oggzmerge/oggzmerge_dynamic.vcproj \
363	win32/VS2005/oggzmerge/oggzmerge_static.vcproj \
364	win32/VS2005/oggzrip/oggzrip_dynamic.vcproj \
365	win32/VS2005/oggzrip/oggzrip_static.vcproj \
366	win32/VS2005/oggzscan/oggzscan_dynamic.vcproj \
367	win32/VS2005/oggzscan/oggzscan_static.vcproj \
368	win32/VS2005/oggzvalidate/oggzvalidate_dynamic.vcproj \
369	win32/VS2005/oggzvalidate/oggzvalidate_static.vcproj \
370	win32/VS2008/liboggz.suo \
371	win32/VS2008/liboggz/liboggz_dynamic.vcproj \
372	win32/VS2008/liboggz/liboggz_static.vcproj \
373	win32/VS2008/liboggz_dynamic.sln \
374	win32/VS2008/liboggz_dynamic.suo \
375	win32/VS2008/liboggz_static.sln \
376	win32/VS2008/liboggz_static.suo \
377	win32/VS2008/oggzdump/oggzdump_dynamic.vcproj \
378	win32/VS2008/oggzdump/oggzdump_static.vcproj \
379	win32/VS2008/oggzinfo/oggzinfo_dynamic.vcproj \
380	win32/VS2008/oggzinfo/oggzinfo_static.vcproj \
381	win32/VS2008/oggzmerge/oggzmerge_dynamic.vcproj \
382	win32/VS2008/oggzmerge/oggzmerge_static.vcproj \
383	win32/VS2008/oggzrip/oggzrip_dynamic.vcproj \
384	win32/VS2008/oggzrip/oggzrip_static.vcproj \
385	win32/VS2008/oggzscan/oggzscan_dynamic.vcproj \
386	win32/VS2008/oggzscan/oggzscan_static.vcproj \
387	win32/VS2008/oggzvalidate/oggzvalidate_dynamic.vcproj \
388	win32/VS2008/oggzvalidate/oggzvalidate_static.vcproj
389
390all: config.h
391	$(MAKE) $(AM_MAKEFLAGS) all-recursive
392
393.SUFFIXES:
394am--refresh:
395	@:
396$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
397	@for dep in $?; do \
398	  case '$(am__configure_deps)' in \
399	    *$$dep*) \
400	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
401	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
402		&& exit 0; \
403	      exit 1;; \
404	  esac; \
405	done; \
406	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
407	$(am__cd) $(top_srcdir) && \
408	  $(AUTOMAKE) --gnu Makefile
409.PRECIOUS: Makefile
410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
411	@case '$?' in \
412	  *config.status*) \
413	    echo ' $(SHELL) ./config.status'; \
414	    $(SHELL) ./config.status;; \
415	  *) \
416	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
417	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
418	esac;
419
420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421	$(SHELL) ./config.status --recheck
422
423$(top_srcdir)/configure:  $(am__configure_deps)
424	$(am__cd) $(srcdir) && $(AUTOCONF)
425$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
426	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
427$(am__aclocal_m4_deps):
428
429config.h: stamp-h1
430	@if test ! -f $@; then \
431	  rm -f stamp-h1; \
432	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
433	else :; fi
434
435stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
436	@rm -f stamp-h1
437	cd $(top_builddir) && $(SHELL) ./config.status config.h
438$(srcdir)/config.h.in:  $(am__configure_deps)
439	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
440	rm -f stamp-h1
441	touch $@
442
443distclean-hdr:
444	-rm -f config.h stamp-h1
445apache/oggz-chop.conf: $(top_builddir)/config.status $(top_srcdir)/apache/oggz-chop.conf.in
446	cd $(top_builddir) && $(SHELL) ./config.status $@
447oggz.pc: $(top_builddir)/config.status $(srcdir)/oggz.pc.in
448	cd $(top_builddir) && $(SHELL) ./config.status $@
449oggz-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/oggz-uninstalled.pc.in
450	cd $(top_builddir) && $(SHELL) ./config.status $@
451
452mostlyclean-libtool:
453	-rm -f *.lo
454
455clean-libtool:
456	-rm -rf .libs _libs
457
458distclean-libtool:
459	-rm -f libtool config.lt
460install-pkgconfigDATA: $(pkgconfig_DATA)
461	@$(NORMAL_INSTALL)
462	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
463	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
464	for p in $$list; do \
465	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
466	  echo "$$d$$p"; \
467	done | $(am__base_list) | \
468	while read files; do \
469	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
470	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
471	done
472
473uninstall-pkgconfigDATA:
474	@$(NORMAL_UNINSTALL)
475	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
476	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
477	test -n "$$files" || exit 0; \
478	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
479	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
480
481# This directory's subdirectories are mostly independent; you can cd
482# into them and run `make' without going through this Makefile.
483# To change the values of `make' variables: instead of editing Makefiles,
484# (1) if the variable is set in `config.status', edit `config.status'
485#     (which will cause the Makefiles to be regenerated when you run `make');
486# (2) otherwise, pass the desired values on the `make' command line.
487$(RECURSIVE_TARGETS):
488	@fail= failcom='exit 1'; \
489	for f in x $$MAKEFLAGS; do \
490	  case $$f in \
491	    *=* | --[!k]*);; \
492	    *k*) failcom='fail=yes';; \
493	  esac; \
494	done; \
495	dot_seen=no; \
496	target=`echo $@ | sed s/-recursive//`; \
497	list='$(SUBDIRS)'; for subdir in $$list; do \
498	  echo "Making $$target in $$subdir"; \
499	  if test "$$subdir" = "."; then \
500	    dot_seen=yes; \
501	    local_target="$$target-am"; \
502	  else \
503	    local_target="$$target"; \
504	  fi; \
505	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
506	  || eval $$failcom; \
507	done; \
508	if test "$$dot_seen" = "no"; then \
509	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
510	fi; test -z "$$fail"
511
512$(RECURSIVE_CLEAN_TARGETS):
513	@fail= failcom='exit 1'; \
514	for f in x $$MAKEFLAGS; do \
515	  case $$f in \
516	    *=* | --[!k]*);; \
517	    *k*) failcom='fail=yes';; \
518	  esac; \
519	done; \
520	dot_seen=no; \
521	case "$@" in \
522	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
523	  *) list='$(SUBDIRS)' ;; \
524	esac; \
525	rev=''; for subdir in $$list; do \
526	  if test "$$subdir" = "."; then :; else \
527	    rev="$$subdir $$rev"; \
528	  fi; \
529	done; \
530	rev="$$rev ."; \
531	target=`echo $@ | sed s/-recursive//`; \
532	for subdir in $$rev; do \
533	  echo "Making $$target in $$subdir"; \
534	  if test "$$subdir" = "."; then \
535	    local_target="$$target-am"; \
536	  else \
537	    local_target="$$target"; \
538	  fi; \
539	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
540	  || eval $$failcom; \
541	done && test -z "$$fail"
542tags-recursive:
543	list='$(SUBDIRS)'; for subdir in $$list; do \
544	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
545	done
546ctags-recursive:
547	list='$(SUBDIRS)'; for subdir in $$list; do \
548	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
549	done
550
551ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
552	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
553	unique=`for i in $$list; do \
554	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555	  done | \
556	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
557	      END { if (nonempty) { for (i in files) print i; }; }'`; \
558	mkid -fID $$unique
559tags: TAGS
560
561TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
562		$(TAGS_FILES) $(LISP)
563	set x; \
564	here=`pwd`; \
565	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
566	  include_option=--etags-include; \
567	  empty_fix=.; \
568	else \
569	  include_option=--include; \
570	  empty_fix=; \
571	fi; \
572	list='$(SUBDIRS)'; for subdir in $$list; do \
573	  if test "$$subdir" = .; then :; else \
574	    test ! -f $$subdir/TAGS || \
575	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
576	  fi; \
577	done; \
578	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
579	unique=`for i in $$list; do \
580	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581	  done | \
582	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583	      END { if (nonempty) { for (i in files) print i; }; }'`; \
584	shift; \
585	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586	  test -n "$$unique" || unique=$$empty_fix; \
587	  if test $$# -gt 0; then \
588	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589	      "$$@" $$unique; \
590	  else \
591	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592	      $$unique; \
593	  fi; \
594	fi
595ctags: CTAGS
596CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
597		$(TAGS_FILES) $(LISP)
598	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
599	unique=`for i in $$list; do \
600	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601	  done | \
602	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603	      END { if (nonempty) { for (i in files) print i; }; }'`; \
604	test -z "$(CTAGS_ARGS)$$unique" \
605	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
606	     $$unique
607
608GTAGS:
609	here=`$(am__cd) $(top_builddir) && pwd` \
610	  && $(am__cd) $(top_srcdir) \
611	  && gtags -i $(GTAGS_ARGS) "$$here"
612
613distclean-tags:
614	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615
616distdir: $(DISTFILES)
617	$(am__remove_distdir)
618	test -d "$(distdir)" || mkdir "$(distdir)"
619	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
620	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621	list='$(DISTFILES)'; \
622	  dist_files=`for file in $$list; do echo $$file; done | \
623	  sed -e "s|^$$srcdirstrip/||;t" \
624	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
625	case $$dist_files in \
626	  */*) $(MKDIR_P) `echo "$$dist_files" | \
627			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
628			   sort -u` ;; \
629	esac; \
630	for file in $$dist_files; do \
631	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
632	  if test -d $$d/$$file; then \
633	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
634	    if test -d "$(distdir)/$$file"; then \
635	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636	    fi; \
637	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
638	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
639	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640	    fi; \
641	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642	  else \
643	    test -f "$(distdir)/$$file" \
644	    || cp -p $$d/$$file "$(distdir)/$$file" \
645	    || exit 1; \
646	  fi; \
647	done
648	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
649	  if test "$$subdir" = .; then :; else \
650	    test -d "$(distdir)/$$subdir" \
651	    || $(MKDIR_P) "$(distdir)/$$subdir" \
652	    || exit 1; \
653	  fi; \
654	done
655	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
656	  if test "$$subdir" = .; then :; else \
657	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
658	    $(am__relativize); \
659	    new_distdir=$$reldir; \
660	    dir1=$$subdir; dir2="$(top_distdir)"; \
661	    $(am__relativize); \
662	    new_top_distdir=$$reldir; \
663	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
664	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
665	    ($(am__cd) $$subdir && \
666	      $(MAKE) $(AM_MAKEFLAGS) \
667	        top_distdir="$$new_top_distdir" \
668	        distdir="$$new_distdir" \
669		am__remove_distdir=: \
670		am__skip_length_check=: \
671		am__skip_mode_fix=: \
672	        distdir) \
673	      || exit 1; \
674	  fi; \
675	done
676	-test -n "$(am__skip_mode_fix)" \
677	|| find "$(distdir)" -type d ! -perm -755 \
678		-exec chmod u+rwx,go+rx {} \; -o \
679	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
680	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
681	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
682	|| chmod -R a+r "$(distdir)"
683dist-gzip: distdir
684	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
685	$(am__remove_distdir)
686
687dist-bzip2: distdir
688	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
689	$(am__remove_distdir)
690
691dist-lzma: distdir
692	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
693	$(am__remove_distdir)
694
695dist-xz: distdir
696	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
697	$(am__remove_distdir)
698
699dist-tarZ: distdir
700	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
701	$(am__remove_distdir)
702
703dist-shar: distdir
704	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
705	$(am__remove_distdir)
706
707dist-zip: distdir
708	-rm -f $(distdir).zip
709	zip -rq $(distdir).zip $(distdir)
710	$(am__remove_distdir)
711
712dist dist-all: distdir
713	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
714	$(am__remove_distdir)
715
716# This target untars the dist file and tries a VPATH configuration.  Then
717# it guarantees that the distribution is self-contained by making another
718# tarfile.
719distcheck: dist
720	case '$(DIST_ARCHIVES)' in \
721	*.tar.gz*) \
722	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
723	*.tar.bz2*) \
724	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
725	*.tar.lzma*) \
726	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
727	*.tar.xz*) \
728	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
729	*.tar.Z*) \
730	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
731	*.shar.gz*) \
732	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
733	*.zip*) \
734	  unzip $(distdir).zip ;;\
735	esac
736	chmod -R a-w $(distdir); chmod a+w $(distdir)
737	mkdir $(distdir)/_build
738	mkdir $(distdir)/_inst
739	chmod a-w $(distdir)
740	test -d $(distdir)/_build || exit 0; \
741	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
742	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
743	  && am__cwd=`pwd` \
744	  && $(am__cd) $(distdir)/_build \
745	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
746	    $(DISTCHECK_CONFIGURE_FLAGS) \
747	  && $(MAKE) $(AM_MAKEFLAGS) \
748	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
749	  && $(MAKE) $(AM_MAKEFLAGS) check \
750	  && $(MAKE) $(AM_MAKEFLAGS) install \
751	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
752	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
753	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
754	        distuninstallcheck \
755	  && chmod -R a-w "$$dc_install_base" \
756	  && ({ \
757	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
758	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
759	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
760	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
761	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
762	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
763	  && rm -rf "$$dc_destdir" \
764	  && $(MAKE) $(AM_MAKEFLAGS) dist \
765	  && rm -rf $(DIST_ARCHIVES) \
766	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
767	  && cd "$$am__cwd" \
768	  || exit 1
769	$(am__remove_distdir)
770	@(echo "$(distdir) archives ready for distribution: "; \
771	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
772	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
773distuninstallcheck:
774	@$(am__cd) '$(distuninstallcheck_dir)' \
775	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
776	   || { echo "ERROR: files left after uninstall:" ; \
777	        if test -n "$(DESTDIR)"; then \
778	          echo "  (check DESTDIR support)"; \
779	        fi ; \
780	        $(distuninstallcheck_listfiles) ; \
781	        exit 1; } >&2
782distcleancheck: distclean
783	@if test '$(srcdir)' = . ; then \
784	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
785	  exit 1 ; \
786	fi
787	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
788	  || { echo "ERROR: files left in build directory after distclean:" ; \
789	       $(distcleancheck_listfiles) ; \
790	       exit 1; } >&2
791check-am: all-am
792check: check-recursive
793all-am: Makefile $(DATA) config.h
794installdirs: installdirs-recursive
795installdirs-am:
796	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
797	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
798	done
799install: install-recursive
800install-exec: install-exec-recursive
801install-data: install-data-recursive
802uninstall: uninstall-recursive
803
804install-am: all-am
805	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
806
807installcheck: installcheck-recursive
808install-strip:
809	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
810	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
811	  `test -z '$(STRIP)' || \
812	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
813mostlyclean-generic:
814
815clean-generic:
816
817distclean-generic:
818	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
819	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
820
821maintainer-clean-generic:
822	@echo "This command is intended for maintainers to use"
823	@echo "it deletes files that may require special tools to rebuild."
824clean: clean-recursive
825
826clean-am: clean-generic clean-libtool mostlyclean-am
827
828distclean: distclean-recursive
829	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
830	-rm -f Makefile
831distclean-am: clean-am distclean-generic distclean-hdr \
832	distclean-libtool distclean-tags
833
834dvi: dvi-recursive
835
836dvi-am:
837
838html: html-recursive
839
840html-am:
841
842info: info-recursive
843
844info-am:
845
846install-data-am: install-pkgconfigDATA
847
848install-dvi: install-dvi-recursive
849
850install-dvi-am:
851
852install-exec-am:
853
854install-html: install-html-recursive
855
856install-html-am:
857
858install-info: install-info-recursive
859
860install-info-am:
861
862install-man:
863
864install-pdf: install-pdf-recursive
865
866install-pdf-am:
867
868install-ps: install-ps-recursive
869
870install-ps-am:
871
872installcheck-am:
873
874maintainer-clean: maintainer-clean-recursive
875	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
876	-rm -rf $(top_srcdir)/autom4te.cache
877	-rm -f Makefile
878maintainer-clean-am: distclean-am maintainer-clean-generic
879
880mostlyclean: mostlyclean-recursive
881
882mostlyclean-am: mostlyclean-generic mostlyclean-libtool
883
884pdf: pdf-recursive
885
886pdf-am:
887
888ps: ps-recursive
889
890ps-am:
891
892uninstall-am: uninstall-pkgconfigDATA
893
894.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
895	ctags-recursive install-am install-strip tags-recursive
896
897.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
898	all all-am am--refresh check check-am clean clean-generic \
899	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
900	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
901	distcheck distclean distclean-generic distclean-hdr \
902	distclean-libtool distclean-tags distcleancheck distdir \
903	distuninstallcheck dvi dvi-am html html-am info info-am \
904	install install-am install-data install-data-am install-dvi \
905	install-dvi-am install-exec install-exec-am install-html \
906	install-html-am install-info install-info-am install-man \
907	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
908	install-ps-am install-strip installcheck installcheck-am \
909	installdirs installdirs-am maintainer-clean \
910	maintainer-clean-generic mostlyclean mostlyclean-generic \
911	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
912	uninstall uninstall-am uninstall-pkgconfigDATA
913
914
915# Tell versions [3.59,3.63) of GNU make to not export all variables.
916# Otherwise a system limit (for SysV at least) may be exceeded.
917.NOEXPORT:
918