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

Last change on this file since cd9dac0 was f87a9f2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 06:01:31

2003-03-04 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add support/.
  • support/Makefile.am: New.
  • support/version.c: New.
  • wrapup/Makefile.am: Add support/libsupport.a.
  • Property mode set to 100644
File size: 349 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.