Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

applied.  This modified many Makefiles and custom files and makes many more
settings (network, multiprocessing, etc) gnerated by autoconf.
This commit is contained in:
Joel Sherrill
1999-08-06 17:55:25 +00:00
parent 22544db9d8
commit 3a8915e6ee
252 changed files with 5494 additions and 2496 deletions

View File

@@ -5,12 +5,25 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
noinst_SCRIPTS=difftest sorttimes
noinst_SCRIPTS = difftest sorttimes
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
PREINSTALL_DIRS = $(project_bspdir)/tests
PREINSTALL_FILES = \
$(project_bspdir)/tests/difftest \
$(project_bspdir)/tests/sorttimes
$(PREINSTALL_DIRS):
@$(mkinstalldirs) $@
$(project_bspdir)/tests/difftest: difftest
$(INSTALL_SCRIPT) $< $@
$(project_bspdir)/tests/sorttimes: sorttimes
$(INSTALL_SCRIPT) $< $@
# HACK: install to build-tree
all-local: $(SCRIPTS)
$(mkinstalldirs) $(PROJECT_ROOT)/@RTEMS_BSP@/tests
$(INSTALL_SCRIPT) difftest $(PROJECT_ROOT)/@RTEMS_BSP@/tests
$(INSTALL_SCRIPT) sorttimes $(PROJECT_ROOT)/@RTEMS_BSP@/tests
all-local: $(PREINSTALL_DIRS) $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/local.am