Makefile revision c4800545504378963d9f2eeb253f06899664f9f6
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman# CDDL HEADER START
94c7301f6f0ada7aa84ede5808ab8fdec5bae6b5Mark Andrews# The contents of this file are subject to the terms of the
94c7301f6f0ada7aa84ede5808ab8fdec5bae6b5Mark Andrews# Common Development and Distribution License (the "License").
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews# You may not use this file except in compliance with the License.
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman# or http://www.opensolaris.org/os/licensing.
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman# See the License for the specific language governing permissions
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman# and limitations under the License.
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman# When distributing Covered Code, include this CDDL HEADER in each
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman# If applicable, add the following below this CDDL HEADER, with the
322e6b5be784d79d15fea9db9440dd821162c574Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
322e6b5be784d79d15fea9db9440dd821162c574Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
27bc16fcdc67f9afefefb54ae98dfdae3a5bc1f8Mukund Sivaraman# CDDL HEADER END
5b13a593fe7d8055992bd12aeb399bdb06e2a533Mukund Sivaraman# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5b13a593fe7d8055992bd12aeb399bdb06e2a533Mukund Sivaraman# Use is subject to license terms.
95bef099e9762c8078c0ba9749293b488727dc58Mark Andrews#ident "%Z%%M% %I% %E% SMI"
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan HuntCLOBBERFILES= $(PLUGINS) $(POFILES) $(IDENTPOFILE) $(LINTFILE) $(SLINKS)
5b1c7ef35bb495820360182b5192689f33f1cc7dMark AndrewsLDLIBS += -L$(ROOT)/usr/lib/scsi -ldevinfo -lumem -lc -lscsi -lses
913d976eca8751851111c0b4357f650295d4aa3dMark AndrewsBUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(LDFLAGS) $(LDLIBS)
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman$(ROOTLIBFWFLASHPLUGINS)/$(SLINKS) : $(ROOTLIBFWFLASHPLUGINS)/ses.so
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan Hunt# Message catalog
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman `($(GREP) -l gettext ../common/ses.c || echo /dev/null)`