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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme167/] [wrapup/] [Makefile.am] - Blame information for rev 30

Go to most recent revision | 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:20 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
# We only build the networking device driver if HAS_NETWORKING was defined
8
if HAS_NETWORKING
9
NETWORKING_DRIVER = network
10
endif
11
 
12
BSP_PIECES = clock console fatal startup timer $(NETWORKING_DRIVER)
13
 
14
# bummer; have to use $foreach since % pattern subst rules only replace 1x
15
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
16
    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
17
 
18
LIB = $(ARCH)/libbsp.a
19
 
20
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21
include $(top_srcdir)/../../../../../../automake/lib.am
22
 
23
#
24
# (OPTIONAL) Add local stuff here using +=
25
#
26
 
27
$(LIB): $(OBJS)
28
        $(make-library)
29
 
30
$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
31
        $(INSTALL_DATA) $< $@
32
 
33
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
34
 
35
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
36
 
37
.PRECIOUS: $(LIB)
38
 
39
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.