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

4.104.114.84.95
Last change on this file since c53e9e2f was 514e77b7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 13:02:30

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
lib/Makefile.am: Reflect having moved automake.
support/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 331 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.