2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* clock/Makefile.am, timer/Makefile.am: Remove.
	* r46xx/Makefile.am: Built timer.rel, clock.rel.
	Add PREINSTALL_DIRS.
	* Makefile.am: Remove timer, clock.
	* tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am:
	Add PREINSTALL_DIRS.
	* configure.ac: Reflect removing clock/Makefile.am,
	timer/Makefile.am.
	Add subdir-objects to AUTOMAKE_OPTIONS.
This commit is contained in:
Ralf Corsepius
2004-01-21 06:50:10 +00:00
parent b55e727e6d
commit 63ae87612d
9 changed files with 56 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.8.2])
AM_MAINTAINER_MODE
RTEMS_ENABLE_BARE
@@ -33,11 +33,9 @@ AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
clock/Makefile
mongoosev/Makefile
shared/Makefile
r46xx/Makefile
timer/Makefile
tx39/Makefile
])
AC_OUTPUT