# Makefile.in generated by automake 1.9.5 from Makefile.am. # lib/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SOURCES = $(libtheora_la_SOURCES) srcdir = . top_srcdir = .. pkgdatadir = $(datadir)/libtheora pkglibdir = $(libdir)/libtheora pkgincludedir = $(includedir)/libtheora top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = /usr/bin/install -c install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = i686-pc-linux-gnu host_triplet = i686-pc-linux-gnu target_triplet = i686-pc-linux-gnu subdir = lib DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/Version_script.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \ $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/sdl.m4 $(top_srcdir)/m4/vorbis.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = Version_script am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(libdir)" libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libtheora_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am__libtheora_la_SOURCES_DIST = blockmap.c comment.c dct.c \ dct_decode.c decode.c frarray.c frinit.c huffman.c idct.c \ mcomp.c misc_common.c pb.c pp.c quant.c reconstruct.c scan.c \ toplevel.c cpu.c dsp.c $(arch_dir)/dsp_mmx.c \ $(arch_dir)/dsp_mmxext.c $(arch_dir)/recon_mmx.c \ $(arch_dir)/fdct_mmx.c dct_encode.c encode.c \ encoder_toplevel.c encoder_disabled.c am__objects_1 = \ libtheora_la-dsp_mmx.lo \ libtheora_la-dsp_mmxext.lo \ libtheora_la-recon_mmx.lo \ libtheora_la-fdct_mmx.lo #am__objects_1 = libtheora_la-dsp_mmx.lo \ # libtheora_la-dsp_mmxext.lo \ # libtheora_la-recon_mmx.lo \ # libtheora_la-fdct_mmx.lo am__objects_2 = \ libtheora_la-dct_encode.lo \ libtheora_la-encode.lo \ libtheora_la-encoder_toplevel.lo #am__objects_2 = \ # libtheora_la-encoder_disabled.lo am_libtheora_la_OBJECTS = libtheora_la-blockmap.lo \ libtheora_la-comment.lo libtheora_la-dct.lo \ libtheora_la-dct_decode.lo libtheora_la-decode.lo \ libtheora_la-frarray.lo libtheora_la-frinit.lo \ libtheora_la-huffman.lo libtheora_la-idct.lo \ libtheora_la-mcomp.lo libtheora_la-misc_common.lo \ libtheora_la-pb.lo libtheora_la-pp.lo libtheora_la-quant.lo \ libtheora_la-reconstruct.lo libtheora_la-scan.lo \ libtheora_la-toplevel.lo libtheora_la-cpu.lo \ libtheora_la-dsp.lo $(am__objects_1) $(am__objects_2) libtheora_la_OBJECTS = $(am_libtheora_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libtheora_la_SOURCES) DIST_SOURCES = $(am__libtheora_la_SOURCES_DIST) HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /home/leonardo/temp/theora-fpga/libtheora_tb/missing --run aclocal-1.9 ACLOCAL_AMFLAGS = -I m4 AMDEP_FALSE = # AMDEP_TRUE = AMTAR = ${SHELL} /home/leonardo/temp/theora-fpga/libtheora_tb/missing --run tar AR = ar AUTOCONF = ${SHELL} /home/leonardo/temp/theora-fpga/libtheora_tb/missing --run autoconf AUTOHEADER = ${SHELL} /home/leonardo/temp/theora-fpga/libtheora_tb/missing --run autoheader AUTOMAKE = ${SHELL} /home/leonardo/temp/theora-fpga/libtheora_tb/missing --run automake-1.9 AWK = mawk BINDIR = @BINDIR@ BUILDABLE_EXAMPLES = encoder_example$(EXEEXT) player_example CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops CPP = gcc -E CPPFLAGS = CPU_x86_32_FALSE = # CPU_x86_32_TRUE = CPU_x86_64_FALSE = CPU_x86_64_TRUE = # CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH_W = echo DEBUG = -g -Wall -DDEBUG -D__NO_MATH_INLINES DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DOCDIR = @DOCDIR@ ECHO = echo ECHO_C = ECHO_N = -n ECHO_T = EGREP = grep -E EXEEXT = F77 = FFLAGS = GETOPT_OBJS = HAVE_DOXYGEN = false HAVE_DOXYGEN_FALSE = HAVE_DOXYGEN_TRUE = # HAVE_PKG_CONFIG = HAVE_PYTHON = true HAVE_PYTHON_FALSE = # HAVE_PYTHON_TRUE = HAVE_VALGRIND = INCLUDEDIR = @INCLUDEDIR@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s LDFLAGS = LIBDIR = @LIBDIR@ LIBOBJS = LIBS = LIBTOOL = $(SHELL) $(top_builddir)/libtool LN_S = ln -s LTLIBOBJS = MAINT = # MAINTAINER_MODE_FALSE = MAINTAINER_MODE_TRUE = # MAKEINFO = ${SHELL} /home/leonardo/temp/theora-fpga/libtheora_tb/missing --run makeinfo OBJEXT = o OGG_CFLAGS = OGG_LIBS = -logg PACKAGE = libtheora PACKAGE_BUGREPORT = PACKAGE_NAME = libtheora PACKAGE_STRING = libtheora 1.0alpha6 PACKAGE_TARNAME = libtheora PACKAGE_VERSION = 1.0alpha6 PATH_SEPARATOR = : PKG_CONFIG = PROFILE = -Wall -pg -g -O3 -fno-inline-functions -DDEBUG RANLIB = ranlib SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT SDL_CONFIG = /usr/bin/sdl-config SDL_LIBS = -L/usr/lib -lSDL SET_MAKE = SHELL = /bin/bash SHLIB_VERSION_ARG = -Wl,--version-script=Version_script STRIP = strip THEORA_DISABLE_ENCODE_FALSE = THEORA_DISABLE_ENCODE_TRUE = # THEORA_DISABLE_FLOAT_FALSE = THEORA_DISABLE_FLOAT_TRUE = # VALGRIND_ENVIRONMENT = VERSION = 1.0alpha6 VORBISENC_LIBS = -lvorbisenc VORBISFILE_LIBS = -lvorbisfile VORBIS_CFLAGS = VORBIS_LIBS = -lvorbis -lm V_LIB_AGE = 2 V_LIB_CURRENT = 2 V_LIB_REVISION = 0 ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_F77 = ac_ct_RANLIB = ranlib ac_ct_STRIP = strip am__fastdepCC_FALSE = # am__fastdepCC_TRUE = am__fastdepCXX_FALSE = # am__fastdepCXX_TRUE = am__include = include am__leading_dot = . am__quote = am__tar = ${AMTAR} chof - "$$tardir" am__untar = ${AMTAR} xf - bindir = ${exec_prefix}/bin build = i686-pc-linux-gnu build_alias = build_cpu = i686 build_os = linux-gnu build_vendor = pc datadir = ${prefix}/share exec_prefix = ${prefix} host = i686-pc-linux-gnu host_alias = host_cpu = i686 host_os = linux-gnu host_vendor = pc includedir = ${prefix}/include infodir = ${prefix}/info install_sh = /home/leonardo/temp/theora-fpga/libtheora_tb/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localstatedir = ${prefix}/var mandir = ${prefix}/man mkdir_p = mkdir -p -- oldincludedir = /usr/include prefix = /usr/local program_transform_name = s,x,x, sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com sysconfdir = ${prefix}/etc target = i686-pc-linux-gnu target_alias = target_cpu = i686 target_os = linux-gnu target_vendor = pc INCLUDES = -I$(top_srcdir)/include EXTRA_DIST = Version_script.in \ x86_32/dsp_mmx.c \ x86_32/dsp_mmxext.c \ x86_32/recon_mmx.c \ x86_32/fdct_mmx.c \ x86_64/dsp_mmx.c \ x86_64/dsp_mmxext.c \ x86_64/recon_mmx.c \ x86_64/fdct_mmx.c \ x86_32_vs/dsp_mmx.c \ x86_32_vs/fdct_mmx.c \ x86_32_vs/recon_mmx.c lib_LTLIBRARIES = libtheora.la encoder_sources = dct_encode.c encode.c encoder_toplevel.c #encoder_sources = encoder_disabled.c arch_dir = x86_32 #arch_dir = x86_64 arch_sources = \ $(arch_dir)/dsp_mmx.c \ $(arch_dir)/dsp_mmxext.c \ $(arch_dir)/recon_mmx.c \ $(arch_dir)/fdct_mmx.c #arch_sources = \ # $(arch_dir)/dsp_mmx.c \ # $(arch_dir)/dsp_mmxext.c \ # $(arch_dir)/recon_mmx.c \ # $(arch_dir)/fdct_mmx.c libtheora_la_SOURCES = \ blockmap.c \ comment.c \ dct.c \ dct_decode.c \ decode.c \ frarray.c \ frinit.c \ huffman.c \ idct.c \ mcomp.c \ misc_common.c \ pb.c \ pp.c \ quant.c \ reconstruct.c \ scan.c \ toplevel.c \ cpu.c \ dsp.c \ $(arch_sources) \ $(encoder_sources) noinst_HEADERS = \ block_inline.h \ codec_internal.h \ encoder_lookup.h \ huffman.h \ hufftables.h \ pp.h \ quant_lookup.h \ toplevel.h \ toplevel_lookup.h \ cpu.h \ dsp.h libtheora_la_CFLAGS = $(OGG_CFLAGS) libtheora_la_LDFLAGS = -version-info 2:0:2 -Wl,--version-script=Version_script libtheora_la_LIBADD = $(OGG_LIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu lib/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: # $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): # $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh Version_script: $(top_builddir)/config.status $(srcdir)/Version_script.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libtheora.la: $(libtheora_la_OBJECTS) $(libtheora_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libtheora_la_LDFLAGS) $(libtheora_la_OBJECTS) $(libtheora_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c include ./$(DEPDIR)/libtheora_la-blockmap.Plo include ./$(DEPDIR)/libtheora_la-comment.Plo include ./$(DEPDIR)/libtheora_la-cpu.Plo include ./$(DEPDIR)/libtheora_la-dct.Plo include ./$(DEPDIR)/libtheora_la-dct_decode.Plo include ./$(DEPDIR)/libtheora_la-dct_encode.Plo include ./$(DEPDIR)/libtheora_la-decode.Plo include ./$(DEPDIR)/libtheora_la-dsp.Plo include ./$(DEPDIR)/libtheora_la-dsp_mmx.Plo include ./$(DEPDIR)/libtheora_la-dsp_mmxext.Plo include ./$(DEPDIR)/libtheora_la-encode.Plo include ./$(DEPDIR)/libtheora_la-encoder_disabled.Plo include ./$(DEPDIR)/libtheora_la-encoder_toplevel.Plo include ./$(DEPDIR)/libtheora_la-fdct_mmx.Plo include ./$(DEPDIR)/libtheora_la-frarray.Plo include ./$(DEPDIR)/libtheora_la-frinit.Plo include ./$(DEPDIR)/libtheora_la-huffman.Plo include ./$(DEPDIR)/libtheora_la-idct.Plo include ./$(DEPDIR)/libtheora_la-mcomp.Plo include ./$(DEPDIR)/libtheora_la-misc_common.Plo include ./$(DEPDIR)/libtheora_la-pb.Plo include ./$(DEPDIR)/libtheora_la-pp.Plo include ./$(DEPDIR)/libtheora_la-quant.Plo include ./$(DEPDIR)/libtheora_la-recon_mmx.Plo include ./$(DEPDIR)/libtheora_la-reconstruct.Plo include ./$(DEPDIR)/libtheora_la-scan.Plo include ./$(DEPDIR)/libtheora_la-toplevel.Plo .c.o: if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(COMPILE) -c $< .c.obj: if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi # source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LTCOMPILE) -c -o $@ $< libtheora_la-blockmap.lo: blockmap.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-blockmap.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-blockmap.Tpo" -c -o libtheora_la-blockmap.lo `test -f 'blockmap.c' || echo '$(srcdir)/'`blockmap.c; \ then mv -f "$(DEPDIR)/libtheora_la-blockmap.Tpo" "$(DEPDIR)/libtheora_la-blockmap.Plo"; else rm -f "$(DEPDIR)/libtheora_la-blockmap.Tpo"; exit 1; fi # source='blockmap.c' object='libtheora_la-blockmap.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-blockmap.lo `test -f 'blockmap.c' || echo '$(srcdir)/'`blockmap.c libtheora_la-comment.lo: comment.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-comment.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-comment.Tpo" -c -o libtheora_la-comment.lo `test -f 'comment.c' || echo '$(srcdir)/'`comment.c; \ then mv -f "$(DEPDIR)/libtheora_la-comment.Tpo" "$(DEPDIR)/libtheora_la-comment.Plo"; else rm -f "$(DEPDIR)/libtheora_la-comment.Tpo"; exit 1; fi # source='comment.c' object='libtheora_la-comment.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-comment.lo `test -f 'comment.c' || echo '$(srcdir)/'`comment.c libtheora_la-dct.lo: dct.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-dct.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-dct.Tpo" -c -o libtheora_la-dct.lo `test -f 'dct.c' || echo '$(srcdir)/'`dct.c; \ then mv -f "$(DEPDIR)/libtheora_la-dct.Tpo" "$(DEPDIR)/libtheora_la-dct.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dct.Tpo"; exit 1; fi # source='dct.c' object='libtheora_la-dct.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-dct.lo `test -f 'dct.c' || echo '$(srcdir)/'`dct.c libtheora_la-dct_decode.lo: dct_decode.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-dct_decode.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-dct_decode.Tpo" -c -o libtheora_la-dct_decode.lo `test -f 'dct_decode.c' || echo '$(srcdir)/'`dct_decode.c; \ then mv -f "$(DEPDIR)/libtheora_la-dct_decode.Tpo" "$(DEPDIR)/libtheora_la-dct_decode.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dct_decode.Tpo"; exit 1; fi # source='dct_decode.c' object='libtheora_la-dct_decode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-dct_decode.lo `test -f 'dct_decode.c' || echo '$(srcdir)/'`dct_decode.c libtheora_la-decode.lo: decode.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-decode.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-decode.Tpo" -c -o libtheora_la-decode.lo `test -f 'decode.c' || echo '$(srcdir)/'`decode.c; \ then mv -f "$(DEPDIR)/libtheora_la-decode.Tpo" "$(DEPDIR)/libtheora_la-decode.Plo"; else rm -f "$(DEPDIR)/libtheora_la-decode.Tpo"; exit 1; fi # source='decode.c' object='libtheora_la-decode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-decode.lo `test -f 'decode.c' || echo '$(srcdir)/'`decode.c libtheora_la-frarray.lo: frarray.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-frarray.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-frarray.Tpo" -c -o libtheora_la-frarray.lo `test -f 'frarray.c' || echo '$(srcdir)/'`frarray.c; \ then mv -f "$(DEPDIR)/libtheora_la-frarray.Tpo" "$(DEPDIR)/libtheora_la-frarray.Plo"; else rm -f "$(DEPDIR)/libtheora_la-frarray.Tpo"; exit 1; fi # source='frarray.c' object='libtheora_la-frarray.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-frarray.lo `test -f 'frarray.c' || echo '$(srcdir)/'`frarray.c libtheora_la-frinit.lo: frinit.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-frinit.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-frinit.Tpo" -c -o libtheora_la-frinit.lo `test -f 'frinit.c' || echo '$(srcdir)/'`frinit.c; \ then mv -f "$(DEPDIR)/libtheora_la-frinit.Tpo" "$(DEPDIR)/libtheora_la-frinit.Plo"; else rm -f "$(DEPDIR)/libtheora_la-frinit.Tpo"; exit 1; fi # source='frinit.c' object='libtheora_la-frinit.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-frinit.lo `test -f 'frinit.c' || echo '$(srcdir)/'`frinit.c libtheora_la-huffman.lo: huffman.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-huffman.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-huffman.Tpo" -c -o libtheora_la-huffman.lo `test -f 'huffman.c' || echo '$(srcdir)/'`huffman.c; \ then mv -f "$(DEPDIR)/libtheora_la-huffman.Tpo" "$(DEPDIR)/libtheora_la-huffman.Plo"; else rm -f "$(DEPDIR)/libtheora_la-huffman.Tpo"; exit 1; fi # source='huffman.c' object='libtheora_la-huffman.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-huffman.lo `test -f 'huffman.c' || echo '$(srcdir)/'`huffman.c libtheora_la-idct.lo: idct.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-idct.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-idct.Tpo" -c -o libtheora_la-idct.lo `test -f 'idct.c' || echo '$(srcdir)/'`idct.c; \ then mv -f "$(DEPDIR)/libtheora_la-idct.Tpo" "$(DEPDIR)/libtheora_la-idct.Plo"; else rm -f "$(DEPDIR)/libtheora_la-idct.Tpo"; exit 1; fi # source='idct.c' object='libtheora_la-idct.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-idct.lo `test -f 'idct.c' || echo '$(srcdir)/'`idct.c libtheora_la-mcomp.lo: mcomp.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-mcomp.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-mcomp.Tpo" -c -o libtheora_la-mcomp.lo `test -f 'mcomp.c' || echo '$(srcdir)/'`mcomp.c; \ then mv -f "$(DEPDIR)/libtheora_la-mcomp.Tpo" "$(DEPDIR)/libtheora_la-mcomp.Plo"; else rm -f "$(DEPDIR)/libtheora_la-mcomp.Tpo"; exit 1; fi # source='mcomp.c' object='libtheora_la-mcomp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-mcomp.lo `test -f 'mcomp.c' || echo '$(srcdir)/'`mcomp.c libtheora_la-misc_common.lo: misc_common.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-misc_common.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-misc_common.Tpo" -c -o libtheora_la-misc_common.lo `test -f 'misc_common.c' || echo '$(srcdir)/'`misc_common.c; \ then mv -f "$(DEPDIR)/libtheora_la-misc_common.Tpo" "$(DEPDIR)/libtheora_la-misc_common.Plo"; else rm -f "$(DEPDIR)/libtheora_la-misc_common.Tpo"; exit 1; fi # source='misc_common.c' object='libtheora_la-misc_common.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-misc_common.lo `test -f 'misc_common.c' || echo '$(srcdir)/'`misc_common.c libtheora_la-pb.lo: pb.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-pb.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-pb.Tpo" -c -o libtheora_la-pb.lo `test -f 'pb.c' || echo '$(srcdir)/'`pb.c; \ then mv -f "$(DEPDIR)/libtheora_la-pb.Tpo" "$(DEPDIR)/libtheora_la-pb.Plo"; else rm -f "$(DEPDIR)/libtheora_la-pb.Tpo"; exit 1; fi # source='pb.c' object='libtheora_la-pb.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-pb.lo `test -f 'pb.c' || echo '$(srcdir)/'`pb.c libtheora_la-pp.lo: pp.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-pp.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-pp.Tpo" -c -o libtheora_la-pp.lo `test -f 'pp.c' || echo '$(srcdir)/'`pp.c; \ then mv -f "$(DEPDIR)/libtheora_la-pp.Tpo" "$(DEPDIR)/libtheora_la-pp.Plo"; else rm -f "$(DEPDIR)/libtheora_la-pp.Tpo"; exit 1; fi # source='pp.c' object='libtheora_la-pp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-pp.lo `test -f 'pp.c' || echo '$(srcdir)/'`pp.c libtheora_la-quant.lo: quant.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-quant.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-quant.Tpo" -c -o libtheora_la-quant.lo `test -f 'quant.c' || echo '$(srcdir)/'`quant.c; \ then mv -f "$(DEPDIR)/libtheora_la-quant.Tpo" "$(DEPDIR)/libtheora_la-quant.Plo"; else rm -f "$(DEPDIR)/libtheora_la-quant.Tpo"; exit 1; fi # source='quant.c' object='libtheora_la-quant.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-quant.lo `test -f 'quant.c' || echo '$(srcdir)/'`quant.c libtheora_la-reconstruct.lo: reconstruct.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-reconstruct.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-reconstruct.Tpo" -c -o libtheora_la-reconstruct.lo `test -f 'reconstruct.c' || echo '$(srcdir)/'`reconstruct.c; \ then mv -f "$(DEPDIR)/libtheora_la-reconstruct.Tpo" "$(DEPDIR)/libtheora_la-reconstruct.Plo"; else rm -f "$(DEPDIR)/libtheora_la-reconstruct.Tpo"; exit 1; fi # source='reconstruct.c' object='libtheora_la-reconstruct.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-reconstruct.lo `test -f 'reconstruct.c' || echo '$(srcdir)/'`reconstruct.c libtheora_la-scan.lo: scan.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-scan.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-scan.Tpo" -c -o libtheora_la-scan.lo `test -f 'scan.c' || echo '$(srcdir)/'`scan.c; \ then mv -f "$(DEPDIR)/libtheora_la-scan.Tpo" "$(DEPDIR)/libtheora_la-scan.Plo"; else rm -f "$(DEPDIR)/libtheora_la-scan.Tpo"; exit 1; fi # source='scan.c' object='libtheora_la-scan.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-scan.lo `test -f 'scan.c' || echo '$(srcdir)/'`scan.c libtheora_la-toplevel.lo: toplevel.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-toplevel.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-toplevel.Tpo" -c -o libtheora_la-toplevel.lo `test -f 'toplevel.c' || echo '$(srcdir)/'`toplevel.c; \ then mv -f "$(DEPDIR)/libtheora_la-toplevel.Tpo" "$(DEPDIR)/libtheora_la-toplevel.Plo"; else rm -f "$(DEPDIR)/libtheora_la-toplevel.Tpo"; exit 1; fi # source='toplevel.c' object='libtheora_la-toplevel.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-toplevel.lo `test -f 'toplevel.c' || echo '$(srcdir)/'`toplevel.c libtheora_la-cpu.lo: cpu.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-cpu.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-cpu.Tpo" -c -o libtheora_la-cpu.lo `test -f 'cpu.c' || echo '$(srcdir)/'`cpu.c; \ then mv -f "$(DEPDIR)/libtheora_la-cpu.Tpo" "$(DEPDIR)/libtheora_la-cpu.Plo"; else rm -f "$(DEPDIR)/libtheora_la-cpu.Tpo"; exit 1; fi # source='cpu.c' object='libtheora_la-cpu.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-cpu.lo `test -f 'cpu.c' || echo '$(srcdir)/'`cpu.c libtheora_la-dsp.lo: dsp.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-dsp.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-dsp.Tpo" -c -o libtheora_la-dsp.lo `test -f 'dsp.c' || echo '$(srcdir)/'`dsp.c; \ then mv -f "$(DEPDIR)/libtheora_la-dsp.Tpo" "$(DEPDIR)/libtheora_la-dsp.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dsp.Tpo"; exit 1; fi # source='dsp.c' object='libtheora_la-dsp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-dsp.lo `test -f 'dsp.c' || echo '$(srcdir)/'`dsp.c libtheora_la-dsp_mmx.lo: $(arch_dir)/dsp_mmx.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-dsp_mmx.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-dsp_mmx.Tpo" -c -o libtheora_la-dsp_mmx.lo `test -f '$(arch_dir)/dsp_mmx.c' || echo '$(srcdir)/'`$(arch_dir)/dsp_mmx.c; \ then mv -f "$(DEPDIR)/libtheora_la-dsp_mmx.Tpo" "$(DEPDIR)/libtheora_la-dsp_mmx.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dsp_mmx.Tpo"; exit 1; fi # source='$(arch_dir)/dsp_mmx.c' object='libtheora_la-dsp_mmx.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-dsp_mmx.lo `test -f '$(arch_dir)/dsp_mmx.c' || echo '$(srcdir)/'`$(arch_dir)/dsp_mmx.c libtheora_la-dsp_mmxext.lo: $(arch_dir)/dsp_mmxext.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-dsp_mmxext.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-dsp_mmxext.Tpo" -c -o libtheora_la-dsp_mmxext.lo `test -f '$(arch_dir)/dsp_mmxext.c' || echo '$(srcdir)/'`$(arch_dir)/dsp_mmxext.c; \ then mv -f "$(DEPDIR)/libtheora_la-dsp_mmxext.Tpo" "$(DEPDIR)/libtheora_la-dsp_mmxext.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dsp_mmxext.Tpo"; exit 1; fi # source='$(arch_dir)/dsp_mmxext.c' object='libtheora_la-dsp_mmxext.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-dsp_mmxext.lo `test -f '$(arch_dir)/dsp_mmxext.c' || echo '$(srcdir)/'`$(arch_dir)/dsp_mmxext.c libtheora_la-recon_mmx.lo: $(arch_dir)/recon_mmx.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-recon_mmx.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-recon_mmx.Tpo" -c -o libtheora_la-recon_mmx.lo `test -f '$(arch_dir)/recon_mmx.c' || echo '$(srcdir)/'`$(arch_dir)/recon_mmx.c; \ then mv -f "$(DEPDIR)/libtheora_la-recon_mmx.Tpo" "$(DEPDIR)/libtheora_la-recon_mmx.Plo"; else rm -f "$(DEPDIR)/libtheora_la-recon_mmx.Tpo"; exit 1; fi # source='$(arch_dir)/recon_mmx.c' object='libtheora_la-recon_mmx.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-recon_mmx.lo `test -f '$(arch_dir)/recon_mmx.c' || echo '$(srcdir)/'`$(arch_dir)/recon_mmx.c libtheora_la-fdct_mmx.lo: $(arch_dir)/fdct_mmx.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-fdct_mmx.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-fdct_mmx.Tpo" -c -o libtheora_la-fdct_mmx.lo `test -f '$(arch_dir)/fdct_mmx.c' || echo '$(srcdir)/'`$(arch_dir)/fdct_mmx.c; \ then mv -f "$(DEPDIR)/libtheora_la-fdct_mmx.Tpo" "$(DEPDIR)/libtheora_la-fdct_mmx.Plo"; else rm -f "$(DEPDIR)/libtheora_la-fdct_mmx.Tpo"; exit 1; fi # source='$(arch_dir)/fdct_mmx.c' object='libtheora_la-fdct_mmx.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-fdct_mmx.lo `test -f '$(arch_dir)/fdct_mmx.c' || echo '$(srcdir)/'`$(arch_dir)/fdct_mmx.c libtheora_la-dct_encode.lo: dct_encode.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-dct_encode.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-dct_encode.Tpo" -c -o libtheora_la-dct_encode.lo `test -f 'dct_encode.c' || echo '$(srcdir)/'`dct_encode.c; \ then mv -f "$(DEPDIR)/libtheora_la-dct_encode.Tpo" "$(DEPDIR)/libtheora_la-dct_encode.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dct_encode.Tpo"; exit 1; fi # source='dct_encode.c' object='libtheora_la-dct_encode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-dct_encode.lo `test -f 'dct_encode.c' || echo '$(srcdir)/'`dct_encode.c libtheora_la-encode.lo: encode.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-encode.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-encode.Tpo" -c -o libtheora_la-encode.lo `test -f 'encode.c' || echo '$(srcdir)/'`encode.c; \ then mv -f "$(DEPDIR)/libtheora_la-encode.Tpo" "$(DEPDIR)/libtheora_la-encode.Plo"; else rm -f "$(DEPDIR)/libtheora_la-encode.Tpo"; exit 1; fi # source='encode.c' object='libtheora_la-encode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-encode.lo `test -f 'encode.c' || echo '$(srcdir)/'`encode.c libtheora_la-encoder_toplevel.lo: encoder_toplevel.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-encoder_toplevel.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-encoder_toplevel.Tpo" -c -o libtheora_la-encoder_toplevel.lo `test -f 'encoder_toplevel.c' || echo '$(srcdir)/'`encoder_toplevel.c; \ then mv -f "$(DEPDIR)/libtheora_la-encoder_toplevel.Tpo" "$(DEPDIR)/libtheora_la-encoder_toplevel.Plo"; else rm -f "$(DEPDIR)/libtheora_la-encoder_toplevel.Tpo"; exit 1; fi # source='encoder_toplevel.c' object='libtheora_la-encoder_toplevel.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-encoder_toplevel.lo `test -f 'encoder_toplevel.c' || echo '$(srcdir)/'`encoder_toplevel.c libtheora_la-encoder_disabled.lo: encoder_disabled.c if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -MT libtheora_la-encoder_disabled.lo -MD -MP -MF "$(DEPDIR)/libtheora_la-encoder_disabled.Tpo" -c -o libtheora_la-encoder_disabled.lo `test -f 'encoder_disabled.c' || echo '$(srcdir)/'`encoder_disabled.c; \ then mv -f "$(DEPDIR)/libtheora_la-encoder_disabled.Tpo" "$(DEPDIR)/libtheora_la-encoder_disabled.Plo"; else rm -f "$(DEPDIR)/libtheora_la-encoder_disabled.Tpo"; exit 1; fi # source='encoder_disabled.c' object='libtheora_la-encoder_disabled.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtheora_la_CFLAGS) $(CFLAGS) -c -o libtheora_la-encoder_disabled.lo `test -f 'encoder_disabled.c' || echo '$(srcdir)/'`encoder_disabled.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool uninstall-info-am: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(mkdir_p) $(distdir)/x86_32 $(distdir)/x86_32_vs $(distdir)/x86_64 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-libtool distclean-tags dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-exec-am: install-libLTLIBRARIES install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-exec \ install-exec-am install-info install-info-am \ install-libLTLIBRARIES install-man install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-info-am \ uninstall-libLTLIBRARIES debug: $(MAKE) all CFLAGS="-g -Wall -DDEBUG -D__NO_MATH_INLINES" LDFLAGS="-lefence" profile: $(MAKE) all CFLAGS="-Wall -pg -g -O3 -fno-inline-functions -DDEBUG" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: