OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [sys/] [linux/] [include/] [rpc/] [Makefile] - Diff between revs 207 and 345

Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 345
#       from: @(#)Makefile      2.3 88/08/11 4.0 RPCSRC
#       from: @(#)Makefile      2.3 88/08/11 4.0 RPCSRC
#       $FreeBSD: src/include/rpc/Makefile,v 1.1 2001/03/19 12:49:46 alfred Exp $
#       $FreeBSD: src/include/rpc/Makefile,v 1.1 2001/03/19 12:49:46 alfred Exp $
.SUFFIXES: .x
.SUFFIXES: .x
RPCCOM = rpcgen -C
RPCCOM = rpcgen -C
HDRS=   rpcb_prot.h
HDRS=   rpcb_prot.h
XFILES= rpcb_prot.x
XFILES= rpcb_prot.x
HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
        nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
        nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
        rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h \
        rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h \
        svc.h svc_auth.h svc_soc.h svc_dg.h types.h xdr.h
        svc.h svc_auth.h svc_soc.h svc_dg.h types.h xdr.h
# Secure RPC
# Secure RPC
HFILES+= auth_des.h des.h des_crypt.h
HFILES+= auth_des.h des.h des_crypt.h
# Kerberos
# Kerberos
HFILES+= auth_kerb.h
HFILES+= auth_kerb.h
CLEANFILES+= ${HDRS}
CLEANFILES+= ${HDRS}
all: ${HDRS}
all: ${HDRS}
beforeinstall:
beforeinstall:
        ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
        ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
                ${HFILES:S;^;${.CURDIR}/;} \
                ${HFILES:S;^;${.CURDIR}/;} \
                ${XFILES:S;^;${.CURDIR}/;} \
                ${XFILES:S;^;${.CURDIR}/;} \
                ${HDRS} \
                ${HDRS} \
                ${DESTDIR}/usr/include/rpc
                ${DESTDIR}/usr/include/rpc
.x.h:
.x.h:
        ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
        ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
.include 
.include 
 
 

powered by: WebSVN 2.1.0

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