Makefile
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:4k
- # Generated automatically from Makefile.in by configure.
- # 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 = /bin/sh
- srcdir = .
- top_srcdir = .
- prefix = /usr/local
- exec_prefix = ${prefix}
- bindir = ${exec_prefix}/bin
- sbindir = ${exec_prefix}/sbin
- libexecdir = ${exec_prefix}/libexec
- datadir = ${prefix}/share
- sysconfdir = ${prefix}/etc
- sharedstatedir = ${prefix}/com
- localstatedir = ${prefix}/var
- libdir = ${exec_prefix}/lib
- infodir = ${prefix}/info
- mandir = ${prefix}/man
- includedir = ${prefix}/include
- oldincludedir = /usr/include
- DESTDIR =
- pkgdatadir = $(datadir)/ac3dec
- pkglibdir = $(libdir)/ac3dec
- pkgincludedir = $(includedir)/ac3dec
- top_builddir = .
- ACLOCAL = aclocal
- AUTOCONF = /home/jojo/NIST-0.51/src/AC3/missing autoconf
- AUTOMAKE = automake
- AUTOHEADER = /home/jojo/NIST-0.51/src/AC3/missing autoheader
- PACKAGE=ac3dec
- VERSION=0.5.5
- INSTALL = /usr/bin/install -c
- INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_SCRIPT = ${INSTALL_PROGRAM}
- transform = s,x,x,
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
- host_alias = i686-pc-linux-gnu
- host_triplet = i686-pc-linux-gnu
- CXX = c++
- MAINT = #
- MAKEINFO = makeinfo
- PACKAGE = ac3dec
- RANLIB = ranlib
- #VERSION = 0.5.3
- CXXFLAGS = -Wall -O6 -g -DDO_NIST -DLINUX -malign-double -fschedule-insns2 -DPACKAGE="$(PACKAGE)" -DVERSION="$(VERSION)" -I../../inc
- CFLAGS = $(CXXFLAGS)
- 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 = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
- CPPFLAGS =
- LDFLAGS =
- 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: #$(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