summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i960/i960ca/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/i960/i960ca/Makefile.am')
-rw-r--r--c/src/lib/libcpu/i960/i960ca/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/c/src/lib/libcpu/i960/i960ca/Makefile.am b/c/src/lib/libcpu/i960/i960ca/Makefile.am
deleted file mode 100644
index 4837a057f1..0000000000
--- a/c/src/lib/libcpu/i960/i960ca/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## $Id$
-##
-
-include $(top_srcdir)/../../../automake/compile.am
-
-EXTRA_PROGRAMS =
-CLEANFILES =
-noinst_DATA =
-
-if i960ca
-EXTRA_PROGRAMS += score.rel
-CLEANFILES += score.rel
-score_rel_SOURCES = cpu_install_intr_stack.c cpu_install_raw_isr.c
-score_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
-score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-
-EXTRA_PROGRAMS += score_g.rel
-CLEANFILES += score_g.rel
-score_g_rel_SOURCES = $(score_rel_SOURCES)
-score_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
-score_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-
-noinst_DATA += score$(LIB_VARIANT).rel
-endif
-
-include $(top_srcdir)/../../../automake/local.am