makefile.am

来自「Motion JPEG编解码器源代码」· AM 代码 · 共 57 行

AM
57
字号
# Process this file with Automake to produce Makefile.inINCLUDES = -I$(top_srcdir) -I$(top_srcdir)/utilsLTCOMPILE = $(LIBTOOL) --mode=compile \	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(ALTIVEC_CFLAGS)noinst_LTLIBRARIES = libaltivec.lalibaltivec_la_SOURCES = \	add_pred.c \	amber.c \	benchmark.c \	bsad.c \	bsumsq.c \	bsumsq_sub22.c \	build_sub22_mests.c \	build_sub44_mests.c \	detect.c \	fdct.c \	fdct_idct.c \	field_dct_best.c \	find_best_one_pel.c \	idct.c \	iquant_intra.c \	iquant_non_intra.c \	motion.c \	pred_comp.c \	quant_non_intra.c \	quant_weight_coeff_sum.c \	quantize.c \	sad_00.c \	sad_01.c \	sad_10.c \	sad_11.c \	sub_mean_reduction.c \	sub_mean_reduction_ppc.S \	sub_pred.c \	subsample_image.c \	sumsq.c \	sumsq_sub22.c \	variance.cnoinst_HEADERS = \	altivec_conf.h \	altivec_motion.h \	altivec_predict.h \	altivec_quantize.h \	altivec_transform.h \	amber.h \	benchmark.h \	vectorize.h \	verify.hMAINTAINERCLEANFILES = Makefile.in

⌨️ 快捷键说明

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