makefile.am
来自「RTEMS (Real-Time Executive for Multiproc」· AM 代码 · 共 22 行
AM
22 行
## $Id: Makefile.am,v 1.2.2.1 2003/07/09 10:13:39 ralf Exp $include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../automake/compile.aminclude $(top_srcdir)/ada.amhello$(EXEEXT): hello.adb init.$(OBJEXT) $(GNATCOMPILE) -margs -a $< -o $@init.$(OBJEXT): ../../support/init.c $(COMPILE.c) -I$(srcdir) -c $<noinst_PROGRAMS = hellohello_SOURCES = hello.adb \config.h sptest.adb sptest.adsEXTRA_DIST = hello.scninclude $(top_srcdir)/../../../automake/local.am
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?