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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [helas403/] [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.9 2002/07/04 08:55:45 ralf Exp
3
##
4
 
5
BSP_PIECES = startup dlentry flashentry
6
# pieces to pick up out of libcpu/ppc
7
CPU_PIECES = clock timer console vectors ictrl
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
    ../@exceptions@/$(ARCH)/rtems-cpu.rel \
12
    $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)
13
 
14
LIB = $(ARCH)/libbsp.a
15
 
16
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17
include $(top_srcdir)/../../../../../../automake/compile.am
18
include $(top_srcdir)/../../../../../../automake/lib.am
19
 
20
#
21
# (OPTIONAL) Add local stuff here using +=
22
#
23
 
24
$(LIB): $(OBJS)
25
        $(make-library)
26
 
27
all-local: $(ARCH) $(LIB)
28
 
29
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.