1*2aeafac3SToomas Soome#
2*2aeafac3SToomas Soome# CDDL HEADER START
3*2aeafac3SToomas Soome#
4*2aeafac3SToomas Soome# The contents of this file are subject to the terms of the
5*2aeafac3SToomas Soome# Common Development and Distribution License (the "License").
6*2aeafac3SToomas Soome# You may not use this file except in compliance with the License.
7*2aeafac3SToomas Soome#
8*2aeafac3SToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2aeafac3SToomas Soome# or http://www.opensolaris.org/os/licensing.
10*2aeafac3SToomas Soome# See the License for the specific language governing permissions
11*2aeafac3SToomas Soome# and limitations under the License.
12*2aeafac3SToomas Soome#
13*2aeafac3SToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
14*2aeafac3SToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2aeafac3SToomas Soome# If applicable, add the following below this CDDL HEADER, with the
16*2aeafac3SToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
17*2aeafac3SToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
18*2aeafac3SToomas Soome#
19*2aeafac3SToomas Soome# CDDL HEADER END
20*2aeafac3SToomas Soome#
21*2aeafac3SToomas Soome
22*2aeafac3SToomas Soome#
23*2aeafac3SToomas Soome# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24*2aeafac3SToomas Soome# Use is subject to license terms.
25*2aeafac3SToomas Soome#
26*2aeafac3SToomas Soome# cmd/rpcgen/Makefile
27*2aeafac3SToomas Soome
28*2aeafac3SToomas SoomePROG= rpcgen
29*2aeafac3SToomas Soome
30*2aeafac3SToomas SoomeOBJS= rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \
31*2aeafac3SToomas Soome	  rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o
32*2aeafac3SToomas SoomeSRCS= $(OBJS:%.o=%.c)
33*2aeafac3SToomas Soome
34*2aeafac3SToomas SoomeCERRWARN +=	-_gcc=-Wno-switch
35*2aeafac3SToomas SoomeCERRWARN +=	-_gcc=-Wno-parentheses
36*2aeafac3SToomas SoomeCERRWARN +=	-_gcc=-Wno-char-subscripts
37