xref: /openbmc/ipmitool/src/plugins/Makefile.am (revision 069e132e)
1c18ec02fSPetter Reinholdtsen# Copyright (c) 2003 Sun Microsystems, Inc.  All Rights Reserved.
2c18ec02fSPetter Reinholdtsen#
3c18ec02fSPetter Reinholdtsen# Redistribution and use in source and binary forms, with or without
4c18ec02fSPetter Reinholdtsen# modification, are permitted provided that the following conditions
5c18ec02fSPetter Reinholdtsen# are met:
6c18ec02fSPetter Reinholdtsen#
7c18ec02fSPetter Reinholdtsen# Redistribution of source code must retain the above copyright
8c18ec02fSPetter Reinholdtsen# notice, this list of conditions and the following disclaimer.
9c18ec02fSPetter Reinholdtsen#
10c18ec02fSPetter Reinholdtsen# Redistribution in binary form must reproduce the above copyright
11c18ec02fSPetter Reinholdtsen# notice, this list of conditions and the following disclaimer in the
12c18ec02fSPetter Reinholdtsen# documentation and/or other materials provided with the distribution.
13c18ec02fSPetter Reinholdtsen#
14c18ec02fSPetter Reinholdtsen# Neither the name of Sun Microsystems, Inc. or the names of
15c18ec02fSPetter Reinholdtsen# contributors may be used to endorse or promote products derived
16c18ec02fSPetter Reinholdtsen# from this software without specific prior written permission.
17c18ec02fSPetter Reinholdtsen#
18c18ec02fSPetter Reinholdtsen# This software is provided "AS IS," without a warranty of any kind.
19c18ec02fSPetter Reinholdtsen# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
20c18ec02fSPetter Reinholdtsen# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
21c18ec02fSPetter Reinholdtsen# PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
22c18ec02fSPetter Reinholdtsen# SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE
23c18ec02fSPetter Reinholdtsen# FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
24c18ec02fSPetter Reinholdtsen# OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.  IN NO EVENT WILL
25c18ec02fSPetter Reinholdtsen# SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
26c18ec02fSPetter Reinholdtsen# OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
27c18ec02fSPetter Reinholdtsen# PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
28c18ec02fSPetter Reinholdtsen# LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
29c18ec02fSPetter Reinholdtsen# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
30c18ec02fSPetter Reinholdtsen
31c18ec02fSPetter ReinholdtsenMAINTAINERCLEANFILES		= Makefile.in
32c18ec02fSPetter Reinholdtsen
33c18ec02fSPetter ReinholdtsenINCLUDES			= -I$(top_srcdir)/include
34c18ec02fSPetter Reinholdtsen
35*069e132eSJeremy KerrSUBDIRS				= @INTF_LAN@ @INTF_LANPLUS@ @INTF_OPEN@ @INTF_LIPMI@ @INTF_IMB@ @INTF_BMC@ @INTF_FREE@ @INTF_SERIAL@ @INTF_DUMMY@ @INTF_USB@ @INTF_DBUS@
36*069e132eSJeremy KerrDIST_SUBDIRS			= lan lanplus open lipmi imb bmc free serial dummy usb dbus
37c18ec02fSPetter Reinholdtsen
38c18ec02fSPetter Reinholdtsennoinst_LTLIBRARIES		= libintf.la
39c18ec02fSPetter Reinholdtsenlibintf_la_SOURCES		= ipmi_intf.c
40c18ec02fSPetter Reinholdtsenlibintf_la_LDFLAGS		= -export-dynamic
41c18ec02fSPetter Reinholdtsenlibintf_la_LIBADD		= @IPMITOOL_INTF_LIB@
42c18ec02fSPetter Reinholdtsenlibintf_la_DEPENDENCIES		= @IPMITOOL_INTF_LIB@
43c18ec02fSPetter Reinholdtsen
44