summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Loeliger <jon.loeliger@calxeda.com>2013-06-06 13:21:03 -0500
committerJon Loeliger <jon.loeliger@calxeda.com>2013-06-06 13:21:03 -0500
commite709a6d66d8e604c6d6c10696baa2dc6647bab41 (patch)
tree7f3ccaa1653c4e0decc52256b99f6c2c8a36f6e3
parentef550187d034a2ab6f939cb42c46ea0c4446332b (diff)
downloadipmitool-e709a6d66d8e604c6d6c10696baa2dc6647bab41.tar.gz
Add new intel_hex files all over $(God)'s Green Earth.
Crazy rabbit.
-rw-r--r--include/ipmitool/Makefile.am14
-rw-r--r--include/ipmitool/Makefile.in13
-rw-r--r--lib/Makefile.in17
3 files changed, 23 insertions, 21 deletions
diff --git a/include/ipmitool/Makefile.am b/include/ipmitool/Makefile.am
index d58fc3f..1d903ce 100644
--- a/include/ipmitool/Makefile.am
+++ b/include/ipmitool/Makefile.am
@@ -1,20 +1,20 @@
# Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# Redistribution of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
-#
+#
# Redistribution in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-#
+#
# Neither the name of Sun Microsystems, Inc. or the names of
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
-#
+#
# This software is provided "AS IS," without a warranty of any kind.
# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
@@ -37,5 +37,5 @@ noinst_HEADERS = log.h bswap.h helper.h ipmi.h ipmi_cc.h ipmi_intf.h \
ipmi_strings.h ipmi_constants.h ipmi_user.h ipmi_pef.h \
ipmi_oem.h ipmi_isol.h ipmi_sunoem.h ipmi_picmg.h \
ipmi_fwum.h ipmi_main.h ipmi_tsol.h ipmi_firewall.h \
- ipmi_kontronoem.h ipmi_ekanalyzer.h ipmi_gendev.h ipmi_cxoem.h
-
+ ipmi_kontronoem.h ipmi_ekanalyzer.h ipmi_gendev.h ipmi_cxoem.h \
+ intel_hex.h
diff --git a/include/ipmitool/Makefile.in b/include/ipmitool/Makefile.in
index c36a4f5..90c5d93 100644
--- a/include/ipmitool/Makefile.in
+++ b/include/ipmitool/Makefile.in
@@ -15,22 +15,22 @@
@SET_MAKE@
# Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# Redistribution of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
-#
+#
# Redistribution in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-#
+#
# Neither the name of Sun Microsystems, Inc. or the names of
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
-#
+#
# This software is provided "AS IS," without a warranty of any kind.
# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
@@ -216,7 +216,8 @@ noinst_HEADERS = log.h bswap.h helper.h ipmi.h ipmi_cc.h ipmi_intf.h \
ipmi_strings.h ipmi_constants.h ipmi_user.h ipmi_pef.h \
ipmi_oem.h ipmi_isol.h ipmi_sunoem.h ipmi_picmg.h \
ipmi_fwum.h ipmi_main.h ipmi_tsol.h ipmi_firewall.h \
- ipmi_kontronoem.h ipmi_ekanalyzer.h ipmi_gendev.h ipmi_cxoem.h
+ ipmi_kontronoem.h ipmi_ekanalyzer.h ipmi_gendev.h ipmi_cxoem.h \
+ intel_hex.h
all: all-am
diff --git a/lib/Makefile.in b/lib/Makefile.in
index cb14987..3482621 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -15,22 +15,22 @@
@SET_MAKE@
# Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# Redistribution of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
-#
+#
# Redistribution in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-#
+#
# Neither the name of Sun Microsystems, Inc. or the names of
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
-#
+#
# This software is provided "AS IS," without a warranty of any kind.
# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
@@ -87,7 +87,8 @@ am_libipmitool_la_OBJECTS = helper.lo ipmi_sdr.lo ipmi_sel.lo \
ipmi_sunoem.lo ipmi_fwum.lo ipmi_picmg.lo ipmi_main.lo \
ipmi_tsol.lo ipmi_firewall.lo ipmi_kontronoem.lo \
ipmi_hpmfwupg.lo ipmi_sdradd.lo ipmi_ekanalyzer.lo \
- ipmi_gendev.lo ipmi_cxoem.lo
+ ipmi_gendev.lo ipmi_cxoem.lo \
+ intel_hex.lo
libipmitool_la_OBJECTS = $(am_libipmitool_la_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -243,7 +244,7 @@ libipmitool_la_SOURCES = helper.c ipmi_sdr.c ipmi_sel.c ipmi_sol.c ipmi_pef.c \
libipmitool_la_LDFLAGS = -export-dynamic
libipmitool_la_LIBADD = -lm
-libipmitool_la_DEPENDENCIES =
+libipmitool_la_DEPENDENCIES =
all: all-am
.SUFFIXES:
@@ -286,7 +287,7 @@ clean-noinstLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-libipmitool.la: $(libipmitool_la_OBJECTS) $(libipmitool_la_DEPENDENCIES)
+libipmitool.la: $(libipmitool_la_OBJECTS) $(libipmitool_la_DEPENDENCIES)
$(LINK) $(libipmitool_la_LDFLAGS) $(libipmitool_la_OBJECTS) $(libipmitool_la_LIBADD) $(LIBS)
mostlyclean-compile: