Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
||||
# Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
|
@ -15,6 +15,23 @@
|
|||
|
||||
@SET_MAKE@
|
||||
VPATH = @srcdir@
|
||||
am__make_dryrun = \
|
||||
{ \
|
||||
am__dry=no; \
|
||||
case $$MAKEFLAGS in \
|
||||
*\\[\ \ ]*) \
|
||||
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
||||
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
||||
*) \
|
||||
for am__flg in $$MAKEFLAGS; do \
|
||||
case $$am__flg in \
|
||||
*=*|--*) ;; \
|
||||
*n*) am__dry=yes; break;; \
|
||||
esac; \
|
||||
done;; \
|
||||
esac; \
|
||||
test $$am__dry = yes; \
|
||||
}
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
|
|
@ -55,8 +72,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
|
|||
$(top_srcdir)/m4/nut_check_libltdl.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libneon.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libnetsnmp.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libnss.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libopenssl.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libpowerman.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libssl.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libusb.m4 \
|
||||
$(top_srcdir)/m4/nut_check_libwrap.m4 \
|
||||
$(top_srcdir)/m4/nut_check_os.m4 \
|
||||
|
|
@ -74,12 +92,18 @@ CONFIG_CLEAN_FILES = nutnutconf.aug nutupsconf.aug nutupsdconf.aug \
|
|||
CONFIG_CLEAN_VPATH_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__can_run_installinfo = \
|
||||
case $$AM_UPDATE_INFO_DIR in \
|
||||
n|no|NO) false;; \
|
||||
*) (install-info --version) >/dev/null 2>&1;; \
|
||||
esac
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
A2X = @A2X@
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
ASCIIDOC = @ASCIIDOC@
|
||||
ASPELL = @ASPELL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
|
|
@ -106,6 +130,7 @@ DOC_BUILD_LIST = @DOC_BUILD_LIST@
|
|||
DRIVER_BUILD_LIST = @DRIVER_BUILD_LIST@
|
||||
DRIVER_INSTALL_TARGET = @DRIVER_INSTALL_TARGET@
|
||||
DRIVER_MAN_LIST = @DRIVER_MAN_LIST@
|
||||
DRVPATH = @DRVPATH@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
|
|
@ -370,10 +395,15 @@ install-am: all-am
|
|||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
|
|
|||
|
|
@ -51,24 +51,35 @@ let ups_fields = "driver"
|
|||
| "OffDelay"
|
||||
| "OnDelay"
|
||||
| "SD"
|
||||
| "advanced_eco_mode"
|
||||
| "advorder"
|
||||
| "alarm_control"
|
||||
| "authPassword"
|
||||
| "authProtocol"
|
||||
| "authtype"
|
||||
| "awd"
|
||||
| "batteryPercentage"
|
||||
| "battery_alarm"
|
||||
| "battery_number"
|
||||
| "battery_open_status_check"
|
||||
| "battext"
|
||||
| "battvoltmult"
|
||||
| "baud_rate"
|
||||
| "baudrate"
|
||||
| "bus"
|
||||
| "bypass_alarm"
|
||||
| "bypass_forbidding"
|
||||
| "bypass_when_off"
|
||||
| "cable"
|
||||
| "cablepower"
|
||||
| "chargetime"
|
||||
| "community"
|
||||
| "constant_phase_angle"
|
||||
| "converter_mode"
|
||||
| "daysoff"
|
||||
| "daysweek"
|
||||
| "dumbterm"
|
||||
| "eco_mode"
|
||||
| "explore"
|
||||
| "fake_lowbatt"
|
||||
| "flash"
|
||||
|
|
@ -80,6 +91,7 @@ let ups_fields = "driver"
|
|||
| "idleload"
|
||||
| "input_timeout"
|
||||
| "langid_fix"
|
||||
| "limited_runtime_on_battery"
|
||||
| "linevoltage"
|
||||
| "load.off"
|
||||
| "load.on"
|
||||
|
|
@ -88,10 +100,15 @@ let ups_fields = "driver"
|
|||
| "login"
|
||||
| "lowbatt"
|
||||
| "manufacturer"
|
||||
| "max_bypass_freq"
|
||||
| "max_bypass_volt"
|
||||
| "max_load"
|
||||
| "maxreport"
|
||||
| "methodOfFlowControl"
|
||||
| "mfr"
|
||||
| "mibs"
|
||||
| "min_bypass_freq"
|
||||
| "min_bypass_volt"
|
||||
| "mincharge"
|
||||
| "minruntime"
|
||||
| "model"
|
||||
|
|
@ -108,6 +125,7 @@ let ups_fields = "driver"
|
|||
| "oldmac"
|
||||
| "ondelay"
|
||||
| "output_pace"
|
||||
| "output_phase_angle"
|
||||
| "password"
|
||||
| "pollfreq"
|
||||
| "pollonly"
|
||||
|
|
@ -120,24 +138,30 @@ let ups_fields = "driver"
|
|||
| "productid"
|
||||
| "protocol"
|
||||
| "rebootdelay"
|
||||
| "reset_to_default"
|
||||
| "runtimecal"
|
||||
| "sdtime"
|
||||
| "sdtype"
|
||||
| "secLevel"
|
||||
| "secName"
|
||||
| "sensorid"
|
||||
| "serial"
|
||||
| "serialnumber"
|
||||
| "shutdownArguments"
|
||||
| "shutdown_delay"
|
||||
| "shutdown_duration"
|
||||
| "shutdown_timer"
|
||||
| "silent"
|
||||
| "site_fault_detection"
|
||||
| "snmp_version"
|
||||
| "startdelay"
|
||||
| "status_only"
|
||||
| "stayoff"
|
||||
| "subdriver"
|
||||
| "subscribe"
|
||||
| "testing"
|
||||
| "testtime"
|
||||
| "timeout"
|
||||
| "ttymode"
|
||||
| "type"
|
||||
| "ups.delay.shutdown"
|
||||
| "ups.delay.start"
|
||||
|
|
@ -151,6 +175,7 @@ let ups_fields = "driver"
|
|||
| "vendorid"
|
||||
| "voltage"
|
||||
| "wait"
|
||||
| "work_range_type"
|
||||
| "wugrace"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue