2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>

* itron/Makefile.am, libcsupport/Makefile.am,
	libnetworking/Makefile.am, posix/Makefile.am,
	rtems/Makefile.am, sapi/Makefile.am,
	score/Makefile.am, wrapup/Makefile.am,
	Makefile.am: Split preinstallation rules in to separate
	preinstall.am-files.
	* itron/preinstall.am, libcsupport/preinstall.am,
	libnetworking/preinstall.am, posix/preinstall.am,
	rtems/preinstall.am, sapi/preinstall.am,
	score/preinstall.am, wrapup/preinstall.am,
	preinstall.am: New (Generated from corresponding Makefile.ams).
	* configure.ac: Add AM_CONDITIONAL(AMPOLISH3)-stub.
This commit is contained in:
Ralf Corsepius
2005-02-08 15:04:04 +00:00
parent 6265b83060
commit b1f1bfbb19
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* itron/Makefile.am, libcsupport/Makefile.am,
libnetworking/Makefile.am, posix/Makefile.am,
rtems/Makefile.am, sapi/Makefile.am,
score/Makefile.am, wrapup/Makefile.am,
Makefile.am: Split preinstallation rules in to separate
preinstall.am-files.
* itron/preinstall.am, libcsupport/preinstall.am,
libnetworking/preinstall.am, posix/preinstall.am,
rtems/preinstall.am, sapi/preinstall.am,
score/preinstall.am, wrapup/preinstall.am,
preinstall.am: New (Generated from corresponding Makefile.ams).
* configure.ac: Add AM_CONDITIONAL(AMPOLISH3)-stub.
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add new header guard to cpuopts.h.

View File

@@ -275,6 +275,9 @@ AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
&& test -f "${srcdir}/ampolish3.in"])
AC_CONFIG_HEADER(config.h)
# Explicitly list all Makefiles here