From db3fa142bb1d4dad52d5b8157c8d238b28d344ee Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 3 Jan 2005 04:33:07 +0000 Subject: 2005-01-02 Ralf Corsepius * Makefile.am: Remove build-variant support. --- .../powerpc/support/old_exception_processing/ChangeLog | 4 ++++ .../support/old_exception_processing/Makefile.am | 17 ++--------------- 2 files changed, 6 insertions(+), 15 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog index a252ed0666..0a8dace0b4 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @@ -1,3 +1,7 @@ +2005-01-02 Ralf Corsepius + + * Makefile.am: Remove build-variant support. + 2004-10-20 Ralf Corsepius PR 696/bsps diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am index 61b7ff11fa..68bd1af614 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @@ -6,10 +6,6 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal include $(top_srcdir)/../../../../../automake/compile.am -EXTRA_PROGRAMS = -CLEANFILES = -noinst_DATA = - include_rtems_scoredir = $(includedir)/rtems/score include_rtems_score_HEADERS = rtems/score/ppc_offs.h @@ -17,20 +13,11 @@ AM_CPPFLAGS += -I$(srcdir) EXTRA_DIST = TODO irq_stub.S ppccache.c -EXTRA_PROGRAMS += rtems-cpu.rel -CLEANFILES += rtems-cpu.rel +noinst_PROGRAMS = rtems-cpu.rel rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S rtems/score/ppc_offs.h rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -EXTRA_PROGRAMS += rtems-cpu_g.rel -CLEANFILES += rtems-cpu_g.rel -rtems_cpu_g_rel_SOURCES = $(rtems_cpu_rel_SOURCES) -rtems_cpu_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) -rtems_cpu_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) - -noinst_DATA += rtems-cpu$(LIB_VARIANT).rel - PREINSTALL_DIRS = PREINSTALL_FILES = @@ -43,7 +30,7 @@ $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCL $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h -CLEANFILES += $(PREINSTALL_FILES) +CLEANFILES = $(PREINSTALL_FILES) DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3