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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [rtems/] [macros/] [rtems/] [rtems/] [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:19 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
I_FILES = asr.inl attr.inl dpmem.inl event.inl eventset.inl message.inl \
8
    modes.inl options.inl part.inl ratemon.inl region.inl sem.inl status.inl \
9
    support.inl tasks.inl timer.inl
10
 
11
noinst_HEADERS = $(I_FILES)
12
 
13
if MACROS
14
 
15
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
16
    $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
17
 
18
$(PROJECT_INCLUDE)/rtems/rtems:
19
        @$(mkinstalldirs) $@
20
$(PROJECT_INCLUDE)/rtems/rtems/%.inl: %.inl
21
        $(INSTALL_DATA) $< $@
22
endif
23
 
24
all-local: $(PREINSTALL_FILES)
25
 
26
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.