makefile.am

来自「pixil 最新的嵌入linux 應用程序集,別的地方很難下載」· AM 代码 · 共 39 行

AM
39
字号
## Makefile.am for libvideogfx/libvideogfx/graphics/lowlevelif ENABLE_MMXnoinst_LTLIBRARIES = \	libvideogfx-graphics-lowlevel.la	\	libvideogfx-graphics-lowlevel-mmx.laelsenoinst_LTLIBRARIES = \	libvideogfx-graphics-lowlevel.laendiflibvideogfx_graphics_lowlevel_la_SOURCES = \	img2raw.cc		\	img2raw.hh		\	yuv2rgb16.cc		\	yuv2rgb16.hhif ENABLE_MMXlibvideogfx_graphics_lowlevel_mmx_la_SOURCES = \	grey2rgb16mmx.cc	\	grey2rgb16mmx.hh	\	grey2rgb32mmx.cc	\	grey2rgb32mmx.hh	\	yuv2rgb16mmx.cc		\	yuv2rgb16mmx.hh		\	yuv2rgb32mmx.cc		\	yuv2rgb32mmx.hhendifINCLUDES = \	-I$(top_srcdir).PHONY: filesfiles:	@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \	  echo $$p; \	done

⌨️ 快捷键说明

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