2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* preinstall.am: New.
	* Makefile.am: Merge in au1x00/Makefile.am, mongoosev/Makefile.am,
	r46xx/Makefile.am, shared/Makefile.am.
	Include preinstall.am.
	* au1x00/Makefile.am, mongoosev/Makefile.am,
        r46xx/Makefile.am, shared/Makefile.am: Remove.
	* configure.ac: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2005-05-10 07:50:44 +00:00
parent bd1743804f
commit f9502fc628
3 changed files with 117 additions and 7 deletions

View File

@@ -32,12 +32,11 @@ AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev")
AM_CONDITIONAL(au1x00, test "$RTEMS_CPU_MODEL" = "au1x00")
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -n "$AMPOLISH3"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
au1x00/Makefile
mongoosev/Makefile
shared/Makefile
r46xx/Makefile
tx39/Makefile
])
AC_OUTPUT