source: rtems/c/src/support/Makefile.am @ a916d93

Last change on this file since a916d93 was a916d93, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/14/03 at 16:21:24

2003-12-14 Ralf Corsepius <corsepiu@…>

  • support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
  • Property mode set to 100644
File size: 348 bytes
Line 
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.