Makefile revision f6e214c7418f43af38bd8c3a557e3d0a1d311cfa
370N/A#
370N/A# CDDL HEADER START
370N/A#
370N/A# The contents of this file are subject to the terms of the
370N/A# Common Development and Distribution License (the "License").
370N/A# You may not use this file except in compliance with the License.
370N/A#
370N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
370N/A# or http://www.opensolaris.org/os/licensing.
370N/A# See the License for the specific language governing permissions
370N/A# and limitations under the License.
370N/A#
370N/A# When distributing Covered Code, include this CDDL HEADER in each
370N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
370N/A# If applicable, add the following below this CDDL HEADER, with the
370N/A# fields enclosed by brackets "[]" replaced with your own identifying
370N/A# information: Portions Copyright [yyyy] [name of copyright owner]
370N/A#
370N/A# CDDL HEADER END
370N/A#
370N/A#
370N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
370N/A#
370N/A
370N/AMODULE = ext-event-transport
370N/ACLASS = common
370N/ASRCS = fmevt_main.c \
370N/A fmevt_outbound.c \
370N/A fmevt_inbound.c \
370N/A fmevt_inbound_default.c \
370N/A fmevt_inbound_on.c \
370N/A fmevt_inbound_smf.c \
370N/A fmevt_inbound_sunos.c
370N/A
370N/Ainclude ../../Makefile.plugin
370N/A
370N/ACFLAGS += $(INCS)
370N/ALINTFLAGS += $(INCS)
370N/ALDLIBS += -L$(ROOTLIB)/fm -lsysevent -lfmevent -ltopo -luuid -lscf -lc
370N/ALDFLAGS += -R/usr/lib/fm
370N/A