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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [itron/] [macros/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.4 2002/06/17 09:03:57 ralf Exp
3
##
4
 
5
 
6
include_rtems_itrondir = $(includedir)/rtems/itron
7
 
8
$(PROJECT_INCLUDE)/rtems/itron:
9
        @$(mkinstalldirs) $@
10
$(PROJECT_INCLUDE)/%: %
11
        $(INSTALL_DATA) $< $@
12
 
13
if MACROS
14
include_rtems_itron_HEADERS = rtems/itron/eventflags.inl \
15
    rtems/itron/fmempool.inl rtems/itron/intr.inl rtems/itron/mbox.inl \
16
    rtems/itron/msgbuffer.inl rtems/itron/network.inl rtems/itron/port.inl \
17
    rtems/itron/semaphore.inl rtems/itron/sysmgmt.inl rtems/itron/task.inl \
18
    rtems/itron/time.inl rtems/itron/vmempool.inl
19
 
20
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/itron \
21
    $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/%)
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.