summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 01:13:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 01:13:34 +0000
commitae5544753a9bf2ed396d928c9c0456bf35526f2a (patch)
tree01a987907e8fd51acc818d1ae20181a7d1b3a0db /c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
parentReformat/Cleanups. (diff)
downloadrtems-ae5544753a9bf2ed396d928c9c0456bf35526f2a.tar.bz2
2004-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake-compilation rules. * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
deleted file mode 100644
index c42125de77..0000000000
--- a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-##
-## $Id$
-##
-
-PGM = $(ARCH)/scitab.rel
-
-C_FILES = scitab.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-OBJS = $(C_O_FILES)
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-CLEANFILES = scitab.c
-
-$(PGM): $(OBJS)
- $(make-rel)
-
-scitab.c: $(SHGEN)
- $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
-
-all-local: $(OBJS) $(PGM)
-
-.PRECIOUS: $(PGM)
-
-include $(top_srcdir)/../../../../automake/local.am