180ab886dSwesolows#
280ab886dSwesolows# CDDL HEADER START
380ab886dSwesolows#
480ab886dSwesolows# The contents of this file are subject to the terms of the
580ab886dSwesolows# Common Development and Distribution License (the "License").
680ab886dSwesolows# You may not use this file except in compliance with the License.
780ab886dSwesolows#
880ab886dSwesolows# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
980ab886dSwesolows# or http://www.opensolaris.org/os/licensing.
1080ab886dSwesolows# See the License for the specific language governing permissions
1180ab886dSwesolows# and limitations under the License.
1280ab886dSwesolows#
1380ab886dSwesolows# When distributing Covered Code, include this CDDL HEADER in each
1480ab886dSwesolows# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1580ab886dSwesolows# If applicable, add the following below this CDDL HEADER, with the
1680ab886dSwesolows# fields enclosed by brackets "[]" replaced with your own identifying
1780ab886dSwesolows# information: Portions Copyright [yyyy] [name of copyright owner]
1880ab886dSwesolows#
1980ab886dSwesolows# CDDL HEADER END
2080ab886dSwesolows#
2180ab886dSwesolows
2280ab886dSwesolows#
2380ab886dSwesolows# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2480ab886dSwesolows# Use is subject to license terms.
2580ab886dSwesolows#
2680ab886dSwesolows
2780ab886dSwesolows.KEEP_STATE:
2880ab886dSwesolows
29*b8767451SRichard Loweinclude	$(SRC)/cmd/Makefile.cmd
30*b8767451SRichard Loweinclude $(SRC)/cmd/geniconvtbl/Makefile.com
31*b8767451SRichard Loweinclude $(SRC)/tools/Makefile.tools
3280ab886dSwesolows
33*b8767451SRichard LoweCPPFLAGS	= -I. -I$(SRCDIR)
34*b8767451SRichard LoweCERRWARN	+= $(CNOWARN_UNINIT)
35*b8767451SRichard LoweCERRWARN	+= -_gcc=-Wno-unused-label
36*b8767451SRichard LoweCERRWARN	+= -_gcc=-Wno-switch
37*b8767451SRichard LoweCERRWARN	+= -_gcc=-Wno-unused-variable
38*b8767451SRichard LoweCERRWARN	+= -_gcc=-Wno-implicit-function-declaration
39*b8767451SRichard LoweYFLAGS		+= -d
40*b8767451SRichard LoweCFLAGS		+= -D_FILE_OFFSET_BITS=64
4180ab886dSwesolows
42*b8767451SRichard LoweLDLIBS		+= -lgen -lc
43*b8767451SRichard LoweNATIVE_LIBS	+= libgen.so libc.so
4480ab886dSwesolows
45*b8767451SRichard Loweinstall: $(ROOTONBLDMACHPROG)
4680ab886dSwesolows
47*b8767451SRichard Loweall: $(PROG)
48