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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [score/] [macros/] [rtems/] [score/] [Makefile.am] - Blame information for rev 578

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:34 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
## We only build multiprocessing related files if HAS_MP was defined
8
MP_I_FILES = mppkt.inl objectmp.inl threadmp.inl
9
 
10
STD_I_FILES = address.inl chain.inl coremsg.inl coremutex.inl coresem.inl \
11
    heap.inl isr.inl object.inl priority.inl stack.inl states.inl \
12
    sysstate.inl thread.inl tod.inl tqdata.inl userext.inl watchdog.inl \
13
    wkspace.inl
14
 
15
noinst_HEADERS = $(STD_I_FILES) $(MP_I_FILES)
16
 
17
if MACROS
18
if HAS_MP
19
I_FILES = $(STD_I_FILES) $(MP_I_FILES)
20
else
21
I_FILES = $(STD_I_FILES
22
endif
23
 
24
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
25
    $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/score%)
26
 
27
$(PROJECT_INCLUDE)/rtems/score:
28
        @$(mkinstalldirs) $@
29
$(PROJECT_INCLUDE)/rtems/score/%.inl: %.inl
30
        $(INSTALL_DATA) $< $@
31
endif
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.