2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/zilog/Makefile.am: Remove.
	* include/motorola/Makefile.am: Remove.
	* include/sys/Makefile.am: Remove.
	* include/rtems/Makefile.am: Remove.
	* include/Makefile.am: Handle subdirs, require automake-1.5
	* Makefile.am: Require automake-1.5.
This commit is contained in:
Joel Sherrill
2001-10-16 18:50:03 +00:00
parent 14a67aa9e4
commit 49ed8e7758
16 changed files with 77 additions and 123 deletions

View File

@@ -2,7 +2,7 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../aclocal
SUBDIRS = include libc

View File

@@ -39,9 +39,5 @@ AM_CONFIG_HEADER(libc/config.h)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
include/Makefile
include/rtems/Makefile
include/sys/Makefile
include/motorola/Makefile
include/zilog/Makefile
libc/Makefile])
AC_OUTPUT