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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [sys/] [Makefile.am] - Blame information for rev 580

Go to most recent revision | 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:35 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
if HAS_NETWORKING
8
else
9
NETWORKING_H_FILES += ioctl.h
10
endif
11
 
12
if UNIX
13
else
14
NEWLIB_H_FILES += termios.h
15
endif
16
 
17
H_FILES = utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
18
 
19
noinst_HEADERS = utime.h termios.h ioctl.h
20
 
21
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
22
    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
23
 
24
$(PROJECT_INCLUDE)/sys:
25
        @$(mkinstalldirs) $@
26
$(PROJECT_INCLUDE)/sys/%.h: %.h
27
        $(INSTALL_DATA) $< $@
28
 
29
all-local: $(PREINSTALL_FILES)
30
 
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.