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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i960/] [cvme961/] [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 11:59:58 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
if HAS_MP
8
GENERIC_MP_REL_FILES = shmdr
9
endif
10
GENERIC_FILES += $(GENERIC_MP_REL_FILES)
11
 
12
if HAS_MP
13
BSP_MP_O_FILES = shmsupp
14
endif
15
BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
16
 
17
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
18
include $(top_srcdir)/../../../../../../automake/lib.am
19
 
20
# bummer; have to use $foreach since % pattern subst rules only replace 1x
21
OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(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
$(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} $(TMPINSTALL_FILES)
39
 
40
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.