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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [sapi/] [inline/] [rtems/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
##
2 208 chris
## $Id: Makefile.am,v 1.2 2001-09-27 11:59:20 chris Exp $
3 158 chris
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
if INLINE
8
I_FILES = extension.inl
9
 
10
noinst_HEADERS = $(I_FILES)
11
 
12
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
13
    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
14
 
15
$(PROJECT_INCLUDE)/rtems:
16
        @$(mkinstalldirs) $@
17
$(PROJECT_INCLUDE)/rtems/%.inl: %.inl
18
        $(INSTALL_DATA) $< $@
19
endif
20
 
21
all-local: $(PREINSTALL_FILES)
22
 
23
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.