2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Cleanup.
This commit is contained in:
Joel Sherrill
2000-11-15 21:47:01 +00:00
parent 4445e3c435
commit 1abb56be5a
4 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cleanup.
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* Makefile.am, configure.in: Added shared directory as part

View File

@@ -1,3 +1,7 @@
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cleanup.
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
* wrapup/Makefile.am: Pick up cache code from libcpu and pick

View File

@@ -7,8 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../../../../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 gnatsupp console clock timer \
erc32sonic wrapup tools
SUBDIRS = . include start startup gnatsupp console clock timer erc32sonic \
wrapup tools
include $(top_srcdir)/../../bsp.am

View File

@@ -4,11 +4,6 @@
AUTOMAKE_OPTIONS = foreign 1.4
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/lib.am
all-local:
EXTRA_DIST = bspclean.c bspstart.c gnatcommon.c start.S
include $(top_srcdir)/../../../../../automake/local.am