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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [vegaplus/] [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:56:15 ralf Exp
3
##
4
 
5
BSP_FILES = clock console startup irq timer
6
 
7
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8
include $(top_srcdir)/../../../../../../automake/compile.am
9
include $(top_srcdir)/../../../../../../automake/lib.am
10
 
11
# bummer; have to use $foreach since % pattern subst rules only replace 1x
12
OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
13
    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \
14
    $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
15
 
16
LIB = $(ARCH)/libbsp.a
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.