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

Last change on this file since 3e6211b was 5a8641e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/09/02 at 04:16:27

2002-08-09 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove include/Makefile, include/rtems/Makefile, include/rtems/score/Makefile (Eliminate targopts.h).
  • Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
  • Property mode set to 100644
File size: 524 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# If we are building a "real" BSP, then we need to descend into the
8# appropriate CPU specific directory.  The bare BSP is a special
9# case which can be built for any CPU and it resides at the same
10# level as the CPUs.  If we are building the bare BSP, then descend
11# into that directory.
12
13SUBDIRS = shared shmdr @subdirs@
14
15EXTRA_DIST = MERGE.PROCEDURE bsp.am
16
17include $(top_srcdir)/../../../../automake/subdirs.am
18include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.