From a9285f5b0df4e2923f288afce96baed2f81f06af Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Jan 2004 10:35:45 +0000 Subject: 2004-01-29 Ralf Corsepius * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules. * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am, trap34/Makefile.am: Remove. * configure.ac: Reflect changes above. --- c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am (limited to 'c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am') diff --git a/c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am b/c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am deleted file mode 100644 index 0ffa632139..0000000000 --- a/c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## $Id$ -## - -PGM = $(ARCH)/sci.rel - -C_FILES = gdbsci.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 - -# -# (OPTIONAL) Add local stuff here using += -# - -$(PGM): $(OBJS) - $(make-rel) - -all-local: $(OBJS) $(PGM) - -.PRECIOUS: $(PGM) - -include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3