📄 makefile.am
字号:
#### $Id: Makefile.am,v 1.13 2003/01/24 12:05:35 ralf Exp $##include_rtemsdir = $(includedir)/rtemsLIBNAME = libcpuuseLIB = $(ARCH)/$(LIBNAME).aC_FILES = cpuuse.cOBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))include_rtems_HEADERS = cpuuse.hinclude $(top_srcdir)/../automake/compile.aminclude $(top_srcdir)/../automake/lib.am$(PROJECT_INCLUDE)/rtems: @$(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems/%.h: %.h $(INSTALL_DATA) $< $@## (OPTIONAL) Add local stuff here using +=#$(LIB): $(OBJS) $(make-library)PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB).PRECIOUS: $(LIB)EXTRA_DIST = README cpuuse.cinclude $(top_srcdir)/../automake/local.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -