OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [shared/] [comm/] [Makefile.am] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.7 2002/03/28 00:39:22 joel Exp
3
##
4
 
5
 
6
include_HEADERS = uart.h tty_drv.h i386_io.h
7
 
8
C_FILES = i386-stub-glue.c i386-stub.c uart.c tty_drv.c gdb_glue.c
9
 
10
noinst_DATA = GDB.HOWTO
11
 
12
$(PROJECT_INCLUDE):
13
        $(mkinstalldirs) $@
14
$(PROJECT_INCLUDE)/%.h: %.h
15
        $(INSTALL_DATA) $< $@
16
 
17
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
18
    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
19
 
20
all-local: $(PREINSTALL_FILES)
21
 
22
EXTRA_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
 
25
include $(top_srcdir)/../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.