📄 makefile.am
字号:
## Makefile.am for libvideogfx/libvideogfx/graphics/basicnoinst_LTLIBRARIES = libvideogfx-graphics-basic.lalibvideogfx_graphics_basic_includedir = \ $(includedir)/libvideogfx/graphics/basiclibvideogfx_graphics_basic_la_SOURCES = \ bitmap.cc \ bitmap.hh \ image.cc \ image.hh \ image_tmpl.cclibvideogfx_graphics_basic_include_HEADERS = \ bitmap.hh \ image.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -