summaryrefslogtreecommitdiffstats
path: root/tools/build/os/msdos/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/build/os/msdos/Makefile.in49
1 files changed, 0 insertions, 49 deletions
diff --git a/tools/build/os/msdos/Makefile.in b/tools/build/os/msdos/Makefile.in
deleted file mode 100644
index 022d2e5df2..0000000000
--- a/tools/build/os/msdos/Makefile.in
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# $Id$
-#
-
-@SET_MAKE@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-top_builddir = ../../../..
-subdir = c/build-tools/os/msdos
-
-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/leaf.cfg
-
-DESTDIR=$(PROJECT_RELEASE)/build-tools
-
-INSTALLED=$(DESTDIR)/ifc.exe \
- $(DESTDIR)/cklength.exe \
- $(DESTDIR)/fixtimer.exe
-
-all: $(DESTDIR) $(PGMS) install
-
-$(DESTDIR):
- @top_srcdir@/mkinstalldirs $@
-
-install: $(INSTALLED)
-
-# Install the programs
-$(DESTDIR)/ifc.exe: ifc_exe.uue
- uudecode <ifc_exe.uue
- mv ifc.exe $(DESTDIR)/ifc.exe
-
-$(DESTDIR)/cklength.exe: cklength.uue
- uudecode <cklength.uue
- mv cklength.exe $(DESTDIR)/cklength.exe
-
-$(DESTDIR)/fixtimer.exe: fixtimer.uue
- uudecode <fixtimer.uue
- mv fixtimer.exe $(DESTDIR)/fixtimer.exe
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status