4.104.114.84.95
Last change
on this file since 9a899f6 was
9a899f6,
checked in by Joel Sherrill <joel.sherrill@…>, on Mar 28, 2002 at 12:40:28 AM
|
2002-03-27 Ralf Corsepius <corsepiu@…>
- configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
- clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
- Makefile.am: Remove AUTOMAKE_OPTIONS.
- console/Makefile.am: Remove AUTOMAKE_OPTIONS.
- include/Makefile.am: Remove AUTOMAKE_OPTIONS.
- shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
- start/Makefile.am: Remove AUTOMAKE_OPTIONS.
- startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
- timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
- wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | if HAS_MP |
---|
7 | GENERIC_MP_REL_FILES = shmdr |
---|
8 | endif |
---|
9 | GENERIC_FILES = $(GENERIC_MP_REL_FILES) |
---|
10 | |
---|
11 | if HAS_MP |
---|
12 | BSP_MP_O_FILES = shmsupp |
---|
13 | endif |
---|
14 | BSP_FILES = startup clock console timer $(BSP_MP_O_FILES) |
---|
15 | |
---|
16 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
17 | include $(top_srcdir)/../../../../../../automake/compile.am |
---|
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 | $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \ |
---|
23 | $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel) |
---|
24 | |
---|
25 | LIB = $(ARCH)/libbsp.a |
---|
26 | |
---|
27 | # |
---|
28 | # (OPTIONAL) Add local stuff here using += |
---|
29 | # |
---|
30 | |
---|
31 | $(LIB): ${OBJS} |
---|
32 | $(make-library) |
---|
33 | |
---|
34 | $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) |
---|
35 | $(INSTALL_DATA) $< $@ |
---|
36 | |
---|
37 | TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a |
---|
38 | |
---|
39 | all-local: ${ARCH} $(TMPINSTALL_FILES) |
---|
40 | |
---|
41 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.