source: rtems/c/src/librdbg/src/i386/Makefile.am @ a976681e

4.104.114.84.95
Last change on this file since a976681e was 39e6bbe1, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/99 at 13:44:56

Patch patches-rc-19991203-1.diff from Ralf Corsepius <corsepiu@…>
which makes i386 code available for all BSPs not just pc386. This is correct
since the code is really general to all i386 BSPs now.

  • Property mode set to 100644
File size: 257 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8SUBDIRS = any
9
10EXTRA_DIST = \
11excep_f.c rdbg_cpu_asm.S rdbg_f.c
12
13include $(top_srcdir)/../../../automake/subdirs.am
14include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.