summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:59:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-23 19:59:26 +0000
commite5dafccb098bb405c37ae134639885a53ae89d8e (patch)
treebe900f8348006de104ddfc033d0bb196bb7ba2ed /c/src/exec/score/tools/Makefile.in
parentPatch to ease building MCP750 BSP. (diff)
downloadrtems-e5dafccb098bb405c37ae134639885a53ae89d8e.tar.bz2
Tools moved to top-level directory per patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/tools/Makefile.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/exec/score/tools/Makefile.in b/c/src/exec/score/tools/Makefile.in
deleted file mode 100644
index 731772bf72..0000000000
--- a/c/src/exec/score/tools/Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# $Id$
-#
-
-@SET_MAKE@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-top_builddir = ../../../../..
-subdir = c/src/exec/score/tools
-
-INSTALL = @INSTALL@
-
-RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
-PROJECT_ROOT = @PROJECT_ROOT@
-
-VPATH = @srcdir@
-
-include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
-include $(RTEMS_ROOT)/make/directory.cfg
-
-SUB_DIRS=generic $(wildcard $(RTEMS_CPU))
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status