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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [sys/] [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.15 2002/08/02 00:48:03 joel Exp
3
##
4
 
5
include_sysdir = $(includedir)/sys
6
 
7
include_sys_HEADERS = buf.h callout.h conf.h domain.h kernel.h libkern.h \
8
    malloc.h mbuf.h mount.h proc.h protosw.h queue.h reboot.h \
9
    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
10
    sysctl.h syslog.h systm.h ttydefaults.h ucred.h \
11
    uio.h un.h
12
 
13
PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
14
    $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
15
 
16
$(PROJECT_INCLUDE)/sys:
17
        @$(mkinstalldirs) $@
18
 
19
$(PROJECT_INCLUDE)/sys/%.h: %.h
20
        $(INSTALL_DATA) $< $@
21
 
22
all-local: $(PREINSTALL_FILES)
23
 
24
include $(top_srcdir)/../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.