From b71e8d050a743b620feee38315af7f605cb8f463 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Jan 2004 18:22:16 +0000 Subject: 2004-01-08 Ralf Corsepius * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES. --- cpukit/rtems/ChangeLog | 5 +++++ cpukit/rtems/Makefile.am | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit/rtems') diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog index f343f45582..26e6de448d 100644 --- a/cpukit/rtems/ChangeLog +++ b/cpukit/rtems/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 Ralf Corsepius + + * Makefile.am: Add libs to CLEANFILES + Set lib*_g_a_SOURCES = lib*_a_SOURCES. + 2004-01-08 Ralf Corsepius * Makefile.am: Build librtems$(LIB_VARIANT).a instead of 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 -- cgit v1.2.3