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

📄 makefile.am

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 AM
字号:
#### $Id: Makefile.am,v 1.7 2002/03/28 00:47:55 joel Exp $##include_hppa1_1dir = $(includedir)/hppa1.1include_hppa1_1_HEADERS = runway.h semaphore.h# NOTE: Unlike other CPUS, we install into a subdirectory to avoid#       file name conflicts$(PROJECT_INCLUDE)/hppa1.1:	$(mkinstalldirs) $@$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h	$(INSTALL_DATA) $< $@PREINSTALL_FILES = $(PROJECT_INCLUDE)/hppa1.1 \    $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)all-local: $(TMPINSTALL_FILES)EXTRA_DIST = runway.h semaphore.hinclude $(top_srcdir)/../../../../../automake/local.am

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -