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

4.104.114.84.95
Last change on this file since cba119c9 was 1b7e802b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/16/05 at 08:34:06

2005-10-16 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Merge-in shared/Makefile.am.
  • ChangeLog?: Merge-in shared/ChangeLog.
  • configure.ac: Remove shared/Makefile.am.
  • Property mode set to 100644
File size: 374 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7# Descend into the @RTEMS_BSP_FAMILY@ directory
8SUBDIRS = @RTEMS_BSP_FAMILY@
9
10EXTRA_DIST =
11
12EXTRA_DIST += shared/bspclean.c
13EXTRA_DIST += shared/bspstart.c
14EXTRA_DIST += shared/gnatcommon.c
15EXTRA_DIST += shared/start.S
16
17include $(top_srcdir)/../../../automake/subdirs.am
18include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.