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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [hppa1.1/] [simhppa/] [include/] [Makefile.am] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 11:59:45 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = bsp.h ../../../shared/include/coverhd.h
8
 
9
RTEMS_H_FILES = ttydrv.h
10
 
11
$(PROJECT_INCLUDE):
12
        $(mkinstalldirs) $@
13
 
14
$(PROJECT_INCLUDE)/rtems:
15
        $(mkinstalldirs) $@
16
 
17
$(PROJECT_INCLUDE)/bsp.h: bsp.h
18
        $(INSTALL_DATA) $< $@
19
 
20
$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h
21
        $(INSTALL_DATA) $< $@
22
 
23
$(PROJECT_INCLUDE)/rtems/ttydrv.h: ttydrv.h
24
        $(INSTALL_DATA) $< $@
25
 
26
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
27
    $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/rtems \
28
    $(PROJECT_INCLUDE)/rtems/ttydrv.h
29
 
30
all-local: $(TMPINSTALL_FILES)
31
 
32
EXTRA_DIST = bsp.h ttydrv.h
33
 
34
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.