source: rtems/c/src/lib/libbsp/i386/Makefile.am @ 5c7f274

4.104.114.84.95
Last change on this file since 5c7f274 was 578209bc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/05 at 08:00:27

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: 819 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
12# shared/comm
13EXTRA_DIST += shared/comm/uart.c shared/comm/uart.h
14EXTRA_DIST += shared/comm/tty_drv.c shared/comm/tty_drv.h
15EXTRA_DIST += shared/comm/i386_io.h
16EXTRA_DIST += shared/comm/i386-stub-glue.c shared/comm/i386-stub.c
17EXTRA_DIST += shared/comm/gdb_glue.c
18
19EXTRA_DIST += shared/comm/GDB.HOWTO
20
21# shared/irq
22EXTRA_DIST += shared/irq/irq.h shared/irq/irq.c
23EXTRA_DIST += shared/irq/irq_asm.h shared/irq/irq_asm.S
24EXTRA_DIST += shared/irq/idt.c
25EXTRA_DIST += shared/irq/irq_init.c
26
27# shared/pci
28EXTRA_DIST += shared/pci/pcibios.h
29EXTRA_DIST += shared/pci/pcibios.c
30
31include $(top_srcdir)/../../../automake/subdirs.am
32include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.