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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [psim/] [wrapup/] [Makefile.am] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:03 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8
include $(top_srcdir)/../../../../../../automake/lib.am
9
 
10
if HAS_MP
11
GENERIC_MP_REL_PIECES = shmdr
12
endif
13
GENERIC_PIECES += $(GENERIC_MP_REL_PIECES)
14
 
15
if HAS_MP
16
BSP_MP_O_PIECES = shmsupp
17
endif
18
BSP_PIECES = startup clock console timer vectors $(BSP_MP_O_PIECES)
19
 
20
# bummer; have to use $foreach since % pattern subst rules only replace 1x
21
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
22
    $(foreach piece, $(GENERIC_PIECES), ../../../$(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
$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
34
        $(INSTALL_DATA) $< $@
35
 
36
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
37
 
38
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
39
 
40
.PRECIOUS: $(LIB)
41
 
42
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.