source: rtems/c/src/lib/libbsp/Makefile.am @ 5710072

4.104.114.84.95
Last change on this file since 5710072 was 5710072, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 03:14:14

2003-08-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged into ../../configure.ac).
  • Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
  • Property mode set to 100644
File size: 528 bytes
RevLine 
[df49c60]1##
[847dbbe]2## $Id$
[df49c60]3##
[847dbbe]4
5# If we are building a "real" BSP, then we need to descend into the
6# appropriate CPU specific directory.  The bare BSP is a special
7# case which can be built for any CPU and it resides at the same
8# level as the CPUs.  If we are building the bare BSP, then descend
9# into that directory.
10
[5710072]11SUBDIRS = shared shmdr @libbsp_cpu_subdir@
12DIST_SUBDIRS = shared shmdr @libbsp_cpu_subdir@
[847dbbe]13
14EXTRA_DIST = MERGE.PROCEDURE bsp.am
15
[5710072]16include $(top_srcdir)/../../automake/subdirs.am
17include $(top_srcdir)/../../automake/local.am
Note: See TracBrowser for help on using the repository browser.