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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme162/] [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:00:19 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
BSP_PIECES = startup clock console timer tod
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
    $(wildcard ../consolex/$(ARCH)/consolex.rel) \
12
    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
13
 
14
LIB = $(ARCH)/libbsp.a
15
 
16
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17
include $(top_srcdir)/../../../../../../automake/lib.am
18
 
19
#
20
# (OPTIONAL) Add local stuff here using +=
21
#
22
 
23
$(LIB): $(OBJS)
24
        $(make-library)
25
 
26
$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
27
        $(INSTALL_DATA) $< $@
28
 
29
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
30
 
31
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
32
 
33
.PRECIOUS: $(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.