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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [include/] [rpc/] [Makefile] - Blame information for rev 148

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
#       from: @(#)Makefile      2.3 88/08/11 4.0 RPCSRC
2
#       $FreeBSD: src/include/rpc/Makefile,v 1.1 2001/03/19 12:49:46 alfred Exp $
3
 
4
.SUFFIXES: .x
5
 
6
RPCCOM = rpcgen -C
7
 
8
HDRS=   rpcb_prot.h
9
 
10
XFILES= rpcb_prot.x
11
 
12
HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \
13
        nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
14
        rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h \
15
        svc.h svc_auth.h svc_soc.h svc_dg.h types.h xdr.h
16
 
17
# Secure RPC
18
HFILES+= auth_des.h des.h des_crypt.h
19
 
20
# Kerberos
21
HFILES+= auth_kerb.h
22
 
23
CLEANFILES+= ${HDRS}
24
 
25
all: ${HDRS}
26
 
27
beforeinstall:
28
        ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
29
                ${HFILES:S;^;${.CURDIR}/;} \
30
                ${XFILES:S;^;${.CURDIR}/;} \
31
                ${HDRS} \
32
                ${DESTDIR}/usr/include/rpc
33
 
34
.x.h:
35
        ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
36
 
37
.include 

powered by: WebSVN 2.1.0

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