From 846a4af8932138bf4c35f8f24ca1fc3e4ad1c86a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 1 Jan 2005 10:41:29 +0000 Subject: 2005-01-01 Ralf Corsepius * automake/compile.am, httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, wrapup/Makefile.am: Remove build-variant support. --- cpukit/rtems/Makefile.am | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'cpukit/rtems') diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am index 8f82d7ffa0..59340f392e 100644 --- a/cpukit/rtems/Makefile.am +++ b/cpukit/rtems/Makefile.am @@ -8,14 +8,9 @@ include $(top_srcdir)/automake/compile.am AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += -D__RTEMS_INSIDE__ -EXTRA_LIBRARIES = librtems.a -CLEANFILES = librtems.a +noinst_LIBRARIES = librtems.a librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) -EXTRA_LIBRARIES += librtems_g.a -CLEANFILES += librtems_g.a -librtems_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) - # include include_HEADERS = include/rtems.h @@ -128,9 +123,8 @@ if HAS_MP librtems_a_SOURCES += src/eventmp.c src/mp.c src/msgmp.c src/partmp.c \ src/regionmp.c src/semmp.c src/signalmp.c src/taskmp.c endif -librtems_g_a_SOURCES = $(librtems_a_SOURCES) -all-local: $(PREINSTALL_FILES) librtems$(LIB_VARIANT).a +all-local: $(PREINSTALL_FILES) PREINSTALL_DIRS = PREINSTALL_FILES = @@ -406,7 +400,7 @@ $(PROJECT_INCLUDE)/rtems/rtems/timer.inl: macros/rtems/rtems/timer.inl $(PROJECT PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/timer.inl endif -CLEANFILES += $(PREINSTALL_FILES) +CLEANFILES = $(PREINSTALL_FILES) DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3