From 1e562da69e0186dc27766f884b0f247df3baea98 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jan 2000 14:04:49 +0000 Subject: Patch rtems-rc-20000104-5.diff from Ralf Corsepius that converts the no_cpu directory to automake. --- c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am (limited to 'c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am') diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am new file mode 100644 index 0000000000..124c211820 --- /dev/null +++ b/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am @@ -0,0 +1,31 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +PGM = ${ARCH}/console.rel + +## C source names +C_FILES = console.c +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) + +OBJS = $(C_O_FILES) + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../../../automake/lib.am + +# +# (OPTIONAL) Add local stuff here using += +# + +$(PGM): ${OBJS} + $(make-rel) + +all-local: ${ARCH} $(PGM) + +# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile + +EXTRA_DIST = $(C_FILES) + +include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3