13ccb1966SGarrett D'Amore# 23ccb1966SGarrett D'Amore# CDDL HEADER START 33ccb1966SGarrett D'Amore# 43ccb1966SGarrett D'Amore# The contents of this file are subject to the terms of the 53ccb1966SGarrett D'Amore# Common Development and Distribution License (the "License"). 63ccb1966SGarrett D'Amore# You may not use this file except in compliance with the License. 73ccb1966SGarrett D'Amore# 83ccb1966SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 93ccb1966SGarrett D'Amore# or http://www.opensolaris.org/os/licensing. 103ccb1966SGarrett D'Amore# See the License for the specific language governing permissions 113ccb1966SGarrett D'Amore# and limitations under the License. 123ccb1966SGarrett D'Amore# 133ccb1966SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each 143ccb1966SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 153ccb1966SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the 163ccb1966SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying 173ccb1966SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner] 183ccb1966SGarrett D'Amore# 193ccb1966SGarrett D'Amore# CDDL HEADER END 203ccb1966SGarrett D'Amore# 213ccb1966SGarrett D'Amore# 223ccb1966SGarrett D'Amore# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 233ccb1966SGarrett D'Amore# Use is subject to license terms. 243ccb1966SGarrett D'Amore# 253ccb1966SGarrett D'Amore# Makefile for cmd/audio/audioctl 263ccb1966SGarrett D'Amore 273ccb1966SGarrett D'AmorePROG= audioctl 283ccb1966SGarrett D'Amore 293ccb1966SGarrett D'Amoreinclude ../../Makefile.cmd 303ccb1966SGarrett D'Amore 31aef5f291SGarrett D'AmoreLDLIBS += -ldevinfo 323ccb1966SGarrett D'AmoreCFLAGS += $(CCVERBOSE) 33*7014882cSRichard LoweCERRWARN += -_gcc=-Wno-uninitialized 343ccb1966SGarrett D'Amore 353ccb1966SGarrett D'Amore.KEEP_STATE: 363ccb1966SGarrett D'Amore 373ccb1966SGarrett D'Amoreall: $(PROG) 383ccb1966SGarrett D'Amore 393ccb1966SGarrett D'Amoreinstall: all $(ROOTPROG) 403ccb1966SGarrett D'Amore 413ccb1966SGarrett D'Amoreclean: 423ccb1966SGarrett D'Amore 433ccb1966SGarrett D'Amorelint: lint_PROG 443ccb1966SGarrett D'Amore 453ccb1966SGarrett D'Amoreinclude ../../Makefile.targ 46