summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/Makefile.am.new
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-09-07 13:45:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-09-07 13:45:03 +0000
commite1d8abbe2800defb344dcce54c401733edd1d37a (patch)
tree56e416222d2ed47222be37f868a06c93656edc72 /c/src/lib/libbsp/Makefile.am.new
parentRemoved by patch rtems-rc-19990820-6.diff.gz from (diff)
downloadrtems-e1d8abbe2800defb344dcce54c401733edd1d37a.tar.bz2
Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
Diffstat (limited to 'c/src/lib/libbsp/Makefile.am.new')
-rw-r--r--c/src/lib/libbsp/Makefile.am.new32
1 files changed, 32 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/Makefile.am.new b/c/src/lib/libbsp/Makefile.am.new
new file mode 100644
index 0000000000..2d234c1d42
--- /dev/null
+++ b/c/src/lib/libbsp/Makefile.am.new
@@ -0,0 +1,32 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+TMPINSTALL_FILES = \
+$(PROJECT_ROOT)/@RTEMS_BSP@/lib \
+$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
+
+$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
+ @$(mkinstalldirs) $@
+$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: $(srcdir)/@RTEMS_BSP_SPECS@
+ $(INSTALL_DATA) $< $@
+
+# shmdr is a portable shared memory MPCI layer
+# We only build it if HAS_MP was defined
+if HAS_MP
+MP_DRIVERS = shmdr
+endif
+
+# If we are building a "real" BSP, then we need to descend into the
+# appropriate CPU specific directory. The bare BSP is a special
+# case which can be built for any CPU and it resides at the same
+# level as the CPUs. If we are building the bare BSP, then descend
+# into that directory.
+
+SUBDIRS = $(MP_DRIVERS) @RTEMS_LIBBSP_CPU_SUBDIR@
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am