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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [sys/] [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 12:02:00 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = buf.h callout.h cdefs.h conf.h domain.h filio.h ioccom.h \
8
    ioctl.h kernel.h libkern.h malloc.h mbuf.h mount.h param.h proc.h \
9
    protosw.h queue.h reboot.h resourcevar.h rtprio.h select.h signalvar.h \
10
    socket.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \
11
    ttycom.h ttydefaults.h ucred.h uio.h un.h
12
 
13
noinst_HEADERS = $(H_FILES)
14
 
15
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
16
 
17
$(PROJECT_INCLUDE)/sys:
18
        @$(mkinstalldirs) $@
19
 
20
$(PROJECT_INCLUDE)/sys/%.h: %.h
21
        $(INSTALL_DATA) $< $@
22
 
23
all-local: $(PREINSTALL_FILES)
24
 
25
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.