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_lanplus.la
36*c18ec02fSPetter Reinholdtsennoinst_LTLIBRARIES	= @INTF_LANPLUS_LIB@
37*c18ec02fSPetter Reinholdtsenlibintf_lanplus_la_LIBADD	= $(top_builddir)/lib/libipmitool.la
38*c18ec02fSPetter Reinholdtsenlibintf_lanplus_la_SOURCES	= \
39*c18ec02fSPetter Reinholdtsen				rmcp.h asf.h \
40*c18ec02fSPetter Reinholdtsen				lanplus.c lanplus.h \
41*c18ec02fSPetter Reinholdtsen				lanplus_strings.c \
42*c18ec02fSPetter Reinholdtsen				lanplus_crypt.c lanplus_crypt.h \
43*c18ec02fSPetter Reinholdtsen				lanplus_dump.h lanplus_dump.c \
44*c18ec02fSPetter Reinholdtsen				lanplus_crypt_impl.h lanplus_crypt_impl.c
45*c18ec02fSPetter Reinholdtsen
46