📄 makefile.am
字号:
#### $Id: Makefile.am,v 1.19 2002/12/11 17:08:30 ralf Exp $##ACLOCAL_AMFLAGS = -I ../../../aclocalinclude $(top_srcdir)/../../../automake/multilib.aminclude $(top_srcdir)/../../../automake/compile.aminclude $(top_srcdir)/../../../automake/lib.am$(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@$(PROJECT_INCLUDE): $(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems: $(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems/score: $(mkinstalldirs) $@include_HEADERS= asm.hPREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)include_rtems_scoredir = $(includedir)/rtems/scoreinclude_rtems_score_HEADERS = \ rtems/score/cpu.h \ rtems/score/types.h \ rtems/score/sh.h \ rtems/score/sh_io.hPREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)C_FILES = cpu.cOBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))LIB = $(ARCH)/libscorecpu.a$(LIB): $(OBJS) $(make-library)all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ $(TMPINSTALL_FILES)EXTRA_DIST = cpu.cinclude $(top_srcdir)/../../../automake/local.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -