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

Subversion Repositories openrisc_me

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