summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 18:22:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 18:22:16 +0000
commitb71e8d050a743b620feee38315af7f605cb8f463 (patch)
treec333513b919d88666d0b5030bc9838e398d35228 /cpukit/score
parent2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b71e8d050a743b620feee38315af7f605cb8f463.tar.bz2
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/ChangeLog5
-rw-r--r--cpukit/score/Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 41ca248994..7c2e9c7552 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,5 +1,10 @@
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Add libs to CLEANFILES
+ Set lib*_g_a_SOURCES = lib*_a_SOURCES.
+
+2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Build libscore$(LIB_VARIANT).a instead of
$(ARCH)/libscore.a.
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 4248301cba..eb010b854b 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -147,11 +147,13 @@ endif
AM_CPPFLAGS += -D__RTEMS_INSIDE__
EXTRA_LIBRARIES = libscore.a
+CLEANFILES = libscore.a
libscore_a_SOURCES = $(C_FILES)
libscore_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
EXTRA_LIBRARIES += libscore_g.a
-libscore_g_a_SOURCES = $(C_FILES)
+CLEANFILES += libscore_g.a
+libscore_g_a_SOURCES = $(libscore_a_SOURCES)
libscore_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt