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

* Makefile.am: Merge-in shared/Makefile.am.
	* preinstall.am: New.
	* shared/Makefile.am: Remove.
	* configure.ac: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2005-05-11 06:56:49 +00:00
parent b41d4a0a2e
commit 08966e166a
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in shared/Makefile.am.
* preinstall.am: New.
* shared/Makefile.am: Remove.
* configure.ac: Reflect changes above.
2005-05-03 Joel Sherrill <joel@OARcorp.com>
* mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.

View File

@@ -30,9 +30,12 @@ AM_CONDITIONAL(at91rm9200, test "$RTEMS_CPU_MODEL" = "at91rm9200")
AM_CONDITIONAL(mc9328mxl, test "$RTEMS_CPU_MODEL" = "mc9328mxl")
AM_CONDITIONAL(s3c2400, test "$RTEMS_CPU_MODEL" = "s3c2400")
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
shared/Makefile
at91rm9200/Makefile
mc9328mxl/Makefile
s3c2400/Makefile