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

4.104.114.84.95
Last change on this file since 867ab080 was 3776f87b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:59:27

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

Makefile.am: Reflect having moved automake.
shmdr/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 516 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
[3776f87b]16include $(top_srcdir)/automake/subdirs.am
17include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.