makefile.am

来自「mediastreamer2是开源的网络传输媒体流的库」· AM 代码 · 共 92 行

AM
92
字号
INCLUDES = -I$(top_srcdir)/includeEXTRA_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 \	encoder_disabled.c \	dct_encode.c \	encode.c \	encoder_toplevel.clib_LTLIBRARIES = libtheora.laif THEORA_DISABLE_ENCODEencoder_sources = encoder_disabled.celseencoder_sources = dct_encode.c encode.c encoder_toplevel.cendifif CPU_x86_64arch_dir = x86_64arch_sources= \	$(arch_dir)/dsp_mmx.c \	$(arch_dir)/dsp_mmxext.c \	$(arch_dir)/recon_mmx.c \	$(arch_dir)/fdct_mmx.celseif CPU_x86_32arch_dir = x86_32arch_sources= \	$(arch_dir)/dsp_mmx.c \	$(arch_dir)/dsp_mmxext.c \	$(arch_dir)/recon_mmx.c \	$(arch_dir)/fdct_mmx.cendifendiflibtheora_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.hlibtheora_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)debug:	$(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence"	profile:	$(MAKE) all CFLAGS="@PROFILE@"

⌨️ 快捷键说明

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