Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
f072359f493a5209335799da85ac16d6a273303bgryzor#
f072359f493a5209335799da85ac16d6a273303bgryzor# CDDL HEADER START
f072359f493a5209335799da85ac16d6a273303bgryzor#
f072359f493a5209335799da85ac16d6a273303bgryzor# The contents of this file are subject to the terms of the
f072359f493a5209335799da85ac16d6a273303bgryzor# Common Development and Distribution License, Version 1.0 only
f072359f493a5209335799da85ac16d6a273303bgryzor# (the "License"). You may not use this file except in compliance
f072359f493a5209335799da85ac16d6a273303bgryzor# with the License.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc#
f072359f493a5209335799da85ac16d6a273303bgryzor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f072359f493a5209335799da85ac16d6a273303bgryzor# or http://www.opensolaris.org/os/licensing.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# See the License for the specific language governing permissions
2e545ce2450a9953665f701bb05350f0d3f26275nd# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
f072359f493a5209335799da85ac16d6a273303bgryzor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f072359f493a5209335799da85ac16d6a273303bgryzor# If applicable, add the following below this CDDL HEADER, with the
f072359f493a5209335799da85ac16d6a273303bgryzor# fields enclosed by brackets "[]" replaced with your own identifying
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# information: Portions Copyright [yyyy] [name of copyright owner]
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#
f072359f493a5209335799da85ac16d6a273303bgryzor# CDDL HEADER END
f072359f493a5209335799da85ac16d6a273303bgryzor#
f072359f493a5209335799da85ac16d6a273303bgryzor#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#ident "%Z%%M% %I% %E% SMI"
f072359f493a5209335799da85ac16d6a273303bgryzor#
f072359f493a5209335799da85ac16d6a273303bgryzor# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
f072359f493a5209335799da85ac16d6a273303bgryzor# Use is subject to license terms.
f072359f493a5209335799da85ac16d6a273303bgryzor#
f072359f493a5209335799da85ac16d6a273303bgryzor
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjungPROG= clinfo
f072359f493a5209335799da85ac16d6a273303bgryzor
b475917ddf898282aa51ce31b3275c2c4783ce98coarinclude ../Makefile.cmd
b475917ddf898282aa51ce31b3275c2c4783ce98coar
70f5253b24dd333c67fb6502d557a8b48ad3ba87igalicCFLAGS += $(CCVERBOSE)
f072359f493a5209335799da85ac16d6a273303bgryzor
f072359f493a5209335799da85ac16d6a273303bgryzor.KEEP_STATE:
f072359f493a5209335799da85ac16d6a273303bgryzor
f072359f493a5209335799da85ac16d6a273303bgryzorall: $(PROG)
f072359f493a5209335799da85ac16d6a273303bgryzor
f072359f493a5209335799da85ac16d6a273303bgryzorinstall: all $(ROOTUSRSBINPROG)
f072359f493a5209335799da85ac16d6a273303bgryzor
f072359f493a5209335799da85ac16d6a273303bgryzorclean:
f072359f493a5209335799da85ac16d6a273303bgryzor
f072359f493a5209335799da85ac16d6a273303bgryzorlint: lint_PROG
f072359f493a5209335799da85ac16d6a273303bgryzor
f072359f493a5209335799da85ac16d6a273303bgryzorinclude ../Makefile.targ
f072359f493a5209335799da85ac16d6a273303bgryzor