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

4.104.114.84.95
Last change on this file since c304bc3 was c42980ab, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:43:09

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 532 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 = include 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.