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

4.9.1
Last change on this file since e9db9661 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
RevLine 
[df49c60]1##
[7068e246]2## $Id$
[df49c60]3##
[7068e246]4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../aclocal
[7068e246]6
[194d1282]7## Descend into the @RTEMS_BSP_FAMILY@ directory
[6fdf978]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
[7068e246]17
[c53e9e2f]18include $(top_srcdir)/../../../automake/subdirs.am
19include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.