source: rtems/c/src/lib/libbsp/i386/shared/comm/Makefile.am @ b459526

4.104.114.84.95
Last change on this file since b459526 was b459526, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/00 at 08:18:56

2000-08-26 Rosimildo da Silva <rdasilva@…>

  • shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for the i386 BSPs.
  • shared/comm/gdb_glue.c: New file.
  • shared/comm/i386_io.c: New file.
  • shared/comm/tty_drv.c: New file.
  • shared/comm/tty_drv.h: New file.
  • shared/comm/Makefile.am: Account for new files.
  • shared/comm/uart.c: Adds support for sending characters to another "line discipline."
  • Property mode set to 100644
File size: 550 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = uart.h tty_drv.h i386_io.h
8
9C_FILES = i386-stub-glue.c i386-stub.c uart.c tty_drv.c gdb_glue.c
10
11noinst_DATA = GDB.HOWTO
12
13$(PROJECT_INCLUDE):
14        $(mkinstalldirs) $@
15$(PROJECT_INCLUDE)/%.h: %.h
16        $(INSTALL_DATA) $< $@
17
18PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)
19
20all-local: $(PREINSTALL_FILES)
21
22EXTRA_DIST = GDB.HOWTO i386-stub-glue.c i386-stub.c uart.c uart.h tty_drv.h \
23    i386_io.h tty_drv.c gdb_glue.c
24
25include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.