Makefile revision 63d763c84bef3a708cb75b6de1f5f809681e788c
1690N/A#
1690N/A# CDDL HEADER START
1690N/A#
1690N/A# The contents of this file are subject to the terms of the
1690N/A# Common Development and Distribution License (the "License").
1690N/A# You may not use this file except in compliance with the License.
1690N/A#
1690N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1690N/A# or http://www.opensolaris.org/os/licensing.
1690N/A# See the License for the specific language governing permissions
1690N/A# and limitations under the License.
1690N/A#
1690N/A# When distributing Covered Code, include this CDDL HEADER in each
1690N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1690N/A# If applicable, add the following below this CDDL HEADER, with the
1690N/A# fields enclosed by brackets "[]" replaced with your own identifying
1690N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1690N/A#
1690N/A# CDDL HEADER END
1690N/A#
1690N/A#
1690N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
1690N/A#
1690N/A
5203N/AMODULE = fdd-msg
6089N/ACLASS = common
1690N/ASRCS = fdd_msg.c
1690N/A
1690N/Ainclude ../../Makefile.plugin
2601N/A
2601N/ALDLIBS_sparc = -lipmi
2601N/ALDLIBS_i386 = -L$(ROOT)/usr/lib/fm -lipmi -lumem -lfmd_agent
2601N/ALDFLAGS_sparc =
2601N/ALDFLAGS_i386 = -R/usr/lib/fm
2601N/ALDLIBS += $(LDLIBS_$(MACH))
6095N/ALDFLAGS += $(LDFLAGS_$(MACH))
6095N/A