summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 03:51:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 03:51:21 +0000
commit1e58f5a2898e882299e7f7aa8ac2cf1a1b6514e8 (patch)
tree7b2ef03c1892d11dee0b751fd8d381d51c9b55b4 /c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
parent2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1e58f5a2898e882299e7f7aa8ac2cf1a1b6514e8.tar.bz2
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove (Unused).
Diffstat (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am36
1 files changed, 0 insertions, 36 deletions
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
deleted file mode 100644
index 902b8a8ad1..0000000000
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../../../../aclocal
-
-include $(top_srcdir)/../../../../../automake/compile.am
-
-include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/ppc_offs.h
-
-AM_CPPFLAGS += -I$(srcdir)
-
-EXTRA_DIST = TODO irq_stub.S ppccache.c
-
-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)
-rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-
-PREINSTALL_DIRS =
-PREINSTALL_FILES =
-
-$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
- @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
-
-$(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h
-
-CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-include $(top_srcdir)/../../../../../automake/local.am