?? makefile.in
字號:
# 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/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = .ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@PACKAGE=ac3decVERSION=0.5.5INSTALL = @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../../incCFLAGS = @CFLAGS@ -Wall -DDO_NIST -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" -I../../incCC = $(CXX)LIBRARY = libmpeg.aINSTLIB = ../../lib/linuxSOURCES = 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.cHEADERS = 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.hEXTRA_SOURCES = output_linux.c output_solaris.cCONFIG_HEADER = config.hCONFIG_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.oDEPENDENCIES = 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 .sall: librarylibrary: $(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.statusconfig.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 *.coredistclean: clean -rm -f config.statusinstall: @/bin/true
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -