]> git.decadent.org.uk Git - nfs-utils.git/blob - tools/rpcgen/Makefile
Mon Nov 29 11:17:35 1999 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / tools / rpcgen / Makefile
1 #
2 # This is a slightly patched rpcgen.new from the tirpc package
3 # 8 oct 96 --okir
4 #               
5
6 #
7 # Sun RPC is a product of Sun Microsystems, Inc. and is provided for
8 # unrestricted use provided that this legend is included on all tape
9 # media and as a part of the software program in whole or part.  Users
10 # may copy or modify Sun RPC without charge, but are not authorized
11 # to license or distribute it to anyone else except as part of a product or
12 # program developed by the user or with the express written consent of
13 # Sun Microsystems, Inc.
14 #
15 # SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
16 # WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
17 # PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
18 #
19 # Sun RPC is provided with no support and without any obligation on the
20 # part of Sun Microsystems, Inc. to assist in its use, correction,
21 # modification or enhancement.
22 #
23 # SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
24 # INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
25 # OR ANY PART THEREOF.
26 #
27 # In no event will Sun Microsystems, Inc. be liable for any lost revenue
28 # or profits or other special, indirect and consequential damages, even if
29 # Sun has been advised of the possibility of such damages.
30 #
31 # Sun Microsystems, Inc.
32 # 2550 Garcia Avenue
33 # Mountain View, California  94043
34
35 #       @(#)Makefile 1.14 89/03/30 (C) 1987 SMI <MODIFIED>
36 #
37 # Makefile for rpc protocol compiler
38 # Copyright (C) 1987, Sun Microsystems, Inc.
39 #
40
41 TOOL    = rpcgen
42 OBJS    = rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \
43           rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o
44
45 include $(TOP)rules.mk
46
47
48 all::   $(TOOL)
49         if [ ! -d $(TOP)bin ]; then \
50           rm -rf $(TOP)bin; mkdir -p $(TOP)bin; \
51         fi
52         cp $(TOOL) $(TOP)bin
53
54 install::
55         @: