Makefile revision 3ccb19668faa3e1b7734ae03b4d31a4c00da3240
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson#
f172f06ff2e7609dd7d91914a44b4e24cff8bb7aAutomatic Updater# CDDL HEADER START
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License (the "License").
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# You may not use this file except in compliance with the License.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or http://www.opensolaris.org/os/licensing.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews#
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# CDDL HEADER END
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein#
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson#
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f80ea74e1984e0b1dbe48dd86ecdd3a2380393cbBob Halley# Use is subject to license terms.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence#
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉# Makefile for cmd/audio/audioctl
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence
fc8a6561cbb0a1fea849950a3217aacd3b8f1eacDavid LawrencePROG= audioctl
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence
ed04318ef686581fc9a20965a5be02abfb4f1bd5Andreas Gustafssoninclude ../../Makefile.cmd
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas GustafssonCFLAGS += $(CCVERBOSE)
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson.KEEP_STATE:
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrewsall: $(PROG)
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
f0e246e271f84c6fe960a3c36703a56d1067431cBrian Wellingtoninstall: all $(ROOTPROG)
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrewsclean:
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrencelint: lint_PROG
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉include ../../Makefile.targ
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉