makefile.am

来自「MPEG-4编解码的实现(包括MPEG4视音频编解码)」· AM 代码 · 共 40 行

AM
40
字号
noinst_LTLIBRARIES = libfaad.la
libfaad_la_LDFLAGS = -static
libfaad_la_SOURCES = \
	bits.c \
	block.c \
	config.c \
	decdata.c \
	decoder.c \
	dolby_adapt.c \
	fastfft.c \
	huffdec.c \
	huffinit.c \
	hufftables.c \
	intensity.c \
	monopred.c \
	nok_lt_prediction.c \
	pns.c \
	stereo.c \
	tns.c \
	transfo.c \
	util.c \
	all.h \
	bits.h \
	block.h \
	fastfft.h \
	interface.h \
	kbd_win.h \
	monopred.h \
	nok_lt_prediction.h \
	nok_ltp_common.h \
	nok_ltp_common_internal.h \
	port.h \
	tns.h \
	transfo.h\
	util.h
INCLUDES = -I$(top_srcdir)/include
AM_CFLAGS = -O2 -Werror -Wall -fexceptions 

EXTRA_DIST = COPYING libfaad60.dsp libfaad60.dsw README

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?