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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [i386ex/] [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.8 2002/07/04 08:53:57 ralf Exp
3
##
4
 
5
# We only build the Network library if HAS_NETWORKING was defined
6
# dec21140 is supported via libchip
7
if HAS_NETWORKING
8
NETWORK = network
9
endif
10
 
11
BSP_FILES = startup clock console timer $(NETWORK)
12
 
13
# bummer; have to use $foreach since % pattern subst rules only replace 1x
14
OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
15
    $(wildcard ../../../../libcpu/i386/$(ARCH)/*.o)
16
LIB = $(ARCH)/libbsp.a
17
 
18
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19
include $(top_srcdir)/../../../../../../automake/compile.am
20
include $(top_srcdir)/../../../../../../automake/lib.am
21
 
22
#
23
# (OPTIONAL) Add local stuff here using +=
24
#
25
 
26
$(LIB): $(OBJS)
27
        $(make-library)
28
 
29
all-local: $(ARCH) $(LIB)
30
 
31
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.