From 4ca704ce3de14b207f7d90da1ebef6e956d32303 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2008 14:07:47 +0000 Subject: =?UTF-8?q?2008-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules. --- c/src/lib/libbsp/c4x/c4xsim/ChangeLog | 5 +++++ c/src/lib/libbsp/c4x/c4xsim/Makefile.am | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/c4x') diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog index 4ff9a362ca..098ba1d0a0 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @@ -1,3 +1,8 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Eliminate bsp.am. Build startup files as side-effect + of building libbspstart.a, using automake-rules. + 2008-09-29 Ralf Corsépius * Makefile.am: Eliminate *_SOURCES. diff --git a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am index e356e88cae..97552374c1 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am @@ -9,7 +9,6 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal SUBDIRS = . tools include $(top_srcdir)/../../../../automake/compile.am -include $(top_srcdir)/../../bsp.am dist_project_lib_DATA = bsp_specs @@ -22,14 +21,13 @@ DISTCLEANFILES = include/bspopts.h include_HEADERS += include/simio.h nodist_include_HEADERS += ../../shared/include/coverhd.h -EXTRA_DIST = start/start.S -start.$(OBJEXT): start/start.S - $(CPPASCOMPILE) -o $@ -c $< +noinst_LIBRARIES = libbspstart.a +libbspstart_a_SOURCES = start/start.S project_lib_DATA = start.$(OBJEXT) dist_project_lib_DATA += startup/linkcmds -noinst_LIBRARIES = libbsp.a +noinst_LIBRARIES += libbsp.a libbsp_a_SOURCES = # startup @@ -50,7 +48,7 @@ libbsp_a_SOURCES += console/debugio.c # timer libbsp_a_SOURCES += timer/timer.c -EXTRA_DIST += times +EXTRA_DIST = times include $(srcdir)/preinstall.am include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3