~ubuntu-branches/ubuntu/vivid/openipmi/vivid

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-09-15 17:56:24 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060915175624-ljk0mg3xtcm65tvm
Tags: 2.0.7-1
* new upstream release from 2006-06-08
  Thanks to John Wright <john.wright hp.com> for initial work
  (closes: Bug#380149)
* updated Standards Version
* new binaries openipmicmd, openipmish, rmcp_ping

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
VERSION_AGE = $(wordlist 2, 2, $(SPACE_VERSION))
11
11
LD_VERSION = $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE)
12
12
 
13
 
AM_CFLAGS = -Wall -I$(top_srcdir)/include -DIPMI_CHECK_LOCKS $(OPENSSLINCS)
 
13
AM_CFLAGS = -Wall -Wsign-compare -I$(top_srcdir)/include -DIPMI_CHECK_LOCKS \
 
14
        $(OPENSSLINCS)
14
15
 
15
16
lib_LTLIBRARIES = libOpenIPMI.la
16
17
 
 
18
noinst_HEADERS = manfid.h
 
19
 
17
20
libOpenIPMI_la_SOURCES = entity.c ipmi.c domain.c mc.c sdr.c \
18
21
        control.c ipmi_utils.c conn.c fru.c chassis.c pet.c event.c \
19
 
        opq.c sel.c sensor.c pef.c lanparm.c strings.c \
 
22
        opq.c sel.c sensor.c pef.c lanparm.c strings.c normal_fru.c \
20
23
        oem_force_conn.c oem_motorola_mxp.c oem_atca_conn.c oem_atca.c \
21
24
        ipmi_lan.c oem_test.c oem_intel.c ipmi_payload.c rakp.c aes_cbc.c \
22
 
        hmac.c md5.c ipmi_smi.c ipmi_sol.c
 
25
        hmac.c md5.c ipmi_smi.c ipmi_sol.c oem_kontron_conn.c \
 
26
        oem_atca_fru.c fru_spd_decode.c solparm.c
23
27
libOpenIPMI_la_LIBADD = -lm $(top_builddir)/utils/libOpenIPMIutils.la \
24
28
        $(OPENSSLLIBS)
25
29
libOpenIPMI_la_LDFLAGS = -rdynamic -version-info $(LD_VERSION) \
26
 
        -Wl,-Map -Wl,libOpenIPMI.map
 
30
        -Wl,-Map -Wl,libOpenIPMI.map -L$(DESTDIR)$(libdir) -R$(libdir)
27
31
 
28
 
clean:
29
 
        rm -f *.map
 
32
CLEANFILES = libOpenIPMI.map