summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests/mp11/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 14:19:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 14:19:26 +0000
commitc4ea5efc613cad9bfb0c56c250a2f26b69249688 (patch)
tree49d29060773312f10c7c3989ac436fdf0973e8a8 /c/src/tests/mptests/mp11/Makefile.in
parentAdded sem_timedwait to bullet list at front of chapter. (diff)
downloadrtems-c4ea5efc613cad9bfb0c56c250a2f26b69249688.tar.bz2
Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which (among other things) converted the mptests to automake.
Diffstat (limited to 'c/src/tests/mptests/mp11/Makefile.in')
-rw-r--r--c/src/tests/mptests/mp11/Makefile.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/tests/mptests/mp11/Makefile.in b/c/src/tests/mptests/mp11/Makefile.in
deleted file mode 100644
index 398ce2c180..0000000000
--- a/c/src/tests/mptests/mp11/Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# $Id$
-#
-
-@SET_MAKE@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-top_builddir = ..
-subdir = mp11
-
-RTEMS_ROOT = @RTEMS_ROOT@
-PROJECT_ROOT = @PROJECT_ROOT@
-
-VPATH = @srcdir@
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(RTEMS_ROOT)/make/directory.cfg
-
-INSTALL_CHANGE = @INSTALL_CHANGE@
-
-SUBDIRS = node1 node2
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status