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

4.104.114.84.95
Last change on this file since cba119c9 was 6fdf978, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/05 at 08:51:06

2005-10-17 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: 476 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 = shared/m68kpretaskinghook.c shared/setvec.c shared/start.S
11
12EXTRA_DIST += shared/bspspuriousinit.c shared/m68000spurious.c
13
14EXTRA_DIST += shared/mvme/mvme16x_hw.h
15
16EXTRA_DIST += shared/gdbstub/m68k-stub.c shared/gdbstub/gdb_if.h
17
18include $(top_srcdir)/../../../automake/subdirs.am
19include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.