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

Subversion Repositories or1k

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.5 2002/06/17 09:07:32 ralf Exp
3
##
4
 
5
 
6
include_rtems_posixdir = $(includedir)/rtems/posix
7
 
8
$(PROJECT_INCLUDE)/rtems/posix:
9
        @$(mkinstalldirs) $@
10
$(PROJECT_INCLUDE)/%: %
11
        $(INSTALL_DATA) $< $@
12
 
13
if MACROS
14
noinst_HEADERS = rtems/posix/intr.inl
15
include_rtems_posix_HEADERS = rtems/posix/cond.inl rtems/posix/key.inl \
16
    rtems/posix/mqueue.inl rtems/posix/mutex.inl \
17
    rtems/posix/pthread.inl rtems/posix/priority.inl \
18
    rtems/posix/semaphore.inl rtems/posix/timer.inl
19
 
20
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \
21
    $(include_rtems_posix_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.