2002-08-21 Ralf Corsepius * Makefile.am: Add preinstall-stamp. 2002-08-12 Ralf Corsepius Posix-BSP-Hacks: * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to make/bsp.mak * Makefile.am: Pass RTEMS_HOST to make/bsp.mak. * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP). 2002-08-11 Ralf Corsepius * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. 2002-08-11 Ralf Corsepius * configure.ac: Add BSP_SUBDIRS. * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS. 2002-08-10 Ralf Corsepius * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups. 2002-08-10 Ralf Corsepius * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and ../libchip/serial/$(ARCH)/libserialio.a. 2002-08-09 Ralf Corsepius * Makefile.am: Add rtems_makedir. 2002-08-09 Ralf Corsepius * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups. * Makefile.am: Add wrapup-SUBDIR. * wrapup/ChangeLog: Remove. * wrapup/configure.ac: Remove. 2002-08-09 Ralf Corsepius * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation (Make the bare BSP happy). * configure.ac: Ditto. 2002-08-09 Ralf Corsepius * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs. Create make/custom/default.cfg. * configure.ac: Add creation of make/custon/*.cfg. Create make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache 2002-08-01 Ralf Corsepius * Makefile.am: Clean $(PROJECT_RELEASE). 2002-07-22 Ralf Corsepius * acinclude.m4: Add test "$multilib" != "yes". * config-ml.in: Remove. 2002-07-22 Ralf Corsepius * acinclude.m4: Cleanups. * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of ${srcdir}/exec/. Further adaptations to autoconf >= 2.50. 2002-07-05 Ralf Corsepius * acinclude.m4: New. * Makefile.am: Remove tar-installation. Prepend @exec@ to SUBDIRS. * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...). 2002-06-25 Ralf Corsepius * configure.ac: Remove librpc. 2002-06-25 Joel Sherrill * Per PR233, moved librpc to exec. * configure.ac, wrapup/Makefile.am: Modified. * librpc, librpc/ChangeLog: Removed. 2002-05-18 Ralf Corsepius * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs. 2002-05-15 Ralf Corsepius * configure.ac: Remove lib. 2002-05-14 Ralf Corsepius * config-ml.in: Take out arm and sh variants RTEMS does not support. 2002-03-27 Ralf Corsepius * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. 2002-02-28 Victor V. Vengerov * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. * configure.ac: Modified to reflect addition. 2002-01-02 Ralf Corsepius * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS. 2001-12-18 Ralf Corsepius * config-ml.in: New file. Imported from gcc and modified for RTEMS. 2001-10-16 Ralf Corsepius * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5. * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make autoconf-2.52 happy. 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate. 2001-02-02 Ralf Corsepius * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@. 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. 2000-11-02 Ralf Corsepius * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. 2000-10-30 Ralf Corsepius * configure.in: Switch to GNU-canonicalization. * Makefile.am: Reflect changes to configure.in. * acinclude.m4: Remove. 2000-10-27 Ralf Corsepius * configure.in: add lib/libbsp to the GNU canonicalized subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1. * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1. * ChangeLog: Fix typos. 2000-10-27 Ralf Corsepius * configure.in: add tests to the GNU canonicalized subdirectories. 2000-10-26 Ralf Corsepius * configure.in: add lib/libcpu to the GNU canonicalized subdirectories. 2000-10-26 Ralf Corsepius * configure.in: add lib to the GNU canonicalized subdirectories, make the lib directory before configuring lib/. 2000-10-25 Ralf Corsepius * configure.in, Makefile.am: add exec to the GNU canonicalized subdirectories. 2000-10-25 Ralf Corsepius * configure.in: add librtems++ to the GNU canonicalized subdirectories. 2000-10-25 Ralf Corsepius * configure.in: add libnetworking, librpc and librdb to the GNU canonicalized subdirectories. 2000-10-25 Ralf Corsepius * configure.in: add libmisc and libchip to the GNU canonicalized subdirectories. 2000-10-24 Ralf Corsepius * Makefile.am, acinclude.m4, configure.in: Introduce GNU canonicalization to libfs/. The approach is currently a bit of a hack as GNU canonicalization does not support the per-BSP build some of the other directories require. As more of the tree is converted, this will become less of an issue. 2000-10-18 Joel Sherrill * wrapup/Makefile.am: Added libfs. 2000-10-18 Chris Johns * libfs created. * configure.in: Added libfs subdirectory. 2000-09-12 Ralf Corsepius * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS. 2000-09-04 Ralf Corsepius * wrapup/Makefile.am: Include compile.am. 2000-08-30 Ralf Corsepius * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs. 2000-08-10 Joel Sherrill * ChangeLog: New file.