makefile.am
来自「PIXIL is a small footprint operating env」· AM 代码 · 共 28 行
AM
28 行
## 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 + =
减小字号Ctrl + -
显示快捷键?