From 434b8ea11453599809d223ca144ecd9aaa4d4c9a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Mar 2003 09:53:09 +0000 Subject: Merger from rtems-4-6-branch. --- c/src/support/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 c/src/support/Makefile.am (limited to 'c/src/support/Makefile.am') diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am new file mode 100644 index 0000000000..9c528fc254 --- /dev/null +++ b/c/src/support/Makefile.am @@ -0,0 +1,20 @@ +## +## $Id$ +## + +include $(top_srcdir)/../../automake/compile.am +include $(top_srcdir)/../../automake/lib.am + +AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\" + +C_FILES=version.c +OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) + +LIB = $(ARCH)/libsupport.a + +$(LIB): $(OBJS) + $(make-library) + +all-local: $(ARCH) $(LIB) + +include $(top_srcdir)/../../automake/local.am -- cgit v1.2.3