makefile.am

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

AM
28
字号
#### $Id: Makefile.am,v 1.5 2002/12/19 05:03:12 ralf Exp $##PGM = ${ARCH}/clock.rel## C sourcesC_FILES = clock.cclock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))include $(top_srcdir)/../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../automake/lib.am## (OPTIONAL) Add local stuff here using +=#$(PGM): $(clock_rel_OBJECTS)	$(make-rel)all-local: ${ARCH} $(PGM)EXTRA_DIST = $(C_FILES)include $(top_srcdir)/../../../../../automake/local.am

⌨️ 快捷键说明

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