From 64b1f8105264bdc4a38a618ff9c24050f7b537bf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Jan 2002 22:53:30 +0000 Subject: 2002-01-09 Ralf Corsepius * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove ITRON_SUBDIRS. * configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to cpuopts.h. * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h. --- cpukit/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index c4bbee1556..21dc23fd8e 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -7,15 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal include $(top_srcdir)/../../../automake/multilib.am -if HAS_POSIX -POSIX_SUBDIRS = posix -endif - -if HAS_ITRON -ITRON_SUBDIRS = itron -endif - -SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup +SUBDIRS = include score rtems sapi @subdirs@ wrapup include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3