# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # 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. @SET_MAKE@ SOURCES = $(libtheora_la_SOURCES) srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ 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 = @build@ host_triplet = @host@ target_triplet = @target@ 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 @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@am__objects_1 = \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ libtheora_la-dsp_mmx.lo \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ libtheora_la-dsp_mmxext.lo \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ libtheora_la-recon_mmx.lo \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ libtheora_la-fdct_mmx.lo @CPU_x86_64_TRUE@am__objects_1 = libtheora_la-dsp_mmx.lo \ @CPU_x86_64_TRUE@ libtheora_la-dsp_mmxext.lo \ @CPU_x86_64_TRUE@ libtheora_la-recon_mmx.lo \ @CPU_x86_64_TRUE@ libtheora_la-fdct_mmx.lo @THEORA_DISABLE_ENCODE_FALSE@am__objects_2 = \ @THEORA_DISABLE_ENCODE_FALSE@ libtheora_la-dct_encode.lo \ @THEORA_DISABLE_ENCODE_FALSE@ libtheora_la-encode.lo \ @THEORA_DISABLE_ENCODE_FALSE@ libtheora_la-encoder_toplevel.lo @THEORA_DISABLE_ENCODE_TRUE@am__objects_2 = \ @THEORA_DISABLE_ENCODE_TRUE@ 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 = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BINDIR = @BINDIR@ BUILDABLE_EXAMPLES = @BUILDABLE_EXAMPLES@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPU_x86_32_FALSE = @CPU_x86_32_FALSE@ CPU_x86_32_TRUE = @CPU_x86_32_TRUE@ CPU_x86_64_FALSE = @CPU_x86_64_FALSE@ CPU_x86_64_TRUE = @CPU_x86_64_TRUE@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEBUG = @DEBUG@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DOCDIR = @DOCDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GETOPT_OBJS = @GETOPT_OBJS@ HAVE_DOXYGEN = @HAVE_DOXYGEN@ HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@ HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@ HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ HAVE_PYTHON = @HAVE_PYTHON@ HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@ HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@ HAVE_VALGRIND = @HAVE_VALGRIND@ INCLUDEDIR = @INCLUDEDIR@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBDIR = @LIBDIR@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ MAKEINFO = @MAKEINFO@ OBJEXT = @OBJEXT@ OGG_CFLAGS = @OGG_CFLAGS@ OGG_LIBS = @OGG_LIBS@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PROFILE = @PROFILE@ RANLIB = @RANLIB@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_CONFIG = @SDL_CONFIG@ SDL_LIBS = @SDL_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@ STRIP = @STRIP@ THEORA_DISABLE_ENCODE_FALSE = @THEORA_DISABLE_ENCODE_FALSE@ THEORA_DISABLE_ENCODE_TRUE = @THEORA_DISABLE_ENCODE_TRUE@ THEORA_DISABLE_FLOAT_FALSE = @THEORA_DISABLE_FLOAT_FALSE@ THEORA_DISABLE_FLOAT_TRUE = @THEORA_DISABLE_FLOAT_TRUE@ VALGRIND_ENVIRONMENT = @VALGRIND_ENVIRONMENT@ VERSION = @VERSION@ VORBISENC_LIBS = @VORBISENC_LIBS@ VORBISFILE_LIBS = @VORBISFILE_LIBS@ VORBIS_CFLAGS = @VORBIS_CFLAGS@ VORBIS_LIBS = @VORBIS_LIBS@ V_LIB_AGE = @V_LIB_AGE@ V_LIB_CURRENT = @V_LIB_CURRENT@ V_LIB_REVISION = @V_LIB_REVISION@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ 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 @THEORA_DISABLE_ENCODE_FALSE@encoder_sources = dct_encode.c encode.c encoder_toplevel.c @THEORA_DISABLE_ENCODE_TRUE@encoder_sources = encoder_disabled.c @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@arch_dir = x86_32 @CPU_x86_64_TRUE@arch_dir = x86_64 @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@arch_sources = \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ $(arch_dir)/dsp_mmx.c \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ $(arch_dir)/dsp_mmxext.c \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ $(arch_dir)/recon_mmx.c \ @CPU_x86_32_TRUE@@CPU_x86_64_FALSE@ $(arch_dir)/fdct_mmx.c @CPU_x86_64_TRUE@arch_sources = \ @CPU_x86_64_TRUE@ $(arch_dir)/dsp_mmx.c \ @CPU_x86_64_TRUE@ $(arch_dir)/dsp_mmxext.c \ @CPU_x86_64_TRUE@ $(arch_dir)/recon_mmx.c \ @CPU_x86_64_TRUE@ $(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 @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@ @SHLIB_VERSION_ARG@ libtheora_la_LIBADD = $(OGG_LIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-blockmap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-comment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-cpu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-dct.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-dct_decode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-dct_encode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-decode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-dsp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-dsp_mmx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-dsp_mmxext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-encode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-encoder_disabled.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-encoder_toplevel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-fdct_mmx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-frarray.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-frinit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-huffman.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-idct.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-mcomp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-misc_common.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-pb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-pp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-quant.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-recon_mmx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-reconstruct.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-scan.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtheora_la-toplevel.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< libtheora_la-blockmap.lo: blockmap.c @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-blockmap.Tpo" "$(DEPDIR)/libtheora_la-blockmap.Plo"; else rm -f "$(DEPDIR)/libtheora_la-blockmap.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='blockmap.c' object='libtheora_la-blockmap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-comment.Tpo" "$(DEPDIR)/libtheora_la-comment.Plo"; else rm -f "$(DEPDIR)/libtheora_la-comment.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='comment.c' object='libtheora_la-comment.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-dct.Tpo" "$(DEPDIR)/libtheora_la-dct.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dct.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct.c' object='libtheora_la-dct.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct_decode.c' object='libtheora_la-dct_decode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-decode.Tpo" "$(DEPDIR)/libtheora_la-decode.Plo"; else rm -f "$(DEPDIR)/libtheora_la-decode.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode.c' object='libtheora_la-decode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-frarray.Tpo" "$(DEPDIR)/libtheora_la-frarray.Plo"; else rm -f "$(DEPDIR)/libtheora_la-frarray.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='frarray.c' object='libtheora_la-frarray.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-frinit.Tpo" "$(DEPDIR)/libtheora_la-frinit.Plo"; else rm -f "$(DEPDIR)/libtheora_la-frinit.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='frinit.c' object='libtheora_la-frinit.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-huffman.Tpo" "$(DEPDIR)/libtheora_la-huffman.Plo"; else rm -f "$(DEPDIR)/libtheora_la-huffman.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='huffman.c' object='libtheora_la-huffman.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-idct.Tpo" "$(DEPDIR)/libtheora_la-idct.Plo"; else rm -f "$(DEPDIR)/libtheora_la-idct.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='idct.c' object='libtheora_la-idct.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-mcomp.Tpo" "$(DEPDIR)/libtheora_la-mcomp.Plo"; else rm -f "$(DEPDIR)/libtheora_la-mcomp.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mcomp.c' object='libtheora_la-mcomp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc_common.c' object='libtheora_la-misc_common.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-pb.Tpo" "$(DEPDIR)/libtheora_la-pb.Plo"; else rm -f "$(DEPDIR)/libtheora_la-pb.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pb.c' object='libtheora_la-pb.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-pp.Tpo" "$(DEPDIR)/libtheora_la-pp.Plo"; else rm -f "$(DEPDIR)/libtheora_la-pp.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pp.c' object='libtheora_la-pp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-quant.Tpo" "$(DEPDIR)/libtheora_la-quant.Plo"; else rm -f "$(DEPDIR)/libtheora_la-quant.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='quant.c' object='libtheora_la-quant.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-reconstruct.Tpo" "$(DEPDIR)/libtheora_la-reconstruct.Plo"; else rm -f "$(DEPDIR)/libtheora_la-reconstruct.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='reconstruct.c' object='libtheora_la-reconstruct.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-scan.Tpo" "$(DEPDIR)/libtheora_la-scan.Plo"; else rm -f "$(DEPDIR)/libtheora_la-scan.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='scan.c' object='libtheora_la-scan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-toplevel.Tpo" "$(DEPDIR)/libtheora_la-toplevel.Plo"; else rm -f "$(DEPDIR)/libtheora_la-toplevel.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='toplevel.c' object='libtheora_la-toplevel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-cpu.Tpo" "$(DEPDIR)/libtheora_la-cpu.Plo"; else rm -f "$(DEPDIR)/libtheora_la-cpu.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cpu.c' object='libtheora_la-cpu.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-dsp.Tpo" "$(DEPDIR)/libtheora_la-dsp.Plo"; else rm -f "$(DEPDIR)/libtheora_la-dsp.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dsp.c' object='libtheora_la-dsp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(arch_dir)/dsp_mmx.c' object='libtheora_la-dsp_mmx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(arch_dir)/dsp_mmxext.c' object='libtheora_la-dsp_mmxext.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(arch_dir)/recon_mmx.c' object='libtheora_la-recon_mmx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(arch_dir)/fdct_mmx.c' object='libtheora_la-fdct_mmx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct_encode.c' object='libtheora_la-dct_encode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libtheora_la-encode.Tpo" "$(DEPDIR)/libtheora_la-encode.Plo"; else rm -f "$(DEPDIR)/libtheora_la-encode.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='encode.c' object='libtheora_la-encode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='encoder_toplevel.c' object='libtheora_la-encoder_toplevel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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 @am__fastdepCC_TRUE@ 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; \ @am__fastdepCC_TRUE@ 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 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='encoder_disabled.c' object='libtheora_la-encoder_disabled.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(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="@DEBUG@" LDFLAGS="-lefence" profile: $(MAKE) all CFLAGS="@PROFILE@" # 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: