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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i960/] [cvme961/] [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.10 2002/07/04 08:54:03 ralf Exp
3
##
4
 
5
if HAS_MP
6
GENERIC_MP_REL_FILES = shmdr
7
endif
8
GENERIC_FILES = $(GENERIC_MP_REL_FILES)
9
 
10
if HAS_MP
11
BSP_MP_O_FILES = shmsupp
12
endif
13
BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
14
 
15
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16
include $(top_srcdir)/../../../../../../automake/compile.am
17
include $(top_srcdir)/../../../../../../automake/lib.am
18
 
19
# bummer; have to use $foreach since % pattern subst rules only replace 1x
20
OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
21
    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \
22
    $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
23
 
24
LIB = $(ARCH)/libbsp.a
25
 
26
#
27
# (OPTIONAL) Add local stuff here using +=
28
#
29
 
30
$(LIB): ${OBJS}
31
        $(make-library)
32
 
33
all-local: ${ARCH} $(LIB)
34
 
35
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.