URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [shared/] [comm/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.7 2002/03/28 00:39:22 joel Exp
##
include_HEADERS = uart.h tty_drv.h i386_io.h
C_FILES = i386-stub-glue.c i386-stub.c uart.c tty_drv.c gdb_glue.c
noinst_DATA = GDB.HOWTO
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = GDB.HOWTO i386-stub-glue.c i386-stub.c uart.c uart.h tty_drv.h \
i386_io.h tty_drv.c gdb_glue.c
include $(top_srcdir)/../../../../../automake/local.am