K2.6 patches and update.
[tomato.git] / release / src / router / libvorbis / test / Makefile
blobabab506cefb9f22414b6cd26e9b4e59f4bf5b3dc
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # test/Makefile. Generated from Makefile.in by configure.
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.
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.
18 pkgdatadir = $(datadir)/libvorbis
19 pkglibdir = $(libdir)/libvorbis
20 pkgincludedir = $(includedir)/libvorbis
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 = x86_64-pc-linux-gnu
34 host_triplet = mipsel-unknown-linux-gnu
35 target_triplet = mipsel-unknown-linux-gnu
36 noinst_PROGRAMS = test$(EXEEXT)
37 subdir = test
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
41 $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 PROGRAMS = $(noinst_PROGRAMS)
48 am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
49 test_OBJECTS = $(am_test_OBJECTS)
50 test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
51 DEFAULT_INCLUDES = -I. -I$(top_builddir)
52 depcomp = $(SHELL) $(top_srcdir)/depcomp
53 am__depfiles_maybe = depfiles
54 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
55 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
56 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
57 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
58 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
59 CCLD = $(CC)
60 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
62 $(LDFLAGS) -o $@
63 SOURCES = $(test_SOURCES)
64 DIST_SOURCES = $(test_SOURCES)
65 ETAGS = etags
66 CTAGS = ctags
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src/router/libvorbis/missing --run aclocal-1.10
69 ACLOCAL_AMFLAGS = -I m4
70 ALLOCA =
71 AMTAR = ${SHELL} /home/vicente/repos/tomato/release/src/router/libvorbis/missing --run tar
72 AR = mipsel-uclibc-ar
73 AS = mipsel-uclibc-as
74 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src/router/libvorbis/missing --run autoconf
75 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src/router/libvorbis/missing --run autoheader
76 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src/router/libvorbis/missing --run automake-1.10
77 AWK = gawk
78 CC = mipsel-uclibc-gcc
79 CCDEPMODE = depmode=gcc3
80 CFLAGS = -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections -DUSE_MEMORY_H
81 CPP = mipsel-uclibc-gcc -E
82 CPPFLAGS = -I/home/vicente/repos/tomato/release/src-rt/router/libogg/include
83 CXX = mipsel-linux-g++
84 CXXCPP = mipsel-linux-g++ -E
85 CXXDEPMODE = depmode=gcc3
86 CXXFLAGS = -g -O2
87 CYGPATH_W = echo
88 DEBUG = -g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char
89 DEFS = -DHAVE_CONFIG_H
90 DEPDIR = .deps
91 DLLTOOL = dlltool
92 DSYMUTIL =
93 ECHO = echo
94 ECHO_C =
95 ECHO_N = -n
96 ECHO_T =
97 EGREP = /bin/grep -E
98 EXEEXT =
99 F77 =
100 FFLAGS =
101 GREP = /bin/grep
102 HTLATEX =
103 INSTALL = /usr/bin/install -c
104 INSTALL_DATA = ${INSTALL} -m 644
105 INSTALL_PROGRAM = ${INSTALL}
106 INSTALL_SCRIPT = ${INSTALL}
107 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
108 LDFLAGS = -L/home/vicente/repos/tomato/release/src-rt/router/libogg/src/.libs -fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections
109 LIBOBJS = ${LIBOBJDIR}memcmp$U.o
110 LIBS =
111 LIBTOOL = $(SHELL) $(top_builddir)/libtool
112 LIBTOOL_DEPS = ./ltmain.sh
113 LN_S = ln -s
114 LTLIBOBJS = ${LIBOBJDIR}memcmp$U.lo
115 MAKEINFO = ${SHELL} /home/vicente/repos/tomato/release/src/router/libvorbis/missing --run makeinfo
116 MKDIR_P = /bin/mkdir -p
117 NMEDIT =
118 OBJDUMP = objdump
119 OBJEXT = o
120 OGG_CFLAGS = -I/home/vicente/repos/tomato/release/src-rt/router/libogg/include
121 OGG_LIBS = -L/home/vicente/repos/tomato/release/src-rt/router/libogg/src/.libs -logg
122 PACKAGE = libvorbis
123 PACKAGE_BUGREPORT = vorbis-dev@xiph.org
124 PACKAGE_NAME = libvorbis
125 PACKAGE_STRING = libvorbis 1.2.3
126 PACKAGE_TARNAME = libvorbis
127 PACKAGE_VERSION = 1.2.3
128 PATH_SEPARATOR = :
129 PDFLATEX =
130 PKG_CONFIG = /usr/bin/pkg-config
131 PROFILE = -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char
132 RANLIB = mipsel-uclibc-ranlib
133 SED = /bin/sed
134 SET_MAKE =
135 SHELL = /bin/sh
136 STRIP = mipsel-uclibc-strip -R .note -R .comment
137 VERSION = 1.2.3
138 VE_LIB_AGE = 0
139 VE_LIB_CURRENT = 2
140 VE_LIB_REVISION = 6
141 VF_LIB_AGE = 3
142 VF_LIB_CURRENT = 6
143 VF_LIB_REVISION = 2
144 VORBIS_LIBS = -lm
145 V_LIB_AGE = 4
146 V_LIB_CURRENT = 4
147 V_LIB_REVISION = 3
148 abs_builddir = /home/vicente/repos/tomato/release/src/router/libvorbis/test
149 abs_srcdir = /home/vicente/repos/tomato/release/src/router/libvorbis/test
150 abs_top_builddir = /home/vicente/repos/tomato/release/src/router/libvorbis
151 abs_top_srcdir = /home/vicente/repos/tomato/release/src/router/libvorbis
152 ac_ct_CC =
153 ac_ct_CXX =
154 ac_ct_F77 =
155 am__include = include
156 am__leading_dot = .
157 am__quote =
158 am__tar = ${AMTAR} chof - "$$tardir"
159 am__untar = ${AMTAR} xf -
160 bindir = ${exec_prefix}/bin
161 build = x86_64-pc-linux-gnu
162 build_alias = x86_64-linux-gnu
163 build_cpu = x86_64
164 build_os = linux-gnu
165 build_vendor = pc
166 builddir = .
167 datadir = ${datarootdir}
168 datarootdir = ${prefix}/share
169 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
170 dvidir = ${docdir}
171 exec_prefix = ${prefix}
172 host = mipsel-unknown-linux-gnu
173 host_alias = mipsel-linux
174 host_cpu = mipsel
175 host_os = linux-gnu
176 host_vendor = unknown
177 htmldir = ${docdir}
178 includedir = ${prefix}/include
179 infodir = ${datarootdir}/info
180 install_sh = $(SHELL) /home/vicente/repos/tomato/release/src/router/libvorbis/install-sh
181 libdir = ${exec_prefix}/lib
182 libexecdir = ${exec_prefix}/libexec
183 localedir = ${datarootdir}/locale
184 localstatedir = ${prefix}/var
185 mandir = ${datarootdir}/man
186 mkdir_p = /bin/mkdir -p
187 oldincludedir = /usr/include
188 pdfdir = ${docdir}
189 prefix =
190 program_transform_name = s,x,x,
191 psdir = ${docdir}
192 pthread_lib = -lpthread
193 sbindir = ${exec_prefix}/sbin
194 sharedstatedir = ${prefix}/com
195 srcdir = .
196 sysconfdir = ${prefix}/etc
197 target = mipsel-unknown-linux-gnu
198 target_alias =
199 target_cpu = mipsel
200 target_os = linux-gnu
201 target_vendor = unknown
202 top_builddir = ..
203 top_srcdir = ..
204 AUTOMAKE_OPTIONS = foreign
205 INCLUDES = -I$(top_srcdir)/include -I/home/vicente/repos/tomato/release/src-rt/router/libogg/include
206 test_SOURCES = util.c util.h write_read.c write_read.h test.c
207 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la -L/home/vicente/repos/tomato/release/src-rt/router/libogg/src/.libs -logg
208 all: all-am
210 .SUFFIXES:
211 .SUFFIXES: .c .lo .o .obj
212 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
213 @for dep in $?; do \
214 case '$(am__configure_deps)' in \
215 *$$dep*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
217 && exit 0; \
218 exit 1;; \
219 esac; \
220 done; \
221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
222 cd $(top_srcdir) && \
223 $(AUTOMAKE) --foreign test/Makefile
224 .PRECIOUS: Makefile
225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226 @case '$?' in \
227 *config.status*) \
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229 *) \
230 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232 esac;
234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237 $(top_srcdir)/configure: $(am__configure_deps)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 clean-noinstPROGRAMS:
243 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
244 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
245 echo " rm -f $$p $$f"; \
246 rm -f $$p $$f ; \
247 done
248 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES)
249 @rm -f test$(EXEEXT)
250 $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
252 mostlyclean-compile:
253 -rm -f *.$(OBJEXT)
255 distclean-compile:
256 -rm -f *.tab.c
258 include ./$(DEPDIR)/test.Po
259 include ./$(DEPDIR)/util.Po
260 include ./$(DEPDIR)/write_read.Po
262 .c.o:
263 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
264 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
265 # source='$<' object='$@' libtool=no \
266 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
267 # $(COMPILE) -c $<
269 .c.obj:
270 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
271 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
272 # source='$<' object='$@' libtool=no \
273 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
274 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
276 .c.lo:
277 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
278 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
279 # source='$<' object='$@' libtool=yes \
280 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
281 # $(LTCOMPILE) -c -o $@ $<
283 mostlyclean-libtool:
284 -rm -f *.lo
286 clean-libtool:
287 -rm -rf .libs _libs
289 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
290 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
291 unique=`for i in $$list; do \
292 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293 done | \
294 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
295 END { if (nonempty) { for (i in files) print i; }; }'`; \
296 mkid -fID $$unique
297 tags: TAGS
299 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
300 $(TAGS_FILES) $(LISP)
301 tags=; \
302 here=`pwd`; \
303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304 unique=`for i in $$list; do \
305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306 done | \
307 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308 END { if (nonempty) { for (i in files) print i; }; }'`; \
309 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
310 test -n "$$unique" || unique=$$empty_fix; \
311 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
312 $$tags $$unique; \
314 ctags: CTAGS
315 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
316 $(TAGS_FILES) $(LISP)
317 tags=; \
318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319 unique=`for i in $$list; do \
320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321 done | \
322 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
323 END { if (nonempty) { for (i in files) print i; }; }'`; \
324 test -z "$(CTAGS_ARGS)$$tags$$unique" \
325 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
326 $$tags $$unique
328 GTAGS:
329 here=`$(am__cd) $(top_builddir) && pwd` \
330 && cd $(top_srcdir) \
331 && gtags -i $(GTAGS_ARGS) $$here
333 distclean-tags:
334 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
336 distdir: $(DISTFILES)
337 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
338 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
339 list='$(DISTFILES)'; \
340 dist_files=`for file in $$list; do echo $$file; done | \
341 sed -e "s|^$$srcdirstrip/||;t" \
342 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
343 case $$dist_files in \
344 */*) $(MKDIR_P) `echo "$$dist_files" | \
345 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
346 sort -u` ;; \
347 esac; \
348 for file in $$dist_files; do \
349 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350 if test -d $$d/$$file; then \
351 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
352 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
353 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
354 fi; \
355 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
356 else \
357 test -f $(distdir)/$$file \
358 || cp -p $$d/$$file $(distdir)/$$file \
359 || exit 1; \
360 fi; \
361 done
362 check-am: all-am
363 check: check-am
364 all-am: Makefile $(PROGRAMS)
365 installdirs:
366 install: install-am
367 install-exec: install-exec-am
368 install-data: install-data-am
369 uninstall: uninstall-am
371 install-am: all-am
372 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
374 installcheck: installcheck-am
375 install-strip:
376 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378 `test -z '$(STRIP)' || \
379 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380 mostlyclean-generic:
382 clean-generic:
384 distclean-generic:
385 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387 maintainer-clean-generic:
388 @echo "This command is intended for maintainers to use"
389 @echo "it deletes files that may require special tools to rebuild."
390 clean: clean-am
392 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
393 mostlyclean-am
395 distclean: distclean-am
396 -rm -rf ./$(DEPDIR)
397 -rm -f Makefile
398 distclean-am: clean-am distclean-compile distclean-generic \
399 distclean-tags
401 dvi: dvi-am
403 dvi-am:
405 html: html-am
407 info: info-am
409 info-am:
411 install-data-am:
413 install-dvi: install-dvi-am
415 install-exec-am:
417 install-html: install-html-am
419 install-info: install-info-am
421 install-man:
423 install-pdf: install-pdf-am
425 install-ps: install-ps-am
427 installcheck-am:
429 maintainer-clean: maintainer-clean-am
430 -rm -rf ./$(DEPDIR)
431 -rm -f Makefile
432 maintainer-clean-am: distclean-am maintainer-clean-generic
434 mostlyclean: mostlyclean-am
436 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
437 mostlyclean-libtool
439 pdf: pdf-am
441 pdf-am:
443 ps: ps-am
445 ps-am:
447 uninstall-am:
449 .MAKE: install-am install-strip
451 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
452 clean-libtool clean-noinstPROGRAMS ctags distclean \
453 distclean-compile distclean-generic distclean-libtool \
454 distclean-tags distdir dvi dvi-am html html-am info info-am \
455 install install-am install-data install-data-am install-dvi \
456 install-dvi-am install-exec install-exec-am install-html \
457 install-html-am install-info install-info-am install-man \
458 install-pdf install-pdf-am install-ps install-ps-am \
459 install-strip installcheck installcheck-am installdirs \
460 maintainer-clean maintainer-clean-generic mostlyclean \
461 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
462 pdf pdf-am ps ps-am tags uninstall uninstall-am
465 check: $(noinst_PROGRAMS)
466 ./test$(EXEEXT)
468 debug:
469 $(MAKE) all CFLAGS="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
471 profile:
472 $(MAKE) all CFLAGS="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char"
473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
474 # Otherwise a system limit (for SysV at least) may be exceeded.
475 .NOEXPORT: