makefile.am
来自「pixil 最新的嵌入linux 應用程序集,別的地方很難下載」· AM 代码 · 共 21 行
AM
21 行
## Makefile.am for libvideogfx/libvideogfx/graphics/datatypesnoinst_LTLIBRARIES = libvideogfx-graphics-datatypes.lalibvideogfx_graphics_datatypes_la_SOURCES = \ motionfield.cc \ motionfield.hh \ primitives.hh \ region.cc \ region.hhINCLUDES = \ -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 + -
显示快捷键?