From c0198bbd873a85a24812703e771831a591eb4b5e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Jul 2002 02:30:52 +0000 Subject: 2002-07-23 Ralf Corsepius * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS). --- c/src/optman/ChangeLog | 6 ++++++ c/src/optman/rtems/Makefile.am | 2 ++ c/src/optman/sapi/Makefile.am | 5 ++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog index be061fab73..7eeff660ae 100644 --- a/c/src/optman/ChangeLog +++ b/c/src/optman/ChangeLog @@ -1,3 +1,9 @@ +2002-07-23 Ralf Corsepius + + * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). + Remove ASM4FLAGS. + * rtems/Makefile.am: Add bsplib_DATA = $(PGMS). + 2002-07-22 Ralf Corsepius * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING, diff --git a/c/src/optman/rtems/Makefile.am b/c/src/optman/rtems/Makefile.am index 1fec765cac..387c7600e6 100644 --- a/c/src/optman/rtems/Makefile.am +++ b/c/src/optman/rtems/Makefile.am @@ -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) diff --git a/c/src/optman/sapi/Makefile.am b/c/src/optman/sapi/Makefile.am index 1c27ae4bfc..1ee1e28c2e 100644 --- a/c/src/optman/sapi/Makefile.am +++ b/c/src/optman/sapi/Makefile.am @@ -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) -- cgit v1.2.3