source: rtems/c/src/support/Makefile.am @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 434b8ea1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/24/03 at 09:53:09

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 349 bytes
RevLine 
[434b8ea1]1##
2## $Id$
3##
4
5include $(top_srcdir)/../../automake/compile.am
6include $(top_srcdir)/../../automake/lib.am
7
8AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
9
10C_FILES=version.c
11OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
12
13LIB = $(ARCH)/libsupport.a
14
15$(LIB): $(OBJS)
16        $(make-library)
17
18all-local: $(ARCH) $(LIB)
19
20include $(top_srcdir)/../../automake/local.am
Note: See TracBrowser for help on using the repository browser.