xref: /onnv-gate/usr/src/lib/libsmedia/plugins/blkdev/sparc/Makefile (revision 12426:cdff5d2ea989)
1*12426Sgdamore@opensolaris.org#
2*12426Sgdamore@opensolaris.org# CDDL HEADER START
3*12426Sgdamore@opensolaris.org#
4*12426Sgdamore@opensolaris.org# The contents of this file are subject to the terms of the
5*12426Sgdamore@opensolaris.org# Common Development and Distribution License (the "License").
6*12426Sgdamore@opensolaris.org# You may not use this file except in compliance with the License.
7*12426Sgdamore@opensolaris.org#
8*12426Sgdamore@opensolaris.org# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*12426Sgdamore@opensolaris.org# or http://www.opensolaris.org/os/licensing.
10*12426Sgdamore@opensolaris.org# See the License for the specific language governing permissions
11*12426Sgdamore@opensolaris.org# and limitations under the License.
12*12426Sgdamore@opensolaris.org#
13*12426Sgdamore@opensolaris.org# When distributing Covered Code, include this CDDL HEADER in each
14*12426Sgdamore@opensolaris.org# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*12426Sgdamore@opensolaris.org# If applicable, add the following below this CDDL HEADER, with the
16*12426Sgdamore@opensolaris.org# fields enclosed by brackets "[]" replaced with your own identifying
17*12426Sgdamore@opensolaris.org# information: Portions Copyright [yyyy] [name of copyright owner]
18*12426Sgdamore@opensolaris.org#
19*12426Sgdamore@opensolaris.org# CDDL HEADER END
20*12426Sgdamore@opensolaris.org#
21*12426Sgdamore@opensolaris.org#
22*12426Sgdamore@opensolaris.org# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
23*12426Sgdamore@opensolaris.org#
24*12426Sgdamore@opensolaris.org
25*12426Sgdamore@opensolaris.orginclude ../Makefile.targ
26*12426Sgdamore@opensolaris.orginclude ../../../../Makefile.lib
27*12426Sgdamore@opensolaris.orginclude ../../../../Makefile.targ
28*12426Sgdamore@opensolaris.orginclude ../../Makefile.com
29*12426Sgdamore@opensolaris.org
30*12426Sgdamore@opensolaris.org.KEEP_STATE:
31*12426Sgdamore@opensolaris.org
32*12426Sgdamore@opensolaris.orgall:    $(LIBS) $(TXTS)
33*12426Sgdamore@opensolaris.org
34*12426Sgdamore@opensolaris.orginstall: all $(PLUGINDIR) .WAIT $(PLUGINS)
35