makefile.am
来自「PIXIL is a small footprint operating env」· AM 代码 · 共 41 行
AM
41 行
## Makefile.am for libvideogfx/libvideogfx/containersnoinst_LTLIBRARIES = libvideogfx-containers.lalibvideogfx_containers_includedir = $(includedir)/libvideogfx/containers# Header files for public installation (non-generated)libvideogfx_containers_public_h_sources = \ heap.hh# Header files that don't get installedlibvideogfx_containers_private_h_sources = \ array.hh \ array.cc \ array2.cc \ array2.hh \ queue.cc \ queue.hh# C sources to build the library fromlibvideogfx_containers_c_sources = \ heap.cc## setup sources and their dependancies#libvideogfx_containers_include_HEADERS = $(libvideogfx_containers_public_h_sources)libvideogfx_containers_la_SOURCES = $(libvideogfx_containers_c_sources)EXTRA_HEADERS +=EXTRA_DIST += $(libvideogfx_containers_private_h_sources)INCLUDES = \ -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 + -
显示快捷键?