2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
	Remove ASM4FLAGS.
	* rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
This commit is contained in:
Ralf Corsepius
2002-07-23 02:30:52 +00:00
parent c1f00ca93f
commit c0198bbd87
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
Remove ASM4FLAGS.
* rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,

View File

@@ -13,6 +13,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
bsplib_DATA = $(PGMS)
TMPINSTALL_FILES += \
$(C_FILES:%.c=$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel)

View File

@@ -8,12 +8,11 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
## FIXME: Is this used anywhere?
ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
bsplib_DATA = $(PGMS)
TMPINSTALL_FILES += \
$(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)