149b225e1SGavin Maltby#
249b225e1SGavin Maltby# CDDL HEADER START
349b225e1SGavin Maltby#
449b225e1SGavin Maltby# The contents of this file are subject to the terms of the
549b225e1SGavin Maltby# Common Development and Distribution License (the "License").
649b225e1SGavin Maltby# You may not use this file except in compliance with the License.
749b225e1SGavin Maltby#
849b225e1SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
949b225e1SGavin Maltby# or http://www.opensolaris.org/os/licensing.
1049b225e1SGavin Maltby# See the License for the specific language governing permissions
1149b225e1SGavin Maltby# and limitations under the License.
1249b225e1SGavin Maltby#
1349b225e1SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
1449b225e1SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1549b225e1SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the
1649b225e1SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying
1749b225e1SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner]
1849b225e1SGavin Maltby#
1949b225e1SGavin Maltby# CDDL HEADER END
2049b225e1SGavin Maltby#
2149b225e1SGavin Maltby#
22*f6e214c7SGavin Maltby# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2349b225e1SGavin Maltby#
2449b225e1SGavin Maltby
2549b225e1SGavin MaltbyMODULE = ext-event-transport
2649b225e1SGavin MaltbyCLASS = common
27*f6e214c7SGavin MaltbySRCS = fmevt_main.c \
28*f6e214c7SGavin Maltby	fmevt_outbound.c \
29*f6e214c7SGavin Maltby	fmevt_inbound.c \
30*f6e214c7SGavin Maltby	fmevt_inbound_default.c \
31*f6e214c7SGavin Maltby	fmevt_inbound_on.c \
32*f6e214c7SGavin Maltby	fmevt_inbound_smf.c \
33*f6e214c7SGavin Maltby	fmevt_inbound_sunos.c
3449b225e1SGavin Maltby
3549b225e1SGavin Maltbyinclude ../../Makefile.plugin
3649b225e1SGavin Maltby
3749b225e1SGavin MaltbyCFLAGS += $(INCS)
3849b225e1SGavin MaltbyLINTFLAGS += $(INCS)
39*f6e214c7SGavin MaltbyLDLIBS += -L$(ROOTLIB)/fm -lsysevent -lfmevent -ltopo -luuid -lscf -lc
40*f6e214c7SGavin MaltbyLDFLAGS += -R/usr/lib/fm
41