summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
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/rtems
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/rtems')
-rw-r--r--cpukit/rtems/ChangeLog5
-rw-r--r--cpukit/rtems/Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index f343f45582..26e6de448d 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/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 librtems$(LIB_VARIANT).a instead of
$(ARCH)/librtems.a.
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index f8c17f33e7..258c0cfce4 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -123,11 +123,13 @@ AM_CPPFLAGS += -I$(top_builddir)
AM_CPPFLAGS += -D__RTEMS_INSIDE__
EXTRA_LIBRARIES = librtems.a
+CLEANFILES = librtems.a
librtems_a_SOURCES = $(C_FILES)
librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
EXTRA_LIBRARIES += librtems_g.a
-librtems_g_a_SOURCES = $(C_FILES)
+CLEANFILES += librtems_g.a
+librtems_g_a_SOURCES = $(librtems_a_SOURCES)
librtems_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
all-local: $(PREINSTALL_FILES) librtems$(LIB_VARIANT).a