makefile.am

来自「RTEMS (Real-Time Executive for Multiproc」· AM 代码 · 共 36 行

AM
36
字号
#### $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 + =
减小字号Ctrl + -
显示快捷键?