source: rtems/c/src/lib/libbsp/shared/Makefile.am @ 30062b7

Last change on this file since 30062b7 was 007d59d6, checked in by Joel Sherrill <joel.sherrill@…>, on 06/27/02 at 21:14:09

2002-06-25 Joel Sherrill <joel@…>

  • Thomas Doerfler <Thomas.Doerfler@…> added m68k support to the shared gdb stub glue necessitating a move up.
  • Makefile.am: Reflect new gdbstub directory.
  • Property mode set to 100644
File size: 340 bytes
Line 
1##
2## $Id$
3##
4
5
6SUBDIRS = include gdbstub
7
8EXTRA_DIST = bootcard.c bspclean.c bsplibc.c bsppost.c console-polled.c \
9    console.c gnatinstallhandler.c main.c sbrk.c tod.c tod.h \
10        vmeUniverse/vmeUniverse.c vmeUniverse/vmeUniverse.h
11
12include $(top_srcdir)/../../../../automake/subdirs.am
13include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.