2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Eliminate $(LIB).
	Use noinst_DATA to trigger building libbsp.a.
This commit is contained in:
Ralf Corsepius
2004-01-05 06:14:08 +00:00
parent 14b7d3607e
commit 6411947601
104 changed files with 368 additions and 361 deletions

View File

@@ -1,3 +1,8 @@
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Eliminate $(LIB).
Use noinst_DATA to trigger building libbsp.a.
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate VPATH.

View File

@@ -15,17 +15,13 @@ CPU_PIECES = cache reg_win syscall
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
$(foreach piece, $(CPU_PIECES), \
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libbsp.a
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
#
$(LIB): $(OBJS)
$(ARCH)/libbsp.a: $(OBJS)
$(make-library)
all-local: $(LIB)
noinst_DATA = $(ARCH)/libbsp.a
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Eliminate $(LIB).
Use noinst_DATA to trigger building libbsp.a.
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate VPATH.

View File

@@ -15,18 +15,13 @@ CPU_PIECES = cache reg_win syscall
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
$(foreach piece, $(CPU_PIECES), \
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libbsp.a
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
#
$(LIB): $(OBJS)
$(ARCH)/libbsp.a: $(OBJS)
$(make-library)
all-local: $(LIB)
noinst_DATA = $(ARCH)/libbsp.a
include $(top_srcdir)/../../../../automake/local.am