summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:33:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:33:07 +0000
commitdb3fa142bb1d4dad52d5b8157c8d238b28d344ee (patch)
treefcd212f37bf66dceb56bbe96eef97e14c975f059 /c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
parent2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-db3fa142bb1d4dad52d5b8157c8d238b28d344ee.tar.bz2
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
index 9c5b684b4e..9bf9f8f998 100644
--- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
@@ -6,24 +6,9 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
include $(top_srcdir)/../../../../../automake/compile.am
-EXTRA_PROGRAMS =
-CLEANFILES =
-noinst_DATA =
-
-all-local: $(TMPINSTALL_FILES)
-
-EXTRA_PROGRAMS += rtems-cpu.rel
-CLEANFILES += rtems-cpu.rel
+noinst_PROGRAMS = rtems-cpu.rel
rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S
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
-
include $(top_srcdir)/../../../../../automake/local.am