forked from Imagelibrary/rtems
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: New. * .cvsignore: New. * configure.ac: New. * runtest: Removed. * runtest.in: New (Copied from runtest). * Makefile.am: Reflect changes above. Use @RTEMS_BSP@ instead of simsh4.
This commit is contained in:
15
c/src/lib/libbsp/sh/simsh4/tools/.cvsignore
Normal file
15
c/src/lib/libbsp/sh/simsh4/tools/.cvsignore
Normal file
@@ -0,0 +1,15 @@
|
||||
aclocal.m4
|
||||
autom4te*.cache
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
runtest
|
||||
@@ -2,19 +2,21 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
|
||||
|
||||
noinst_SCRIPTS = runtest
|
||||
transform =
|
||||
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests
|
||||
bsptools_bin_SCRIPTS = runtest
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_ROOT)/simsh4/tests \
|
||||
$(PROJECT_ROOT)/simsh4/tests/runtest
|
||||
TMPINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/tests \
|
||||
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/runtest
|
||||
|
||||
$(PROJECT_ROOT)/simsh4/tests:
|
||||
$(PROJECT_ROOT)/@RTEMS_BSP@/tests:
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
$(PROJECT_ROOT)/simsh4/tests/runtest: runtest
|
||||
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/runtest: runtest
|
||||
$(INSTALL_SCRIPT) $< $@
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/host.am
|
||||
include $(top_srcdir)/../../../../../automake/host.am
|
||||
|
||||
24
c/src/lib/libbsp/sh/simsh4/tools/configure.ac
Normal file
24
c/src/lib/libbsp/sh/simsh4/tools/configure.ac
Normal file
@@ -0,0 +1,24 @@
|
||||
## Process this file with autoconf to produce a configure script.
|
||||
##
|
||||
## $Id$
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([rtems-c-src-lib-libbsp-sh-simsh4-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||
AC_CONFIG_SRCDIR([runtest.in])
|
||||
RTEMS_TOP(../../../../../../..)
|
||||
|
||||
# FIXME: This should not be here
|
||||
AC_ARG_VAR([RTEMS_BSP],[])
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.6])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
RTEMS_PROJECT_ROOT
|
||||
RTEMS_TOOLPATHS
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
runtest
|
||||
])
|
||||
AC_OUTPUT
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh -p
|
||||
#!@KSH@ -p
|
||||
#
|
||||
# Run rtems tests on the Motorola MCF5206eLITE Coldfire Evaluation board
|
||||
# using gdb configured with P&E Micro Background Debug Mode debugging
|
||||
Reference in New Issue
Block a user