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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [posix/] [include/] [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.12 2002/06/17 09:07:32 ralf Exp
3
##
4
 
5
 
6
$(PROJECT_INCLUDE):
7
        @$(mkinstalldirs) $@
8
$(PROJECT_INCLUDE)/sys:
9
        @$(mkinstalldirs) $@
10
$(PROJECT_INCLUDE)/rtems/posix:
11
        @$(mkinstalldirs) $@
12
 
13
$(PROJECT_INCLUDE)/%.h: %.h
14
        $(INSTALL_DATA) $< $@
15
 
16
# include
17
noinst_HEADERS = devctl.h intr.h
18
 
19
include_HEADERS = sched.h aio.h mqueue.h semaphore.h
20
 
21
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
22
    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
23
 
24
# rtems/posix
25
 
26
include_rtems_posixdir = $(includedir)/rtems/posix
27
 
28
MP_H_FILES = rtems/posix/condmp.h rtems/posix/mqueuemp.h rtems/posix/mutexmp.h \
29
    rtems/posix/pthreadmp.h rtems/posix/semaphoremp.h
30
 
31
STD_H_FILES = rtems/posix/cancel.h rtems/posix/cond.h rtems/posix/config.h \
32
    rtems/posix/key.h rtems/posix/mqueue.h rtems/posix/mutex.h \
33
    rtems/posix/posixapi.h rtems/posix/priority.h rtems/posix/psignal.h \
34
    rtems/posix/pthread.h rtems/posix/ptimer.h rtems/posix/semaphore.h \
35
    rtems/posix/threadsup.h rtems/posix/time.h rtems/posix/timer.h \
36
    $(MP_H_FILES)
37
 
38
noinst_HEADERS += rtems/posix/intr.h rtems/posix/threadsup.h
39
 
40
if HAS_MP
41
include_rtems_posix_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
42
else
43
include_rtems_posix_HEADERS = $(STD_H_FILES)
44
endif
45
 
46
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \
47
    $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/%)
48
 
49
## General
50
 
51
all-local: $(PREINSTALL_FILES)
52
 
53
EXTRA_DIST = $(noinst_HEADERS)
54
 
55
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.