From ae5544753a9bf2ed396d928c9c0456bf35526f2a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Jan 2004 01:13:34 +0000 Subject: 2004-01-26 Ralf Corsepius * 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. --- c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am | 33 --------------------------- 1 file changed, 33 deletions(-) delete mode 100644 c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am (limited to 'c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am') 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 -- cgit v1.2.3