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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35target_triplet = @target@
36noinst_PROGRAMS = test$(EXEEXT)
37subdir = test
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
41	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47PROGRAMS = $(noinst_PROGRAMS)
48am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
49test_OBJECTS = $(am_test_OBJECTS)
50test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
51DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
52depcomp = $(SHELL) $(top_srcdir)/depcomp
53am__depfiles_maybe = depfiles
54COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
55	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
56LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
57	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
58	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
59CCLD = $(CC)
60LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
62	$(LDFLAGS) -o $@
63SOURCES = $(test_SOURCES)
64DIST_SOURCES = $(test_SOURCES)
65ETAGS = etags
66CTAGS = ctags
67DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68ACLOCAL = @ACLOCAL@
69ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
70ALLOCA = @ALLOCA@
71AMTAR = @AMTAR@
72AR = @AR@
73AS = @AS@
74AUTOCONF = @AUTOCONF@
75AUTOHEADER = @AUTOHEADER@
76AUTOMAKE = @AUTOMAKE@
77AWK = @AWK@
78CC = @CC@
79CCDEPMODE = @CCDEPMODE@
80CFLAGS = @CFLAGS@
81CPP = @CPP@
82CPPFLAGS = @CPPFLAGS@
83CXX = @CXX@
84CXXCPP = @CXXCPP@
85CXXDEPMODE = @CXXDEPMODE@
86CXXFLAGS = @CXXFLAGS@
87CYGPATH_W = @CYGPATH_W@
88DEBUG = @DEBUG@
89DEFS = @DEFS@
90DEPDIR = @DEPDIR@
91DLLTOOL = @DLLTOOL@
92DSYMUTIL = @DSYMUTIL@
93ECHO = @ECHO@
94ECHO_C = @ECHO_C@
95ECHO_N = @ECHO_N@
96ECHO_T = @ECHO_T@
97EGREP = @EGREP@
98EXEEXT = @EXEEXT@
99F77 = @F77@
100FFLAGS = @FFLAGS@
101GREP = @GREP@
102HTLATEX = @HTLATEX@
103INSTALL = @INSTALL@
104INSTALL_DATA = @INSTALL_DATA@
105INSTALL_PROGRAM = @INSTALL_PROGRAM@
106INSTALL_SCRIPT = @INSTALL_SCRIPT@
107INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108LDFLAGS = @LDFLAGS@
109LIBOBJS = @LIBOBJS@
110LIBS = @LIBS@
111LIBTOOL = @LIBTOOL@
112LIBTOOL_DEPS = @LIBTOOL_DEPS@
113LN_S = @LN_S@
114LTLIBOBJS = @LTLIBOBJS@
115MAKEINFO = @MAKEINFO@
116MKDIR_P = @MKDIR_P@
117NMEDIT = @NMEDIT@
118OBJDUMP = @OBJDUMP@
119OBJEXT = @OBJEXT@
120OGG_CFLAGS = @OGG_CFLAGS@
121OGG_LIBS = @OGG_LIBS@
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129PDFLATEX = @PDFLATEX@
130PKG_CONFIG = @PKG_CONFIG@
131PROFILE = @PROFILE@
132RANLIB = @RANLIB@
133SED = @SED@
134SET_MAKE = @SET_MAKE@
135SHELL = @SHELL@
136STRIP = @STRIP@
137VERSION = @VERSION@
138VE_LIB_AGE = @VE_LIB_AGE@
139VE_LIB_CURRENT = @VE_LIB_CURRENT@
140VE_LIB_REVISION = @VE_LIB_REVISION@
141VF_LIB_AGE = @VF_LIB_AGE@
142VF_LIB_CURRENT = @VF_LIB_CURRENT@
143VF_LIB_REVISION = @VF_LIB_REVISION@
144VORBIS_LIBS = @VORBIS_LIBS@
145V_LIB_AGE = @V_LIB_AGE@
146V_LIB_CURRENT = @V_LIB_CURRENT@
147V_LIB_REVISION = @V_LIB_REVISION@
148abs_builddir = @abs_builddir@
149abs_srcdir = @abs_srcdir@
150abs_top_builddir = @abs_top_builddir@
151abs_top_srcdir = @abs_top_srcdir@
152ac_ct_CC = @ac_ct_CC@
153ac_ct_CXX = @ac_ct_CXX@
154ac_ct_F77 = @ac_ct_F77@
155am__include = @am__include@
156am__leading_dot = @am__leading_dot@
157am__quote = @am__quote@
158am__tar = @am__tar@
159am__untar = @am__untar@
160bindir = @bindir@
161build = @build@
162build_alias = @build_alias@
163build_cpu = @build_cpu@
164build_os = @build_os@
165build_vendor = @build_vendor@
166builddir = @builddir@
167datadir = @datadir@
168datarootdir = @datarootdir@
169docdir = @docdir@
170dvidir = @dvidir@
171exec_prefix = @exec_prefix@
172host = @host@
173host_alias = @host_alias@
174host_cpu = @host_cpu@
175host_os = @host_os@
176host_vendor = @host_vendor@
177htmldir = @htmldir@
178includedir = @includedir@
179infodir = @infodir@
180install_sh = @install_sh@
181libdir = @libdir@
182libexecdir = @libexecdir@
183localedir = @localedir@
184localstatedir = @localstatedir@
185mandir = @mandir@
186mkdir_p = @mkdir_p@
187oldincludedir = @oldincludedir@
188pdfdir = @pdfdir@
189prefix = @prefix@
190program_transform_name = @program_transform_name@
191psdir = @psdir@
192pthread_lib = @pthread_lib@
193sbindir = @sbindir@
194sharedstatedir = @sharedstatedir@
195srcdir = @srcdir@
196sysconfdir = @sysconfdir@
197target = @target@
198target_alias = @target_alias@
199target_cpu = @target_cpu@
200target_os = @target_os@
201target_vendor = @target_vendor@
202top_build_prefix = @top_build_prefix@
203top_builddir = @top_builddir@
204top_srcdir = @top_srcdir@
205AUTOMAKE_OPTIONS = foreign
206INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
207test_SOURCES = util.c util.h write_read.c write_read.h test.c
208test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
209all: all-am
210
211.SUFFIXES:
212.SUFFIXES: .c .lo .o .obj
213$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
214	@for dep in $?; do \
215	  case '$(am__configure_deps)' in \
216	    *$$dep*) \
217	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218		&& exit 0; \
219	      exit 1;; \
220	  esac; \
221	done; \
222	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
223	cd $(top_srcdir) && \
224	  $(AUTOMAKE) --foreign  test/Makefile
225.PRECIOUS: Makefile
226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227	@case '$?' in \
228	  *config.status*) \
229	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230	  *) \
231	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233	esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238$(top_srcdir)/configure:  $(am__configure_deps)
239	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
241	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
243clean-noinstPROGRAMS:
244	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
245	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
246	  echo " rm -f $$p $$f"; \
247	  rm -f $$p $$f ; \
248	done
249test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
250	@rm -f test$(EXEEXT)
251	$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
252
253mostlyclean-compile:
254	-rm -f *.$(OBJEXT)
255
256distclean-compile:
257	-rm -f *.tab.c
258
259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_read.Po@am__quote@
262
263.c.o:
264@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
265@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
266@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
267@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268@am__fastdepCC_FALSE@	$(COMPILE) -c $<
269
270.c.obj:
271@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
272@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
273@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
274@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
276
277.c.lo:
278@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
279@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
280@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
281@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
283
284mostlyclean-libtool:
285	-rm -f *.lo
286
287clean-libtool:
288	-rm -rf .libs _libs
289
290ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
291	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292	unique=`for i in $$list; do \
293	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294	  done | \
295	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
296	      END { if (nonempty) { for (i in files) print i; }; }'`; \
297	mkid -fID $$unique
298tags: TAGS
299
300TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
301		$(TAGS_FILES) $(LISP)
302	tags=; \
303	here=`pwd`; \
304	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
305	unique=`for i in $$list; do \
306	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307	  done | \
308	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
309	      END { if (nonempty) { for (i in files) print i; }; }'`; \
310	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
311	  test -n "$$unique" || unique=$$empty_fix; \
312	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
313	    $$tags $$unique; \
314	fi
315ctags: CTAGS
316CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317		$(TAGS_FILES) $(LISP)
318	tags=; \
319	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
320	unique=`for i in $$list; do \
321	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322	  done | \
323	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324	      END { if (nonempty) { for (i in files) print i; }; }'`; \
325	test -z "$(CTAGS_ARGS)$$tags$$unique" \
326	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
327	     $$tags $$unique
328
329GTAGS:
330	here=`$(am__cd) $(top_builddir) && pwd` \
331	  && cd $(top_srcdir) \
332	  && gtags -i $(GTAGS_ARGS) $$here
333
334distclean-tags:
335	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
336
337distdir: $(DISTFILES)
338	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
339	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
340	list='$(DISTFILES)'; \
341	  dist_files=`for file in $$list; do echo $$file; done | \
342	  sed -e "s|^$$srcdirstrip/||;t" \
343	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
344	case $$dist_files in \
345	  */*) $(MKDIR_P) `echo "$$dist_files" | \
346			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
347			   sort -u` ;; \
348	esac; \
349	for file in $$dist_files; do \
350	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
351	  if test -d $$d/$$file; then \
352	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
353	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
355	    fi; \
356	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
357	  else \
358	    test -f $(distdir)/$$file \
359	    || cp -p $$d/$$file $(distdir)/$$file \
360	    || exit 1; \
361	  fi; \
362	done
363check-am: all-am
364check: check-am
365all-am: Makefile $(PROGRAMS)
366installdirs:
367install: install-am
368install-exec: install-exec-am
369install-data: install-data-am
370uninstall: uninstall-am
371
372install-am: all-am
373	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
374
375installcheck: installcheck-am
376install-strip:
377	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
379	  `test -z '$(STRIP)' || \
380	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
381mostlyclean-generic:
382
383clean-generic:
384
385distclean-generic:
386	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387
388maintainer-clean-generic:
389	@echo "This command is intended for maintainers to use"
390	@echo "it deletes files that may require special tools to rebuild."
391clean: clean-am
392
393clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
394	mostlyclean-am
395
396distclean: distclean-am
397	-rm -rf ./$(DEPDIR)
398	-rm -f Makefile
399distclean-am: clean-am distclean-compile distclean-generic \
400	distclean-tags
401
402dvi: dvi-am
403
404dvi-am:
405
406html: html-am
407
408info: info-am
409
410info-am:
411
412install-data-am:
413
414install-dvi: install-dvi-am
415
416install-exec-am:
417
418install-html: install-html-am
419
420install-info: install-info-am
421
422install-man:
423
424install-pdf: install-pdf-am
425
426install-ps: install-ps-am
427
428installcheck-am:
429
430maintainer-clean: maintainer-clean-am
431	-rm -rf ./$(DEPDIR)
432	-rm -f Makefile
433maintainer-clean-am: distclean-am maintainer-clean-generic
434
435mostlyclean: mostlyclean-am
436
437mostlyclean-am: mostlyclean-compile mostlyclean-generic \
438	mostlyclean-libtool
439
440pdf: pdf-am
441
442pdf-am:
443
444ps: ps-am
445
446ps-am:
447
448uninstall-am:
449
450.MAKE: install-am install-strip
451
452.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
453	clean-libtool clean-noinstPROGRAMS ctags distclean \
454	distclean-compile distclean-generic distclean-libtool \
455	distclean-tags distdir dvi dvi-am html html-am info info-am \
456	install install-am install-data install-data-am install-dvi \
457	install-dvi-am install-exec install-exec-am install-html \
458	install-html-am install-info install-info-am install-man \
459	install-pdf install-pdf-am install-ps install-ps-am \
460	install-strip installcheck installcheck-am installdirs \
461	maintainer-clean maintainer-clean-generic mostlyclean \
462	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
463	pdf pdf-am ps ps-am tags uninstall uninstall-am
464
465
466check: $(noinst_PROGRAMS)
467	./test$(EXEEXT)
468
469debug:
470	$(MAKE) all CFLAGS="@DEBUG@"
471
472profile:
473	$(MAKE) all CFLAGS="@PROFILE@"
474# Tell versions [3.59,3.63) of GNU make to not export all variables.
475# Otherwise a system limit (for SysV at least) may be exceeded.
476.NOEXPORT:
477