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