⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 AM
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -