~ubuntu-branches/ubuntu/maverick/ipmitool/maverick

« back to all changes in this revision

Viewing changes to src/plugins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen
  • Date: 2005-04-07 01:18:44 UTC
  • Revision ID: james.westby@ubuntu.com-20050407011844-a1b206z5iefiu5vi
Tags: upstream-1.8.1
ImportĀ upstreamĀ versionĀ 1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2003 Sun Microsystems, Inc.  All Rights Reserved.
 
2
 
3
# Redistribution and use in source and binary forms, with or without
 
4
# modification, are permitted provided that the following conditions
 
5
# are met:
 
6
 
7
# Redistribution of source code must retain the above copyright
 
8
# notice, this list of conditions and the following disclaimer.
 
9
 
10
# Redistribution in binary form must reproduce the above copyright
 
11
# notice, this list of conditions and the following disclaimer in the
 
12
# documentation and/or other materials provided with the distribution.
 
13
 
14
# Neither the name of Sun Microsystems, Inc. or the names of
 
15
# contributors may be used to endorse or promote products derived
 
16
# from this software without specific prior written permission.
 
17
 
18
# This software is provided "AS IS," without a warranty of any kind.
 
19
# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
 
20
# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
 
21
# PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
 
22
# SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE
 
23
# FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
 
24
# OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.  IN NO EVENT WILL
 
25
# SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
 
26
# OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
 
27
# PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
 
28
# LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
 
29
# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
30
 
31
# You acknowledge that this software is not designed or intended for use
 
32
# in the design, construction, operation or maintenance of any nuclear
 
33
# facility.
 
34
 
 
35
MAINTAINERCLEANFILES            = Makefile.in
 
36
 
 
37
INCLUDES                        = -I$(top_srcdir)/include
 
38
 
 
39
SUBDIRS                         = @INTF_LAN@ @INTF_LANPLUS@ @INTF_OPEN@ @INTF_LIPMI@ @INTF_IMB@ @INTF_BMC@
 
40
DIST_SUBDIRS                    = lan lanplus open lipmi imb bmc
 
41
 
 
42
noinst_LTLIBRARIES              = libintf.la
 
43
libintf_la_SOURCES              = ipmi_intf.c
 
44
libintf_la_LDFLAGS              = -export-dynamic
 
45
libintf_la_LIBADD               = @IPMITOOL_INTF_LIB@
 
46
libintf_la_DEPENDENCIES         = @IPMITOOL_INTF_LIB@
 
47