# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 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. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ PACKAGE=ac3dec VERSION=0.5.5 INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ CXX = @CXX@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ #VERSION = @VERSION@ CXXFLAGS = @CXXFLAGS@ -Wall -DDO_NIST -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" -I../../inc CFLAGS = @CFLAGS@ -Wall -DDO_NIST -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" -I../../inc CC = $(CXX) LIBRARY = libmpeg.a INSTLIB = ../../lib/linux SOURCES = bitstream.c decode.c imdct.c mantissa.c exponent.c stats.c bit_allocate.c uncouple.c output.c parse.c crc.c debug.c ring_buffer.c matlab.c rematrix.c downmix.c dither.c HEADERS = bitstream.h decode.h imdct.h ac3.h stats.h mantissa.h exponent.h bit_allocate.h uncouple.h output.h parse.h crc.h debug.h ring_buffer.h matlab.h rematrix.h downmix.h dither.h EXTRA_SOURCES = output_linux.c output_solaris.c CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = DEFS = @DEFS@ -I. -I$(srcdir) -I. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ OBJECTS = bitstream.o decode.o imdct.o mantissa.o exponent.o \ stats.o bit_allocate.o uncouple.o parse.o crc.o debug.o \ ring_buffer.o matlab.o rematrix.o output_linux.o downmix.o dither.o DEPENDENCIES = LDFLAGS = COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ .SUFFIXES: .SUFFIXES: .S .c .o .s all: library library: $(LIBRARY) $(LIBRARY): $(OBJECTS) ar vrus $(INSTLIB)/$@ $(OBJECTS) $(OBJECTS): $(HEADERS) Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< clean: -rm -f *.o core *.core distclean: clean -rm -f config.status install: @/bin/true