xref: /titanic_41/usr/src/lib/libsmedia/plugins/blkdev/Makefile.targ (revision 3f7d54a6b84904c8f4d8daa4c7b577bede7df8b9)
1*3f7d54a6SGarrett D'Amore#
2*3f7d54a6SGarrett D'Amore# CDDL HEADER START
3*3f7d54a6SGarrett D'Amore#
4*3f7d54a6SGarrett D'Amore# The contents of this file are subject to the terms of the
5*3f7d54a6SGarrett D'Amore# Common Development and Distribution License (the "License").
6*3f7d54a6SGarrett D'Amore# You may not use this file except in compliance with the License.
7*3f7d54a6SGarrett D'Amore#
8*3f7d54a6SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3f7d54a6SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
10*3f7d54a6SGarrett D'Amore# See the License for the specific language governing permissions
11*3f7d54a6SGarrett D'Amore# and limitations under the License.
12*3f7d54a6SGarrett D'Amore#
13*3f7d54a6SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
14*3f7d54a6SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3f7d54a6SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
16*3f7d54a6SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
17*3f7d54a6SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
18*3f7d54a6SGarrett D'Amore#
19*3f7d54a6SGarrett D'Amore# CDDL HEADER END
20*3f7d54a6SGarrett D'Amore#
21*3f7d54a6SGarrett D'Amore
22*3f7d54a6SGarrett D'Amore#
23*3f7d54a6SGarrett D'Amore# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
24*3f7d54a6SGarrett D'Amore#
25*3f7d54a6SGarrett D'Amore# lib/libsmedia/plugins/bd/Makefile.targ
26*3f7d54a6SGarrett D'Amore
27*3f7d54a6SGarrett D'AmoreLIBRARY=	sm_blkdev.a
28*3f7d54a6SGarrett D'AmoreVERS=		.1
29*3f7d54a6SGarrett D'Amore
30*3f7d54a6SGarrett D'AmoreOBJECTS= b_generic.o
31*3f7d54a6SGarrett D'Amore
32