177b938d5Svb160487# 277b938d5Svb160487# CDDL HEADER START 377b938d5Svb160487# 477b938d5Svb160487# The contents of this file are subject to the terms of the 5*0bb07399SNick Todd# Common Development and Distribution License (the "License"). 6*0bb07399SNick Todd# You may not use this file except in compliance with the License. 777b938d5Svb160487# 877b938d5Svb160487# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 977b938d5Svb160487# or http://www.opensolaris.org/os/licensing. 1077b938d5Svb160487# See the License for the specific language governing permissions 1177b938d5Svb160487# and limitations under the License. 1277b938d5Svb160487# 1377b938d5Svb160487# When distributing Covered Code, include this CDDL HEADER in each 1477b938d5Svb160487# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1577b938d5Svb160487# If applicable, add the following below this CDDL HEADER, with the 1677b938d5Svb160487# fields enclosed by brackets "[]" replaced with your own identifying 1777b938d5Svb160487# information: Portions Copyright [yyyy] [name of copyright owner] 1877b938d5Svb160487# 1977b938d5Svb160487# CDDL HEADER END 2077b938d5Svb160487# 2177b938d5Svb160487# 22*0bb07399SNick Todd# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 2377b938d5Svb160487# Use is subject to license terms. 2477b938d5Svb160487# 2577b938d5Svb160487 2677b938d5Svb160487CC = cc 2777b938d5Svb160487LINT = lint 2877b938d5Svb160487 29*0bb07399SNick ToddCFLAGS = -m64 3077b938d5Svb160487CPPFLAGS = 3177b938d5Svb160487LDFLAGS = 3277b938d5Svb160487LIBS = 3377b938d5Svb160487 34*0bb07399SNick ToddLINTFLAGS = -m64 3577b938d5Svb160487 3677b938d5Svb160487include ../Makefile.common 37