2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
	wrapup/rtems/Makefile.am: Include compile.am
This commit is contained in:
Joel Sherrill
2000-09-05 15:33:22 +00:00
parent 1070c61d73
commit d79bdebc0c
5 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
wrapup/rtems/Makefile.am: Include compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -10,6 +10,7 @@ LIB = $(ARCH)/$(LIBNAME).a
endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
if HAS_ITRON

View File

@@ -10,6 +10,7 @@ LIB = $(ARCH)/$(LIBNAME).a
endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
if HAS_POSIX

View File

@@ -8,6 +8,7 @@ LIBNAME = librtems
LIB = $(ARCH)/$(LIBNAME).a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
CPU_OBJS = $(wildcard ../../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel)

View File

@@ -1,3 +1,8 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
wrapup/rtems/Makefile.am: Include compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.