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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [cpu/] [hppa1.1/] [rtems/] [score/] [Makefile.am] - Blame information for rev 30

Go to most recent revision | 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:24 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets
8
 
9
GENERIC_H_FILES = offsets.h
10
STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
11
noinst_HEADERS = $(STATIC_H_FILES)
12
 
13
#
14
# (OPTIONAL) Add local stuff here using +=
15
#
16
 
17
offsets.h: $(GENOFFSETS) cpu.h
18
        $(RM) $@
19
        $(GENOFFSETS) > $@
20
 
21
CLEANFILES = offsets.h
22
 
23
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
24
    $(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
25
    $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
26
 
27
$(PROJECT_INCLUDE)/rtems/score:
28
        $(mkinstalldirs) $@
29
 
30
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
31
        $(INSTALL_DATA) $< $@
32
 
33
all-local: $(PREINSTALL_FILES)
34
 
35
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.