Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
1516N/A#
28N/A# CDDL HEADER START
28N/A#
28N/A# The contents of this file are subject to the terms of the
28N/A# Common Development and Distribution License, Version 1.0 only
28N/A# (the "License"). You may not use this file except in compliance
28N/A# with the License.
28N/A#
28N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
28N/A# or http://www.opensolaris.org/os/licensing.
28N/A# See the License for the specific language governing permissions
28N/A# and limitations under the License.
28N/A#
28N/A# When distributing Covered Code, include this CDDL HEADER in each
28N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28N/A# If applicable, add the following below this CDDL HEADER, with the
28N/A# fields enclosed by brackets "[]" replaced with your own identifying
28N/A# information: Portions Copyright [yyyy] [name of copyright owner]
28N/A#
28N/A# CDDL HEADER END
28N/A#
28N/A#
28N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2026N/A# Use is subject to license terms.
28N/A#
873N/A
873N/APROG= ctrun
873N/A
38N/Ainclude ../Makefile.cmd
2026N/A
28N/ACFLAGS += $(CCVERBOSE)
873N/ACERRWARN += -_gcc=-Wno-parentheses
28N/ACERRWARN += -_gcc=-Wno-uninitialized
1974N/ALDLIBS += -lcontract -luutil
1755N/A
1968N/A.KEEP_STATE:
289N/A
1431N/Aall: $(PROG)
1974N/A
49N/Ainstall: all $(ROOTPROG)
873N/A
873N/Aclean:
873N/A
873N/Alint: lint_PROG
873N/A
948N/Ainclude ../Makefile.targ
948N/A