summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-23 02:30:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-23 02:30:52 +0000
commitc0198bbd873a85a24812703e771831a591eb4b5e (patch)
tree9ef8b2621b70943f6a37107a9821c84f1c2cda64 /c
parent2002-07-22 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-c0198bbd873a85a24812703e771831a591eb4b5e.tar.bz2
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).
Diffstat (limited to 'c')
-rw-r--r--c/src/optman/ChangeLog6
-rw-r--r--c/src/optman/rtems/Makefile.am2
-rw-r--r--c/src/optman/sapi/Makefile.am5
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 <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,
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)