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

4.104.114.84.95
Last change on this file since 5bc5987 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
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.