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

📄 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.2.1 2004/11/10 22:13:57 joel Exp $##include_HEADERS = bspopts.hinclude_HEADERS += ../../shared/include/nvram.h ../../shared/include/bsp.h \    ../../../shared/include/coverhd.h ../../../shared/tod.hinclude_bspdir = $(includedir)/bspinclude_bsp_HEADERS = ../../shared/console/consoleIo.h \    ../../shared/console/uart.h ../../shared/irq/irq.h \    ../../shared/motorola/motorola.h$(PROJECT_INCLUDE):	$(mkinstalldirs) $@$(PROJECT_INCLUDE)/bsp:	$(mkinstalldirs) $@$(PROJECT_INCLUDE)/%.h: %.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/nvram.h: ../../shared/include/nvram.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/bsp.h: ../../shared/include/bsp.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/tod.h: ../../../shared/tod.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/bsp/consoleIo.h: ../../shared/console/consoleIo.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/bsp/uart.h: ../../shared/console/uart.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/bsp/irq.h: ../../shared/irq/irq.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/bsp/motorola.h: ../../shared/motorola/motorola.h	$(INSTALL_DATA) $< $@TMPINSTALL_FILES = $(PROJECT_INCLUDE)TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/nvram.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/tod.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/bspTMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/motorola.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/consoleIo.hTMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/uart.h TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.hall-local: $(TMPINSTALL_FILES)include $(top_srcdir)/../../../../../../automake/force-preinstall.aminclude $(top_srcdir)/../../../../../../automake/local.am

⌨️ 快捷键说明

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