From f346774df685cd743e37dca5fc87ec56053e48f7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 1 Jan 2005 10:31:38 +0000 Subject: 2005-01-01 Ralf Corsepius * Makefile.am: Remove build-variant support. --- cpukit/score/cpu/m68k/Makefile.am | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'cpukit/score/cpu/m68k/Makefile.am') diff --git a/cpukit/score/cpu/m68k/Makefile.am b/cpukit/score/cpu/m68k/Makefile.am index f5323ff629..92dd5097ab 100644 --- a/cpukit/score/cpu/m68k/Makefile.am +++ b/cpukit/score/cpu/m68k/Makefile.am @@ -4,14 +4,9 @@ include $(top_srcdir)/automake/compile.am -EXTRA_LIBRARIES = libscorecpu.a -CLEANFILES = libscorecpu.a +noinst_LIBRARIES = libscorecpu.a libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) -EXTRA_LIBRARIES += libscorecpu_g.a -CLEANFILES += libscorecpu_g.a -libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) - include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = asm.h @@ -24,9 +19,7 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \ libscorecpu_a_SOURCES = cpu.c cpu_asm.S -libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES) - -all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a +all-local: $(PREINSTALL_FILES) PREINSTALL_DIRS = PREINSTALL_FILES = @@ -78,7 +71,7 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h -CLEANFILES += $(PREINSTALL_FILES) +CLEANFILES = $(PREINSTALL_FILES) DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3