Annotation of embedaddon/smartmontools/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
                      6: # Inc.
                      7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: 
                     18: #
                     19: # $Id: Makefile.am 3453 2011-10-16 12:45:27Z chrfranke $
                     20: #
                     21: 
                     22: 
                     23: 
                     24: VPATH = @srcdir@
                     25: pkgdatadir = $(datadir)/@PACKAGE@
                     26: pkgincludedir = $(includedir)/@PACKAGE@
                     27: pkglibdir = $(libdir)/@PACKAGE@
                     28: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     29: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     30: install_sh_DATA = $(install_sh) -c -m 644
                     31: install_sh_PROGRAM = $(install_sh) -c
                     32: install_sh_SCRIPT = $(install_sh) -c
                     33: INSTALL_HEADER = $(INSTALL_DATA)
                     34: transform = $(program_transform_name)
                     35: NORMAL_INSTALL = :
                     36: PRE_INSTALL = :
                     37: POST_INSTALL = :
                     38: NORMAL_UNINSTALL = :
                     39: PRE_UNINSTALL = :
                     40: POST_UNINSTALL = :
                     41: build_triplet = @build@
                     42: host_triplet = @host@
                     43: @ENABLE_DRIVEDB_TRUE@am__append_1 = -DSMARTMONTOOLS_DRIVEDBDIR='"$(drivedbdir)"'
                     44: @ENABLE_SAVESTATES_TRUE@am__append_2 = -DSMARTMONTOOLS_SAVESTATES='"$(savestates)"'
                     45: @ENABLE_ATTRIBUTELOG_TRUE@am__append_3 = -DSMARTMONTOOLS_ATTRIBUTELOG='"$(attributelog)"'
                     46: @OS_WIN32_MINGW_TRUE@am__append_4 = -I$(srcdir)/os_win32
                     47: @NEED_GETOPT_LONG_TRUE@am__append_5 = -I$(srcdir)/getopt -DHAVE_GETOPT_LONG -D__GNU_LIBRARY__
                     48: @NEED_REGEX_TRUE@am__append_6 = -I$(srcdir)/regex
                     49: sbin_PROGRAMS = smartd$(EXEEXT) smartctl$(EXEEXT)
                     50: @OS_WIN32_MINGW_TRUE@am__append_7 = \
                     51: @OS_WIN32_MINGW_TRUE@        os_win32/daemon_win32.cpp \
                     52: @OS_WIN32_MINGW_TRUE@        os_win32/daemon_win32.h \
                     53: @OS_WIN32_MINGW_TRUE@        os_win32/hostname_win32.cpp \
                     54: @OS_WIN32_MINGW_TRUE@        os_win32/hostname_win32.h \
                     55: @OS_WIN32_MINGW_TRUE@        os_win32/syslog_win32.cpp \
                     56: @OS_WIN32_MINGW_TRUE@        os_win32/syslog.h
                     57: 
                     58: @NEED_GETOPT_LONG_TRUE@am__append_8 = \
                     59: @NEED_GETOPT_LONG_TRUE@        getopt/getopt.c \
                     60: @NEED_GETOPT_LONG_TRUE@        getopt/getopt.h \
                     61: @NEED_GETOPT_LONG_TRUE@        getopt/getopt1.c
                     62: 
                     63: @NEED_GETOPT_LONG_TRUE@am__append_9 = \
                     64: @NEED_GETOPT_LONG_TRUE@        getopt/getopt.c \
                     65: @NEED_GETOPT_LONG_TRUE@        getopt/getopt.h \
                     66: @NEED_GETOPT_LONG_TRUE@        getopt/getopt1.c
                     67: 
                     68: @NEED_REGEX_TRUE@am__append_10 = \
                     69: @NEED_REGEX_TRUE@        regex/regex.c \
                     70: @NEED_REGEX_TRUE@        regex/regex.h \
                     71: @NEED_REGEX_TRUE@        regex/regex_internal.h
                     72: 
                     73: @NEED_REGEX_TRUE@am__append_11 = \
                     74: @NEED_REGEX_TRUE@        regex/regex.c \
                     75: @NEED_REGEX_TRUE@        regex/regex.h \
                     76: @NEED_REGEX_TRUE@        regex/regex_internal.h
                     77: 
                     78: 
                     79: # Included by regex.c:
                     80: @NEED_REGEX_TRUE@am__append_12 = \
                     81: @NEED_REGEX_TRUE@        regex/regcomp.c \
                     82: @NEED_REGEX_TRUE@        regex/regexec.c \
                     83: @NEED_REGEX_TRUE@        regex/regex_internal.c
                     84: 
                     85: @NEED_REGEX_TRUE@am__append_13 = \
                     86: @NEED_REGEX_TRUE@        regex/regcomp.c \
                     87: @NEED_REGEX_TRUE@        regex/regexec.c \
                     88: @NEED_REGEX_TRUE@        regex/regex_internal.c
                     89: 
                     90: @OS_WIN32_TRUE@am__append_14 = \
                     91: @OS_WIN32_TRUE@        csmisas.h \
                     92: @OS_WIN32_TRUE@        os_win32/wmiquery.cpp \
                     93: @OS_WIN32_TRUE@        os_win32/wmiquery.h
                     94: 
                     95: @OS_WIN32_TRUE@am__append_15 = \
                     96: @OS_WIN32_TRUE@        csmisas.h \
                     97: @OS_WIN32_TRUE@        os_win32/wmiquery.cpp \
                     98: @OS_WIN32_TRUE@        os_win32/wmiquery.h
                     99: 
                    100: @OS_WIN32_TRUE@am__append_16 = -lole32 -loleaut32
                    101: @OS_WIN32_TRUE@am__append_17 = -lole32 -loleaut32
                    102: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@am__append_18 = \
                    103: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@        $(exedir_win32)/syslogevt.exe
                    104: 
                    105: @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@am__append_19 = \
                    106: @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@        $(exedir_win32)/update-smart-drivedb.exe
                    107: 
                    108: @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@am__append_20 = \
                    109: @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@        $(exedir_win32)/drivedb.h
                    110: 
                    111: @OS_WIN32_MINGW_TRUE@am__append_21 = \
                    112: @OS_WIN32_MINGW_TRUE@        $(FILES_WIN32) \
                    113: @OS_WIN32_MINGW_TRUE@        runcmdu.exe \
                    114: @OS_WIN32_MINGW_TRUE@        smartctl-nc.exe smartctl-nc.exe.tmp \
                    115: @OS_WIN32_MINGW_TRUE@        syslogevt.exe syslogevt.h syslogevt.o \
                    116: @OS_WIN32_MINGW_TRUE@        syslogevt.res.o syslogevt.rc syslogevt_*.bin \
                    117: @OS_WIN32_MINGW_TRUE@        update-smart-drivedb.exe \
                    118: @OS_WIN32_MINGW_TRUE@        distdir.mkdir
                    119: 
                    120: subdir = .
                    121: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
                    122:        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
                    123:        $(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS TODO \
                    124:        config.guess config.sub depcomp install-sh missing
                    125: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    126: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                    127: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    128:        $(ACLOCAL_M4)
                    129: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                    130:  configure.lineno config.status.lineno
                    131: mkinstalldirs = $(install_sh) -d
                    132: CONFIG_HEADER = config.h
                    133: CONFIG_CLEAN_FILES =
                    134: CONFIG_CLEAN_VPATH_FILES =
                    135: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" \
                    136:        "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \
                    137:        "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(attributelogdir)" \
                    138:        "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbdir)" \
                    139:        "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(initddir)" \
                    140:        "$(DESTDIR)$(savestatesdir)" "$(DESTDIR)$(sysconfdir)" \
                    141:        "$(DESTDIR)$(systemdsystemunitdir)"
                    142: PROGRAMS = $(sbin_PROGRAMS)
                    143: am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \
                    144:        atacmdnames.h atacmds.cpp atacmds.h ataprint.cpp ataprint.h \
                    145:        dev_ata_cmd_set.cpp dev_ata_cmd_set.h dev_interface.cpp \
                    146:        dev_interface.h dev_tunnelled.h drivedb.h int64.h \
                    147:        knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \
                    148:        scsiata.cpp scsiprint.cpp scsiprint.h utility.cpp utility.h \
                    149:        getopt/getopt.c getopt/getopt.h getopt/getopt1.c regex/regex.c \
                    150:        regex/regex.h regex/regex_internal.h csmisas.h \
                    151:        os_win32/wmiquery.cpp os_win32/wmiquery.h
                    152: @NEED_GETOPT_LONG_TRUE@am__objects_1 = getopt.$(OBJEXT) \
                    153: @NEED_GETOPT_LONG_TRUE@        getopt1.$(OBJEXT)
                    154: @NEED_REGEX_TRUE@am__objects_2 = regex.$(OBJEXT)
                    155: @OS_WIN32_TRUE@am__objects_3 = wmiquery.$(OBJEXT)
                    156: am_smartctl_OBJECTS = smartctl.$(OBJEXT) atacmdnames.$(OBJEXT) \
                    157:        atacmds.$(OBJEXT) ataprint.$(OBJEXT) dev_ata_cmd_set.$(OBJEXT) \
                    158:        dev_interface.$(OBJEXT) knowndrives.$(OBJEXT) \
                    159:        scsicmds.$(OBJEXT) scsiata.$(OBJEXT) scsiprint.$(OBJEXT) \
                    160:        utility.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
                    161:        $(am__objects_3)
                    162: am__EXTRA_smartctl_SOURCES_DIST = os_linux.cpp os_linux.h \
                    163:        os_freebsd.cpp os_freebsd.h os_netbsd.cpp os_netbsd.h \
                    164:        os_openbsd.cpp os_openbsd.h os_qnxnto.cpp os_qnxnto.h \
                    165:        os_solaris.cpp os_solaris.h os_win32.cpp os_generic.cpp \
                    166:        os_generic.h cciss.cpp cciss.h cissio_freebsd.h dev_legacy.cpp \
                    167:        megaraid.h regex/regcomp.c regex/regexec.c \
                    168:        regex/regex_internal.c
                    169: smartctl_OBJECTS = $(am_smartctl_OBJECTS)
                    170: am__DEPENDENCIES_1 =
                    171: am__smartd_SOURCES_DIST = smartd.cpp atacmdnames.cpp atacmdnames.h \
                    172:        atacmds.cpp atacmds.h dev_ata_cmd_set.cpp dev_ata_cmd_set.h \
                    173:        dev_interface.cpp dev_interface.h dev_tunnelled.h drivedb.h \
                    174:        int64.h knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \
                    175:        scsiata.cpp utility.cpp utility.h os_win32/daemon_win32.cpp \
                    176:        os_win32/daemon_win32.h os_win32/hostname_win32.cpp \
                    177:        os_win32/hostname_win32.h os_win32/syslog_win32.cpp \
                    178:        os_win32/syslog.h getopt/getopt.c getopt/getopt.h \
                    179:        getopt/getopt1.c regex/regex.c regex/regex.h \
                    180:        regex/regex_internal.h csmisas.h os_win32/wmiquery.cpp \
                    181:        os_win32/wmiquery.h
                    182: @OS_WIN32_MINGW_TRUE@am__objects_4 = daemon_win32.$(OBJEXT) \
                    183: @OS_WIN32_MINGW_TRUE@  hostname_win32.$(OBJEXT) \
                    184: @OS_WIN32_MINGW_TRUE@  syslog_win32.$(OBJEXT)
                    185: am_smartd_OBJECTS = smartd.$(OBJEXT) atacmdnames.$(OBJEXT) \
                    186:        atacmds.$(OBJEXT) dev_ata_cmd_set.$(OBJEXT) \
                    187:        dev_interface.$(OBJEXT) knowndrives.$(OBJEXT) \
                    188:        scsicmds.$(OBJEXT) scsiata.$(OBJEXT) utility.$(OBJEXT) \
                    189:        $(am__objects_4) $(am__objects_1) $(am__objects_2) \
                    190:        $(am__objects_3)
                    191: am__EXTRA_smartd_SOURCES_DIST = os_darwin.cpp os_darwin.h os_linux.cpp \
                    192:        os_linux.h os_freebsd.cpp os_freebsd.h os_netbsd.cpp \
                    193:        os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \
                    194:        os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \
                    195:        os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \
                    196:        cissio_freebsd.h dev_legacy.cpp megaraid.h regex/regcomp.c \
                    197:        regex/regexec.c regex/regex_internal.c
                    198: smartd_OBJECTS = $(am_smartd_OBJECTS)
                    199: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    200: am__vpath_adj = case $$p in \
                    201:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    202:     *) f=$$p;; \
                    203:   esac;
                    204: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    205: am__install_max = 40
                    206: am__nobase_strip_setup = \
                    207:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    208: am__nobase_strip = \
                    209:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    210: am__nobase_list = $(am__nobase_strip_setup); \
                    211:   for p in $$list; do echo "$$p $$p"; done | \
                    212:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    213:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    214:     if (++n[$$2] == $(am__install_max)) \
                    215:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    216:     END { for (dir in files) print dir, files[dir] }'
                    217: am__base_list = \
                    218:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    219:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    220: SCRIPTS = $(examples_SCRIPTS) $(sbin_SCRIPTS)
                    221: DEFAULT_INCLUDES = -I.@am__isrc@
                    222: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    223: am__depfiles_maybe = depfiles
                    224: am__mv = mv -f
                    225: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    226:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    227: CCLD = $(CC)
                    228: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    229: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                    230:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    231: CXXLD = $(CXX)
                    232: CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
                    233:        -o $@
                    234: CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
                    235: SOURCES = $(smartctl_SOURCES) $(EXTRA_smartctl_SOURCES) \
                    236:        $(smartd_SOURCES) $(EXTRA_smartd_SOURCES)
                    237: DIST_SOURCES = $(am__smartctl_SOURCES_DIST) \
                    238:        $(am__EXTRA_smartctl_SOURCES_DIST) $(am__smartd_SOURCES_DIST) \
                    239:        $(am__EXTRA_smartd_SOURCES_DIST)
                    240: man5dir = $(mandir)/man5
                    241: man8dir = $(mandir)/man8
                    242: NROFF = nroff
                    243: MANS = $(man_MANS)
                    244: DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DATA) \
                    245:        $(examples_DATA) $(initd_DATA) $(savestates_DATA) \
                    246:        $(sysconf_DATA) $(systemdsystemunit_DATA)
                    247: ETAGS = etags
                    248: CTAGS = ctags
                    249: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    250: distdir = $(PACKAGE)-$(VERSION)
                    251: top_distdir = $(distdir)
                    252: am__remove_distdir = \
                    253:   { test ! -d "$(distdir)" \
                    254:     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    255:          && rm -fr "$(distdir)"; }; }
                    256: DIST_ARCHIVES = $(distdir).tar.gz
                    257: GZIP_ENV = --best
                    258: distuninstallcheck_listfiles = find . -type f -print
                    259: distcleancheck_listfiles = find . -type f -print
                    260: ACLOCAL = @ACLOCAL@
                    261: AMTAR = @AMTAR@
                    262: ASFLAGS = @ASFLAGS@
                    263: AUTOCONF = @AUTOCONF@
                    264: AUTOHEADER = @AUTOHEADER@
                    265: AUTOMAKE = @AUTOMAKE@
                    266: AWK = @AWK@
                    267: CAPNG_LDADD = @CAPNG_LDADD@
                    268: CC = @CC@
                    269: CCAS = @CCAS@
                    270: CCASDEPMODE = @CCASDEPMODE@
                    271: CCASFLAGS = @CCASFLAGS@
                    272: CCDEPMODE = @CCDEPMODE@
                    273: CFLAGS = @CFLAGS@
                    274: CPPFLAGS = @CPPFLAGS@
                    275: CXX = @CXX@
                    276: CXXCPP = @CXXCPP@
                    277: CXXDEPMODE = @CXXDEPMODE@
                    278: CXXFLAGS = @CXXFLAGS@
                    279: CYGPATH_W = @CYGPATH_W@
                    280: DEFS = @DEFS@
                    281: DEPDIR = @DEPDIR@
                    282: DRIVEDB_BRANCH = @DRIVEDB_BRANCH@
                    283: ECHO_C = @ECHO_C@
                    284: ECHO_N = @ECHO_N@
                    285: ECHO_T = @ECHO_T@
                    286: EGREP = @EGREP@
                    287: EXEEXT = @EXEEXT@
                    288: GREP = @GREP@
                    289: INSTALL = @INSTALL@
                    290: INSTALL_DATA = @INSTALL_DATA@
                    291: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    292: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    293: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    294: LDFLAGS = @LDFLAGS@
                    295: LIBOBJS = @LIBOBJS@
                    296: LIBS = @LIBS@
                    297: LTLIBOBJS = @LTLIBOBJS@
                    298: MAINT = @MAINT@
                    299: MAKEINFO = @MAKEINFO@
                    300: MAKENSIS = @MAKENSIS@
                    301: MKDIR_P = @MKDIR_P@
                    302: OBJEXT = @OBJEXT@
                    303: PACKAGE = @PACKAGE@
                    304: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    305: PACKAGE_NAME = @PACKAGE_NAME@
                    306: PACKAGE_STRING = @PACKAGE_STRING@
                    307: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    308: PACKAGE_URL = @PACKAGE_URL@
                    309: PACKAGE_VERSION = @PACKAGE_VERSION@
                    310: PATH_SEPARATOR = @PATH_SEPARATOR@
                    311: PKG_CONFIG = @PKG_CONFIG@
                    312: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    313: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    314: SET_MAKE = @SET_MAKE@
                    315: SHELL = @SHELL@
                    316: STRIP = @STRIP@
                    317: VERSION = @VERSION@
                    318: WINDMC = @WINDMC@
                    319: WINDRES = @WINDRES@
                    320: abs_builddir = @abs_builddir@
                    321: abs_srcdir = @abs_srcdir@
                    322: abs_top_builddir = @abs_top_builddir@
                    323: abs_top_srcdir = @abs_top_srcdir@
                    324: ac_ct_CC = @ac_ct_CC@
                    325: ac_ct_CXX = @ac_ct_CXX@
                    326: am__include = @am__include@
                    327: am__leading_dot = @am__leading_dot@
                    328: am__quote = @am__quote@
                    329: am__tar = @am__tar@
                    330: am__untar = @am__untar@
                    331: attributelog = @attributelog@
                    332: attributelogdir = @attributelogdir@
                    333: bindir = @bindir@
                    334: build = @build@
                    335: build_alias = @build_alias@
                    336: build_cpu = @build_cpu@
                    337: build_os = @build_os@
                    338: build_vendor = @build_vendor@
                    339: builddir = @builddir@
                    340: datadir = @datadir@
                    341: datarootdir = @datarootdir@
                    342: docdir = @docdir@
                    343: drivedbdir = @drivedbdir@
                    344: dvidir = @dvidir@
                    345: exampledir = @exampledir@
                    346: exec_prefix = @exec_prefix@
                    347: gcc_have_attr_packed = @gcc_have_attr_packed@
                    348: host = @host@
                    349: host_alias = @host_alias@
                    350: host_cpu = @host_cpu@
                    351: host_os = @host_os@
                    352: host_vendor = @host_vendor@
                    353: htmldir = @htmldir@
                    354: includedir = @includedir@
                    355: infodir = @infodir@
                    356: initddir = @initddir@
                    357: initdfile = @initdfile@
                    358: install_sh = @install_sh@
                    359: libc_have_working_snprintf = @libc_have_working_snprintf@
                    360: libdir = @libdir@
                    361: libexecdir = @libexecdir@
                    362: localedir = @localedir@
                    363: localstatedir = @localstatedir@
                    364: mandir = @mandir@
                    365: mkdir_p = @mkdir_p@
                    366: oldincludedir = @oldincludedir@
                    367: os_deps = @os_deps@
                    368: os_dltools = @os_dltools@
                    369: os_libs = @os_libs@
                    370: os_man_filter = @os_man_filter@
                    371: pdfdir = @pdfdir@
                    372: prefix = @prefix@
                    373: program_transform_name = @program_transform_name@
                    374: psdir = @psdir@
                    375: releaseversion = @releaseversion@
                    376: savestates = @savestates@
                    377: savestatesdir = @savestatesdir@
                    378: sbindir = @sbindir@
                    379: sharedstatedir = @sharedstatedir@
                    380: smartd_suffix = @smartd_suffix@
                    381: smartmontools_release_date = @smartmontools_release_date@
                    382: smartmontools_release_time = @smartmontools_release_time@
                    383: srcdir = @srcdir@
                    384: sysconfdir = @sysconfdir@
                    385: systemdsystemunitdir = @systemdsystemunitdir@
                    386: target_alias = @target_alias@
                    387: top_build_prefix = @top_build_prefix@
                    388: top_builddir = @top_builddir@
                    389: top_srcdir = @top_srcdir@
                    390: with_selinux = @with_selinux@
                    391: 
                    392: # Make sure .cpp takes precedence to avoid compiling old .c file
                    393: SUFFIXES = .cpp .c .s .o
                    394: 
                    395: # BUILD_INFO can be provided by package maintainers (see INSTALL file)
                    396: BUILD_INFO = "(local build)"
                    397: AM_CPPFLAGS = -DBUILD_INFO='$(BUILD_INFO)' \
                    398:        -DSMARTMONTOOLS_SYSCONFDIR='"$(sysconfdir)"' $(am__append_1) \
                    399:        $(am__append_2) $(am__append_3) $(am__append_4) \
                    400:        $(am__append_5) $(am__append_6)
                    401: @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_FALSE@sbin_SCRIPTS = update-smart-drivedb
                    402: smartd_SOURCES = smartd.cpp atacmdnames.cpp atacmdnames.h atacmds.cpp \
                    403:        atacmds.h dev_ata_cmd_set.cpp dev_ata_cmd_set.h \
                    404:        dev_interface.cpp dev_interface.h dev_tunnelled.h drivedb.h \
                    405:        int64.h knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \
                    406:        scsiata.cpp utility.cpp utility.h $(am__append_7) \
                    407:        $(am__append_9) $(am__append_11) $(am__append_15)
                    408: smartd_LDADD = @os_deps@ @os_libs@ @CAPNG_LDADD@ $(am__append_17)
                    409: smartd_DEPENDENCIES = @os_deps@
                    410: EXTRA_smartd_SOURCES = os_darwin.cpp os_darwin.h os_linux.cpp \
                    411:        os_linux.h os_freebsd.cpp os_freebsd.h os_netbsd.cpp \
                    412:        os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \
                    413:        os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \
                    414:        os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \
                    415:        cissio_freebsd.h dev_legacy.cpp megaraid.h $(am__append_13)
                    416: smartctl_SOURCES = smartctl.cpp smartctl.h atacmdnames.cpp \
                    417:        atacmdnames.h atacmds.cpp atacmds.h ataprint.cpp ataprint.h \
                    418:        dev_ata_cmd_set.cpp dev_ata_cmd_set.h dev_interface.cpp \
                    419:        dev_interface.h dev_tunnelled.h drivedb.h int64.h \
                    420:        knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \
                    421:        scsiata.cpp scsiprint.cpp scsiprint.h utility.cpp utility.h \
                    422:        $(am__append_8) $(am__append_10) $(am__append_14)
                    423: smartctl_LDADD = @os_deps@ @os_libs@ $(am__append_16)
                    424: smartctl_DEPENDENCIES = @os_deps@
                    425: EXTRA_smartctl_SOURCES = os_linux.cpp os_linux.h os_freebsd.cpp \
                    426:        os_freebsd.h os_netbsd.cpp os_netbsd.h os_openbsd.cpp \
                    427:        os_openbsd.h os_qnxnto.cpp os_qnxnto.h os_solaris.cpp \
                    428:        os_solaris.h os_win32.cpp os_generic.cpp os_generic.h \
                    429:        cciss.cpp cciss.h cissio_freebsd.h dev_legacy.cpp megaraid.h \
                    430:        $(am__append_12)
                    431: 
                    432: # This block is required because Solaris uses manual page section 1m
                    433: # for administrative command (linux/freebsd use section 8) and Solaris
                    434: # uses manual page section 4 for file formats (linux/freebsd use
                    435: # section 5).  Automake can deal cleanly with man page sections 1-8
                    436: # and n, but NOT with sections of the form 1m.
                    437: @OS_SOLARIS_TRUE@extra_MANS = smartd.conf.4 \
                    438: @OS_SOLARIS_TRUE@                  smartctl.1m   \
                    439: @OS_SOLARIS_TRUE@                  smartd.1m
                    440: 
                    441: # For systems that adopts traditional manner
                    442: @OS_SOLARIS_FALSE@man_MANS = smartd.conf.5 \
                    443: @OS_SOLARIS_FALSE@                  smartctl.8    \
                    444: @OS_SOLARIS_FALSE@                  smartd.8
                    445: 
                    446: docsdir = $(docdir)
                    447: docs_DATA = AUTHORS     \
                    448:             CHANGELOG   \
                    449:             COPYING     \
                    450:             INSTALL     \
                    451:             NEWS        \
                    452:             README      \
                    453:             TODO        \
                    454:             WARNINGS    \
                    455:             smartd.conf
                    456: 
                    457: examplesdir = $(exampledir)
                    458: examples_DATA = \
                    459:         examplescripts/README
                    460: 
                    461: examples_SCRIPTS = \
                    462:         examplescripts/Example1 \
                    463:         examplescripts/Example2 \
                    464:         examplescripts/Example3 \
                    465:         examplescripts/Example4
                    466: 
                    467: sysconf_DATA = smartd.conf
                    468: EXTRA_DIST = \
                    469:         autogen.sh \
                    470:         smartd.initd.in \
                    471:         smartd.freebsd.initd.in \
                    472:         smartd.8.in \
                    473:         smartctl.8.in \
                    474:         smartd.conf.5.in \
                    475:         smartd.conf \
                    476:         smartd.service.in \
                    477:         update-smart-drivedb.in \
                    478:         os_darwin/SMART.in \
                    479:         os_darwin/StartupParameters.plist \
                    480:         os_darwin/English_Localizable.strings \
                    481:         os_win32/installer.nsi \
                    482:         os_win32/runcmd.c \
                    483:         os_win32/runcmda.exe.manifest \
                    484:         os_win32/runcmdu.exe.manifest \
                    485:         os_win32/syslogevt.c \
                    486:         os_win32/syslogevt.mc \
                    487:         os_win32/update-smart-drivedb.nsi \
                    488:         os_win32/wbemcli_small.h \
                    489:         $(docs_DATA) \
                    490:         $(examples_DATA) \
                    491:         $(examples_SCRIPTS)
                    492: 
                    493: CLEANFILES = smartd.conf.5 smartd.conf.4 smartd.8 smartd.1m \
                    494:        smartd.8.html smartd.8.txt smartctl.8 smartctl.1m \
                    495:        smartctl.8.html smartctl.8.txt smartd.conf.5.html \
                    496:        smartd.conf.5.txt smartd.initd smartd.freebsd.initd \
                    497:        smartd.service svnversion.h update-smart-drivedb SMART \
                    498:        $(am__append_21)
                    499: 
                    500: # 'make maintainer-clean' also removes files generated by './autogen.sh'
                    501: MAINTAINERCLEANFILES = \
                    502:         $(srcdir)/Makefile.in \
                    503:         $(srcdir)/aclocal.m4 \
                    504:         $(srcdir)/configure \
                    505:         $(srcdir)/config.guess \
                    506:         $(srcdir)/config.h.in \
                    507:         $(srcdir)/config.h.in~ \
                    508:         $(srcdir)/config.sub \
                    509:         $(srcdir)/depcomp \
                    510:         $(srcdir)/install-sh \
                    511:         $(srcdir)/missing \
                    512:         $(srcdir)/mkinstalldirs
                    513: 
                    514: @ENABLE_DRIVEDB_TRUE@drivedb_DATA = drivedb.h
                    515: 
                    516: # Create $(savestatesdir) only
                    517: @ENABLE_SAVESTATES_TRUE@savestates_DATA = 
                    518: 
                    519: # Create $(attributelogdir) only
                    520: @ENABLE_ATTRIBUTELOG_TRUE@attributelog_DATA = 
                    521: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@initd_DATA = @initdfile@
                    522: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@initd_DATA = SMART                            \
                    523: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      os_darwin/StartupParameters.plist     \
                    524: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      os_darwin/English_Localizable.strings
                    525: 
                    526: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@initd_install_name = smartd$(smartd_suffix)
                    527: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@initd_install_name = SMART
                    528: @INSTALL_INITSCRIPT_FALSE@initd_DATA_install = install-initdDATA-null
                    529: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@initd_DATA_install = install-initdDATA-generic
                    530: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@initd_DATA_install = install-initdDATA-darwin
                    531: @INSTALL_INITSCRIPT_FALSE@initd_DATA_uninstall = uninstall-initdDATA-null
                    532: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@initd_DATA_uninstall = uninstall-initdDATA-generic
                    533: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@initd_DATA_uninstall = uninstall-initdDATA-darwin
                    534: @INSTALL_SYSTEMDUNIT_TRUE@systemdsystemunit_DATA = smartd.service
                    535: @ENABLE_CAPABILITIES_FALSE@MAN_CAPABILITIES = sed '/^\.\\" %IF ENABLE_CAPABILITIES/,/^\.\\" %ENDIF ENABLE_CAPABILITIES/ s,^,.\\"\# ,'
                    536: @ENABLE_CAPABILITIES_TRUE@MAN_CAPABILITIES = cat
                    537: @ENABLE_DRIVEDB_FALSE@MAN_DRIVEDB = sed '/^\.\\" %IF ENABLE_DRIVEDB/,/^\.\\" %ENDIF ENABLE_DRIVEDB/ s,^,.\\"\# ,'
                    538: @ENABLE_DRIVEDB_TRUE@MAN_DRIVEDB = sed "s|/usr/local/share/smartmontools/drivedb\\.h|$(drivedbdir)/drivedb.h|g"
                    539: @ENABLE_SAVESTATES_FALSE@MAN_SAVESTATES = sed '/^\.\\" %IF ENABLE_SAVESTATES/,/^\.\\" %ENDIF ENABLE_SAVESTATES/ s,^,.\\"\# ,'
                    540: @ENABLE_SAVESTATES_TRUE@MAN_SAVESTATES = sed "s|/usr/local/var/lib/smartmontools/smartd\\.|$(savestates)|g"
                    541: @ENABLE_ATTRIBUTELOG_FALSE@MAN_ATTRIBUTELOG = sed '/^\.\\" %IF ENABLE_ATTRIBUTELOG/,/^\.\\" %ENDIF ENABLE_ATTRIBUTELOG/ s,^,.\\"\# ,'
                    542: @ENABLE_ATTRIBUTELOG_TRUE@MAN_ATTRIBUTELOG = sed "s|/usr/local/var/lib/smartmontools/attrlog\\.|$(attributelog)|g"
                    543: MAN_FILTER = \
                    544:     sed "s|CURRENT_SVN_VERSION|$(releaseversion)|g; \
                    545:          s|CURRENT_SVN_DATE|`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$$,\1,p' svnversion.h`|g; \
                    546:          s|CURRENT_SVN_REV|`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$$,r\1,p' svnversion.h`|g; \
                    547:          s|/usr/local/share/man/|$(mandir)/|g; \
                    548:          s|/usr/local/sbin/|$(sbindir)/|g; \
                    549:          s|/usr/local/etc/rc\\.d/init.d/|$(initddir)/|g; \
                    550:          s|/usr/local/share/doc/smartmontools/examplescripts/|!exampledir!|g; \
                    551:          s|/usr/local/share/doc/smartmontools/|$(docsdir)/|g; \
                    552:          s|!exampledir!|$(exampledir)/|g; \
                    553:          s|/usr/local/etc/smartd\\.conf|$(sysconfdir)/smartd.conf|g; \
                    554:          s|/usr/local/etc/smart_drivedb\\.h|$(sysconfdir)/smart_drivedb\\.h|g" | \
                    555:     $(MAN_ATTRIBUTELOG) | \
                    556:     $(MAN_CAPABILITIES) | \
                    557:     $(MAN_DRIVEDB) | \
                    558:     $(MAN_SAVESTATES) | \
                    559:     if test -n '$(os_man_filter)'; then \
                    560:       sed -e 's,OS_MAN_FILTER,$(os_man_filter),g' \
                    561:           -e '/^\.\\" %IF NOT OS .*$(os_man_filter)/,/^.\\" %ENDIF NOT OS .*$(os_man_filter)/ s,^,.\\"\# ,' \
                    562:           -e '/^\.\\" %IF OS .*$(os_man_filter)/,/^\.\\" %ENDIF OS .*$(os_man_filter)/ s,^,!!,' \
                    563:           -e '/^\.\\" %IF OS ./,/^\.\\" %ENDIF OS ./ s,^,.\\"\# ,' \
                    564:           -e '/^!*\.\\" %IF NOT OS ./,/^!*\.\\" %ENDIF NOT OS ./ s,^,!!,' \
                    565:           -e '/^!!/{ s,^!!!*,,; s,^\.\\"! \(.*\)$$,\1 \\"\#, ;}' ; \
                    566:     else \
                    567:       cat; \
                    568:     fi
                    569: 
                    570: 
                    571: # Commands to convert man pages into .html and .txt
                    572: # TODO: configure
                    573: MAN2HTML = man2html
                    574: #MAN2HTML = groff -man -Thtml
                    575: MAN2TXT = groff -man -Tascii -P'-bcou'
                    576: 
                    577: # Remove HTTP header and fix links in man2html output
                    578: FIXHTML = sed '1s,^Content-type.*,,' \
                    579:         | sed 's,<A HREF="http://[-a-z/]*/man2html?\([1-8]\)+\(smart[cd][.a-z]*\)">,<A HREF="\2.\1.html">,g' \
                    580:         | sed 's,<A HREF="http://[-a-z/]*/man2html">,<A HREF=".">,g' \
                    581:         | sed 's,<A HREF="http://[-a-z/]*/man2html?[^"]*">\([^<]*\)</A>,\1,g' \
                    582:         | sed 's,<A HREF="mailto:[^s][^m][^a][^"]*">\([^<]*\)</A>,\1,g'
                    583: 
                    584: @OS_WIN32_MINGW_TRUE@@OS_WIN64_FALSE@win_bits = 32
                    585: 
                    586: # Definitions for Windows distribution
                    587: @OS_WIN32_MINGW_TRUE@@OS_WIN64_TRUE@win_bits = 64
                    588: @OS_WIN32_MINGW_TRUE@distdir_win32 = $(PACKAGE)-$(VERSION).win$(win_bits)
                    589: @OS_WIN32_MINGW_TRUE@distzip_win32 = $(PACKAGE)-$(VERSION).win$(win_bits).zip
                    590: @OS_WIN32_MINGW_TRUE@distinst_win32 = $(PACKAGE)-$(VERSION).win$(win_bits)-setup.exe
                    591: @OS_WIN32_MINGW_TRUE@exedir_win32 = $(distdir_win32)/bin
                    592: @OS_WIN32_MINGW_TRUE@docdir_win32 = $(distdir_win32)/doc
                    593: @OS_WIN32_MINGW_TRUE@EXEFILES_WIN32 = $(exedir_win32)/smartctl.exe \
                    594: @OS_WIN32_MINGW_TRUE@  $(exedir_win32)/smartctl-nc.exe \
                    595: @OS_WIN32_MINGW_TRUE@  $(exedir_win32)/smartd.exe \
                    596: @OS_WIN32_MINGW_TRUE@  $(exedir_win32)/runcmda.exe \
                    597: @OS_WIN32_MINGW_TRUE@  $(exedir_win32)/runcmdu.exe \
                    598: @OS_WIN32_MINGW_TRUE@  $(am__append_18) $(am__append_19)
                    599: @OS_WIN32_MINGW_TRUE@FILES_WIN32 = $(EXEFILES_WIN32) \
                    600: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/AUTHORS.txt \
                    601: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/CHANGELOG.txt \
                    602: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/COPYING.txt \
                    603: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/INSTALL.txt \
                    604: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/NEWS.txt \
                    605: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/README.txt \
                    606: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/TODO.txt \
                    607: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/WARNINGS.txt \
                    608: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/checksums.txt \
                    609: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartd.conf \
                    610: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartctl.8.html \
                    611: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartctl.8.txt \
                    612: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartd.8.html \
                    613: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartd.8.txt \
                    614: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartd.conf.5.html \
                    615: @OS_WIN32_MINGW_TRUE@  $(docdir_win32)/smartd.conf.5.txt \
                    616: @OS_WIN32_MINGW_TRUE@  $(exedir_win32)/runcmda.exe.manifest \
                    617: @OS_WIN32_MINGW_TRUE@  $(exedir_win32)/runcmdu.exe.manifest \
                    618: @OS_WIN32_MINGW_TRUE@  $(am__append_20)
                    619: 
                    620: # Textfile converter from package cygutils or tofrodos
                    621: # Note: Only use without options to be compatible with both packages
                    622: @OS_WIN32_MINGW_TRUE@UNIX2DOS = unix2dos
                    623: @OS_WIN32_MINGW_TRUE@DOS2UNIX = dos2unix
                    624: all: config.h
                    625:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    626: 
                    627: .SUFFIXES:
                    628: .SUFFIXES: .cpp .c .s .o .obj
                    629: am--refresh:
                    630:        @:
                    631: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    632:        @for dep in $?; do \
                    633:          case '$(am__configure_deps)' in \
                    634:            *$$dep*) \
                    635:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    636:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    637:                && exit 0; \
                    638:              exit 1;; \
                    639:          esac; \
                    640:        done; \
                    641:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    642:        $(am__cd) $(top_srcdir) && \
                    643:          $(AUTOMAKE) --foreign Makefile
                    644: .PRECIOUS: Makefile
                    645: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    646:        @case '$?' in \
                    647:          *config.status*) \
                    648:            echo ' $(SHELL) ./config.status'; \
                    649:            $(SHELL) ./config.status;; \
                    650:          *) \
                    651:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    652:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    653:        esac;
                    654: 
                    655: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    656:        $(SHELL) ./config.status --recheck
                    657: 
                    658: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    659:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    660: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    661:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    662: $(am__aclocal_m4_deps):
                    663: 
                    664: config.h: stamp-h1
                    665:        @if test ! -f $@; then \
                    666:          rm -f stamp-h1; \
                    667:          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
                    668:        else :; fi
                    669: 
                    670: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
                    671:        @rm -f stamp-h1
                    672:        cd $(top_builddir) && $(SHELL) ./config.status config.h
                    673: $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
                    674:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
                    675:        rm -f stamp-h1
                    676:        touch $@
                    677: 
                    678: distclean-hdr:
                    679:        -rm -f config.h stamp-h1
                    680: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    681:        @$(NORMAL_INSTALL)
                    682:        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
                    683:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    684:        for p in $$list; do echo "$$p $$p"; done | \
                    685:        sed 's/$(EXEEXT)$$//' | \
                    686:        while read p p1; do if test -f $$p; \
                    687:          then echo "$$p"; echo "$$p"; else :; fi; \
                    688:        done | \
                    689:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
                    690:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    691:        sed 'N;N;N;s,\n, ,g' | \
                    692:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    693:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    694:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    695:            else { print "f", $$3 "/" $$4, $$1; } } \
                    696:          END { for (d in files) print "f", d, files[d] }' | \
                    697:        while read type dir files; do \
                    698:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    699:            test -z "$$files" || { \
                    700:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                    701:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                    702:            } \
                    703:        ; done
                    704: 
                    705: uninstall-sbinPROGRAMS:
                    706:        @$(NORMAL_UNINSTALL)
                    707:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    708:        files=`for p in $$list; do echo "$$p"; done | \
                    709:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    710:              -e 's/$$/$(EXEEXT)/' `; \
                    711:        test -n "$$list" || exit 0; \
                    712:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                    713:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                    714: 
                    715: clean-sbinPROGRAMS:
                    716:        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
                    717: smartctl$(EXEEXT): $(smartctl_OBJECTS) $(smartctl_DEPENDENCIES) 
                    718:        @rm -f smartctl$(EXEEXT)
                    719:        $(CXXLINK) $(smartctl_OBJECTS) $(smartctl_LDADD) $(LIBS)
                    720: smartd$(EXEEXT): $(smartd_OBJECTS) $(smartd_DEPENDENCIES) 
                    721:        @rm -f smartd$(EXEEXT)
                    722:        $(CXXLINK) $(smartd_OBJECTS) $(smartd_LDADD) $(LIBS)
                    723: install-examplesSCRIPTS: $(examples_SCRIPTS)
                    724:        @$(NORMAL_INSTALL)
                    725:        test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
                    726:        @list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || list=; \
                    727:        for p in $$list; do \
                    728:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    729:          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
                    730:        done | \
                    731:        sed -e 'p;s,.*/,,;n' \
                    732:            -e 'h;s|.*|.|' \
                    733:            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
                    734:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
                    735:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    736:            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
                    737:              if (++n[d] == $(am__install_max)) { \
                    738:                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
                    739:            else { print "f", d "/" $$4, $$1 } } \
                    740:          END { for (d in files) print "f", d, files[d] }' | \
                    741:        while read type dir files; do \
                    742:             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    743:             test -z "$$files" || { \
                    744:               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(examplesdir)$$dir'"; \
                    745:               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(examplesdir)$$dir" || exit $$?; \
                    746:             } \
                    747:        ; done
                    748: 
                    749: uninstall-examplesSCRIPTS:
                    750:        @$(NORMAL_UNINSTALL)
                    751:        @list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || exit 0; \
                    752:        files=`for p in $$list; do echo "$$p"; done | \
                    753:               sed -e 's,.*/,,;$(transform)'`; \
                    754:        test -n "$$list" || exit 0; \
                    755:        echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
                    756:        cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
                    757: install-sbinSCRIPTS: $(sbin_SCRIPTS)
                    758:        @$(NORMAL_INSTALL)
                    759:        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
                    760:        @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
                    761:        for p in $$list; do \
                    762:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    763:          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
                    764:        done | \
                    765:        sed -e 'p;s,.*/,,;n' \
                    766:            -e 'h;s|.*|.|' \
                    767:            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
                    768:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
                    769:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    770:            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
                    771:              if (++n[d] == $(am__install_max)) { \
                    772:                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
                    773:            else { print "f", d "/" $$4, $$1 } } \
                    774:          END { for (d in files) print "f", d, files[d] }' | \
                    775:        while read type dir files; do \
                    776:             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    777:             test -z "$$files" || { \
                    778:               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                    779:               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                    780:             } \
                    781:        ; done
                    782: 
                    783: uninstall-sbinSCRIPTS:
                    784:        @$(NORMAL_UNINSTALL)
                    785:        @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
                    786:        files=`for p in $$list; do echo "$$p"; done | \
                    787:               sed -e 's,.*/,,;$(transform)'`; \
                    788:        test -n "$$list" || exit 0; \
                    789:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                    790:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                    791: 
                    792: mostlyclean-compile:
                    793:        -rm -f *.$(OBJEXT)
                    794: 
                    795: distclean-compile:
                    796:        -rm -f *.tab.c
                    797: 
                    798: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atacmdnames.Po@am__quote@
                    799: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atacmds.Po@am__quote@
                    800: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ataprint.Po@am__quote@
                    801: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cciss.Po@am__quote@
                    802: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemon_win32.Po@am__quote@
                    803: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_ata_cmd_set.Po@am__quote@
                    804: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_interface.Po@am__quote@
                    805: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_legacy.Po@am__quote@
                    806: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
                    807: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
                    808: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostname_win32.Po@am__quote@
                    809: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/knowndrives.Po@am__quote@
                    810: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_darwin.Po@am__quote@
                    811: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_freebsd.Po@am__quote@
                    812: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_generic.Po@am__quote@
                    813: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_linux.Po@am__quote@
                    814: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_netbsd.Po@am__quote@
                    815: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_openbsd.Po@am__quote@
                    816: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_qnxnto.Po@am__quote@
                    817: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_solaris.Po@am__quote@
                    818: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_win32.Po@am__quote@
                    819: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Po@am__quote@
                    820: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
                    821: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_internal.Po@am__quote@
                    822: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
                    823: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsiata.Po@am__quote@
                    824: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsicmds.Po@am__quote@
                    825: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsiprint.Po@am__quote@
                    826: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smartctl.Po@am__quote@
                    827: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smartd.Po@am__quote@
                    828: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslog_win32.Po@am__quote@
                    829: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utility.Po@am__quote@
                    830: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wmiquery.Po@am__quote@
                    831: 
                    832: .c.o:
                    833: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    834: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    835: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    836: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    837: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    838: 
                    839: .c.obj:
                    840: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    841: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    842: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    843: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    844: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    845: 
                    846: getopt.o: getopt/getopt.c
                    847: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.o `test -f 'getopt/getopt.c' || echo '$(srcdir)/'`getopt/getopt.c
                    848: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
                    849: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='getopt/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
                    850: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    851: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f 'getopt/getopt.c' || echo '$(srcdir)/'`getopt/getopt.c
                    852: 
                    853: getopt.obj: getopt/getopt.c
                    854: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.obj `if test -f 'getopt/getopt.c'; then $(CYGPATH_W) 'getopt/getopt.c'; else $(CYGPATH_W) '$(srcdir)/getopt/getopt.c'; fi`
                    855: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
                    856: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='getopt/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
                    857: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    858: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f 'getopt/getopt.c'; then $(CYGPATH_W) 'getopt/getopt.c'; else $(CYGPATH_W) '$(srcdir)/getopt/getopt.c'; fi`
                    859: 
                    860: getopt1.o: getopt/getopt1.c
                    861: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt1.o -MD -MP -MF $(DEPDIR)/getopt1.Tpo -c -o getopt1.o `test -f 'getopt/getopt1.c' || echo '$(srcdir)/'`getopt/getopt1.c
                    862: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/getopt1.Tpo $(DEPDIR)/getopt1.Po
                    863: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='getopt/getopt1.c' object='getopt1.o' libtool=no @AMDEPBACKSLASH@
                    864: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    865: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt1.o `test -f 'getopt/getopt1.c' || echo '$(srcdir)/'`getopt/getopt1.c
                    866: 
                    867: getopt1.obj: getopt/getopt1.c
                    868: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt1.obj -MD -MP -MF $(DEPDIR)/getopt1.Tpo -c -o getopt1.obj `if test -f 'getopt/getopt1.c'; then $(CYGPATH_W) 'getopt/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/getopt/getopt1.c'; fi`
                    869: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/getopt1.Tpo $(DEPDIR)/getopt1.Po
                    870: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='getopt/getopt1.c' object='getopt1.obj' libtool=no @AMDEPBACKSLASH@
                    871: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    872: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt1.obj `if test -f 'getopt/getopt1.c'; then $(CYGPATH_W) 'getopt/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/getopt/getopt1.c'; fi`
                    873: 
                    874: regex.o: regex/regex.c
                    875: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex.o -MD -MP -MF $(DEPDIR)/regex.Tpo -c -o regex.o `test -f 'regex/regex.c' || echo '$(srcdir)/'`regex/regex.c
                    876: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regex.Tpo $(DEPDIR)/regex.Po
                    877: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regex.c' object='regex.o' libtool=no @AMDEPBACKSLASH@
                    878: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    879: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex.o `test -f 'regex/regex.c' || echo '$(srcdir)/'`regex/regex.c
                    880: 
                    881: regex.obj: regex/regex.c
                    882: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex.obj -MD -MP -MF $(DEPDIR)/regex.Tpo -c -o regex.obj `if test -f 'regex/regex.c'; then $(CYGPATH_W) 'regex/regex.c'; else $(CYGPATH_W) '$(srcdir)/regex/regex.c'; fi`
                    883: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regex.Tpo $(DEPDIR)/regex.Po
                    884: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regex.c' object='regex.obj' libtool=no @AMDEPBACKSLASH@
                    885: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    886: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex.obj `if test -f 'regex/regex.c'; then $(CYGPATH_W) 'regex/regex.c'; else $(CYGPATH_W) '$(srcdir)/regex/regex.c'; fi`
                    887: 
                    888: regcomp.o: regex/regcomp.c
                    889: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regcomp.o -MD -MP -MF $(DEPDIR)/regcomp.Tpo -c -o regcomp.o `test -f 'regex/regcomp.c' || echo '$(srcdir)/'`regex/regcomp.c
                    890: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regcomp.Tpo $(DEPDIR)/regcomp.Po
                    891: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regcomp.c' object='regcomp.o' libtool=no @AMDEPBACKSLASH@
                    892: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    893: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regcomp.o `test -f 'regex/regcomp.c' || echo '$(srcdir)/'`regex/regcomp.c
                    894: 
                    895: regcomp.obj: regex/regcomp.c
                    896: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regcomp.obj -MD -MP -MF $(DEPDIR)/regcomp.Tpo -c -o regcomp.obj `if test -f 'regex/regcomp.c'; then $(CYGPATH_W) 'regex/regcomp.c'; else $(CYGPATH_W) '$(srcdir)/regex/regcomp.c'; fi`
                    897: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regcomp.Tpo $(DEPDIR)/regcomp.Po
                    898: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regcomp.c' object='regcomp.obj' libtool=no @AMDEPBACKSLASH@
                    899: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    900: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regcomp.obj `if test -f 'regex/regcomp.c'; then $(CYGPATH_W) 'regex/regcomp.c'; else $(CYGPATH_W) '$(srcdir)/regex/regcomp.c'; fi`
                    901: 
                    902: regexec.o: regex/regexec.c
                    903: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regexec.o -MD -MP -MF $(DEPDIR)/regexec.Tpo -c -o regexec.o `test -f 'regex/regexec.c' || echo '$(srcdir)/'`regex/regexec.c
                    904: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regexec.Tpo $(DEPDIR)/regexec.Po
                    905: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regexec.c' object='regexec.o' libtool=no @AMDEPBACKSLASH@
                    906: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    907: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regexec.o `test -f 'regex/regexec.c' || echo '$(srcdir)/'`regex/regexec.c
                    908: 
                    909: regexec.obj: regex/regexec.c
                    910: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regexec.obj -MD -MP -MF $(DEPDIR)/regexec.Tpo -c -o regexec.obj `if test -f 'regex/regexec.c'; then $(CYGPATH_W) 'regex/regexec.c'; else $(CYGPATH_W) '$(srcdir)/regex/regexec.c'; fi`
                    911: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regexec.Tpo $(DEPDIR)/regexec.Po
                    912: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regexec.c' object='regexec.obj' libtool=no @AMDEPBACKSLASH@
                    913: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    914: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regexec.obj `if test -f 'regex/regexec.c'; then $(CYGPATH_W) 'regex/regexec.c'; else $(CYGPATH_W) '$(srcdir)/regex/regexec.c'; fi`
                    915: 
                    916: regex_internal.o: regex/regex_internal.c
                    917: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex_internal.o -MD -MP -MF $(DEPDIR)/regex_internal.Tpo -c -o regex_internal.o `test -f 'regex/regex_internal.c' || echo '$(srcdir)/'`regex/regex_internal.c
                    918: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regex_internal.Tpo $(DEPDIR)/regex_internal.Po
                    919: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regex_internal.c' object='regex_internal.o' libtool=no @AMDEPBACKSLASH@
                    920: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    921: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex_internal.o `test -f 'regex/regex_internal.c' || echo '$(srcdir)/'`regex/regex_internal.c
                    922: 
                    923: regex_internal.obj: regex/regex_internal.c
                    924: @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT regex_internal.obj -MD -MP -MF $(DEPDIR)/regex_internal.Tpo -c -o regex_internal.obj `if test -f 'regex/regex_internal.c'; then $(CYGPATH_W) 'regex/regex_internal.c'; else $(CYGPATH_W) '$(srcdir)/regex/regex_internal.c'; fi`
                    925: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/regex_internal.Tpo $(DEPDIR)/regex_internal.Po
                    926: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='regex/regex_internal.c' object='regex_internal.obj' libtool=no @AMDEPBACKSLASH@
                    927: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    928: @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o regex_internal.obj `if test -f 'regex/regex_internal.c'; then $(CYGPATH_W) 'regex/regex_internal.c'; else $(CYGPATH_W) '$(srcdir)/regex/regex_internal.c'; fi`
                    929: 
                    930: .cpp.o:
                    931: @am__fastdepCXX_TRUE@  $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    932: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    933: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    934: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    935: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
                    936: 
                    937: .cpp.obj:
                    938: @am__fastdepCXX_TRUE@  $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    939: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    940: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    941: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    942: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    943: 
                    944: wmiquery.o: os_win32/wmiquery.cpp
                    945: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wmiquery.o -MD -MP -MF $(DEPDIR)/wmiquery.Tpo -c -o wmiquery.o `test -f 'os_win32/wmiquery.cpp' || echo '$(srcdir)/'`os_win32/wmiquery.cpp
                    946: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/wmiquery.Tpo $(DEPDIR)/wmiquery.Po
                    947: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/wmiquery.cpp' object='wmiquery.o' libtool=no @AMDEPBACKSLASH@
                    948: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    949: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wmiquery.o `test -f 'os_win32/wmiquery.cpp' || echo '$(srcdir)/'`os_win32/wmiquery.cpp
                    950: 
                    951: wmiquery.obj: os_win32/wmiquery.cpp
                    952: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wmiquery.obj -MD -MP -MF $(DEPDIR)/wmiquery.Tpo -c -o wmiquery.obj `if test -f 'os_win32/wmiquery.cpp'; then $(CYGPATH_W) 'os_win32/wmiquery.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/wmiquery.cpp'; fi`
                    953: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/wmiquery.Tpo $(DEPDIR)/wmiquery.Po
                    954: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/wmiquery.cpp' object='wmiquery.obj' libtool=no @AMDEPBACKSLASH@
                    955: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    956: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wmiquery.obj `if test -f 'os_win32/wmiquery.cpp'; then $(CYGPATH_W) 'os_win32/wmiquery.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/wmiquery.cpp'; fi`
                    957: 
                    958: daemon_win32.o: os_win32/daemon_win32.cpp
                    959: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT daemon_win32.o -MD -MP -MF $(DEPDIR)/daemon_win32.Tpo -c -o daemon_win32.o `test -f 'os_win32/daemon_win32.cpp' || echo '$(srcdir)/'`os_win32/daemon_win32.cpp
                    960: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/daemon_win32.Tpo $(DEPDIR)/daemon_win32.Po
                    961: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/daemon_win32.cpp' object='daemon_win32.o' libtool=no @AMDEPBACKSLASH@
                    962: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    963: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o daemon_win32.o `test -f 'os_win32/daemon_win32.cpp' || echo '$(srcdir)/'`os_win32/daemon_win32.cpp
                    964: 
                    965: daemon_win32.obj: os_win32/daemon_win32.cpp
                    966: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT daemon_win32.obj -MD -MP -MF $(DEPDIR)/daemon_win32.Tpo -c -o daemon_win32.obj `if test -f 'os_win32/daemon_win32.cpp'; then $(CYGPATH_W) 'os_win32/daemon_win32.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/daemon_win32.cpp'; fi`
                    967: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/daemon_win32.Tpo $(DEPDIR)/daemon_win32.Po
                    968: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/daemon_win32.cpp' object='daemon_win32.obj' libtool=no @AMDEPBACKSLASH@
                    969: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    970: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o daemon_win32.obj `if test -f 'os_win32/daemon_win32.cpp'; then $(CYGPATH_W) 'os_win32/daemon_win32.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/daemon_win32.cpp'; fi`
                    971: 
                    972: hostname_win32.o: os_win32/hostname_win32.cpp
                    973: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hostname_win32.o -MD -MP -MF $(DEPDIR)/hostname_win32.Tpo -c -o hostname_win32.o `test -f 'os_win32/hostname_win32.cpp' || echo '$(srcdir)/'`os_win32/hostname_win32.cpp
                    974: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/hostname_win32.Tpo $(DEPDIR)/hostname_win32.Po
                    975: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/hostname_win32.cpp' object='hostname_win32.o' libtool=no @AMDEPBACKSLASH@
                    976: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    977: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hostname_win32.o `test -f 'os_win32/hostname_win32.cpp' || echo '$(srcdir)/'`os_win32/hostname_win32.cpp
                    978: 
                    979: hostname_win32.obj: os_win32/hostname_win32.cpp
                    980: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hostname_win32.obj -MD -MP -MF $(DEPDIR)/hostname_win32.Tpo -c -o hostname_win32.obj `if test -f 'os_win32/hostname_win32.cpp'; then $(CYGPATH_W) 'os_win32/hostname_win32.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/hostname_win32.cpp'; fi`
                    981: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/hostname_win32.Tpo $(DEPDIR)/hostname_win32.Po
                    982: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/hostname_win32.cpp' object='hostname_win32.obj' libtool=no @AMDEPBACKSLASH@
                    983: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    984: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hostname_win32.obj `if test -f 'os_win32/hostname_win32.cpp'; then $(CYGPATH_W) 'os_win32/hostname_win32.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/hostname_win32.cpp'; fi`
                    985: 
                    986: syslog_win32.o: os_win32/syslog_win32.cpp
                    987: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT syslog_win32.o -MD -MP -MF $(DEPDIR)/syslog_win32.Tpo -c -o syslog_win32.o `test -f 'os_win32/syslog_win32.cpp' || echo '$(srcdir)/'`os_win32/syslog_win32.cpp
                    988: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/syslog_win32.Tpo $(DEPDIR)/syslog_win32.Po
                    989: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/syslog_win32.cpp' object='syslog_win32.o' libtool=no @AMDEPBACKSLASH@
                    990: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    991: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o syslog_win32.o `test -f 'os_win32/syslog_win32.cpp' || echo '$(srcdir)/'`os_win32/syslog_win32.cpp
                    992: 
                    993: syslog_win32.obj: os_win32/syslog_win32.cpp
                    994: @am__fastdepCXX_TRUE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT syslog_win32.obj -MD -MP -MF $(DEPDIR)/syslog_win32.Tpo -c -o syslog_win32.obj `if test -f 'os_win32/syslog_win32.cpp'; then $(CYGPATH_W) 'os_win32/syslog_win32.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/syslog_win32.cpp'; fi`
                    995: @am__fastdepCXX_TRUE@  $(am__mv) $(DEPDIR)/syslog_win32.Tpo $(DEPDIR)/syslog_win32.Po
                    996: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     source='os_win32/syslog_win32.cpp' object='syslog_win32.obj' libtool=no @AMDEPBACKSLASH@
                    997: @AMDEP_TRUE@@am__fastdepCXX_FALSE@     DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    998: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o syslog_win32.obj `if test -f 'os_win32/syslog_win32.cpp'; then $(CYGPATH_W) 'os_win32/syslog_win32.cpp'; else $(CYGPATH_W) '$(srcdir)/os_win32/syslog_win32.cpp'; fi`
                    999: 
                   1000: .s.o:
                   1001:        $(CCASCOMPILE) -c -o $@ $<
                   1002: 
                   1003: .s.obj:
                   1004:        $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                   1005: install-man5: $(man_MANS)
                   1006:        @$(NORMAL_INSTALL)
                   1007:        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
                   1008:        @list=''; test -n "$(man5dir)" || exit 0; \
                   1009:        { for i in $$list; do echo "$$i"; done; \
                   1010:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                   1011:          sed -n '/\.5[a-z]*$$/p'; \
                   1012:        } | while read p; do \
                   1013:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                   1014:          echo "$$d$$p"; echo "$$p"; \
                   1015:        done | \
                   1016:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
                   1017:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                   1018:        sed 'N;N;s,\n, ,g' | { \
                   1019:        list=; while read file base inst; do \
                   1020:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                   1021:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
                   1022:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
                   1023:          fi; \
                   1024:        done; \
                   1025:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                   1026:        while read files; do \
                   1027:          test -z "$$files" || { \
                   1028:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
                   1029:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
                   1030:        done; }
                   1031: 
                   1032: uninstall-man5:
                   1033:        @$(NORMAL_UNINSTALL)
                   1034:        @list=''; test -n "$(man5dir)" || exit 0; \
                   1035:        files=`{ for i in $$list; do echo "$$i"; done; \
                   1036:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                   1037:          sed -n '/\.5[a-z]*$$/p'; \
                   1038:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
                   1039:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
                   1040:        test -z "$$files" || { \
                   1041:          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
                   1042:          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
                   1043: install-man8: $(man_MANS)
                   1044:        @$(NORMAL_INSTALL)
                   1045:        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
                   1046:        @list=''; test -n "$(man8dir)" || exit 0; \
                   1047:        { for i in $$list; do echo "$$i"; done; \
                   1048:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                   1049:          sed -n '/\.8[a-z]*$$/p'; \
                   1050:        } | while read p; do \
                   1051:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                   1052:          echo "$$d$$p"; echo "$$p"; \
                   1053:        done | \
                   1054:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
                   1055:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                   1056:        sed 'N;N;s,\n, ,g' | { \
                   1057:        list=; while read file base inst; do \
                   1058:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                   1059:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
                   1060:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
                   1061:          fi; \
                   1062:        done; \
                   1063:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                   1064:        while read files; do \
                   1065:          test -z "$$files" || { \
                   1066:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
                   1067:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
                   1068:        done; }
                   1069: 
                   1070: uninstall-man8:
                   1071:        @$(NORMAL_UNINSTALL)
                   1072:        @list=''; test -n "$(man8dir)" || exit 0; \
                   1073:        files=`{ for i in $$list; do echo "$$i"; done; \
                   1074:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                   1075:          sed -n '/\.8[a-z]*$$/p'; \
                   1076:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
                   1077:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
                   1078:        test -z "$$files" || { \
                   1079:          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
                   1080:          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
                   1081: install-attributelogDATA: $(attributelog_DATA)
                   1082:        @$(NORMAL_INSTALL)
                   1083:        test -z "$(attributelogdir)" || $(MKDIR_P) "$(DESTDIR)$(attributelogdir)"
                   1084:        @list='$(attributelog_DATA)'; test -n "$(attributelogdir)" || list=; \
                   1085:        for p in $$list; do \
                   1086:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1087:          echo "$$d$$p"; \
                   1088:        done | $(am__base_list) | \
                   1089:        while read files; do \
                   1090:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(attributelogdir)'"; \
                   1091:          $(INSTALL_DATA) $$files "$(DESTDIR)$(attributelogdir)" || exit $$?; \
                   1092:        done
                   1093: 
                   1094: uninstall-attributelogDATA:
                   1095:        @$(NORMAL_UNINSTALL)
                   1096:        @list='$(attributelog_DATA)'; test -n "$(attributelogdir)" || list=; \
                   1097:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                   1098:        test -n "$$files" || exit 0; \
                   1099:        echo " ( cd '$(DESTDIR)$(attributelogdir)' && rm -f" $$files ")"; \
                   1100:        cd "$(DESTDIR)$(attributelogdir)" && rm -f $$files
                   1101: install-docsDATA: $(docs_DATA)
                   1102:        @$(NORMAL_INSTALL)
                   1103:        test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)"
                   1104:        @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
                   1105:        for p in $$list; do \
                   1106:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1107:          echo "$$d$$p"; \
                   1108:        done | $(am__base_list) | \
                   1109:        while read files; do \
                   1110:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
                   1111:          $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
                   1112:        done
                   1113: 
                   1114: uninstall-docsDATA:
                   1115:        @$(NORMAL_UNINSTALL)
                   1116:        @list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
                   1117:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                   1118:        test -n "$$files" || exit 0; \
                   1119:        echo " ( cd '$(DESTDIR)$(docsdir)' && rm -f" $$files ")"; \
                   1120:        cd "$(DESTDIR)$(docsdir)" && rm -f $$files
                   1121: install-drivedbDATA: $(drivedb_DATA)
                   1122:        @$(NORMAL_INSTALL)
                   1123:        test -z "$(drivedbdir)" || $(MKDIR_P) "$(DESTDIR)$(drivedbdir)"
                   1124:        @list='$(drivedb_DATA)'; test -n "$(drivedbdir)" || list=; \
                   1125:        for p in $$list; do \
                   1126:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1127:          echo "$$d$$p"; \
                   1128:        done | $(am__base_list) | \
                   1129:        while read files; do \
                   1130:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivedbdir)'"; \
                   1131:          $(INSTALL_DATA) $$files "$(DESTDIR)$(drivedbdir)" || exit $$?; \
                   1132:        done
                   1133: 
                   1134: uninstall-drivedbDATA:
                   1135:        @$(NORMAL_UNINSTALL)
                   1136:        @list='$(drivedb_DATA)'; test -n "$(drivedbdir)" || list=; \
                   1137:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                   1138:        test -n "$$files" || exit 0; \
                   1139:        echo " ( cd '$(DESTDIR)$(drivedbdir)' && rm -f" $$files ")"; \
                   1140:        cd "$(DESTDIR)$(drivedbdir)" && rm -f $$files
                   1141: install-examplesDATA: $(examples_DATA)
                   1142:        @$(NORMAL_INSTALL)
                   1143:        test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
                   1144:        @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
                   1145:        for p in $$list; do \
                   1146:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1147:          echo "$$d$$p"; \
                   1148:        done | $(am__base_list) | \
                   1149:        while read files; do \
                   1150:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
                   1151:          $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
                   1152:        done
                   1153: 
                   1154: uninstall-examplesDATA:
                   1155:        @$(NORMAL_UNINSTALL)
                   1156:        @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
                   1157:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                   1158:        test -n "$$files" || exit 0; \
                   1159:        echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
                   1160:        cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
                   1161: install-savestatesDATA: $(savestates_DATA)
                   1162:        @$(NORMAL_INSTALL)
                   1163:        test -z "$(savestatesdir)" || $(MKDIR_P) "$(DESTDIR)$(savestatesdir)"
                   1164:        @list='$(savestates_DATA)'; test -n "$(savestatesdir)" || list=; \
                   1165:        for p in $$list; do \
                   1166:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1167:          echo "$$d$$p"; \
                   1168:        done | $(am__base_list) | \
                   1169:        while read files; do \
                   1170:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(savestatesdir)'"; \
                   1171:          $(INSTALL_DATA) $$files "$(DESTDIR)$(savestatesdir)" || exit $$?; \
                   1172:        done
                   1173: 
                   1174: uninstall-savestatesDATA:
                   1175:        @$(NORMAL_UNINSTALL)
                   1176:        @list='$(savestates_DATA)'; test -n "$(savestatesdir)" || list=; \
                   1177:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                   1178:        test -n "$$files" || exit 0; \
                   1179:        echo " ( cd '$(DESTDIR)$(savestatesdir)' && rm -f" $$files ")"; \
                   1180:        cd "$(DESTDIR)$(savestatesdir)" && rm -f $$files
                   1181: install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
                   1182:        @$(NORMAL_INSTALL)
                   1183:        test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)"
                   1184:        @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
                   1185:        for p in $$list; do \
                   1186:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1187:          echo "$$d$$p"; \
                   1188:        done | $(am__base_list) | \
                   1189:        while read files; do \
                   1190:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
                   1191:          $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
                   1192:        done
                   1193: 
                   1194: uninstall-systemdsystemunitDATA:
                   1195:        @$(NORMAL_UNINSTALL)
                   1196:        @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
                   1197:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                   1198:        test -n "$$files" || exit 0; \
                   1199:        echo " ( cd '$(DESTDIR)$(systemdsystemunitdir)' && rm -f" $$files ")"; \
                   1200:        cd "$(DESTDIR)$(systemdsystemunitdir)" && rm -f $$files
                   1201: 
                   1202: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                   1203:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                   1204:        unique=`for i in $$list; do \
                   1205:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                   1206:          done | \
                   1207:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                   1208:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                   1209:        mkid -fID $$unique
                   1210: tags: TAGS
                   1211: 
                   1212: TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                   1213:                $(TAGS_FILES) $(LISP)
                   1214:        set x; \
                   1215:        here=`pwd`; \
                   1216:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
                   1217:        unique=`for i in $$list; do \
                   1218:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                   1219:          done | \
                   1220:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                   1221:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                   1222:        shift; \
                   1223:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                   1224:          test -n "$$unique" || unique=$$empty_fix; \
                   1225:          if test $$# -gt 0; then \
                   1226:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                   1227:              "$$@" $$unique; \
                   1228:          else \
                   1229:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                   1230:              $$unique; \
                   1231:          fi; \
                   1232:        fi
                   1233: ctags: CTAGS
                   1234: CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                   1235:                $(TAGS_FILES) $(LISP)
                   1236:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
                   1237:        unique=`for i in $$list; do \
                   1238:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                   1239:          done | \
                   1240:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                   1241:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                   1242:        test -z "$(CTAGS_ARGS)$$unique" \
                   1243:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                   1244:             $$unique
                   1245: 
                   1246: GTAGS:
                   1247:        here=`$(am__cd) $(top_builddir) && pwd` \
                   1248:          && $(am__cd) $(top_srcdir) \
                   1249:          && gtags -i $(GTAGS_ARGS) "$$here"
                   1250: 
                   1251: distclean-tags:
                   1252:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                   1253: 
                   1254: distdir: $(DISTFILES)
                   1255:        @list='$(MANS)'; if test -n "$$list"; then \
                   1256:          list=`for p in $$list; do \
                   1257:            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                   1258:            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
                   1259:          if test -n "$$list" && \
                   1260:            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
                   1261:            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
                   1262:            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
                   1263:            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
                   1264:            echo "       typically \`make maintainer-clean' will remove them" >&2; \
                   1265:            exit 1; \
                   1266:          else :; fi; \
                   1267:        else :; fi
                   1268:        $(am__remove_distdir)
                   1269:        test -d "$(distdir)" || mkdir "$(distdir)"
                   1270:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                   1271:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                   1272:        list='$(DISTFILES)'; \
                   1273:          dist_files=`for file in $$list; do echo $$file; done | \
                   1274:          sed -e "s|^$$srcdirstrip/||;t" \
                   1275:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                   1276:        case $$dist_files in \
                   1277:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                   1278:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                   1279:                           sort -u` ;; \
                   1280:        esac; \
                   1281:        for file in $$dist_files; do \
                   1282:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                   1283:          if test -d $$d/$$file; then \
                   1284:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                   1285:            if test -d "$(distdir)/$$file"; then \
                   1286:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   1287:            fi; \
                   1288:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                   1289:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                   1290:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   1291:            fi; \
                   1292:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                   1293:          else \
                   1294:            test -f "$(distdir)/$$file" \
                   1295:            || cp -p $$d/$$file "$(distdir)/$$file" \
                   1296:            || exit 1; \
                   1297:          fi; \
                   1298:        done
                   1299:        -test -n "$(am__skip_mode_fix)" \
                   1300:        || find "$(distdir)" -type d ! -perm -755 \
                   1301:                -exec chmod u+rwx,go+rx {} \; -o \
                   1302:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                   1303:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                   1304:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                   1305:        || chmod -R a+r "$(distdir)"
                   1306: dist-gzip: distdir
                   1307:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                   1308:        $(am__remove_distdir)
                   1309: 
                   1310: dist-bzip2: distdir
                   1311:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                   1312:        $(am__remove_distdir)
                   1313: 
                   1314: dist-lzma: distdir
                   1315:        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                   1316:        $(am__remove_distdir)
                   1317: 
                   1318: dist-xz: distdir
                   1319:        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
                   1320:        $(am__remove_distdir)
                   1321: 
                   1322: dist-tarZ: distdir
                   1323:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                   1324:        $(am__remove_distdir)
                   1325: 
                   1326: dist-shar: distdir
                   1327:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                   1328:        $(am__remove_distdir)
                   1329: 
                   1330: dist-zip: distdir
                   1331:        -rm -f $(distdir).zip
                   1332:        zip -rq $(distdir).zip $(distdir)
                   1333:        $(am__remove_distdir)
                   1334: 
                   1335: dist dist-all: distdir
                   1336:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                   1337:        $(am__remove_distdir)
                   1338: 
                   1339: # This target untars the dist file and tries a VPATH configuration.  Then
                   1340: # it guarantees that the distribution is self-contained by making another
                   1341: # tarfile.
                   1342: distcheck: dist
                   1343:        case '$(DIST_ARCHIVES)' in \
                   1344:        *.tar.gz*) \
                   1345:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
                   1346:        *.tar.bz2*) \
                   1347:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                   1348:        *.tar.lzma*) \
                   1349:          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
                   1350:        *.tar.xz*) \
                   1351:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                   1352:        *.tar.Z*) \
                   1353:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                   1354:        *.shar.gz*) \
                   1355:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
                   1356:        *.zip*) \
                   1357:          unzip $(distdir).zip ;;\
                   1358:        esac
                   1359:        chmod -R a-w $(distdir); chmod a+w $(distdir)
                   1360:        mkdir $(distdir)/_build
                   1361:        mkdir $(distdir)/_inst
                   1362:        chmod a-w $(distdir)
                   1363:        test -d $(distdir)/_build || exit 0; \
                   1364:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                   1365:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                   1366:          && am__cwd=`pwd` \
                   1367:          && $(am__cd) $(distdir)/_build \
                   1368:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                   1369:            $(DISTCHECK_CONFIGURE_FLAGS) \
                   1370:          && $(MAKE) $(AM_MAKEFLAGS) \
                   1371:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                   1372:          && $(MAKE) $(AM_MAKEFLAGS) check \
                   1373:          && $(MAKE) $(AM_MAKEFLAGS) install \
                   1374:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                   1375:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                   1376:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                   1377:                distuninstallcheck \
                   1378:          && chmod -R a-w "$$dc_install_base" \
                   1379:          && ({ \
                   1380:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                   1381:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                   1382:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                   1383:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                   1384:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                   1385:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                   1386:          && rm -rf "$$dc_destdir" \
                   1387:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                   1388:          && rm -rf $(DIST_ARCHIVES) \
                   1389:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                   1390:          && cd "$$am__cwd" \
                   1391:          || exit 1
                   1392:        $(am__remove_distdir)
                   1393:        @(echo "$(distdir) archives ready for distribution: "; \
                   1394:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                   1395:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                   1396: distuninstallcheck:
                   1397:        @$(am__cd) '$(distuninstallcheck_dir)' \
                   1398:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                   1399:           || { echo "ERROR: files left after uninstall:" ; \
                   1400:                if test -n "$(DESTDIR)"; then \
                   1401:                  echo "  (check DESTDIR support)"; \
                   1402:                fi ; \
                   1403:                $(distuninstallcheck_listfiles) ; \
                   1404:                exit 1; } >&2
                   1405: distcleancheck: distclean
                   1406:        @if test '$(srcdir)' = . ; then \
                   1407:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                   1408:          exit 1 ; \
                   1409:        fi
                   1410:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                   1411:          || { echo "ERROR: files left in build directory after distclean:" ; \
                   1412:               $(distcleancheck_listfiles) ; \
                   1413:               exit 1; } >&2
                   1414: check-am: all-am
                   1415: check: check-am
                   1416: all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h
                   1417: installdirs:
                   1418:        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(attributelogdir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbdir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(initddir)" "$(DESTDIR)$(savestatesdir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
                   1419:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                   1420:        done
                   1421: install: install-am
                   1422: install-exec: install-exec-am
                   1423: install-data: install-data-am
                   1424: uninstall: uninstall-am
                   1425: 
                   1426: install-am: all-am
                   1427:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                   1428: 
                   1429: installcheck: installcheck-am
                   1430: install-strip:
                   1431:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1432:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1433:          `test -z '$(STRIP)' || \
                   1434:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                   1435: mostlyclean-generic:
                   1436: 
                   1437: clean-generic:
                   1438:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                   1439: 
                   1440: distclean-generic:
                   1441:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                   1442:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                   1443: 
                   1444: maintainer-clean-generic:
                   1445:        @echo "This command is intended for maintainers to use"
                   1446:        @echo "it deletes files that may require special tools to rebuild."
                   1447:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                   1448: clean: clean-am
                   1449: 
                   1450: clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
                   1451: 
                   1452: distclean: distclean-am
                   1453:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                   1454:        -rm -rf ./$(DEPDIR)
                   1455:        -rm -f Makefile
                   1456: distclean-am: clean-am distclean-compile distclean-generic \
                   1457:        distclean-hdr distclean-tags
                   1458: 
                   1459: dvi: dvi-am
                   1460: 
                   1461: dvi-am:
                   1462: 
                   1463: html: html-am
                   1464: 
                   1465: html-am:
                   1466: 
                   1467: info: info-am
                   1468: 
                   1469: info-am:
                   1470: 
                   1471: install-data-am: install-attributelogDATA install-docsDATA \
                   1472:        install-drivedbDATA install-examplesDATA \
                   1473:        install-examplesSCRIPTS install-initdDATA install-man \
                   1474:        install-savestatesDATA install-systemdsystemunitDATA
                   1475: 
                   1476: install-dvi: install-dvi-am
                   1477: 
                   1478: install-dvi-am:
                   1479: 
                   1480: install-exec-am: install-sbinPROGRAMS install-sbinSCRIPTS \
                   1481:        install-sysconfDATA
                   1482: 
                   1483: install-html: install-html-am
                   1484: 
                   1485: install-html-am:
                   1486: 
                   1487: install-info: install-info-am
                   1488: 
                   1489: install-info-am:
                   1490: 
                   1491: @OS_SOLARIS_FALSE@install-man: install-man5 install-man8
                   1492: 
                   1493: install-pdf: install-pdf-am
                   1494: 
                   1495: install-pdf-am:
                   1496: 
                   1497: install-ps: install-ps-am
                   1498: 
                   1499: install-ps-am:
                   1500: 
                   1501: installcheck-am:
                   1502: 
                   1503: maintainer-clean: maintainer-clean-am
                   1504:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                   1505:        -rm -rf $(top_srcdir)/autom4te.cache
                   1506:        -rm -rf ./$(DEPDIR)
                   1507:        -rm -f Makefile
                   1508: maintainer-clean-am: distclean-am maintainer-clean-generic
                   1509: 
                   1510: mostlyclean: mostlyclean-am
                   1511: 
                   1512: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                   1513: 
                   1514: pdf: pdf-am
                   1515: 
                   1516: pdf-am:
                   1517: 
                   1518: ps: ps-am
                   1519: 
                   1520: ps-am:
                   1521: 
                   1522: uninstall-am: uninstall-attributelogDATA uninstall-docsDATA \
                   1523:        uninstall-drivedbDATA uninstall-examplesDATA \
                   1524:        uninstall-examplesSCRIPTS uninstall-initdDATA uninstall-man \
                   1525:        uninstall-savestatesDATA uninstall-sbinPROGRAMS \
                   1526:        uninstall-sbinSCRIPTS uninstall-sysconfDATA \
                   1527:        uninstall-systemdsystemunitDATA
                   1528: 
                   1529: @OS_SOLARIS_FALSE@uninstall-man: uninstall-man5 uninstall-man8
                   1530: 
                   1531: .MAKE: all install-am install-strip
                   1532: 
                   1533: .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
                   1534:        clean-generic clean-sbinPROGRAMS ctags dist dist-all \
                   1535:        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
                   1536:        dist-zip distcheck distclean distclean-compile \
                   1537:        distclean-generic distclean-hdr distclean-tags distcleancheck \
                   1538:        distdir distuninstallcheck dvi dvi-am html html-am info \
                   1539:        info-am install install-am install-attributelogDATA \
                   1540:        install-data install-data-am install-docsDATA \
                   1541:        install-drivedbDATA install-dvi install-dvi-am \
                   1542:        install-examplesDATA install-examplesSCRIPTS install-exec \
                   1543:        install-exec-am install-html install-html-am install-info \
                   1544:        install-info-am install-initdDATA install-man install-man5 \
                   1545:        install-man8 install-pdf install-pdf-am install-ps \
                   1546:        install-ps-am install-savestatesDATA install-sbinPROGRAMS \
                   1547:        install-sbinSCRIPTS install-strip install-sysconfDATA \
                   1548:        install-systemdsystemunitDATA installcheck installcheck-am \
                   1549:        installdirs maintainer-clean maintainer-clean-generic \
                   1550:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
                   1551:        ps ps-am tags uninstall uninstall-am \
                   1552:        uninstall-attributelogDATA uninstall-docsDATA \
                   1553:        uninstall-drivedbDATA uninstall-examplesDATA \
                   1554:        uninstall-examplesSCRIPTS uninstall-initdDATA uninstall-man \
                   1555:        uninstall-man5 uninstall-man8 uninstall-savestatesDATA \
                   1556:        uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS \
                   1557:        uninstall-sysconfDATA uninstall-systemdsystemunitDATA
                   1558: 
                   1559: 
                   1560: @SET_MAKE@
                   1561: @OS_SOLARIS_TRUE@install-man: $(extra_MANS)
                   1562: @OS_SOLARIS_TRUE@      @$(NORMAL_INSTALL)
                   1563: @OS_SOLARIS_TRUE@      $(mkinstalldirs) $(DESTDIR)$(mandir)/man4
                   1564: @OS_SOLARIS_TRUE@      $(mkinstalldirs) $(DESTDIR)$(mandir)/man1m
                   1565: @OS_SOLARIS_TRUE@      for i in $(extra_MANS); do \
                   1566: @OS_SOLARIS_TRUE@        if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
                   1567: @OS_SOLARIS_TRUE@        else file=$$i; fi; \
                   1568: @OS_SOLARIS_TRUE@        ext=`echo $$i | sed -e 's/^.*\\.//'`; \
                   1569: @OS_SOLARIS_TRUE@        inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
                   1570: @OS_SOLARIS_TRUE@        inst=`echo $$inst | sed -e 's/^.*\///'`; \
                   1571: @OS_SOLARIS_TRUE@        inst=`echo $$inst | sed '$(transform)'`.$$ext; \
                   1572: @OS_SOLARIS_TRUE@        echo " $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man$$ext/$$inst"; \
                   1573: @OS_SOLARIS_TRUE@        $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man$$ext/$$inst; \
                   1574: @OS_SOLARIS_TRUE@      done
                   1575: @OS_SOLARIS_TRUE@uninstall-man:
                   1576: @OS_SOLARIS_TRUE@      @$(NORMAL_UNINSTALL)
                   1577: @OS_SOLARIS_TRUE@      for i in $(extra_MANS); do \
                   1578: @OS_SOLARIS_TRUE@        if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
                   1579: @OS_SOLARIS_TRUE@        else file=$$i; fi; \
                   1580: @OS_SOLARIS_TRUE@        ext=`echo $$i | sed -e 's/^.*\\.//'`; \
                   1581: @OS_SOLARIS_TRUE@        inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
                   1582: @OS_SOLARIS_TRUE@        inst=`echo $$inst | sed -e 's/^.*\///'`; \
                   1583: @OS_SOLARIS_TRUE@        inst=`echo $$inst | sed '$(transform)'`.$$ext; \
                   1584: @OS_SOLARIS_TRUE@        echo " rm -f $(DESTDIR)$(mandir)/man$$ext/$$inst"; \
                   1585: @OS_SOLARIS_TRUE@        rm -f $(DESTDIR)$(mandir)/man$$ext/$$inst; \
                   1586: @OS_SOLARIS_TRUE@      done
                   1587: @OS_SOLARIS_TRUE@%.1m: %.8
                   1588: @OS_SOLARIS_TRUE@      awk '/^.TH/ {$$3="1m"} {print}' < $< | \
                   1589: @OS_SOLARIS_TRUE@      sed -e 's/smartd\.conf\(.*\)(5)/smartd.conf\1(4)/g' \
                   1590: @OS_SOLARIS_TRUE@            -e 's/syslog\.conf\(.*\)(5)/syslog.conf\1(4)/g' \
                   1591: @OS_SOLARIS_TRUE@          -e 's/smartctl\(.*\)(8)/smartctl\1(1m)/g' \
                   1592: @OS_SOLARIS_TRUE@          -e 's/syslogd\(.*\)(8)/syslogd\1(1m)/g' \
                   1593: @OS_SOLARIS_TRUE@            -e 's|/var/log/messages|/var/adm/messages|g' \
                   1594: @OS_SOLARIS_TRUE@          -e 's/smartd\(.*\)(8)/smartd\1(1m)/g' > $@
                   1595: @OS_SOLARIS_TRUE@%.4: %.5
                   1596: @OS_SOLARIS_TRUE@      awk '/^.TH/ {$$3="4"}  {print}' < $< | \
                   1597: @OS_SOLARIS_TRUE@      sed -e 's/smartd\.conf\(.*\)(5)/smartd.conf\1(4)/g' \
                   1598: @OS_SOLARIS_TRUE@            -e 's/syslog\.conf\(.*\)(5)/syslog.conf\1(4)/g' \
                   1599: @OS_SOLARIS_TRUE@          -e 's/smartctl\(.*\)(8)/smartdctl\1(1m)/g' \
                   1600: @OS_SOLARIS_TRUE@          -e 's/syslogd\(.*\)(8)/syslogd\1(1m)/g' \
                   1601: @OS_SOLARIS_TRUE@            -e 's|/var/log/messages|/var/adm/messages|g' \
                   1602: @OS_SOLARIS_TRUE@          -e 's/smartd\(.*\)(8)/smartd\1(1m)/g' > $@
                   1603: 
                   1604: # If modified smartd.conf exists install smartd.conf.sample instead
                   1605: install-sysconfDATA: $(sysconf_DATA)
                   1606:        $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
                   1607:        @s="$(srcdir)/smartd.conf"; \
                   1608:        f="$(DESTDIR)$(sysconfdir)/smartd.conf$(smartd_suffix)"; \
                   1609:        if test -z "$(smartd_suffix)" && test -f "$$f"; then \
                   1610:          if cmp "$$s" "$$f" >/dev/null 2>/dev/null; then :; else \
                   1611:            echo "************************************************************"; \
                   1612:            echo "*** $$f preserved"; \
                   1613:            echo "*** installing smartd.conf.sample instead"; \
                   1614:            echo "************************************************************"; \
                   1615:            f="$$f".sample; \
                   1616:          fi; \
                   1617:        fi; \
                   1618:        echo " $(INSTALL_DATA) $$s $$f"; \
                   1619:        $(INSTALL_DATA) "$$s" "$$f"
                   1620: 
                   1621: # If smartd.conf.sample exists preserve smartd.conf
                   1622: uninstall-sysconfDATA:
                   1623:        @f="$(DESTDIR)$(sysconfdir)/smartd.conf$(smartd_suffix)"; \
                   1624:        if test -z "$(smartd_suffix)" && test -f "$$f".sample; then \
                   1625:          echo "************************************************************"; \
                   1626:          echo "*** $$f preserved"; \
                   1627:          echo "*** removing smartd.conf.sample instead"; \
                   1628:          echo "************************************************************"; \
                   1629:          f="$$f".sample; \
                   1630:        fi; \
                   1631:        echo " rm -f $$f"; \
                   1632:        rm -f "$$f"
                   1633: 
                   1634: utility.o: svnversion.h
                   1635: 
                   1636: # Get version info from SVN
                   1637: @IS_SVN_BUILD_TRUE@svnversion.h: CHANGELOG Makefile $(srcdir)/.svn/entries
                   1638: @IS_SVN_BUILD_TRUE@    echo '/* svnversion.h.  Generated by Makefile from svn info.  */' > $@
                   1639: @IS_SVN_BUILD_TRUE@    (cd $(srcdir) \
                   1640: @IS_SVN_BUILD_TRUE@     && svnversion 2>/dev/null | sed -n 's,^\([0-9].*\),REV  "\1",p' \
                   1641: @IS_SVN_BUILD_TRUE@     && TZ= LC_ALL=C svn info 2>/dev/null \
                   1642: @IS_SVN_BUILD_TRUE@     | sed -n 'h;s,^.* Date: *\([^ ]*\) .*$$,DATE "\1",p;g;s,^.* Date: *[^ ]* *\([^ ]*\) .*$$,TIME "\1",p') \
                   1643: @IS_SVN_BUILD_TRUE@    | sed 's,^,#define SMARTMONTOOLS_SVN_,' >> $@
                   1644: 
                   1645: # SVN not available, guess version info from Id strings
                   1646: @IS_SVN_BUILD_FALSE@svnversion.h: CHANGELOG Makefile
                   1647: @IS_SVN_BUILD_FALSE@   echo '/* svnversion.h.  Generated by Makefile from Id strings.  */' > $@
                   1648: @IS_SVN_BUILD_FALSE@   (cd $(srcdir) && cat CHANGELOG Makefile.am configure.in smart*.in *.cpp *.h *.s) \
                   1649: @IS_SVN_BUILD_FALSE@   | sed -n 's,^.*\$$[I][d]: [^ ]* \([0-9][0-9]* [0-9][-0-9]* [0-9][:0-9]*\)[^:0-9][^$$]*\$$.*$$,\1,p' \
                   1650: @IS_SVN_BUILD_FALSE@   | sort -n -r \
                   1651: @IS_SVN_BUILD_FALSE@   | sed -n 'h;s,^\([^ ]*\) .*$$,REV  "\1",p;g;s,^[^ ]* \([^ ]*\) .*$$,DATE "\1",p;g;s,^[^ ]* [^ ]* \([^ ]*\)$$,TIME "\1",p;q' \
                   1652: @IS_SVN_BUILD_FALSE@   | sed 's,^,#define SMARTMONTOOLS_SVN_,' >> $@
                   1653: 
                   1654: update-smart-drivedb: update-smart-drivedb.in config.status
                   1655:        $(SHELL) ./config.status --file=$@
                   1656:        chmod +x $@
                   1657: 
                   1658: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@SMART : os_darwin/SMART.in
                   1659: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      sed "s|/usr/sbin/|$(sbindir)/|" $< > $@
                   1660: 
                   1661: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@install-initdDATA-darwin: $(initd_DATA)
                   1662: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      $(mkinstalldirs) $(DESTDIR)$(initddir)
                   1663: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      $(mkinstalldirs) $(DESTDIR)$(initddir)/SMART
                   1664: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      $(mkinstalldirs) $(DESTDIR)$(initddir)/SMART/Resources
                   1665: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      $(INSTALL_SCRIPT) $(top_builddir)/SMART $(DESTDIR)$(initddir)/SMART
                   1666: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      $(INSTALL_DATA) $(srcdir)/os_darwin/StartupParameters.plist \
                   1667: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@          $(DESTDIR)$(initddir)/SMART/StartupParameters.plist
                   1668: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      for i in English ; do \
                   1669: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@        RDIR=$(DESTDIR)$(initddir)/SMART/Resources/$${i}.lproj ; \
                   1670: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@        $(mkinstalldirs) $$RDIR ;\
                   1671: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@        $(INSTALL_DATA) $(srcdir)/os_darwin/$${i}_Localizable.strings \
                   1672: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@          $$RDIR/Localizable.strings ; \
                   1673: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      done
                   1674: 
                   1675: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@uninstall-initdDATA-darwin:
                   1676: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@      rm -rf $(DESTDIR)$(initddir)/$(initd_install_name)
                   1677: 
                   1678: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@@initdfile@: $(srcdir)/@initdfile@.in Makefile
                   1679: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@     sed "s|/usr/local/sbin/|$(sbindir)/|g" $(srcdir)/@initdfile@.in > $@
                   1680: 
                   1681: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@install-initdDATA-generic: $(initd_DATA)
                   1682: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@     $(mkinstalldirs) $(DESTDIR)$(initddir)
                   1683: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@     $(INSTALL_SCRIPT) $(top_builddir)/@initdfile@ $(DESTDIR)$(initddir)/smartd$(smartd_suffix)
                   1684: 
                   1685: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@uninstall-initdDATA-generic:
                   1686: @INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_FALSE@     rm -rf $(DESTDIR)$(initddir)/$(initd_install_name)
                   1687: 
                   1688: @INSTALL_INITSCRIPT_FALSE@install-initdDATA-null:
                   1689: @INSTALL_INITSCRIPT_FALSE@uninstall-initdDATA-null:
                   1690: 
                   1691: install-initdDATA : $(initd_DATA_install)
                   1692: 
                   1693: uninstall-initdDATA: $(initd_DATA_uninstall)
                   1694: 
                   1695: smartd.service: smartd.service.in Makefile
                   1696:        sed "s|/usr/local/sbin/smartd|$(sbindir)/smartd|g; \
                   1697:             s|/usr/local/etc/sysconfig/smartmontools|$(sysconfdir)/sysconfig/smartmontools|g" \
                   1698:        $(srcdir)/smartd.service.in > $@
                   1699: 
                   1700: # Implicit rule 'smart%: smart%.in ...' does not work with BSD make
                   1701: smartctl.8: smartctl.8.in Makefile svnversion.h
                   1702:        cat $(srcdir)/smartctl.8.in | $(MAN_FILTER) > $@
                   1703: 
                   1704: smartd.8: smartd.8.in Makefile svnversion.h
                   1705:        cat $(srcdir)/smartd.8.in | $(MAN_FILTER) > $@
                   1706: 
                   1707: smartd.conf.5: smartd.conf.5.in Makefile svnversion.h
                   1708:        cat $(srcdir)/smartd.conf.5.in | $(MAN_FILTER) > $@
                   1709: 
                   1710: # Convert man pages into .html and .txt
                   1711: 
                   1712: htmlman: smartctl.8.html smartd.8.html smartd.conf.5.html
                   1713: 
                   1714: txtman:  smartctl.8.txt smartd.8.txt smartd.conf.5.txt
                   1715: 
                   1716: @OS_WIN32_MINGW_TRUE@%.5.html: %.5
                   1717: @OS_WIN32_MINGW_TRUE@  $(DOS2UNIX) < $< | $(MAN2HTML) | $(FIXHTML) > $@
                   1718: 
                   1719: @OS_WIN32_MINGW_TRUE@%.8.html: %.8
                   1720: @OS_WIN32_MINGW_TRUE@  $(DOS2UNIX) < $< | $(MAN2HTML) | $(FIXHTML) > $@
                   1721: 
                   1722: @OS_WIN32_MINGW_FALSE@%.5.html: %.5
                   1723: @OS_WIN32_MINGW_FALSE@ $(MAN2HTML) $< | $(FIXHTML) > $@
                   1724: 
                   1725: @OS_WIN32_MINGW_FALSE@%.8.html: %.8
                   1726: @OS_WIN32_MINGW_FALSE@ $(MAN2HTML) $< | $(FIXHTML) > $@
                   1727: 
                   1728: %.5.txt: %.5
                   1729:        $(MAN2TXT) $< > $@
                   1730: 
                   1731: %.8.txt: %.8
                   1732:        $(MAN2TXT) $< > $@
                   1733: 
                   1734: # Check drive database syntax
                   1735: check:
                   1736:        @if ./smartctl -B $(srcdir)/drivedb.h -P showall >/dev/null; then \
                   1737:          echo "$(srcdir)/drivedb.h: OK"; \
                   1738:        else \
                   1739:          echo "$(srcdir)/drivedb.h: Syntax check failed"; exit 1; \
                   1740:        fi
                   1741: 
                   1742: # Build Windows distribution
                   1743: 
                   1744: @OS_WIN32_MINGW_TRUE@dist-win32: $(distzip_win32)
                   1745: 
                   1746: @OS_WIN32_MINGW_TRUE@install-win32: $(distinst_win32)
                   1747: @OS_WIN32_MINGW_TRUE@  ./$(distinst_win32)
                   1748: 
                   1749: @OS_WIN32_MINGW_TRUE@installer-win32: $(distinst_win32)
                   1750: 
                   1751: @OS_WIN32_MINGW_TRUE@distdir-win32: distdir.mkdir $(FILES_WIN32)
                   1752: 
                   1753: @OS_WIN32_MINGW_TRUE@$(distzip_win32): distdir.mkdir $(FILES_WIN32)
                   1754: @OS_WIN32_MINGW_TRUE@  @rm -fv $(distzip_win32)
                   1755: @OS_WIN32_MINGW_TRUE@  cd $(distdir_win32) && zip -9 ../$(distzip_win32) bin/* doc/*
                   1756: @OS_WIN32_MINGW_TRUE@  md5sum $@ > $@.md5
                   1757: @OS_WIN32_MINGW_TRUE@  sha1sum $@ > $@.sha1
                   1758: @OS_WIN32_MINGW_TRUE@  sha256sum $@ > $@.sha256
                   1759: 
                   1760: # Build NSIS installer
                   1761: # Note: Only option character '-' is also compatible with Linux version of makensis
                   1762: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@$(distinst_win32): os_win32/installer.nsi distdir.mkdir $(FILES_WIN32)
                   1763: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      @date=`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$$,\1,p' svnversion.h`; \
                   1764: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      rev=`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$$,r\1,p' svnversion.h`; \
                   1765: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      verstr="$(PACKAGE_VERSION) $$date $$rev "$(BUILD_INFO); \
                   1766: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      echo "'$(MAKENSIS)' -V2 -NOCD -DINPDIR=$(distdir_win32) -DOUTFILE=$@ -DVERSTR='$$verstr' $<"; \
                   1767: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      '$(MAKENSIS)' -V2 -NOCD -DINPDIR=$(distdir_win32) -DOUTFILE=$@ -DVERSTR="$$verstr" $<
                   1768: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      md5sum $@ > $@.md5
                   1769: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      sha1sum $@ > $@.sha1
                   1770: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      sha256sum $@ > $@.sha256
                   1771: 
                   1772: # Build drivedb.h update tool
                   1773: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@update-smart-drivedb.exe: os_win32/update-smart-drivedb.nsi
                   1774: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@      "$(MAKENSIS)" -V2 -NOCD -DBRANCH=$(DRIVEDB_BRANCH) $<
                   1775: 
                   1776: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_FALSE@$(distinst_win32):
                   1777: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_FALSE@     @echo "makensis: command not found. Please install NSIS from http://nsis.sourceforge.net/" 1>&2
                   1778: @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_FALSE@     @exit 1
                   1779: 
                   1780: @OS_WIN32_MINGW_TRUE@cleandist-win32:
                   1781: @OS_WIN32_MINGW_TRUE@  rm -rf $(distdir_win32) distdir.mkdir
                   1782: 
                   1783: @OS_WIN32_MINGW_TRUE@distdir.mkdir:
                   1784: @OS_WIN32_MINGW_TRUE@  @test -d $(exedir_win32) || mkdir -pv $(exedir_win32)
                   1785: @OS_WIN32_MINGW_TRUE@  @test -d $(docdir_win32) || mkdir -pv $(docdir_win32)
                   1786: @OS_WIN32_MINGW_TRUE@  touch $@
                   1787: 
                   1788: @OS_WIN32_MINGW_TRUE@$(exedir_win32)/%.exe: %.exe
                   1789: @OS_WIN32_MINGW_TRUE@  cp -p $< $@
                   1790: @OS_WIN32_MINGW_TRUE@  if test -n '$(STRIP)'; then $(STRIP) -s $@; else strip -s $@; fi
                   1791: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1792: 
                   1793: # strip would break NSIS integrity check
                   1794: @OS_WIN32_MINGW_TRUE@$(exedir_win32)/update-smart-drivedb.exe: update-smart-drivedb.exe
                   1795: @OS_WIN32_MINGW_TRUE@  cp -p $< $@
                   1796: 
                   1797: # runcmd?.exe only differ by .exe.manifest files
                   1798: @OS_WIN32_MINGW_TRUE@$(exedir_win32)/runcmda.exe: $(exedir_win32)/runcmdu.exe
                   1799: @OS_WIN32_MINGW_TRUE@  cp -p $< $@
                   1800: 
                   1801: @OS_WIN32_MINGW_TRUE@$(exedir_win32)/%.h: $(srcdir)/%.h
                   1802: @OS_WIN32_MINGW_TRUE@  $(UNIX2DOS) < $< > $@
                   1803: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1804: 
                   1805: @OS_WIN32_MINGW_TRUE@$(exedir_win32)/%.exe.manifest: $(srcdir)/os_win32/%.exe.manifest
                   1806: @OS_WIN32_MINGW_TRUE@  $(UNIX2DOS) < $< > $@
                   1807: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1808: 
                   1809: @OS_WIN32_MINGW_TRUE@$(docdir_win32)/%.html: %.html
                   1810: @OS_WIN32_MINGW_TRUE@  $(UNIX2DOS) < $< > $@
                   1811: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1812: 
                   1813: @OS_WIN32_MINGW_TRUE@$(docdir_win32)/%.txt: %.txt
                   1814: @OS_WIN32_MINGW_TRUE@  $(UNIX2DOS) < $< > $@
                   1815: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1816: 
                   1817: @OS_WIN32_MINGW_TRUE@$(docdir_win32)/%.txt: $(srcdir)/%
                   1818: @OS_WIN32_MINGW_TRUE@  $(UNIX2DOS) < $< > $@
                   1819: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1820: 
                   1821: @OS_WIN32_MINGW_TRUE@$(docdir_win32)/%.conf: $(srcdir)/%.conf
                   1822: @OS_WIN32_MINGW_TRUE@  $(UNIX2DOS) < $< > $@
                   1823: @OS_WIN32_MINGW_TRUE@  touch -r $< $@
                   1824: 
                   1825: @OS_WIN32_MINGW_TRUE@$(docdir_win32)/checksums.txt: $(EXEFILES_WIN32)
                   1826: @OS_WIN32_MINGW_TRUE@  (cd $(exedir_win32) && md5sum *.exe && sha1sum *.exe && sha256sum *.exe) \
                   1827: @OS_WIN32_MINGW_TRUE@  | $(UNIX2DOS) > $@
                   1828: 
                   1829: # Build non-console version of smartctl for GSmartControl.
                   1830: # The script below changes the word at offset 220 (Subsystem) from 3
                   1831: # (Console) to 2 (GUI) in a copy of smartctl.exe.
                   1832: # This will be changed when a tool (like 'editbin') is available in
                   1833: # the Cygwin distribution
                   1834: @OS_WIN32_MINGW_TRUE@smartctl-nc.exe: smartctl.exe
                   1835: @OS_WIN32_MINGW_TRUE@  @rm -f $@
                   1836: @OS_WIN32_MINGW_TRUE@  cp -p smartctl.exe $@.tmp
                   1837: @OS_WIN32_MINGW_TRUE@  @if test `od -A n -j 220 -N 2 -d $@.tmp` -eq 3; then :; \
                   1838: @OS_WIN32_MINGW_TRUE@    else echo "invalid EXE header"; exit 1; fi
                   1839: @OS_WIN32_MINGW_TRUE@  @echo "editbin /subsystem:windows $@.tmp"
                   1840: @OS_WIN32_MINGW_TRUE@  @echo -ne '\002' | dd bs=1 seek=220 count=1 conv=notrunc of=$@.tmp 2>/dev/null
                   1841: @OS_WIN32_MINGW_TRUE@  @if test `od -A n -j 220 -N 2 -d $@.tmp` -eq 2; then :; \
                   1842: @OS_WIN32_MINGW_TRUE@    else echo "EXE patch failed"; exit 1; fi
                   1843: @OS_WIN32_MINGW_TRUE@  mv -f $@.tmp $@
                   1844: 
                   1845: # Build runcmd?.exe
                   1846: @OS_WIN32_MINGW_TRUE@runcmdu.exe: os_win32/runcmd.c
                   1847: @OS_WIN32_MINGW_TRUE@  $(CC) -Os -o $@ $<
                   1848: 
                   1849: # Build syslogevt.exe event message file tool
                   1850: 
                   1851: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.exe: syslogevt.o syslogevt.res.o
                   1852: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@    $(LINK) $^
                   1853: 
                   1854: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.o: os_win32/syslogevt.c syslogevt.rc
                   1855: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@    $(CC) -c -I. -Os -o $@ $<
                   1856: 
                   1857: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.res.o: syslogevt.rc
                   1858: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@    $(WINDRES) $< $@
                   1859: 
                   1860: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.rc: os_win32/syslogevt.mc
                   1861: @OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@    $(WINDMC) -b $<
                   1862: 
                   1863: # Build {config,svnversion}_vc10.h for MSVC10 from MinGW {config,svnversion}.h
                   1864: 
                   1865: @OS_WIN32_MINGW_TRUE@config-vc10: $(srcdir)/os_win32/config_vc10.h  $(srcdir)/os_win32/svnversion_vc10.h
                   1866: 
                   1867: @OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/config_vc10.h: config.h Makefile
                   1868: @OS_WIN32_MINGW_TRUE@  sed -e '1i/* config_vc10.h.  Generated from config.h by Makefile.  */' \
                   1869: @OS_WIN32_MINGW_TRUE@      -e 's,^#define HAVE_\(ATTR_PACKED\|INTTYPES_H\|[DK_]*NTDDDISK_H\|STRINGS_H\|STRTOULL\|UNISTD_H\|WORKING_SNPRINTF\) 1$$,/* #undef HAVE_\1 */,' \
                   1870: @OS_WIN32_MINGW_TRUE@      -e 's,^\(#define SMARTMONTOOLS_BUILD_HOST "[^-]*\)[^"]*,\1-pc-w32vc10,' $< > $@
                   1871: 
                   1872: @OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/svnversion_vc10.h: svnversion.h
                   1873: @OS_WIN32_MINGW_TRUE@  cp $< $@
                   1874: 
                   1875: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1876: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1877: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>