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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [posix/] [include/] [rtems/] [posix/] [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:14 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
MP_H_FILES = condmp.h mqueuemp.h mutexmp.h pthreadmp.h semaphoremp.h
8
 
9
STD_H_FILES = cancel.h cond.h config.h key.h mqueue.h mutex.h posixapi.h \
10
    priority.h psignal.h pthread.h ptimer.h semaphore.h seterr.h threadsup.h \
11
    time.h timer.h $(MP_H_FILES)
12
 
13
UNUSED_H_FILES = intr.h threadsup.h
14
 
15
if HAS_MP
16
H_FILES = $(STD_H_FILES) $(MP_H_FILES)
17
else
18
H_FILES = $(STD_H_FILES)
19
endif
20
 
21
noinst_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
22
 
23
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \
24
    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/posix/%)
25
 
26
$(PROJECT_INCLUDE)/rtems/posix:
27
        @$(mkinstalldirs) $@
28
$(PROJECT_INCLUDE)/rtems/posix/%.h: %.h
29
        $(INSTALL_DATA) $< $@
30
 
31
all-local: $(PREINSTALL_FILES)
32
 
33
EXTRA_DIST = $(UNUSED_H_FILES)
34
 
35
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.