summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/a29k/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:17:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:17:27 +0000
commit1597ab4a9d588dd626a6c2f643317f68b0bad065 (patch)
treee874f3ca081cd5276bf211764312d90d970e445d /c/src/lib/libbsp/a29k/Makefile.am
parentPatch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1597ab4a9d588dd626a6c2f643317f68b0bad065.tar.bz2
Patch rtems-rc-20000104-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the a29k directory to automake. NOTE: This port is not based on the GNU tools so no one can test it.
Diffstat (limited to 'c/src/lib/libbsp/a29k/Makefile.am')
-rw-r--r--c/src/lib/libbsp/a29k/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/a29k/Makefile.am b/c/src/lib/libbsp/a29k/Makefile.am
new file mode 100644
index 0000000000..6e02be9e8e
--- /dev/null
+++ b/c/src/lib/libbsp/a29k/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