From 82f1f6dd8d09ae29f1a4f173c4945918f6b5e07e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jan 2000 14:06:59 +0000 Subject: Patch rtems-rc-20000104-6.diff from Ralf Corsepius that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins. --- c/src/lib/libbsp/mips/Makefile.am | 12 ++++++++++++ c/src/lib/libbsp/mips/p4000/Makefile.am | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 c/src/lib/libbsp/mips/Makefile.am create mode 100644 c/src/lib/libbsp/mips/p4000/Makefile.am (limited to 'c/src/lib/libbsp/mips') diff --git a/c/src/lib/libbsp/mips/Makefile.am b/c/src/lib/libbsp/mips/Makefile.am new file mode 100644 index 0000000000..c8c799c0b4 --- /dev/null +++ b/c/src/lib/libbsp/mips/Makefile.am @@ -0,0 +1,12 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal + +## Descend into the $(RTEMS_BSP_FAMILY) directory +SUBDIRS = $(RTEMS_BSP_FAMILY) + +include $(top_srcdir)/../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libbsp/mips/p4000/Makefile.am b/c/src/lib/libbsp/mips/p4000/Makefile.am new file mode 100644 index 0000000000..9d6732d969 --- /dev/null +++ b/c/src/lib/libbsp/mips/p4000/Makefile.am @@ -0,0 +1,17 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal + +# wrapup is the one that actually builds and installs the library +# from the individual .rel files built in other directories +SUBDIRS = include start startup console liblnk wrapup + +include $(top_srcdir)/../../bsp.am + +EXTRA_DIST = bsp_specs times + +include $(top_srcdir)/../../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3