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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [gen68340/] [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 12:00:07 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = bsp.h coverhd.h m340uart.h m340timer.h m68340.h m68340.inc \
8
    m68349.inc
9
 
10
$(PROJECT_INCLUDE):
11
        $(mkinstalldirs) $@
12
 
13
$(PROJECT_INCLUDE)/bsp.h: bsp.h
14
        $(INSTALL_DATA) $< $@
15
 
16
$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
17
        $(INSTALL_DATA) $< $@
18
 
19
$(PROJECT_INCLUDE)/m340uart.h: m340uart.h
20
        $(INSTALL_DATA) $< $@
21
 
22
$(PROJECT_INCLUDE)/m340timer.h: m340timer.h
23
        $(INSTALL_DATA) $< $@
24
 
25
$(PROJECT_INCLUDE)/m68340.h: m68340.h
26
        $(INSTALL_DATA) $< $@
27
 
28
$(PROJECT_INCLUDE)/m68340.inc: m68340.inc
29
        $(INSTALL_DATA) $< $@
30
 
31
$(PROJECT_INCLUDE)/m68349.inc: m68349.inc
32
        $(INSTALL_DATA) $< $@
33
 
34
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
35
    $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/m340uart.h \
36
    $(PROJECT_INCLUDE)/m340timer.h $(PROJECT_INCLUDE)/m68340.h \
37
    $(PROJECT_INCLUDE)/m68340.inc $(PROJECT_INCLUDE)/m68349.inc
38
 
39
all-local: $(TMPINSTALL_FILES)
40
 
41
EXTRA_DIST = bsp.h coverhd.h m340timer.h m340uart.h m68340.h m68340.inc \
42
    m68349.inc
43
 
44
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.