2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>

* Makefile.am, configure.in: Added shared directory as part
	of enhancing ERC32 and adding LEON.
This commit is contained in:
Joel Sherrill
2000-11-13 22:41:50 +00:00
parent b21b0ab3e7
commit 599b8b26f0
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* Makefile.am, configure.in: Added shared directory as part
of enhancing ERC32 and adding LEON.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory
SUBDIRS = $(RTEMS_BSP_FAMILY)
SUBDIRS = shared $(RTEMS_BSP_FAMILY)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -3,7 +3,7 @@ dnl
dnl $Id$
AC_PREREQ(2.13)
AC_INIT(erc32)
AC_INIT(shared)
RTEMS_TOP(../../../../..)
AC_CONFIG_AUX_DIR(../../../../..)
@@ -21,4 +21,5 @@ AC_CONFIG_SUBDIRS($bspdir)
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile)
Makefile
shared/Makefile)