From 69537ca9eccfa12142dea588fa34b70a6d220705 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Jan 2000 16:38:56 +0000 Subject: Patch rtems-rc-20000104-16.diff from Ralf Corsepius that converts the libbsp/i386 subdirectory to full automake. --- c/src/lib/libbsp/i386/i386ex/clock/Makefile.am | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 c/src/lib/libbsp/i386/i386ex/clock/Makefile.am (limited to 'c/src/lib/libbsp/i386/i386ex/clock/Makefile.am') diff --git a/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am b/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am new file mode 100644 index 0000000000..cfcc5d0e38 --- /dev/null +++ b/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am @@ -0,0 +1,30 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +PGM = ${ARCH}/clock.rel + +## C source names +C_FILES = ckinit.c +clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../../../automake/lib.am + +# +# (OPTIONAL) Add local stuff here using += +# + +$(PGM): $(clock_rel_OBJECTS) + $(make-rel) + +all-local: ${ARCH} $(PGM) + +# the .rel file built here will be put into libbsp.a by +# ../wrapup/Makefile + +EXTRA_DIST = ckinit.c + +include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3