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

4.104.114.84.95
Last change on this file since 2afd32b7 was 2afd32b7, checked in by Joel Sherrill <joel.sherrill@…>, on 06/19/01 at 14:26:49

2001-06-19 Ralf Corsepius <corsepiu@…>

  • comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • io/Makefile.am: Ditto.
  • irq/Makefile.am: Ditto.
  • pci/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 568 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_HEADERS = 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) \
19    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
20
21all-local: $(PREINSTALL_FILES)
22
23EXTRA_DIST = GDB.HOWTO i386-stub-glue.c i386-stub.c uart.c uart.h tty_drv.h \
24    i386_io.h tty_drv.c gdb_glue.c
25
26include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.