2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Rework. Make package a host compiled package.
	* Makefile.am: Ditto.
This commit is contained in:
Ralf Corsepius
2004-02-14 18:11:45 +00:00
parent 9e23302c8e
commit 59795a68fc
6 changed files with 20 additions and 33 deletions

View File

@@ -1,3 +1,8 @@
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Rework. Make package a host compiled package.
* Makefile.am: Ditto.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -2,9 +2,9 @@
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal
ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/host.am
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am

View File

@@ -15,7 +15,7 @@ AM_MAINTAINER_MODE
RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
AC_CONFIG_SUBDIRS(generic)
RTEMS_CPU_SUBDIRS
# Explicitly list all Makefiles here

View File

@@ -1,3 +1,8 @@
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Rework. Make package a host compiled package.
* Makefile.am: Ditto.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.

View File

@@ -2,30 +2,8 @@
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../aclocal
ACLOCAL_AMFLAGS = -I ../../../aclocal
transform =
bin_SCRIPTS = difftest sorttimes
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests
bsptools_bin_SCRIPTS = difftest sorttimes
all-local: $(TMPINSTALL_FILES)
TMPINSTALL_FILES =
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/$(dirstamp):
@$(mkdir_p) $(PROJECT_ROOT)/@RTEMS_BSP@/tests
@: > $(PROJECT_ROOT)/@RTEMS_BSP@/tests/$(dirstamp)
TMPINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/tests/$(dirstamp)
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/difftest: difftest $(PROJECT_ROOT)/@RTEMS_BSP@/tests/$(dirstamp)
$(INSTALL_SCRIPT) $< $(PROJECT_ROOT)/@RTEMS_BSP@/tests/difftest
TMPINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/tests/difftest
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/sorttimes: sorttimes $(PROJECT_ROOT)/@RTEMS_BSP@/tests/$(dirstamp)
$(INSTALL_SCRIPT) $< $(PROJECT_ROOT)/@RTEMS_BSP@/tests/sorttimes
TMPINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/tests/sorttimes
CLEANFILES = $(TMPINSTALL_FILES)
include $(top_srcdir)/../../automake/local.am
include $(top_srcdir)/../../../automake/host.am

View File

@@ -11,13 +11,12 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
# Override the set of BSPs to be built.
RTEMS_ENV_RTEMSBSP
RTEMS_PROJECT_ROOT
RTEMS_PATH_KSH
RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
difftest