?? makefile.am
字號:
# 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -