Makefile.am 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. AUTOMAKE_OPTIONS = subdir-objects
  31. AM_CPPFLAGS = -I$(top_srcdir)/include
  32. MAINTAINERCLEANFILES = Makefile.in
  33. noinst_LTLIBRARIES = libipmitool.la
  34. libipmitool_la_SOURCES = helper.c ipmi_sdr.c ipmi_sel.c ipmi_sol.c ipmi_pef.c \
  35. ipmi_lanp.c ipmi_fru.c ipmi_chassis.c ipmi_mc.c log.c \
  36. dimm_spd.c ipmi_sensor.c ipmi_channel.c ipmi_event.c \
  37. ipmi_session.c ipmi_strings.c ipmi_user.c ipmi_raw.c \
  38. ipmi_oem.c ipmi_isol.c ipmi_sunoem.c ipmi_fwum.c ipmi_picmg.c \
  39. ipmi_main.c ipmi_tsol.c ipmi_firewall.c ipmi_kontronoem.c \
  40. ipmi_hpmfwupg.c ipmi_sdradd.c ipmi_ekanalyzer.c ipmi_gendev.c \
  41. ipmi_ime.c ipmi_delloem.c ipmi_dcmi.c hpm2.c ipmi_vita.c \
  42. ipmi_lanp6.c ipmi_cfgp.c \
  43. ../src/plugins/lan/md5.c ../src/plugins/lan/md5.h
  44. libipmitool_la_LDFLAGS = -export-dynamic
  45. libipmitool_la_LIBADD = -lm
  46. libipmitool_la_DEPENDENCIES =