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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [c4x/] [c4xsim/] [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.5 2002/07/04 08:56:12 ralf Exp
3
##
4
 
5
BSP_PIECES = startup console clock timer
6
# pieces to pick up out of libcpu/sparc
7
CPU_PIECES =
8
 
9
# bummer; have to use $foreach since % pattern subst rules only replace 1x
10
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
11
    $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel)
12
LIB = $(ARCH)/libbsp.a
13
 
14
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15
include $(top_srcdir)/../../../../../../automake/compile.am
16
include $(top_srcdir)/../../../../../../automake/lib.am
17
 
18
#
19
# (OPTIONAL) Add local stuff here using +=
20
#
21
 
22
$(LIB): $(OBJS)
23
        $(make-library)
24
 
25
all-local: $(ARCH) $(LIB)
26
 
27
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.