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

📄 makefile.am

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 AM
字号:
#### $Id: Makefile.am,v 1.6.4.1 2005/09/01 13:20:47 joel Exp $### This driver needs to be reworked for the BSD stack.# We only install wd80x3.h if HAS_NETWORKING was definedif HAS_NETWORKINGWD80X3 = wd80x3.hendifinclude_HEADERS = bsp.h crt.h coverhd.h tod.h $(WD80X3) bspopts.hcoverhd.h: $(top_srcdir)/../../shared/include/coverhd.h	cp $< $@tod.h: $(top_srcdir)/../../shared/tod.h	cp $< $@CLEANFILES = coverhd.h tod.h$(PROJECT_INCLUDE):	$(mkinstalldirs) $@$(PROJECT_INCLUDE)/%.h: %.h	$(INSTALL_DATA) $< $@PREINSTALL_FILES = $(PROJECT_INCLUDE) \    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)all-local: $(PREINSTALL_FILES)EXTRA_DIST = wd80x3.hinclude $(top_srcdir)/../../../../../../automake/local.am

⌨️ 快捷键说明

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