📄 makefile.am
字号:
#### $Id: Makefile.am,v 1.14 2002/05/14 18:32:20 joel Exp $##ACLOCAL_AMFLAGS = -I ../../../../../aclocalnobase_include_HEADERS = rtems/powerpc/cache.h \ rtems/powerpc/debugmod.h$(PROJECT_INCLUDE): $(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems: $(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems/powerpc: $(mkinstalldirs) $@$(PROJECT_INCLUDE)/%: % $(INSTALL_DATA) $< $@TMPINSTALL_FILES = $(PROJECT_INCLUDE) \ $(PROJECT_INCLUDE)/rtems \ $(PROJECT_INCLUDE)/rtems/powerpc \ $(nobase_include_HEADERS:%=$(PROJECT_INCLUDE)/%)## Check configure.in for conditions to set the conditionals belowif sharedSHARED_LIB = sharedendifif mpc505CPU_SUBDIR = mpc505endifif mpc6xxCPU_SUBDIR = mpc6xxendifif mpc8xxCPU_SUBDIR = mpc8xxendifif mpc8260CPU_SUBDIR = mpc8260endifif ppc403CPU_SUBDIR = ppc403endifif ppc405## 403 and 405 chips use the same CPU sources...CPU_SUBDIR = ppc403endifSUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapupall-local: $(TMPINSTALL_FILES)include $(top_srcdir)/../../../../../automake/subdirs.aminclude $(top_srcdir)/../../../../../automake/local.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -