summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-20 14:21:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-20 14:21:25 +0000
commitcccb7e04b02e7b81d214f846b31c81ab3f76c058 (patch)
treebc1dd553e7b8dec29fd4b08f952d763d3b802a69 /c/src/optman/rtems
parent2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cccb7e04b02e7b81d214f846b31c81ab3f76c058.tar.bz2
2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am. * sapi/Makefile.am: Removed. * rtems/Makefile.am: Removed. * rel.am: Removed. * configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
Diffstat (limited to 'c/src/optman/rtems')
-rw-r--r--c/src/optman/rtems/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/optman/rtems/Makefile.am b/c/src/optman/rtems/Makefile.am
deleted file mode 100644
index dd0e847a5a..0000000000
--- a/c/src/optman/rtems/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-##
-## $Id$
-##
-
-
-C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
- no-rtmon.c no-sem.c no-signal.c no-timer.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
-
-PGMS = $(C_FILES:%.c=$(ARCH)/%$(LIB_VARIANT).rel)
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
-include ../rel.am
-
-include $(top_srcdir)/../../../automake/local.am