add freeipmi source

This commit is contained in:
dmacias72
2016-03-24 14:02:30 -06:00
parent 46d0c3615e
commit bc10199d49
398 changed files with 89602 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,41 @@
# libfreeipmi.la - a libtool library file
# Generated by ltmain.sh (GNU libtool) 2.2.6b
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libfreeipmi.so.17'
# Names of this library.
library_names='libfreeipmi.so.17.0.0 libfreeipmi.so.17 libfreeipmi.so'
# The name of the static archive.
old_library='libfreeipmi.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -lpthread /usr/lib64/libgcrypt.la /usr/lib64/libgpg-error.la -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libfreeipmi.
current=17
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/lib'

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,41 @@
# libipmiconsole.la - a libtool library file
# Generated by ltmain.sh (GNU libtool) 2.2.6b
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libipmiconsole.so.2'
# Names of this library.
library_names='libipmiconsole.so.2.3.2 libipmiconsole.so.2 libipmiconsole.so'
# The name of the static archive.
old_library='libipmiconsole.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' /usr/lib/libfreeipmi.la -lpthread /usr/lib64/libgcrypt.la /usr/lib64/libgpg-error.la -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libipmiconsole.
current=5
age=3
revision=2
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/lib'

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,41 @@
# libipmidetect.la - a libtool library file
# Generated by ltmain.sh (GNU libtool) 2.2.6b
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libipmidetect.so.0'
# Names of this library.
library_names='libipmidetect.so.0.0.0 libipmidetect.so.0 libipmidetect.so'
# The name of the static archive.
old_library='libipmidetect.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libipmidetect.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/lib'

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,41 @@
# libipmimonitoring.la - a libtool library file
# Generated by ltmain.sh (GNU libtool) 2.2.6b
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libipmimonitoring.so.5'
# Names of this library.
library_names='libipmimonitoring.so.5.0.6 libipmimonitoring.so.5 libipmimonitoring.so'
# The name of the static archive.
old_library='libipmimonitoring.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' /usr/lib/libfreeipmi.la -lpthread /usr/lib64/libgcrypt.la /usr/lib64/libgpg-error.la -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libipmimonitoring.
current=5
age=0
revision=6
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/lib'

Binary file not shown.

View File

@ -0,0 +1,10 @@
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libfreeipmi
Description: FreeIPMI library
Version: 1.5.1
Cflags: -I${includedir}
Libs: -L${libdir} -lfreeipmi

View File

@ -0,0 +1,10 @@
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libipmiconsole
Description: FreeIPMI library for serial-over-lan (SOL) remote console access
Version: 1.5.1
Cflags: -I${includedir}
Libs: -L${libdir} -lipmiconsole

View File

@ -0,0 +1,10 @@
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libipmidetect
Description: FreeIPMI library to discover IPMI capable hardware
Version: 1.5.1
Cflags: -I${includedir}
Libs: -L${libdir} -lipmidetect

View File

@ -0,0 +1,10 @@
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libipmimonitoring
Description: FreeIPMI library for IPMI system event and sensor monitoring
Version: 1.5.1
Cflags: -I${includedir}
Libs: -L${libdir} -lipmimonitoring