From 8217c40656e00102bb2f96c4b36edd47c0aadcfc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 17:57:28 +0000 Subject: 2001-12-22 Ralf Corsepius * configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES. * Makefile.am: Add include to SUBDIRS. * rtems/Makefile.am: Remove optman from SUBDIRS. * sapi/Makefile.am: Remove optman from SUBDIRS. * include/Makefile.am: New file. * include/rtems/bspIo.h: Relocated from lib/include. * include/rtems/libio_.h: Relocated from lib/include. --- cpukit/wrapup/.cvsignore | 2 -- cpukit/wrapup/Makefile.am | 18 ------------------ 2 files changed, 20 deletions(-) delete mode 100644 cpukit/wrapup/.cvsignore delete mode 100644 cpukit/wrapup/Makefile.am (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/.cvsignore b/cpukit/wrapup/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/cpukit/wrapup/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am deleted file mode 100644 index 67e58c56c3..0000000000 --- a/cpukit/wrapup/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -## -## $Id$ -## - -AUTOMAKE_OPTIONS = foreign 1.4 - -if HAS_POSIX -POSIX_DIRS = posix -endif - -if HAS_ITRON -ITRON_DIRS = itron -endif - -SUBDIRS = rtems $(POSIX_DIRS) $(ITRON_DIRS) - -include $(top_srcdir)/../../../automake/subdirs.am -include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3