summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 18:35:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 18:35:25 +0000
commitccc15ab31161633cf428a12be62e483d5e024cae (patch)
treece31384462f34bea928c09c6de90ee94984471a2 /c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am
parent2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ccc15ab31161633cf428a12be62e483d5e024cae.tar.bz2
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Cosmetics. * clock/Makefile.am: Remove. * console/Makefile.am: Remove. * include/Makefile.am: Remove. * mbus/Makefile.am: Remove. * timer/Makefile.am: Remove. * Makefile.am: Merge-in former clock/Makefile.am, console/Makefile.am, include/Makefile.am, mbus/Makefile.am, timer/Makefile.am. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am')
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am b/c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am
deleted file mode 100644
index 14d08054dd..0000000000
--- a/c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-##
-## $Id$
-##
-
-PGM = $(ARCH)/mbus.rel
-
-C_FILES = mcfmbus.c
-OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../../../automake/lib.am
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-$(PGM): $(OBJS)
- $(make-rel)
-
-# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-
-all: $(ARCH) $(OBJS) $(PGM)
-
-.PRECIOUS: $(PGM)
-
-EXTRA_DIST = $(C_FILES)
-
-include $(top_srcdir)/../../../../automake/local.am