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

4.104.114.84.95
Last change on this file since 5a8641e3 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
RevLine 
[df49c60]1##
[847dbbe]2## $Id$
[df49c60]3##
[847dbbe]4
[feead226]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[847dbbe]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
[5a8641e3]13SUBDIRS = shared shmdr @subdirs@
[847dbbe]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.