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

4.104.114.84.95
Last change on this file since c42980ab 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
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
[fc40d5d4]13SUBDIRS = include 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.