summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi/Makefile.am
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/sapi/Makefile.am
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/sapi/Makefile.am')
-rw-r--r--c/src/optman/sapi/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/optman/sapi/Makefile.am b/c/src/optman/sapi/Makefile.am
deleted file mode 100644
index 87d357e6ab..0000000000
--- a/c/src/optman/sapi/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## $Id$
-##
-
-
-C_FILES = no-ext.c no-io.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