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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [posix/] [include/] [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:13 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
## RTEMS unistd.h needs to be checked against newlib's and removed
8
UNUSED_H_FILES = devctl.h intr.h unistd.h
9
 
10
H_FILES = sched.h aio.h mqueue.h semaphore.h
11
 
12
# H_FILES = pthread.h sched.h aio.h mqueue.h semaphore.h
13
 
14
noinst_HEADERS = $(H_FILES)
15
 
16
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
17
    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
18
 
19
$(PROJECT_INCLUDE):
20
        @$(mkinstalldirs) $@
21
$(PROJECT_INCLUDE)/%.h: %.h
22
        $(INSTALL_DATA) $< $@
23
 
24
all-local: $(PREINSTALL_FILES)
25
 
26
SUBDIRS = rtems sys
27
 
28
EXTRA_DIST = $(UNUSED_H_FILES)
29
 
30
include $(top_srcdir)/../../../../automake/subdirs.am
31
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.