makefile.am

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

AM
48
字号
#### $Id: Makefile.am,v 1.5 2003/01/15 13:34:50 ralf Exp $##VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../sharedPGM = $(ARCH)/startup.relC_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c sbrk.c \    bootcard.c main.c gnatinstallhandler.cC_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))OBJS = $(C_O_FILES)include $(top_srcdir)/../../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../../automake/lib.am## (OPTIONAL) Add local stuff here using +=#bsplib_DATA = linkcmds linkcmds.rom linkcmds.rom2ram$(PROJECT_RELEASE)/lib/linkcmds: linkcmds	$(INSTALL_DATA) $< $@$(PROJECT_RELEASE)/lib/linkcmds.rom: linkcmds.rom	$(INSTALL_DATA) $< $@$(PROJECT_RELEASE)/lib/linkcmds.rom2ram: linkcmds.rom2ram	$(INSTALL_DATA) $< $@$(PGM): $(OBJS)	$(make-rel)TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds $(PROJECT_RELEASE)/lib/linkcmds.rom \                    $(PROJECT_RELEASE)/lib/linkcmds.rom2ramall-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS) $(PGM).PRECIOUS: $(PGM)EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.rom linkcmds.rom2raminclude $(top_srcdir)/../../../../../../automake/local.am

⌨️ 快捷键说明

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