Makefile revision 9e39c5ba00a55fa05777cc94b148296af305e135
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# CDDL HEADER START
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# The contents of this file are subject to the terms of the
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# Common Development and Distribution License (the "License").
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# You may not use this file except in compliance with the License.
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c17bbcd502afbae7853d791a028cd863b736f469Kryštof Tulinger# or http://www.opensolaris.org/os/licensing.
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# See the License for the specific language governing permissions
c17bbcd502afbae7853d791a028cd863b736f469Kryštof Tulinger# and limitations under the License.
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# When distributing Covered Code, include this CDDL HEADER in each
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# If applicable, add the following below this CDDL HEADER, with the
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# fields enclosed by brackets "[]" replaced with your own identifying
c17bbcd502afbae7853d791a028cd863b736f469Kryštof Tulinger# information: Portions Copyright [yyyy] [name of copyright owner]
c17bbcd502afbae7853d791a028cd863b736f469Kryštof Tulinger# CDDL HEADER END
c17bbcd502afbae7853d791a028cd863b736f469Kryštof Tulinger# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
c17bbcd502afbae7853d791a028cd863b736f469Kryštof Tulinger# Use is subject to license terms.
838924562130977ca1a3d3839d146fcda39ea1afKryštof TulingerIDENTPOFILE= fwflash_transport_identify_ses.po
838924562130977ca1a3d3839d146fcda39ea1afKryštof TulingerCLOBBERFILES= $(PLUGINS) $(POFILES) $(IDENTPOFILE) $(LINTFILE) $(SLINKS)
838924562130977ca1a3d3839d146fcda39ea1afKryštof TulingerLDLIBS += -L$(ROOT)/usr/lib/scsi -ldevinfo -lumem -lc -lscsi -lses
838924562130977ca1a3d3839d146fcda39ea1afKryštof TulingerBUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(LDFLAGS) $(LDLIBS)
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger$(ROOTLIBFWFLASHPLUGINS)/$(SLINKS) : $(ROOTLIBFWFLASHPLUGINS)/ses.so
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger# Message catalog
838924562130977ca1a3d3839d146fcda39ea1afKryštof Tulinger `($(GREP) -l gettext $< || echo /dev/null)`