source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am @ 14fb972

4.104.114.84.95
Last change on this file since 14fb972 was 14fb972, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:58:17

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
shmsupp/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
tty/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 885 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5# pieces to pick up out of libcpu/hppa
6CPU_FILES = clock milli timer
7
8if HAS_MP
9GENERIC_MP_REL_FILES = shmdr
10endif
11GENERIC_FILES = $(GENERIC_MP_REL_FILES)
12
13if HAS_MP
14BSP_MP_O_FILES = shmsupp
15endif
[d960823]16BSP_FILES = startup tty $(BSP_MP_O_FILES)
[4e36a2f]17
[14fb972]18include $(top_srcdir)/../../../../automake/compile.am
19include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]20
21# bummer; have to use $foreach since % pattern subst rules only replace 1x
[c687fed]22OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \
[4e36a2f]23    $(foreach piece, $(CPU_FILES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel) \
24    $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
25
26LIB = $(ARCH)/libbsp.a
27
28#
29# (OPTIONAL) Add local stuff here using +=
30#
31
32$(LIB): $(OBJS)
33        $(make-library)
34
[445c0a0]35all-local: $(ARCH) $(LIB)
[4e36a2f]36
[14fb972]37include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.