* minimum/Makefile.am: Fix comments to make automake-1.5 happy.
* sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
* cdtest/Makefile.am: Remove LD_LIBS.
* unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
* base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* hello/Makefile.am: include leaf.am instead of leaf.cfg.
* base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
* paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
* cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
make-cxx-exe.
* ticker/Makefile.am: include leaf.am instead of leaf.cfg.
* minimum/Makefile.am: include leaf.am instead of leaf.cfg.
particular, using bsp.h, or getting information from the BSP which
should properly be obtained from RTEMS is forbidden. This is
necessary to strengthen the division between the BSP independent
parts of RTEMS and the BSPs themselves. This started after
comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
The changes primarily eliminated the need to include bsp.h and
peeking at BSP_Configuration. The use of Cpu_table in each
BSP needs to be eliminated.