forked from Imagelibrary/rtems
* Makefile.am: Split the blob of *.o into cache.rel, page.rel and score.rel. Add PREINSTALL_DIRS. Use automake compilation rules. * page.c, cpuModel.S: Remove stray blanks. * configure.ac: Require automake >= 1.8.2. Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
# # $Id$ # This is the README file for libcpu. This directory contains reusable libraries which are CPU dependent but not target board dependent. For example, the HPPA has an on chip interval timer which may be used by all HPPA bsp's. Another example might be the Intel i960CA has on-chip DMA which could be supported in a library and placed in lib/libcpu/i960. This level of support will make it easier for others developing embedded applications on a given CPU.