OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [arm_bare_bsp/] [wrapup/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.6 2002/06/30 06:05:34 ralf Exp
3
##
4
 
5
BSP_PIECES = clock console startup timer irq
6
 
7
# bummer; have to use $foreach since % pattern subst rules only replace 1x
8
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.o)
9
LIB = $(ARCH)/libbsp.a
10
 
11
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12
include $(top_srcdir)/../../../../../../automake/compile.am
13
include $(top_srcdir)/../../../../../../automake/lib.am
14
 
15
#
16
# (OPTIONAL) Add local stuff here using +=
17
#
18
 
19
$(LIB): $(OBJS)
20
        $(make-library)
21
 
22
all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
23
 
24
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.