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

4.104.114.84.95
Last change on this file since f4fe0092 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
Line 
1##
2## $Id$
3##
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
11SUBDIRS = shared shmdr @libbsp_cpu_subdir@
12DIST_SUBDIRS = shared shmdr @libbsp_cpu_subdir@
13
14EXTRA_DIST = MERGE.PROCEDURE bsp.am
15
16include $(top_srcdir)/automake/subdirs.am
17include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.