summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:04:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:04:49 +0000
commit1e562da69e0186dc27766f884b0f247df3baea98 (patch)
tree76c9834ee56cfb3117cd2df8815e8c49ae38cd8c /c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
parentPatch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1e562da69e0186dc27766f884b0f247df3baea98.tar.bz2
Patch rtems-rc-20000104-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the no_cpu directory to automake.
Diffstat (limited to 'c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
new file mode 100644
index 0000000000..b484f3426f
--- /dev/null
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/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 startup clock console shmsupp timer wrapup
+
+include $(top_srcdir)/../../bsp.am
+
+EXTRA_DIST = bsp_specs times
+
+include $(top_srcdir)/../../../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../../../automake/local.am