~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to scripts/hotplug/Makefile.in

  • Committer: Chuck Short
  • Date: 2013-05-13 12:57:25 UTC
  • Revision ID: zulcss@ubuntu.com-20130513125725-llq8wsohyhq9idsy
* Merge from Debian.  Remaining changes:
  - debian/control:
    + remove Build-Depends on libpowerman0-dev
    + remove nut-powerman-pdu
  - debian/nut-powerman-pdu.{install,manpages}: dropped for now
  - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
    groups unconditonally to handle the upgrade from hardy release.
  - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
    debian/rules: Install apport hooks for all top-level nut packages.
  - debian/rules: Use udev version for Ubuntu
  - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled
* Non-maintainer upload with fixes for wheezy.
* debian/nut-client.preinst: also revert /etc/nut/nut.conf mangling done
  by postinst during upgrade from lenny to squeeze (Really closes: #677054)
  Thanks to Andreas Beckmann for the review.
* Merge from Debian.  Remaining changes:
  - debian/control:
    + remove Build-Depends on libpowerman0-dev
    + remove nut-powerman-pdu
  - debian/nut-powerman-pdu.{install,manpages}: dropped for now
  - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
    groups unconditonally to handle the upgrade from hardy release.
  - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
    debian/rules: Install apport hooks for all top-level nut packages.
  - debian/rules: Use udev version for Ubuntu
  - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled
* Dropped the following patches, no longer required:
  - debian/patches/CVE-2012-2944.patch (included upstream)
* Non-maintainer upload with fixes for wheezy.
* Only remove /etc/init.d/nut from previous versions of nut in nut-server
  postinst if there are no local changes.
* Also remove /etc/init.d/nut in nut-client postinst. Thanks to 
  Laurent Bigonville for the hint.
* Only fix permissions of configfiles on first install.
* debian/control: Fix typo in package description. Thanks to Julien Cristau
  for spotting this.
* Non-maintainer upload.
* debian/nut-client.preinst: revert /etc/nut/nut.conf mangling done by older
  versions of the postinst (Closes: #677054)
* debian/rules: Stop the nut-client before nut-server on systems using
  static
  boot ordering (Closes: #679451)
* debian/nut-server.postinst: Remove /etc/init.d/nut on upgrade
  (Closes: #677822)
* Rename nut-server.lintian-overrides to nut-client.lintian-overrides and
  adjust overrides now that ups-monitor is shipped in nut-client package
  (Closes: #677947)
* Add debian/patches/0001-fix-upsmon-regression.patch: Fix upsmon/upssched
  regression (Taken from upstream) (Closes: #679513)
* Move nut metapackage to Section: metapackages
* Also create nut user when installing nut-client package and do not delete
  it on purge anymore (Closes: #682000)
* Drop /etc/default/nut → /etc/nut/nut.conf migration code, migration
  happends before squeeze release and this was against policy to have a
  maintainer script modifying a conffile in the first place (Closes: #684392)
* Add dependency against adduser and lsb-base on nut-client package
* Be sure that client is stopped before the server also when using
  dependencies based boot
* Fix package descriptions (Closes: #678068)
* Also install /bin/upssched-cmd in nut-client package as this script is
  referenced in default upssched.conf config file
* debian/watch: Update watch file
* Be sure that all maintainer scripts are returning 0 at their end
* New upstream release (Closes: #671444)
* acknowledges NMU (Closes: #613643)
* debian/nut-client.init: fix action "start" and use of log_*_*msg
  LSB log functions (Closes: #675619)
* debian/nut-server.preinst: remove obsolete file(s) left in
  /etc/udev/rules.d and related processing: udev files are now located
  in /lib/udev/rules, and there is no reason to modify the dedicated
  USB UPS rules (52-nut-usbups.rules) (Closes: #660072)
* debian/nut-server.init: rewrite to match upsd / drivers startup scope
* debian/nut-client.init: created to match upsmon startup scope
  (Closes: #634858)
* debian/nut.TODO.Debian, debian/Makefile.am: updated to reflect the above
* debian/rules: install nut-client.init, and update to reflect the above
* debian/control, debian/Makefile.am: updated to reflect the above
* debian/control:
  - add Breaks on nut-server (<< 2.6.3-1~)
  - bump Standards-Version to 3.9.3
* debian/nut-client.links: renamed from debian/nut-server.links, since
  ups-monitor is now provided by nut-client initscript
* debian/nut.README.Debian: renamed from nut-server.README.Debian,
  to provide it with both client and server packages
* debian/nut-server.install: add missing drivers (clone-outlet,
  liebert-esp2 and microdowell)
* debian/nut-server.manpages: add missing manual pages (apcsmart-old,
  ivtscd, liebert-esp2 and microdowell)
* SECURITY UPDATE: remote denial of service
 - debian/CVE-2012-2944.patch: limit the set of parsed characters to ' '
   through '~'
 - CVE-2012-2944
* Merge from Debian testing.  Remaining changes:
  - debian/control: Drop Build-Depends on libpowerman0-dev (currently in 
    universe)
  - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut 
    groups unconditonally to handle the upgrade from hardy release.
  - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
  - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install, 
    debian/rules: Install apport hooks for all top-level nut packages.
  - debian/rules: Use udev version for Ubuntu.
  - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled.
* New upstream release (Closes: #635186, #598741, #633756, #638221)
* debian/nut-server.{install,manpages}: add richcomm_usb
* debian/nut-server.install, debian/rules: install Avahi service file
* debian/rules, nut-client.install: install Augeas lenses
* debian/nut-server.README.Debian: clarify udev explanation (Closes: #529664)
* debian/patches/0001-fix_spelling_and_typo.patch,
  debian/patches/0003-libupsclient-version.patch: removed since these are now
  fixed upstream
* debian/patches/series: updated
* Merge from debian unstable.  Remaining changes:
  - debian/control: Drop Build-Depends on libpowerman0-dev (currently in 
    universe)
  - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut 
    groups unconditonally to handle the upgrade from hardy release.
  - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
  - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install, 
    debian/rules: Install apport hooks for all top-level nut packages.
  - debian/rules: Use udev version for Ubuntu.
  - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled.
* New upstream release (Closes: #594989)
* debian/control:
  - remove legacy Build-Depends for nut-hal-drivers on libdbus and libglib
  - Build-Depends-Indep on docbook-xsl for offline document
    generation (Closes: #635347)
* debian/nut-server.install: add apcsmart-old
* debian/nut-server.init:
  - add udev as Required-Start/Stop (Closes: #642412)
  - remove legacy support for /etc/default/nut (Closes: #638021)
* debian/patches/0003-libupsclient-version.patch: added to fix the missing
  libupsclient version info bump
* debian/libupsclient1-dev.links: update link name
* debian/libupsclient1.symbols: add with upscli_tryconnect
* debian/nut.TODO.Debian: update and complete the TODO list
* Fix FTBFS for Ubuntu (LP: #815760):
  - debian/control: Build-Depends-Indep on docbook-xsl for offline 
    document generation.
* Merge from Debian unstable (LP: #811976). Remaining changes:
  - debian/control: Drop Build-Depends on libpowerman0-dev (currently in 
    universe)
  - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut 
    groups unconditonally to handle the upgrade from hardy release.
  - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
  - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install, 
    debian/rules: Install apport hooks for all top-level nut packages.
  - debian/rules: Use udev version for Ubuntu.
  - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled.
* debian/nut.README.Debian: Adjust udev rules naming for permissions override
  (Closes: #529664)
* Re-add and refresh debian/patches/0001-fix_spelling_and_typo.patch:
  Some typos and spelling errors remain.
* Split nut package into nut-client and nut-server, keep nut package as
  metapackage
* Generate PDF and html doc and install it in nut-doc package
* debian/rules:
  - List non-installed files
  - Includes python-module.mk
  - Add flags to build documentation and install it
* debian/control:
  - Add python-nut package and add python build-dependency
  - Set nut-powerman-pdu priority to extras
  - Add nut-monitor package
  - Add nut-doc package and add required C/R/P
  - Add libups-nut-perl package
* debian/nut-server.prerm: Remove /var/run/nut during removal
* Merge from debian unstable.  Remaining changes:
  - debian/control:
    + Drop Build-Depends on libpowerman0-dev (currently in universe)
  - debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
    unconditonally to handle the upgrade from hardy release.
  - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
  - debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
  - debian/rules: Use udev version for Ubuntu.
* debian/patches/backport-fix-lp753661.patch: Refreshed.
* Drop changes due to .pc being not clean.
* New upstream release (Closes: #595953, #614842, #595773)
* debian/patches/*.patch: removed since these are now fixed upstream
* Drop HAL package and build-dependencies (Closes: #613197)
* debian/control:
  - Bump Standards-Version to 3.9.2 (no further changes)
  - Drop autotools build-dependencies (not needed anymore)
  - Drop non-existing build-dependencies
* debian/rules:
  - Correctly pass flags to configure
* Merge from debian unstable (LP: #789323).  Remaining changes:
  + debian/control:
    - Update maintainer as per spec.
    - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
    - Drop libpowerman0-dev from the Build-Depends (currently in universe)
  + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
    unconditonally to handle the upgrade from hardy release.
  + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
  + debian/nul-hal-drivers.{docs,install,postinst,preinst}: Dropped since hal is in universe now
  + debian/nut.links: must create the init script link, used if the upse needs to be powered down
    (LP: #357583)
  + debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
  + debian/patches/backport-fix-lp753661.patch
  + Dropped:
    - debian/patches/fix_pc_file.patch: replaced by debian's 0002-fix_libupsclient_pc.patch
* debian/patches/fix_pc_file.patch: add DEP3 patch header
* debian/patches/debian-changes-2.6.0-1: remove that accidental file
* debian/nut-snmp.docs: Distribute snmp.txt doc file (Closes: #548295)
* d/p/0001-fix_spelling_and_typo.patch: Update and refresh
* debian/nut.lintian-overrides: Fix typo
* debian/patch/0002-fix_libupsclient_pc.patch: Fix libupsclient.pc (Closes:
  #624255)
* debian/rules:
  - Switch to cdbs
  - Remove not existing configure options (Closes: #611813)
  - Drop Phony rules (Closes: #613699)
* debian/control:
  - Add cdbs build-dependency
* debian/patches/backport-fix-lp753661.patch: Backport fix 
  to trim extraneous end-of-line, in buggy HID string tables, 
  which results in upsc breaking the communication pipe.
  (LP: #753661)
* fix_pc_file.patch: fix .pc source files by using LIBSSL_LIBS instead of
  LIBSSL_LDFLAGS to avoid a FTBFS in packages that uses libupsclient.pc
  (LP: #743484)
* Merge from Debian unstable, remaining changes:
  + debian/control:
    - Update maintainer as per spec.
    - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
    - Drop libpowerman0-dev from the Build-Depends (currently in universe)
  + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
    unconditonally to hanle the upgrade from hardy release.
  + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
  + debian/nul-hal-drivers.{docs,install,postinst,preinst}: Dropped since hal is in universe now
  + debian/nut.links: must create the init script link, used if the upse needs to be powered down
    (LP: #357583)
  + debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
  + Dropped:
    - debian/patches/0002-fix_udev_action.patch: Accepted upstream.
    - debian/patches/0004-netvision-improvements-lp-600950: no longer needed.
    - debian/patches/0005-fix-nut-m4.patch: no longer needed.
    - debian/patches/9999-autoconf.patch: no longer needed.
* New upstream release (Closes: #575176, #588648, #609597, #687985)
* debian/patches/*.patch: removed since these are now fixed upstream
* debian/patches/0001-fix_spelling_and_typo.patch,
  debian/patches/series: reworked to match the new upstream release
* debian/nut.install, debian/nut.manpages: remove obsolete reference to
  megatec and megatec_usb, now respectively replaced by blazer_ser and
  blazer_usb
* debian/nut.docs: limit distributed documentation
* debian/control:
  - Wrap build-dependencies
  - Change nut-cgi Recommends to apache2 | httpd-cgi
* debian/nut.postinst: Only trigger USB subsystem, should Closes: #574769
* debian/patches/0002-fix_udev_action.patch: Use SUBSYSTEM instead of BUS
* debian/control, debian/rules, 
  debian/nut-hal-drivers.{docs,install,postinst,preinst}: Drop
  nut-hal-drivers since Nut doesnt go into universe.
* Split patches/debian-changes-2.4.3-2ubuntu1 into
  patches/0005-fix-nut-m4.patch and patches/9999-autoconf.patch
* Readd lost debian/patches0004-netvision-improvements-lp-600950.patch patch
  (LP: #707050)
* debian/patches/0002-fix_udev_action.patch:
  Change BUS to SUBSYSTEMS, since the former is deprecated. (LP: #692171)
* debian/nut.postinst: Uncomment missing call to adduser
* debian/control: Drop hal build dependency, we don't need the daemon to
  build the package. Add a hal dependency to nut-hal-drivers, which is the
  only thing that actually needs it.
* Merge from debian unstable.  Remaining changes:
  + debian/control:
    - Update maintainer as per spec.
    - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
    - Drop libpowerman0-dev from the Build-Depends (currently in universe)
  + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
    unconditonally to hanle the upgrade from hardy release.
  + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
  + debian/nut.links: must create the init script link, used if the upse needs to be powered down
    (LP: #357583)
  + debian/nut.postinst: Update udevadm trigger.
    "libusb_get_report: error sending control message: 
     Operation not permitted" error on some UPS devices. (LP: #572262)
  + debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
  + debian/patches/netvision-improvements-lp-600950.patch: Add improvements
    for netvision UPSes
  + Fix FTBFS with ld --as-needed.
  + Dropped:
    - debian/patches/03_udev_rules_change.dpatch: Use debian's instead.
    - debian/patches/04_nut_small-buffers.dpatch: Use debian's instead.
* debian/control:
  - Bump Standards-Version to 3.9.1
  - Update Vcs-* fields to new GIT repository
  - Add myself as Uploaders
* Switch to dpkg-source 3.0 (quilt) format (Closes: #573601)
* debian/patches/0001-low_speed_usb_ups.patch: Use patch system for changes
  that were applied directly in the source
* Add debian/gbp.conf file
* debian/watch: Bump version to 3
* Add debian/patches/0002-fix_udev_action.patch: Also set permission for
  "change" udev ACTION (Closes: #557178)
* debian/nut.postrm: Do not try to remove nut user is deluser is not
  installed anymore
* debian/nut.manpages: Install manpage nut.conf.5 (Closes: #528222)
* debian/copyright: Fix copyright-with-old-dh-make-debian-copyright
* Remove nut-snmp.lintian-overrides, not needed anymore
* debian/patches/0003-fix_spelling_and_typo.patch: Fix some spelling errors
* Add debian/libupsclient1.symbols file
* Add debian/nut.links: Re-add /etc/init.d/ups-monitor that was lost for
  some reasons (Closes: #592351)
* debian/nut.lintian-overrides: Add override for
  init.d-script-does-not-provide-itself /etc/init.d/ups-monitor
* Drop libupsclient1.post{inst,rm}: ldconfig call is added automatically by
  debhelper
* debian/libupsclient1-dev.install: Do not ship /lib/libupsclient.la anymore
* debian/rules: Remove dpatch logic as we are using package source version
  '3.0 (quilt)'
* debian/compat: Bump debhelper compatibility to 8
* Non-maintainer upload.
* drivers/libhid.c: Apply r2407 from upstream to fix bug with some
  low speed UPS devices. (Closes: #583371)
* Fix FTBFS with ld --as-needed.
* debian/patches/netvision-improvements-lp-600950.patch: Add improvements for netvision UPSes 
  (LP: #600950) 
* debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook. 
* debian/patches/04_nut-small-buffers.dpatch: Fix "libusb_get_report: error sending control message: 
  Operation not permitted" error on some UPS devices. (LP: #572262)
* debian/nut.postinst: Revert dropping of --action=change. "add" events must
  not ever be triggered automatically.
* Add 03_udev_rules_change.dpatch: Run udev rules on change events, too.
* debian/control: grr...fix ftbfs. 
* Merge from debian testing.  Remaining changes (LP: #535152):
  + debian/control:
    - Update maintainer as per spec.
    - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
    - Drop libpowerman0-dev from the Build-Depends (currently in universe)
  + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
    unconditonally to hanle the upgrade from hardy release.
  + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
  + debian/nut.links: must create the init script link, used if the upse needs to be powered down
    (LP: #357583)
  + debian/nut.postinst: Update udevadm trigger.
  + Dropped:
    - debian/patches/02-fix-trust-pw4130m.dpatch: No longer needed.
* New upstream release (Closes: #544390, #528222, #539747, #526811,
  #562064)
* debian/nut.install, debian/nut.manpages:
  - remove cyberpower driver and manpage
  - add bestfortress, clone and ivtscd drivers and manpages
* debian/rules:
  - change udev dir to /lib/udev (Closes: #522327)
  - replace deprecated calls to 'dh_clean -k' by dh_prep (Closes: #536599)
* debian/rules, debian/nut.install, debian/nut.install,
  debian/nut.README.Debian: install configuration files, without the
  sample suffix (Closes: #528641)
* debian/nut.links: restored (Closes: #522506)
* debian/nut.init:
  - source nut.conf instead of default/nut for POWEROFF_WAIT(Closes:
    #538173)
  - fix status checking (Closes: #538785)
  - improve detection of non configured system and beautify related
    output (Closes: #563112)
  - use 'invoke-rc.d' instead of calling the reboot script directly
  - add $remote_fs to Required-Start and Required-Stop
* debian/nut.postrm: remove udev files and simplify cleanup (Closes:
  #541629)
* debian/control:
  - remove Luca Filipozzi from the Uploaders list (Closes: #568987)
  - update Standards-Version to 3.8.4
  - remove the debconf dependency
  - bump debhelper version to (>= 7) in Build-Depends, for dh_prep
  - add Breaks on nut-hal-drivers to ensure we have correct udev version
* Remove debconf support since it was related to really old nut
  version (Closes: #518056):
  - remove nut-cgi.config, nut.config, nut-cgi.templates, nut.templates,
    and po/ directory
  - update nut-cgi.postinst
* debian/nut.dirs: remove /var/run/nut to conform to Debian Policy
* debian/nut.postint:
  - create /var/run/nut if needed
  - improve security checks
* debian/nut.README.Debian: add a security note for ups.conf
* debian/watch: URL update
* debian/patches/02-fix-trust-pw4130m.dpatch: Fix issues with Trust
  PW-4130M UPS. (LP: #447586) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
39
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
42
        $(srcdir)/libhidups.in
41
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_create_stdint_h.m4 \
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
43
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
44
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
45
47
        $(top_srcdir)/m4/lt~obsolete.m4 \
46
48
        $(top_srcdir)/m4/nut_arg_with.m4 \
47
 
        $(top_srcdir)/m4/nut_check_ipv6.m4 \
 
49
        $(top_srcdir)/m4/nut_check_asciidoc.m4 \
 
50
        $(top_srcdir)/m4/nut_check_libavahi.m4 \
 
51
        $(top_srcdir)/m4/nut_check_libfreeipmi.m4 \
48
52
        $(top_srcdir)/m4/nut_check_libgd.m4 \
49
53
        $(top_srcdir)/m4/nut_check_libhal.m4 \
 
54
        $(top_srcdir)/m4/nut_check_libltdl.m4 \
50
55
        $(top_srcdir)/m4/nut_check_libneon.m4 \
51
56
        $(top_srcdir)/m4/nut_check_libnetsnmp.m4 \
52
57
        $(top_srcdir)/m4/nut_check_libpowerman.m4 \
54
59
        $(top_srcdir)/m4/nut_check_libusb.m4 \
55
60
        $(top_srcdir)/m4/nut_check_libwrap.m4 \
56
61
        $(top_srcdir)/m4/nut_check_os.m4 \
 
62
        $(top_srcdir)/m4/nut_config_libhal.m4 \
57
63
        $(top_srcdir)/m4/nut_report_feature.m4 \
58
64
        $(top_srcdir)/m4/nut_type_socklen_t.m4 \
59
65
        $(top_srcdir)/configure.in
62
68
mkinstalldirs = $(install_sh) -d
63
69
CONFIG_HEADER = $(top_builddir)/include/config.h
64
70
CONFIG_CLEAN_FILES = libhidups
 
71
CONFIG_CLEAN_VPATH_FILES =
 
72
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
73
am__vpath_adj = case $$p in \
 
74
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
75
    *) f=$$p;; \
 
76
  esac;
 
77
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
78
am__install_max = 40
 
79
am__nobase_strip_setup = \
 
80
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
81
am__nobase_strip = \
 
82
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
83
am__nobase_list = $(am__nobase_strip_setup); \
 
84
  for p in $$list; do echo "$$p $$p"; done | \
 
85
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
86
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
87
    if (++n[$$2] == $(am__install_max)) \
 
88
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
89
    END { for (dir in files) print dir, files[dir] }'
 
90
am__base_list = \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
65
93
am__installdirs = "$(DESTDIR)$(hotplugusbdir)" \
66
94
        "$(DESTDIR)$(hotplugusbdir)"
67
 
hotplugusbSCRIPT_INSTALL = $(INSTALL_SCRIPT)
68
95
SCRIPTS = $(hotplugusb_SCRIPTS)
69
96
SOURCES =
70
97
DIST_SOURCES =
71
98
am__dist_hotplugusb_DATA_DIST = libhid.usermap
72
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
 
am__vpath_adj = case $$p in \
74
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
 
    *) f=$$p;; \
76
 
  esac;
77
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
78
 
dist_hotplugusbDATA_INSTALL = $(INSTALL_DATA)
79
99
DATA = $(dist_hotplugusb_DATA)
80
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
101
A2X = @A2X@
81
102
ACLOCAL = @ACLOCAL@
82
103
AMTAR = @AMTAR@
83
104
AR = @AR@
 
105
ASCIIDOC = @ASCIIDOC@
84
106
AUTOCONF = @AUTOCONF@
85
107
AUTOHEADER = @AUTOHEADER@
86
108
AUTOMAKE = @AUTOMAKE@
87
109
AWK = @AWK@
 
110
BINDIR = @BINDIR@
88
111
CC = @CC@
89
112
CCDEPMODE = @CCDEPMODE@
90
113
CFLAGS = @CFLAGS@
92
115
CPP = @CPP@
93
116
CPPFLAGS = @CPPFLAGS@
94
117
CYGPATH_W = @CYGPATH_W@
 
118
DBLATEX = @DBLATEX@
95
119
DEFS = @DEFS@
96
120
DEPDIR = @DEPDIR@
 
121
DLLTOOL = @DLLTOOL@
 
122
DOC_BUILD_LIST = @DOC_BUILD_LIST@
97
123
DRIVER_BUILD_LIST = @DRIVER_BUILD_LIST@
98
124
DRIVER_INSTALL_TARGET = @DRIVER_INSTALL_TARGET@
99
125
DRIVER_MAN_LIST = @DRIVER_MAN_LIST@
110
136
HAL_DEVICE_MATCH_KEY = @HAL_DEVICE_MATCH_KEY@
111
137
HAL_FDI_PATH = @HAL_FDI_PATH@
112
138
HAL_USER = @HAL_USER@
113
 
HAVE_GLIB_2_14 = @HAVE_GLIB_2_14@
114
139
INSTALL = @INSTALL@
115
140
INSTALL_DATA = @INSTALL_DATA@
116
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
118
143
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119
144
LD = @LD@
120
145
LDFLAGS = @LDFLAGS@
 
146
LIBAVAHI_CFLAGS = @LIBAVAHI_CFLAGS@
 
147
LIBAVAHI_LIBS = @LIBAVAHI_LIBS@
121
148
LIBGD_CFLAGS = @LIBGD_CFLAGS@
122
149
LIBGD_LDFLAGS = @LIBGD_LDFLAGS@
123
150
LIBHAL_CFLAGS = @LIBHAL_CFLAGS@
124
 
LIBHAL_LDFLAGS = @LIBHAL_LDFLAGS@
 
151
LIBHAL_LIBS = @LIBHAL_LIBS@
 
152
LIBIPMI_CFLAGS = @LIBIPMI_CFLAGS@
 
153
LIBIPMI_LIBS = @LIBIPMI_LIBS@
 
154
LIBLTDL_CFLAGS = @LIBLTDL_CFLAGS@
 
155
LIBLTDL_LIBS = @LIBLTDL_LIBS@
125
156
LIBNEON_CFLAGS = @LIBNEON_CFLAGS@
126
 
LIBNEON_LDFLAGS = @LIBNEON_LDFLAGS@
 
157
LIBNEON_LIBS = @LIBNEON_LIBS@
127
158
LIBNETSNMP_CFLAGS = @LIBNETSNMP_CFLAGS@
128
 
LIBNETSNMP_LDFLAGS = @LIBNETSNMP_LDFLAGS@
 
159
LIBNETSNMP_LIBS = @LIBNETSNMP_LIBS@
129
160
LIBOBJS = @LIBOBJS@
130
161
LIBPOWERMAN_CFLAGS = @LIBPOWERMAN_CFLAGS@
131
 
LIBPOWERMAN_LDFLAGS = @LIBPOWERMAN_LDFLAGS@
 
162
LIBPOWERMAN_LIBS = @LIBPOWERMAN_LIBS@
132
163
LIBS = @LIBS@
133
164
LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
134
 
LIBSSL_LDFLAGS = @LIBSSL_LDFLAGS@
 
165
LIBSSL_LIBS = @LIBSSL_LIBS@
135
166
LIBTOOL = @LIBTOOL@
136
167
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
137
 
LIBUSB_LDFLAGS = @LIBUSB_LDFLAGS@
 
168
LIBUSB_LIBS = @LIBUSB_LIBS@
138
169
LIBWRAP_CFLAGS = @LIBWRAP_CFLAGS@
139
 
LIBWRAP_LDFLAGS = @LIBWRAP_LDFLAGS@
 
170
LIBWRAP_LIBS = @LIBWRAP_LIBS@
140
171
LIPO = @LIPO@
141
172
LN_S = @LN_S@
142
173
LTLIBOBJS = @LTLIBOBJS@
143
174
MAINT = @MAINT@
144
175
MAKEINFO = @MAKEINFO@
 
176
MANIFEST_TOOL = @MANIFEST_TOOL@
145
177
MKDIR_P = @MKDIR_P@
146
178
NETLIBS = @NETLIBS@
147
179
NM = @NM@
148
180
NMEDIT = @NMEDIT@
 
181
NUT_NETVERSION = @NUT_NETVERSION@
 
182
OBJDUMP = @OBJDUMP@
149
183
OBJEXT = @OBJEXT@
150
184
OS_NAME = @OS_NAME@
151
185
OTOOL = @OTOOL@
155
189
PACKAGE_NAME = @PACKAGE_NAME@
156
190
PACKAGE_STRING = @PACKAGE_STRING@
157
191
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
192
PACKAGE_URL = @PACKAGE_URL@
158
193
PACKAGE_VERSION = @PACKAGE_VERSION@
159
194
PATH_SEPARATOR = @PATH_SEPARATOR@
 
195
PIDPATH = @PIDPATH@
 
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
199
PORT = @PORT@
160
200
RANLIB = @RANLIB@
161
201
RUN_AS_GROUP = @RUN_AS_GROUP@
162
202
RUN_AS_USER = @RUN_AS_USER@
 
203
SBINDIR = @SBINDIR@
163
204
SED = @SED@
164
205
SERLIBS = @SERLIBS@
165
206
SET_MAKE = @SET_MAKE@
167
208
STATEPATH = @STATEPATH@
168
209
STRIP = @STRIP@
169
210
SUN_LIBUSB = @SUN_LIBUSB@
 
211
TREE_VERSION = @TREE_VERSION@
170
212
VERSION = @VERSION@
171
213
WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
172
214
abs_builddir = @abs_builddir@
173
215
abs_srcdir = @abs_srcdir@
174
216
abs_top_builddir = @abs_top_builddir@
175
217
abs_top_srcdir = @abs_top_srcdir@
 
218
ac_ct_AR = @ac_ct_AR@
176
219
ac_ct_CC = @ac_ct_CC@
177
220
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178
221
am__include = @am__include@
208
251
libexecdir = @libexecdir@
209
252
localedir = @localedir@
210
253
localstatedir = @localstatedir@
211
 
lt_ECHO = @lt_ECHO@
212
254
mandir = @mandir@
213
255
mkdir_p = @mkdir_p@
214
256
oldincludedir = @oldincludedir@
221
263
sharedstatedir = @sharedstatedir@
222
264
srcdir = @srcdir@
223
265
sysconfdir = @sysconfdir@
 
266
systemdsystemshutdowndir = @systemdsystemshutdowndir@
 
267
systemdsystemunitdir = @systemdsystemunitdir@
224
268
target = @target@
225
269
target_alias = @target_alias@
226
270
target_cpu = @target_cpu@
227
271
target_os = @target_os@
228
272
target_vendor = @target_vendor@
 
273
top_build_prefix = @top_build_prefix@
229
274
top_builddir = @top_builddir@
230
275
top_srcdir = @top_srcdir@
231
276
udevdir = @udevdir@
241
286
        @for dep in $?; do \
242
287
          case '$(am__configure_deps)' in \
243
288
            *$$dep*) \
244
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
245
 
                && exit 0; \
 
289
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
290
                && { if test -f $@; then exit 0; else break; fi; }; \
246
291
              exit 1;; \
247
292
          esac; \
248
293
        done; \
249
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scripts/hotplug/Makefile'; \
250
 
        cd $(top_srcdir) && \
251
 
          $(AUTOMAKE) --gnu  scripts/hotplug/Makefile
 
294
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/hotplug/Makefile'; \
 
295
        $(am__cd) $(top_srcdir) && \
 
296
          $(AUTOMAKE) --gnu scripts/hotplug/Makefile
252
297
.PRECIOUS: Makefile
253
298
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
299
        @case '$?' in \
266
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
312
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
268
313
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
314
$(am__aclocal_m4_deps):
269
315
libhidups: $(top_builddir)/config.status $(srcdir)/libhidups.in
270
316
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
271
317
install-hotplugusbSCRIPTS: $(hotplugusb_SCRIPTS)
272
318
        @$(NORMAL_INSTALL)
273
319
        test -z "$(hotplugusbdir)" || $(MKDIR_P) "$(DESTDIR)$(hotplugusbdir)"
274
 
        @list='$(hotplugusb_SCRIPTS)'; for p in $$list; do \
 
320
        @list='$(hotplugusb_SCRIPTS)'; test -n "$(hotplugusbdir)" || list=; \
 
321
        for p in $$list; do \
275
322
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
276
 
          if test -f $$d$$p; then \
277
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
278
 
            echo " $(hotplugusbSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(hotplugusbdir)/$$f'"; \
279
 
            $(hotplugusbSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(hotplugusbdir)/$$f"; \
280
 
          else :; fi; \
281
 
        done
 
323
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
324
        done | \
 
325
        sed -e 'p;s,.*/,,;n' \
 
326
            -e 'h;s|.*|.|' \
 
327
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
328
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
329
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
330
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
331
              if (++n[d] == $(am__install_max)) { \
 
332
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
333
            else { print "f", d "/" $$4, $$1 } } \
 
334
          END { for (d in files) print "f", d, files[d] }' | \
 
335
        while read type dir files; do \
 
336
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
337
             test -z "$$files" || { \
 
338
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(hotplugusbdir)$$dir'"; \
 
339
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(hotplugusbdir)$$dir" || exit $$?; \
 
340
             } \
 
341
        ; done
282
342
 
283
343
uninstall-hotplugusbSCRIPTS:
284
344
        @$(NORMAL_UNINSTALL)
285
 
        @list='$(hotplugusb_SCRIPTS)'; for p in $$list; do \
286
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
287
 
          echo " rm -f '$(DESTDIR)$(hotplugusbdir)/$$f'"; \
288
 
          rm -f "$(DESTDIR)$(hotplugusbdir)/$$f"; \
289
 
        done
 
345
        @list='$(hotplugusb_SCRIPTS)'; test -n "$(hotplugusbdir)" || exit 0; \
 
346
        files=`for p in $$list; do echo "$$p"; done | \
 
347
               sed -e 's,.*/,,;$(transform)'`; \
 
348
        test -n "$$list" || exit 0; \
 
349
        echo " ( cd '$(DESTDIR)$(hotplugusbdir)' && rm -f" $$files ")"; \
 
350
        cd "$(DESTDIR)$(hotplugusbdir)" && rm -f $$files
290
351
 
291
352
mostlyclean-libtool:
292
353
        -rm -f *.lo
296
357
install-dist_hotplugusbDATA: $(dist_hotplugusb_DATA)
297
358
        @$(NORMAL_INSTALL)
298
359
        test -z "$(hotplugusbdir)" || $(MKDIR_P) "$(DESTDIR)$(hotplugusbdir)"
299
 
        @list='$(dist_hotplugusb_DATA)'; for p in $$list; do \
 
360
        @list='$(dist_hotplugusb_DATA)'; test -n "$(hotplugusbdir)" || list=; \
 
361
        for p in $$list; do \
300
362
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
301
 
          f=$(am__strip_dir) \
302
 
          echo " $(dist_hotplugusbDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(hotplugusbdir)/$$f'"; \
303
 
          $(dist_hotplugusbDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(hotplugusbdir)/$$f"; \
 
363
          echo "$$d$$p"; \
 
364
        done | $(am__base_list) | \
 
365
        while read files; do \
 
366
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hotplugusbdir)'"; \
 
367
          $(INSTALL_DATA) $$files "$(DESTDIR)$(hotplugusbdir)" || exit $$?; \
304
368
        done
305
369
 
306
370
uninstall-dist_hotplugusbDATA:
307
371
        @$(NORMAL_UNINSTALL)
308
 
        @list='$(dist_hotplugusb_DATA)'; for p in $$list; do \
309
 
          f=$(am__strip_dir) \
310
 
          echo " rm -f '$(DESTDIR)$(hotplugusbdir)/$$f'"; \
311
 
          rm -f "$(DESTDIR)$(hotplugusbdir)/$$f"; \
312
 
        done
 
372
        @list='$(dist_hotplugusb_DATA)'; test -n "$(hotplugusbdir)" || list=; \
 
373
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
374
        test -n "$$files" || exit 0; \
 
375
        echo " ( cd '$(DESTDIR)$(hotplugusbdir)' && rm -f" $$files ")"; \
 
376
        cd "$(DESTDIR)$(hotplugusbdir)" && rm -f $$files
313
377
tags: TAGS
314
378
TAGS:
315
379
 
333
397
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334
398
          if test -d $$d/$$file; then \
335
399
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
400
            if test -d "$(distdir)/$$file"; then \
 
401
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
402
            fi; \
336
403
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
404
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
405
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
338
406
            fi; \
339
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
407
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
340
408
          else \
341
 
            test -f $(distdir)/$$file \
342
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
409
            test -f "$(distdir)/$$file" \
 
410
            || cp -p $$d/$$file "$(distdir)/$$file" \
343
411
            || exit 1; \
344
412
          fi; \
345
413
        done
370
438
 
371
439
distclean-generic:
372
440
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
441
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
373
442
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
374
443
 
375
444
maintainer-clean-generic:
389
458
 
390
459
html: html-am
391
460
 
 
461
html-am:
 
462
 
392
463
info: info-am
393
464
 
394
465
info-am:
397
468
 
398
469
install-dvi: install-dvi-am
399
470
 
 
471
install-dvi-am:
 
472
 
400
473
install-exec-am:
401
474
 
402
475
install-html: install-html-am
403
476
 
 
477
install-html-am:
 
478
 
404
479
install-info: install-info-am
405
480
 
 
481
install-info-am:
 
482
 
406
483
install-man:
407
484
 
408
485
install-pdf: install-pdf-am
409
486
 
 
487
install-pdf-am:
 
488
 
410
489
install-ps: install-ps-am
411
490
 
 
491
install-ps-am:
 
492
 
412
493
installcheck-am:
413
494
 
414
495
maintainer-clean: maintainer-clean-am
447
528
 
448
529
# we should never remove this one, apart from a distclean-check
449
530
#MAINTAINERCLEANFILES = libhid.usermap
 
531
 
450
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
451
533
# Otherwise a system limit (for SysV at least) may be exceeded.
452
534
.NOEXPORT: