version 1.1, 2012/02/21 16:32:16
|
version 1.1.1.4, 2013/10/14 07:54:03
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.12.5 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | # Copyright (C) 1994-2012 Free Software Foundation, Inc. |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
# Inc. | |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
Line 22
|
Line 21
|
|
|
|
|
VPATH = @srcdir@ |
VPATH = @srcdir@ |
|
am__make_dryrun = \ |
|
{ \ |
|
am__dry=no; \ |
|
case $$MAKEFLAGS in \ |
|
*\\[\ \ ]*) \ |
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
|
*) \ |
|
for am__flg in $$MAKEFLAGS; do \ |
|
case $$am__flg in \ |
|
*=*|--*) ;; \ |
|
*n*) am__dry=yes; break;; \ |
|
esac; \ |
|
done;; \ |
|
esac; \ |
|
test $$am__dry = yes; \ |
|
} |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
Line 46 host_triplet = @host@
|
Line 62 host_triplet = @host@
|
@OS_WIN32_MINGW_TRUE@am__append_4 = -I$(srcdir)/os_win32 |
@OS_WIN32_MINGW_TRUE@am__append_4 = -I$(srcdir)/os_win32 |
@NEED_GETOPT_LONG_TRUE@am__append_5 = -I$(srcdir)/getopt -DHAVE_GETOPT_LONG -D__GNU_LIBRARY__ |
@NEED_GETOPT_LONG_TRUE@am__append_5 = -I$(srcdir)/getopt -DHAVE_GETOPT_LONG -D__GNU_LIBRARY__ |
@NEED_REGEX_TRUE@am__append_6 = -I$(srcdir)/regex |
@NEED_REGEX_TRUE@am__append_6 = -I$(srcdir)/regex |
sbin_PROGRAMS = smartd$(EXEEXT) smartctl$(EXEEXT) | sbin_PROGRAMS = smartctl$(EXEEXT) smartd$(EXEEXT) |
@OS_WIN32_MINGW_TRUE@am__append_7 = \ | @OS_WIN32_MINGW_TRUE@am__append_7 = smartctl_res.o |
| @OS_WIN32_MINGW_TRUE@am__append_8 = smartctl_res.o |
| @OS_WIN32_MINGW_TRUE@am__append_9 = \ |
@OS_WIN32_MINGW_TRUE@ os_win32/daemon_win32.cpp \ |
@OS_WIN32_MINGW_TRUE@ os_win32/daemon_win32.cpp \ |
@OS_WIN32_MINGW_TRUE@ os_win32/daemon_win32.h \ |
@OS_WIN32_MINGW_TRUE@ os_win32/daemon_win32.h \ |
@OS_WIN32_MINGW_TRUE@ os_win32/hostname_win32.cpp \ |
|
@OS_WIN32_MINGW_TRUE@ os_win32/hostname_win32.h \ |
|
@OS_WIN32_MINGW_TRUE@ os_win32/syslog_win32.cpp \ |
@OS_WIN32_MINGW_TRUE@ os_win32/syslog_win32.cpp \ |
@OS_WIN32_MINGW_TRUE@ os_win32/syslog.h |
@OS_WIN32_MINGW_TRUE@ os_win32/syslog.h |
|
|
@NEED_GETOPT_LONG_TRUE@am__append_8 = \ | @OS_WIN32_MINGW_TRUE@am__append_10 = smartd_res.o |
| @OS_WIN32_MINGW_TRUE@am__append_11 = smartd_res.o |
| @NEED_GETOPT_LONG_TRUE@am__append_12 = \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.c \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.c \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.h \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.h \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt1.c |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt1.c |
|
|
@NEED_GETOPT_LONG_TRUE@am__append_9 = \ | @NEED_GETOPT_LONG_TRUE@am__append_13 = \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.c \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.c \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.h \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt.h \ |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt1.c |
@NEED_GETOPT_LONG_TRUE@ getopt/getopt1.c |
|
|
@NEED_REGEX_TRUE@am__append_10 = \ | @NEED_REGEX_TRUE@am__append_14 = \ |
@NEED_REGEX_TRUE@ regex/regex.c \ |
@NEED_REGEX_TRUE@ regex/regex.c \ |
@NEED_REGEX_TRUE@ regex/regex.h \ |
@NEED_REGEX_TRUE@ regex/regex.h \ |
@NEED_REGEX_TRUE@ regex/regex_internal.h |
@NEED_REGEX_TRUE@ regex/regex_internal.h |
|
|
@NEED_REGEX_TRUE@am__append_11 = \ | @NEED_REGEX_TRUE@am__append_15 = \ |
@NEED_REGEX_TRUE@ regex/regex.c \ |
@NEED_REGEX_TRUE@ regex/regex.c \ |
@NEED_REGEX_TRUE@ regex/regex.h \ |
@NEED_REGEX_TRUE@ regex/regex.h \ |
@NEED_REGEX_TRUE@ regex/regex_internal.h |
@NEED_REGEX_TRUE@ regex/regex_internal.h |
|
|
|
|
# Included by regex.c: |
# Included by regex.c: |
@NEED_REGEX_TRUE@am__append_12 = \ | @NEED_REGEX_TRUE@am__append_16 = \ |
@NEED_REGEX_TRUE@ regex/regcomp.c \ |
@NEED_REGEX_TRUE@ regex/regcomp.c \ |
@NEED_REGEX_TRUE@ regex/regexec.c \ |
@NEED_REGEX_TRUE@ regex/regexec.c \ |
@NEED_REGEX_TRUE@ regex/regex_internal.c |
@NEED_REGEX_TRUE@ regex/regex_internal.c |
|
|
@NEED_REGEX_TRUE@am__append_13 = \ | @NEED_REGEX_TRUE@am__append_17 = \ |
@NEED_REGEX_TRUE@ regex/regcomp.c \ |
@NEED_REGEX_TRUE@ regex/regcomp.c \ |
@NEED_REGEX_TRUE@ regex/regexec.c \ |
@NEED_REGEX_TRUE@ regex/regexec.c \ |
@NEED_REGEX_TRUE@ regex/regex_internal.c |
@NEED_REGEX_TRUE@ regex/regex_internal.c |
|
|
@OS_WIN32_TRUE@am__append_14 = \ | @OS_WIN32_TRUE@am__append_18 = \ |
@OS_WIN32_TRUE@ csmisas.h \ |
@OS_WIN32_TRUE@ csmisas.h \ |
@OS_WIN32_TRUE@ os_win32/wmiquery.cpp \ |
@OS_WIN32_TRUE@ os_win32/wmiquery.cpp \ |
@OS_WIN32_TRUE@ os_win32/wmiquery.h |
@OS_WIN32_TRUE@ os_win32/wmiquery.h |
|
|
@OS_WIN32_TRUE@am__append_15 = \ | @OS_WIN32_TRUE@am__append_19 = \ |
@OS_WIN32_TRUE@ csmisas.h \ |
@OS_WIN32_TRUE@ csmisas.h \ |
@OS_WIN32_TRUE@ os_win32/wmiquery.cpp \ |
@OS_WIN32_TRUE@ os_win32/wmiquery.cpp \ |
@OS_WIN32_TRUE@ os_win32/wmiquery.h |
@OS_WIN32_TRUE@ os_win32/wmiquery.h |
|
|
@OS_WIN32_TRUE@am__append_16 = -lole32 -loleaut32 | @OS_WIN32_TRUE@am__append_20 = -lole32 -loleaut32 |
@OS_WIN32_TRUE@am__append_17 = -lole32 -loleaut32 | @OS_WIN32_TRUE@am__append_21 = -lole32 -loleaut32 |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@am__append_18 = \ | @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@am__append_22 = \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@ $(exedir_win32)/syslogevt.exe | |
| |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@am__append_19 = \ | |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ $(exedir_win32)/update-smart-drivedb.exe |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ $(exedir_win32)/update-smart-drivedb.exe |
|
|
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@am__append_20 = \ | @ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@am__append_23 = \ |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/drivedb.h |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/drivedb.h |
|
|
@OS_WIN32_MINGW_TRUE@am__append_21 = \ | @OS_WIN32_MINGW_TRUE@am__append_24 = \ |
@OS_WIN32_MINGW_TRUE@ $(FILES_WIN32) \ |
@OS_WIN32_MINGW_TRUE@ $(FILES_WIN32) \ |
@OS_WIN32_MINGW_TRUE@ runcmdu.exe \ |
@OS_WIN32_MINGW_TRUE@ runcmdu.exe \ |
@OS_WIN32_MINGW_TRUE@ smartctl-nc.exe smartctl-nc.exe.tmp \ |
@OS_WIN32_MINGW_TRUE@ smartctl-nc.exe smartctl-nc.exe.tmp \ |
@OS_WIN32_MINGW_TRUE@ syslogevt.exe syslogevt.h syslogevt.o \ | @OS_WIN32_MINGW_TRUE@ smartctl_res.rc smartctl_res.o \ |
@OS_WIN32_MINGW_TRUE@ syslogevt.res.o syslogevt.rc syslogevt_*.bin \ | @OS_WIN32_MINGW_TRUE@ smartd_res.rc smartd_res.o \ |
| @OS_WIN32_MINGW_TRUE@ syslogevt.h syslogevt.o \ |
| @OS_WIN32_MINGW_TRUE@ syslogevt.rc syslogevt_*.bin \ |
| @OS_WIN32_MINGW_TRUE@ wtssendmsg.exe \ |
@OS_WIN32_MINGW_TRUE@ update-smart-drivedb.exe \ |
@OS_WIN32_MINGW_TRUE@ update-smart-drivedb.exe \ |
@OS_WIN32_MINGW_TRUE@ distdir.mkdir |
@OS_WIN32_MINGW_TRUE@ distdir.mkdir |
|
|
subdir = . |
subdir = . |
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
$(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
$(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
$(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS TODO \ | $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ |
config.guess config.sub depcomp install-sh missing | TODO config.guess config.sub depcomp install-sh missing |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/configure.in | am__aclocal_m4_deps = $(top_srcdir)/m4/pkg.m4 \ |
| $(top_srcdir)/configure.ac |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
$(ACLOCAL_M4) |
$(ACLOCAL_M4) |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
Line 133 CONFIG_HEADER = config.h
|
Line 152 CONFIG_HEADER = config.h
|
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_VPATH_FILES = |
CONFIG_CLEAN_VPATH_FILES = |
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" \ |
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" \ |
"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \ | "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sysscriptdir)" \ |
"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(attributelogdir)" \ | "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \ |
"$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbdir)" \ | "$(DESTDIR)$(attributelogdir)" "$(DESTDIR)$(docsdir)" \ |
"$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(initddir)" \ | "$(DESTDIR)$(drivedbdir)" "$(DESTDIR)$(examplesdir)" \ |
"$(DESTDIR)$(savestatesdir)" "$(DESTDIR)$(sysconfdir)" \ | "$(DESTDIR)$(initddir)" "$(DESTDIR)$(savestatesdir)" \ |
"$(DESTDIR)$(systemdsystemunitdir)" | "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)" |
PROGRAMS = $(sbin_PROGRAMS) |
PROGRAMS = $(sbin_PROGRAMS) |
am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \ |
am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \ |
atacmdnames.h atacmds.cpp atacmds.h ataprint.cpp ataprint.h \ | atacmdnames.h atacmds.cpp atacmds.h ataidentify.cpp \ |
dev_ata_cmd_set.cpp dev_ata_cmd_set.h dev_interface.cpp \ | ataidentify.h ataprint.cpp ataprint.h dev_ata_cmd_set.cpp \ |
dev_interface.h dev_tunnelled.h drivedb.h int64.h \ | dev_ata_cmd_set.h dev_interface.cpp dev_interface.h \ |
knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \ | dev_tunnelled.h drivedb.h int64.h knowndrives.cpp \ |
scsiata.cpp scsiprint.cpp scsiprint.h utility.cpp utility.h \ | knowndrives.h scsicmds.cpp scsicmds.h scsiata.cpp \ |
| scsiprint.cpp scsiprint.h utility.cpp utility.h \ |
getopt/getopt.c getopt/getopt.h getopt/getopt1.c regex/regex.c \ |
getopt/getopt.c getopt/getopt.h getopt/getopt1.c regex/regex.c \ |
regex/regex.h regex/regex_internal.h csmisas.h \ |
regex/regex.h regex/regex_internal.h csmisas.h \ |
os_win32/wmiquery.cpp os_win32/wmiquery.h |
os_win32/wmiquery.cpp os_win32/wmiquery.h |
Line 154 am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h at
|
Line 174 am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h at
|
@NEED_REGEX_TRUE@am__objects_2 = regex.$(OBJEXT) |
@NEED_REGEX_TRUE@am__objects_2 = regex.$(OBJEXT) |
@OS_WIN32_TRUE@am__objects_3 = wmiquery.$(OBJEXT) |
@OS_WIN32_TRUE@am__objects_3 = wmiquery.$(OBJEXT) |
am_smartctl_OBJECTS = smartctl.$(OBJEXT) atacmdnames.$(OBJEXT) \ |
am_smartctl_OBJECTS = smartctl.$(OBJEXT) atacmdnames.$(OBJEXT) \ |
atacmds.$(OBJEXT) ataprint.$(OBJEXT) dev_ata_cmd_set.$(OBJEXT) \ | atacmds.$(OBJEXT) ataidentify.$(OBJEXT) ataprint.$(OBJEXT) \ |
dev_interface.$(OBJEXT) knowndrives.$(OBJEXT) \ | dev_ata_cmd_set.$(OBJEXT) dev_interface.$(OBJEXT) \ |
scsicmds.$(OBJEXT) scsiata.$(OBJEXT) scsiprint.$(OBJEXT) \ | knowndrives.$(OBJEXT) scsicmds.$(OBJEXT) scsiata.$(OBJEXT) \ |
utility.$(OBJEXT) $(am__objects_1) $(am__objects_2) \ | scsiprint.$(OBJEXT) utility.$(OBJEXT) $(am__objects_1) \ |
$(am__objects_3) | $(am__objects_2) $(am__objects_3) |
am__EXTRA_smartctl_SOURCES_DIST = os_linux.cpp os_linux.h \ | am__EXTRA_smartctl_SOURCES_DIST = os_darwin.cpp os_darwin.h \ |
os_freebsd.cpp os_freebsd.h os_netbsd.cpp os_netbsd.h \ | os_linux.cpp os_linux.h os_freebsd.cpp os_freebsd.h \ |
os_openbsd.cpp os_openbsd.h os_qnxnto.cpp os_qnxnto.h \ | os_netbsd.cpp os_netbsd.h os_openbsd.cpp os_openbsd.h \ |
os_solaris.cpp os_solaris.h os_win32.cpp os_generic.cpp \ | os_qnxnto.cpp os_qnxnto.h os_solaris.cpp os_solaris.h \ |
os_generic.h cciss.cpp cciss.h cissio_freebsd.h dev_legacy.cpp \ | os_solaris_ata.s os_win32.cpp os_generic.cpp os_generic.h \ |
megaraid.h regex/regcomp.c regex/regexec.c \ | cciss.cpp cciss.h cissio_freebsd.h dev_areca.cpp dev_areca.h \ |
| dev_legacy.cpp megaraid.h regex/regcomp.c regex/regexec.c \ |
regex/regex_internal.c |
regex/regex_internal.c |
smartctl_OBJECTS = $(am_smartctl_OBJECTS) |
smartctl_OBJECTS = $(am_smartctl_OBJECTS) |
am__DEPENDENCIES_1 = |
am__DEPENDENCIES_1 = |
Line 173 am__smartd_SOURCES_DIST = smartd.cpp atacmdnames.cpp a
|
Line 194 am__smartd_SOURCES_DIST = smartd.cpp atacmdnames.cpp a
|
dev_interface.cpp dev_interface.h dev_tunnelled.h drivedb.h \ |
dev_interface.cpp dev_interface.h dev_tunnelled.h drivedb.h \ |
int64.h knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \ |
int64.h knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \ |
scsiata.cpp utility.cpp utility.h os_win32/daemon_win32.cpp \ |
scsiata.cpp utility.cpp utility.h os_win32/daemon_win32.cpp \ |
os_win32/daemon_win32.h os_win32/hostname_win32.cpp \ | os_win32/daemon_win32.h os_win32/syslog_win32.cpp \ |
os_win32/hostname_win32.h os_win32/syslog_win32.cpp \ | |
os_win32/syslog.h getopt/getopt.c getopt/getopt.h \ |
os_win32/syslog.h getopt/getopt.c getopt/getopt.h \ |
getopt/getopt1.c regex/regex.c regex/regex.h \ |
getopt/getopt1.c regex/regex.c regex/regex.h \ |
regex/regex_internal.h csmisas.h os_win32/wmiquery.cpp \ |
regex/regex_internal.h csmisas.h os_win32/wmiquery.cpp \ |
os_win32/wmiquery.h |
os_win32/wmiquery.h |
@OS_WIN32_MINGW_TRUE@am__objects_4 = daemon_win32.$(OBJEXT) \ |
@OS_WIN32_MINGW_TRUE@am__objects_4 = daemon_win32.$(OBJEXT) \ |
@OS_WIN32_MINGW_TRUE@ hostname_win32.$(OBJEXT) \ |
|
@OS_WIN32_MINGW_TRUE@ syslog_win32.$(OBJEXT) |
@OS_WIN32_MINGW_TRUE@ syslog_win32.$(OBJEXT) |
am_smartd_OBJECTS = smartd.$(OBJEXT) atacmdnames.$(OBJEXT) \ |
am_smartd_OBJECTS = smartd.$(OBJEXT) atacmdnames.$(OBJEXT) \ |
atacmds.$(OBJEXT) dev_ata_cmd_set.$(OBJEXT) \ |
atacmds.$(OBJEXT) dev_ata_cmd_set.$(OBJEXT) \ |
Line 193 am__EXTRA_smartd_SOURCES_DIST = os_darwin.cpp os_darwi
|
Line 212 am__EXTRA_smartd_SOURCES_DIST = os_darwin.cpp os_darwi
|
os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \ |
os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \ |
os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \ |
os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \ |
os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \ |
os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \ |
cissio_freebsd.h dev_legacy.cpp megaraid.h regex/regcomp.c \ | cissio_freebsd.h dev_areca.cpp dev_areca.h dev_legacy.cpp \ |
regex/regexec.c regex/regex_internal.c | megaraid.h regex/regcomp.c regex/regexec.c \ |
| regex/regex_internal.c |
smartd_OBJECTS = $(am_smartd_OBJECTS) |
smartd_OBJECTS = $(am_smartd_OBJECTS) |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
am__vpath_adj = case $$p in \ |
am__vpath_adj = case $$p in \ |
Line 217 am__nobase_list = $(am__nobase_strip_setup); \
|
Line 237 am__nobase_list = $(am__nobase_strip_setup); \
|
am__base_list = \ |
am__base_list = \ |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
SCRIPTS = $(examples_SCRIPTS) $(sbin_SCRIPTS) | am__uninstall_files_from_dir = { \ |
| test -z "$$files" \ |
| || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| $(am__cd) "$$dir" && rm -f $$files; }; \ |
| } |
| SCRIPTS = $(examples_SCRIPTS) $(sbin_SCRIPTS) $(sysscript_SCRIPTS) |
DEFAULT_INCLUDES = -I.@am__isrc@ |
DEFAULT_INCLUDES = -I.@am__isrc@ |
depcomp = $(SHELL) $(top_srcdir)/depcomp |
depcomp = $(SHELL) $(top_srcdir)/depcomp |
am__depfiles_maybe = depfiles |
am__depfiles_maybe = depfiles |
Line 237 SOURCES = $(smartctl_SOURCES) $(EXTRA_smartctl_SOURCES
|
Line 263 SOURCES = $(smartctl_SOURCES) $(EXTRA_smartctl_SOURCES
|
DIST_SOURCES = $(am__smartctl_SOURCES_DIST) \ |
DIST_SOURCES = $(am__smartctl_SOURCES_DIST) \ |
$(am__EXTRA_smartctl_SOURCES_DIST) $(am__smartd_SOURCES_DIST) \ |
$(am__EXTRA_smartctl_SOURCES_DIST) $(am__smartd_SOURCES_DIST) \ |
$(am__EXTRA_smartd_SOURCES_DIST) |
$(am__EXTRA_smartd_SOURCES_DIST) |
|
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
man5dir = $(mandir)/man5 |
man5dir = $(mandir)/man5 |
man8dir = $(mandir)/man8 |
man8dir = $(mandir)/man8 |
NROFF = nroff |
NROFF = nroff |
Line 246 DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DAT
|
Line 277 DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DAT
|
$(sysconf_DATA) $(systemdsystemunit_DATA) |
$(sysconf_DATA) $(systemdsystemunit_DATA) |
ETAGS = etags |
ETAGS = etags |
CTAGS = ctags |
CTAGS = ctags |
|
CSCOPE = cscope |
|
AM_RECURSIVE_TARGETS = cscope |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
distdir = $(PACKAGE)-$(VERSION) |
distdir = $(PACKAGE)-$(VERSION) |
top_distdir = $(distdir) |
top_distdir = $(distdir) |
am__remove_distdir = \ |
am__remove_distdir = \ |
{ test ! -d "$(distdir)" \ | if test -d "$(distdir)"; then \ |
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
&& rm -fr "$(distdir)"; }; } | && rm -rf "$(distdir)" \ |
| || { sleep 5 && rm -rf "$(distdir)"; }; \ |
| else :; fi |
| am__post_remove_distdir = $(am__remove_distdir) |
DIST_ARCHIVES = $(distdir).tar.gz |
DIST_ARCHIVES = $(distdir).tar.gz |
GZIP_ENV = --best |
GZIP_ENV = --best |
|
DIST_TARGETS = dist-gzip |
distuninstallcheck_listfiles = find . -type f -print |
distuninstallcheck_listfiles = find . -type f -print |
|
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
|
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
distcleancheck_listfiles = find . -type f -print |
distcleancheck_listfiles = find . -type f -print |
ACLOCAL = @ACLOCAL@ |
ACLOCAL = @ACLOCAL@ |
AMTAR = @AMTAR@ |
AMTAR = @AMTAR@ |
Line 366 mkdir_p = @mkdir_p@
|
Line 405 mkdir_p = @mkdir_p@
|
oldincludedir = @oldincludedir@ |
oldincludedir = @oldincludedir@ |
os_deps = @os_deps@ |
os_deps = @os_deps@ |
os_dltools = @os_dltools@ |
os_dltools = @os_dltools@ |
|
os_dnsdomainname = @os_dnsdomainname@ |
|
os_hostname = @os_hostname@ |
os_libs = @os_libs@ |
os_libs = @os_libs@ |
|
os_mailer = @os_mailer@ |
os_man_filter = @os_man_filter@ |
os_man_filter = @os_man_filter@ |
|
os_nisdomainname = @os_nisdomainname@ |
pdfdir = @pdfdir@ |
pdfdir = @pdfdir@ |
prefix = @prefix@ |
prefix = @prefix@ |
program_transform_name = @program_transform_name@ |
program_transform_name = @program_transform_name@ |
Line 381 smartd_suffix = @smartd_suffix@
|
Line 424 smartd_suffix = @smartd_suffix@
|
smartmontools_release_date = @smartmontools_release_date@ |
smartmontools_release_date = @smartmontools_release_date@ |
smartmontools_release_time = @smartmontools_release_time@ |
smartmontools_release_time = @smartmontools_release_time@ |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
|
svn_deps = @svn_deps@ |
sysconfdir = @sysconfdir@ |
sysconfdir = @sysconfdir@ |
systemdsystemunitdir = @systemdsystemunitdir@ |
systemdsystemunitdir = @systemdsystemunitdir@ |
target_alias = @target_alias@ |
target_alias = @target_alias@ |
Line 388 top_build_prefix = @top_build_prefix@
|
Line 432 top_build_prefix = @top_build_prefix@
|
top_builddir = @top_builddir@ |
top_builddir = @top_builddir@ |
top_srcdir = @top_srcdir@ |
top_srcdir = @top_srcdir@ |
with_selinux = @with_selinux@ |
with_selinux = @with_selinux@ |
|
ACLOCAL_AMFLAGS = -I m4 |
|
|
# Make sure .cpp takes precedence to avoid compiling old .c file |
# Make sure .cpp takes precedence to avoid compiling old .c file |
SUFFIXES = .cpp .c .s .o |
SUFFIXES = .cpp .c .s .o |
Line 399 AM_CPPFLAGS = -DBUILD_INFO='$(BUILD_INFO)' \
|
Line 444 AM_CPPFLAGS = -DBUILD_INFO='$(BUILD_INFO)' \
|
$(am__append_2) $(am__append_3) $(am__append_4) \ |
$(am__append_2) $(am__append_3) $(am__append_4) \ |
$(am__append_5) $(am__append_6) |
$(am__append_5) $(am__append_6) |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_FALSE@sbin_SCRIPTS = update-smart-drivedb |
@ENABLE_DRIVEDB_TRUE@@OS_WIN32_MINGW_FALSE@sbin_SCRIPTS = update-smart-drivedb |
|
smartctl_SOURCES = smartctl.cpp smartctl.h atacmdnames.cpp \ |
|
atacmdnames.h atacmds.cpp atacmds.h ataidentify.cpp \ |
|
ataidentify.h ataprint.cpp ataprint.h dev_ata_cmd_set.cpp \ |
|
dev_ata_cmd_set.h dev_interface.cpp dev_interface.h \ |
|
dev_tunnelled.h drivedb.h int64.h knowndrives.cpp \ |
|
knowndrives.h scsicmds.cpp scsicmds.h scsiata.cpp \ |
|
scsiprint.cpp scsiprint.h utility.cpp utility.h \ |
|
$(am__append_12) $(am__append_14) $(am__append_18) |
|
smartctl_LDADD = @os_deps@ @os_libs@ $(am__append_7) $(am__append_20) |
|
smartctl_DEPENDENCIES = @os_deps@ $(am__append_8) |
|
EXTRA_smartctl_SOURCES = os_darwin.cpp os_darwin.h os_linux.cpp \ |
|
os_linux.h os_freebsd.cpp os_freebsd.h os_netbsd.cpp \ |
|
os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \ |
|
os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \ |
|
os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \ |
|
cissio_freebsd.h dev_areca.cpp dev_areca.h dev_legacy.cpp \ |
|
megaraid.h $(am__append_16) |
smartd_SOURCES = smartd.cpp atacmdnames.cpp atacmdnames.h atacmds.cpp \ |
smartd_SOURCES = smartd.cpp atacmdnames.cpp atacmdnames.h atacmds.cpp \ |
atacmds.h dev_ata_cmd_set.cpp dev_ata_cmd_set.h \ |
atacmds.h dev_ata_cmd_set.cpp dev_ata_cmd_set.h \ |
dev_interface.cpp dev_interface.h dev_tunnelled.h drivedb.h \ |
dev_interface.cpp dev_interface.h dev_tunnelled.h drivedb.h \ |
int64.h knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \ |
int64.h knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \ |
scsiata.cpp utility.cpp utility.h $(am__append_7) \ | scsiata.cpp utility.cpp utility.h $(am__append_9) \ |
$(am__append_9) $(am__append_11) $(am__append_15) | $(am__append_13) $(am__append_15) $(am__append_19) |
smartd_LDADD = @os_deps@ @os_libs@ @CAPNG_LDADD@ $(am__append_17) | smartd_LDADD = @os_deps@ @os_libs@ @CAPNG_LDADD@ $(am__append_10) \ |
smartd_DEPENDENCIES = @os_deps@ | $(am__append_21) |
| smartd_DEPENDENCIES = @os_deps@ $(am__append_11) |
EXTRA_smartd_SOURCES = os_darwin.cpp os_darwin.h os_linux.cpp \ |
EXTRA_smartd_SOURCES = os_darwin.cpp os_darwin.h os_linux.cpp \ |
os_linux.h os_freebsd.cpp os_freebsd.h os_netbsd.cpp \ |
os_linux.h os_freebsd.cpp os_freebsd.h os_netbsd.cpp \ |
os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \ |
os_netbsd.h os_openbsd.cpp os_openbsd.h os_qnxnto.cpp \ |
os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \ |
os_qnxnto.h os_solaris.cpp os_solaris.h os_solaris_ata.s \ |
os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \ |
os_win32.cpp os_generic.cpp os_generic.h cciss.cpp cciss.h \ |
cissio_freebsd.h dev_legacy.cpp megaraid.h $(am__append_13) | cissio_freebsd.h dev_areca.cpp dev_areca.h dev_legacy.cpp \ |
smartctl_SOURCES = smartctl.cpp smartctl.h atacmdnames.cpp \ | megaraid.h $(am__append_17) |
atacmdnames.h atacmds.cpp atacmds.h ataprint.cpp ataprint.h \ | |
dev_ata_cmd_set.cpp dev_ata_cmd_set.h dev_interface.cpp \ | |
dev_interface.h dev_tunnelled.h drivedb.h int64.h \ | |
knowndrives.cpp knowndrives.h scsicmds.cpp scsicmds.h \ | |
scsiata.cpp scsiprint.cpp scsiprint.h utility.cpp utility.h \ | |
$(am__append_8) $(am__append_10) $(am__append_14) | |
smartctl_LDADD = @os_deps@ @os_libs@ $(am__append_16) | |
smartctl_DEPENDENCIES = @os_deps@ | |
EXTRA_smartctl_SOURCES = os_linux.cpp os_linux.h os_freebsd.cpp \ | |
os_freebsd.h os_netbsd.cpp os_netbsd.h os_openbsd.cpp \ | |
os_openbsd.h os_qnxnto.cpp os_qnxnto.h os_solaris.cpp \ | |
os_solaris.h os_win32.cpp os_generic.cpp os_generic.h \ | |
cciss.cpp cciss.h cissio_freebsd.h dev_legacy.cpp megaraid.h \ | |
$(am__append_12) | |
|
|
# This block is required because Solaris uses manual page section 1m |
# This block is required because Solaris uses manual page section 1m |
# for administrative command (linux/freebsd use section 8) and Solaris |
# for administrative command (linux/freebsd use section 8) and Solaris |
Line 444 EXTRA_smartctl_SOURCES = os_linux.cpp os_linux.h os_fr
|
Line 493 EXTRA_smartctl_SOURCES = os_linux.cpp os_linux.h os_fr
|
@OS_SOLARIS_FALSE@ smartd.8 |
@OS_SOLARIS_FALSE@ smartd.8 |
|
|
docsdir = $(docdir) |
docsdir = $(docdir) |
docs_DATA = AUTHORS \ | docs_DATA = \ |
CHANGELOG \ | AUTHORS \ |
COPYING \ | ChangeLog \ |
INSTALL \ | ChangeLog-5.0-6.0 \ |
NEWS \ | COPYING \ |
README \ | INSTALL \ |
TODO \ | NEWS \ |
WARNINGS \ | README \ |
smartd.conf | TODO \ |
| WARNINGS \ |
| smartd.conf |
|
|
examplesdir = $(exampledir) |
examplesdir = $(exampledir) |
examples_DATA = \ |
examples_DATA = \ |
Line 465 examples_SCRIPTS = \
|
Line 516 examples_SCRIPTS = \
|
examplescripts/Example4 |
examplescripts/Example4 |
|
|
sysconf_DATA = smartd.conf |
sysconf_DATA = smartd.conf |
|
|
|
# automake does not allow 'sysconf_SCRIPTS' |
|
sysscriptdir = $(sysconfdir) |
|
sysscript_SCRIPTS = smartd_warning.sh |
EXTRA_DIST = \ |
EXTRA_DIST = \ |
autogen.sh \ |
autogen.sh \ |
smartd.initd.in \ |
smartd.initd.in \ |
Line 474 EXTRA_DIST = \
|
Line 529 EXTRA_DIST = \
|
smartd.conf.5.in \ |
smartd.conf.5.in \ |
smartd.conf \ |
smartd.conf \ |
smartd.service.in \ |
smartd.service.in \ |
|
smartd_warning.sh.in \ |
update-smart-drivedb.in \ |
update-smart-drivedb.in \ |
|
m4/pkg.m4 \ |
os_darwin/SMART.in \ |
os_darwin/SMART.in \ |
os_darwin/StartupParameters.plist \ |
os_darwin/StartupParameters.plist \ |
os_darwin/English_Localizable.strings \ |
os_darwin/English_Localizable.strings \ |
Line 482 EXTRA_DIST = \
|
Line 539 EXTRA_DIST = \
|
os_win32/runcmd.c \ |
os_win32/runcmd.c \ |
os_win32/runcmda.exe.manifest \ |
os_win32/runcmda.exe.manifest \ |
os_win32/runcmdu.exe.manifest \ |
os_win32/runcmdu.exe.manifest \ |
os_win32/syslogevt.c \ | os_win32/smartctl_res.rc.in \ |
| os_win32/smartd_res.rc.in \ |
| os_win32/smartd_warning.cmd \ |
os_win32/syslogevt.mc \ |
os_win32/syslogevt.mc \ |
os_win32/update-smart-drivedb.nsi \ |
os_win32/update-smart-drivedb.nsi \ |
os_win32/wbemcli_small.h \ |
os_win32/wbemcli_small.h \ |
|
os_win32/wtssendmsg.c \ |
$(docs_DATA) \ |
$(docs_DATA) \ |
$(examples_DATA) \ |
$(examples_DATA) \ |
$(examples_SCRIPTS) |
$(examples_SCRIPTS) |
Line 494 CLEANFILES = smartd.conf.5 smartd.conf.4 smartd.8 smar
|
Line 554 CLEANFILES = smartd.conf.5 smartd.conf.4 smartd.8 smar
|
smartd.8.html smartd.8.txt smartctl.8 smartctl.1m \ |
smartd.8.html smartd.8.txt smartctl.8 smartctl.1m \ |
smartctl.8.html smartctl.8.txt smartd.conf.5.html \ |
smartctl.8.html smartctl.8.txt smartd.conf.5.html \ |
smartd.conf.5.txt smartd.initd smartd.freebsd.initd \ |
smartd.conf.5.txt smartd.initd smartd.freebsd.initd \ |
smartd.service svnversion.h update-smart-drivedb SMART \ | smartd.service smartd_warning.sh svnversion.h \ |
$(am__append_21) | update-smart-drivedb SMART $(am__append_24) |
|
|
# 'make maintainer-clean' also removes files generated by './autogen.sh' |
# 'make maintainer-clean' also removes files generated by './autogen.sh' |
MAINTAINERCLEANFILES = \ |
MAINTAINERCLEANFILES = \ |
Line 509 MAINTAINERCLEANFILES = \
|
Line 569 MAINTAINERCLEANFILES = \
|
$(srcdir)/depcomp \ |
$(srcdir)/depcomp \ |
$(srcdir)/install-sh \ |
$(srcdir)/install-sh \ |
$(srcdir)/missing \ |
$(srcdir)/missing \ |
$(srcdir)/mkinstalldirs | $(srcdir)/mkinstalldirs \ |
| $(srcdir)/m4/pkg.m4 |
|
|
@ENABLE_DRIVEDB_TRUE@drivedb_DATA = drivedb.h |
@ENABLE_DRIVEDB_TRUE@drivedb_DATA = drivedb.h |
|
|
Line 541 MAINTAINERCLEANFILES = \
|
Line 602 MAINTAINERCLEANFILES = \
|
@ENABLE_ATTRIBUTELOG_FALSE@MAN_ATTRIBUTELOG = sed '/^\.\\" %IF ENABLE_ATTRIBUTELOG/,/^\.\\" %ENDIF ENABLE_ATTRIBUTELOG/ s,^,.\\"\# ,' |
@ENABLE_ATTRIBUTELOG_FALSE@MAN_ATTRIBUTELOG = sed '/^\.\\" %IF ENABLE_ATTRIBUTELOG/,/^\.\\" %ENDIF ENABLE_ATTRIBUTELOG/ s,^,.\\"\# ,' |
@ENABLE_ATTRIBUTELOG_TRUE@MAN_ATTRIBUTELOG = sed "s|/usr/local/var/lib/smartmontools/attrlog\\.|$(attributelog)|g" |
@ENABLE_ATTRIBUTELOG_TRUE@MAN_ATTRIBUTELOG = sed "s|/usr/local/var/lib/smartmontools/attrlog\\.|$(attributelog)|g" |
MAN_FILTER = \ |
MAN_FILTER = \ |
sed "s|CURRENT_SVN_VERSION|$(releaseversion)|g; \ | sed -e 's|CURRENT_SVN_VERSION|$(releaseversion)|g' \ |
s|CURRENT_SVN_DATE|`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$$,\1,p' svnversion.h`|g; \ | -e "s|CURRENT_SVN_DATE|`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$$,\1,p' svnversion.h`|g" \ |
s|CURRENT_SVN_REV|`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$$,r\1,p' svnversion.h`|g; \ | -e "s|CURRENT_SVN_REV|`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$$,r\1,p' svnversion.h`|g" \ |
s|/usr/local/share/man/|$(mandir)/|g; \ | -e 's|/usr/local/share/man/|$(mandir)/|g' \ |
s|/usr/local/sbin/|$(sbindir)/|g; \ | -e 's|/usr/local/sbin/|$(sbindir)/|g' \ |
s|/usr/local/etc/rc\\.d/init.d/|$(initddir)/|g; \ | -e 's|/usr/local/etc/rc\.d/init.d/|$(initddir)/|g' \ |
s|/usr/local/share/doc/smartmontools/examplescripts/|!exampledir!|g; \ | -e 's|/usr/local/share/doc/smartmontools/examplescripts/|!exampledir!|g' \ |
s|/usr/local/share/doc/smartmontools/|$(docsdir)/|g; \ | -e 's|/usr/local/share/doc/smartmontools/|$(docsdir)/|g' \ |
s|!exampledir!|$(exampledir)/|g; \ | -e 's|!exampledir!|$(exampledir)/|g' \ |
s|/usr/local/etc/smartd\\.conf|$(sysconfdir)/smartd.conf|g; \ | -e 's|/usr/local/etc/smartd\.conf|$(sysconfdir)/smartd.conf|g' \ |
s|/usr/local/etc/smart_drivedb\\.h|$(sysconfdir)/smart_drivedb\\.h|g" | \ | -e 's|/usr/local/etc/smartd_warning\.|$(sysconfdir)/smartd_warning.|g' \ |
| -e 's|/usr/local/etc/smart_drivedb\.h|$(sysconfdir)/smart_drivedb.h|g' | \ |
$(MAN_ATTRIBUTELOG) | \ |
$(MAN_ATTRIBUTELOG) | \ |
$(MAN_CAPABILITIES) | \ |
$(MAN_CAPABILITIES) | \ |
$(MAN_DRIVEDB) | \ |
$(MAN_DRIVEDB) | \ |
Line 562 MAN_FILTER = \
|
Line 624 MAN_FILTER = \
|
-e '/^\.\\" %IF OS .*$(os_man_filter)/,/^\.\\" %ENDIF OS .*$(os_man_filter)/ s,^,!!,' \ |
-e '/^\.\\" %IF OS .*$(os_man_filter)/,/^\.\\" %ENDIF OS .*$(os_man_filter)/ s,^,!!,' \ |
-e '/^\.\\" %IF OS ./,/^\.\\" %ENDIF OS ./ s,^,.\\"\# ,' \ |
-e '/^\.\\" %IF OS ./,/^\.\\" %ENDIF OS ./ s,^,.\\"\# ,' \ |
-e '/^!*\.\\" %IF NOT OS ./,/^!*\.\\" %ENDIF NOT OS ./ s,^,!!,' \ |
-e '/^!*\.\\" %IF NOT OS ./,/^!*\.\\" %ENDIF NOT OS ./ s,^,!!,' \ |
-e '/^!!/{ s,^!!!*,,; s,^\.\\"! \(.*\)$$,\1 \\"\#, ;}' ; \ | -e 's,^!!!*\.\\"! \(.*\)$$,\1 \\"\#,' \ |
| -e 's,^!!!*,,' ; \ |
else \ |
else \ |
cat; \ |
cat; \ |
fi |
fi |
Line 575 MAN2HTML = man2html
|
Line 638 MAN2HTML = man2html
|
MAN2TXT = groff -man -Tascii -P'-bcou' |
MAN2TXT = groff -man -Tascii -P'-bcou' |
|
|
# Remove HTTP header and fix links in man2html output |
# Remove HTTP header and fix links in man2html output |
FIXHTML = sed '1s,^Content-type.*,,' \ | FIXHTML = sed -e '1s,^Content-type.*,,' \ |
| sed 's,<A HREF="http://[-a-z/]*/man2html?\([1-8]\)+\(smart[cd][.a-z]*\)">,<A HREF="\2.\1.html">,g' \ | -e 's,<A HREF="[^"]*/man2html?\([1-8]\)+\(smart[cd][.a-z]*\)">,<A HREF="\2.\1.html">,g' \ |
| sed 's,<A HREF="http://[-a-z/]*/man2html">,<A HREF=".">,g' \ | -e 's,<A HREF="[^"]*/man2html">,<A HREF=".">,g' \ |
| sed 's,<A HREF="http://[-a-z/]*/man2html?[^"]*">\([^<]*\)</A>,\1,g' \ | -e 's,<A HREF="[^"]*/man2html?[^"]*">\([^<]*\)</A>,\1,g' \ |
| sed 's,<A HREF="mailto:[^s][^m][^a][^"]*">\([^<]*\)</A>,\1,g' | -e 's,<A HREF="mailto:[^s][^m][^a][^"]*">\([^<]*\)</A>,\1,g' |
|
|
|
|
|
# Convert version for VERSIONINFO resource: 6.1 r3754 -> 6.1.0.3754 |
|
@OS_WIN32_MINGW_TRUE@WIN_RC_FILTER = \ |
|
@OS_WIN32_MINGW_TRUE@ ( ver=`echo '$(PACKAGE_VERSION).0' | sed -n 's,^\([0-9]*\.[0-9]*\.[0-9]*\).*$$,\1,p'`; \ |
|
@OS_WIN32_MINGW_TRUE@ rev=`sed -n 's,^.*REV[^"]*"\([0-9]*\).*$$,\1,p' svnversion.h`; \ |
|
@OS_WIN32_MINGW_TRUE@ txtver="$${ver:-0.0.0}.$${rev:-0}"; binver=`echo "$$txtver" | sed 's|\.|,|g'`; \ |
|
@OS_WIN32_MINGW_TRUE@ sed -e "s|@BINARY_VERSION@|$$binver|g" -e "s|@TEXT_VERSION@|$$txtver|g"; ) |
|
|
@OS_WIN32_MINGW_TRUE@@OS_WIN64_FALSE@win_bits = 32 |
@OS_WIN32_MINGW_TRUE@@OS_WIN64_FALSE@win_bits = 32 |
|
|
# Definitions for Windows distribution |
# Definitions for Windows distribution |
Line 593 FIXHTML = sed '1s,^Content-type.*,,' \
|
Line 664 FIXHTML = sed '1s,^Content-type.*,,' \
|
@OS_WIN32_MINGW_TRUE@EXEFILES_WIN32 = $(exedir_win32)/smartctl.exe \ |
@OS_WIN32_MINGW_TRUE@EXEFILES_WIN32 = $(exedir_win32)/smartctl.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/smartctl-nc.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/smartctl-nc.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/smartd.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/smartd.exe \ |
|
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/smartd_warning.cmd \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmda.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmda.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmdu.exe \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmdu.exe \ |
@OS_WIN32_MINGW_TRUE@ $(am__append_18) $(am__append_19) | @OS_WIN32_MINGW_TRUE@ $(exedir_win32)/wtssendmsg.exe \ |
| @OS_WIN32_MINGW_TRUE@ $(am__append_22) |
@OS_WIN32_MINGW_TRUE@FILES_WIN32 = $(EXEFILES_WIN32) \ |
@OS_WIN32_MINGW_TRUE@FILES_WIN32 = $(EXEFILES_WIN32) \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/AUTHORS.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/AUTHORS.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/CHANGELOG.txt \ | @OS_WIN32_MINGW_TRUE@ $(docdir_win32)/ChangeLog.txt \ |
| @OS_WIN32_MINGW_TRUE@ $(docdir_win32)/ChangeLog-5.0-6.0.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/COPYING.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/COPYING.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/INSTALL.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/INSTALL.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/NEWS.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/NEWS.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/README.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/README.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/TODO.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/TODO.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/WARNINGS.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/WARNINGS.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/checksums.txt \ | @OS_WIN32_MINGW_TRUE@ $(docdir_win32)/checksums$(win_bits).txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartd.conf \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartd.conf \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartctl.8.html \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartctl.8.html \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartctl.8.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartctl.8.txt \ |
Line 615 FIXHTML = sed '1s,^Content-type.*,,' \
|
Line 689 FIXHTML = sed '1s,^Content-type.*,,' \
|
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartd.conf.5.txt \ |
@OS_WIN32_MINGW_TRUE@ $(docdir_win32)/smartd.conf.5.txt \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmda.exe.manifest \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmda.exe.manifest \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmdu.exe.manifest \ |
@OS_WIN32_MINGW_TRUE@ $(exedir_win32)/runcmdu.exe.manifest \ |
@OS_WIN32_MINGW_TRUE@ $(am__append_20) | @OS_WIN32_MINGW_TRUE@ $(am__append_23) |
|
|
# Textfile converter from package cygutils or tofrodos |
# Textfile converter from package cygutils or tofrodos |
# Note: Only use without options to be compatible with both packages |
# Note: Only use without options to be compatible with both packages |
Line 626 all: config.h
|
Line 700 all: config.h
|
|
|
.SUFFIXES: |
.SUFFIXES: |
.SUFFIXES: .cpp .c .s .o .obj |
.SUFFIXES: .cpp .c .s .o .obj |
am--refresh: | am--refresh: Makefile |
@: |
@: |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
@for dep in $?; do \ |
@for dep in $?; do \ |
Line 662 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4
|
Line 736 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4
|
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
|
|
config.h: stamp-h1 |
config.h: stamp-h1 |
@if test ! -f $@; then \ | @if test ! -f $@; then rm -f stamp-h1; else :; fi |
rm -f stamp-h1; \ | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ | |
else :; fi | |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
@rm -f stamp-h1 |
@rm -f stamp-h1 |
Line 679 distclean-hdr:
|
Line 751 distclean-hdr:
|
-rm -f config.h stamp-h1 |
-rm -f config.h stamp-h1 |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do echo "$$p $$p"; done | \ |
for p in $$list; do echo "$$p $$p"; done | \ |
sed 's/$(EXEEXT)$$//' | \ |
sed 's/$(EXEEXT)$$//' | \ |
while read p p1; do if test -f $$p; \ |
while read p p1; do if test -f $$p; \ |
Line 714 uninstall-sbinPROGRAMS:
|
Line 789 uninstall-sbinPROGRAMS:
|
|
|
clean-sbinPROGRAMS: |
clean-sbinPROGRAMS: |
-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) |
-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) |
smartctl$(EXEEXT): $(smartctl_OBJECTS) $(smartctl_DEPENDENCIES) | smartctl$(EXEEXT): $(smartctl_OBJECTS) $(smartctl_DEPENDENCIES) $(EXTRA_smartctl_DEPENDENCIES) |
@rm -f smartctl$(EXEEXT) |
@rm -f smartctl$(EXEEXT) |
$(CXXLINK) $(smartctl_OBJECTS) $(smartctl_LDADD) $(LIBS) |
$(CXXLINK) $(smartctl_OBJECTS) $(smartctl_LDADD) $(LIBS) |
smartd$(EXEEXT): $(smartd_OBJECTS) $(smartd_DEPENDENCIES) | smartd$(EXEEXT): $(smartd_OBJECTS) $(smartd_DEPENDENCIES) $(EXTRA_smartd_DEPENDENCIES) |
@rm -f smartd$(EXEEXT) |
@rm -f smartd$(EXEEXT) |
$(CXXLINK) $(smartd_OBJECTS) $(smartd_LDADD) $(LIBS) |
$(CXXLINK) $(smartd_OBJECTS) $(smartd_LDADD) $(LIBS) |
install-examplesSCRIPTS: $(examples_SCRIPTS) |
install-examplesSCRIPTS: $(examples_SCRIPTS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)" |
|
@list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || list=; \ |
@list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
Line 751 uninstall-examplesSCRIPTS:
|
Line 829 uninstall-examplesSCRIPTS:
|
@list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || exit 0; \ |
@list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || exit 0; \ |
files=`for p in $$list; do echo "$$p"; done | \ |
files=`for p in $$list; do echo "$$p"; done | \ |
sed -e 's,.*/,,;$(transform)'`; \ |
sed -e 's,.*/,,;$(transform)'`; \ |
test -n "$$list" || exit 0; \ | dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(examplesdir)" && rm -f $$files | |
install-sbinSCRIPTS: $(sbin_SCRIPTS) |
install-sbinSCRIPTS: $(sbin_SCRIPTS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \ |
@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
Line 785 uninstall-sbinSCRIPTS:
|
Line 864 uninstall-sbinSCRIPTS:
|
@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \ |
@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \ |
files=`for p in $$list; do echo "$$p"; done | \ |
files=`for p in $$list; do echo "$$p"; done | \ |
sed -e 's,.*/,,;$(transform)'`; \ |
sed -e 's,.*/,,;$(transform)'`; \ |
test -n "$$list" || exit 0; \ | dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ | install-sysscriptSCRIPTS: $(sysscript_SCRIPTS) |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files | @$(NORMAL_INSTALL) |
| @list='$(sysscript_SCRIPTS)'; test -n "$(sysscriptdir)" || list=; \ |
| if test -n "$$list"; then \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(sysscriptdir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(sysscriptdir)" || exit 1; \ |
| fi; \ |
| for p in $$list; do \ |
| if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
| done | \ |
| sed -e 'p;s,.*/,,;n' \ |
| -e 'h;s|.*|.|' \ |
| -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ |
| $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ |
| { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
| if ($$2 == $$4) { files[d] = files[d] " " $$1; \ |
| if (++n[d] == $(am__install_max)) { \ |
| print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ |
| else { print "f", d "/" $$4, $$1 } } \ |
| END { for (d in files) print "f", d, files[d] }' | \ |
| while read type dir files; do \ |
| if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
| test -z "$$files" || { \ |
| echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sysscriptdir)$$dir'"; \ |
| $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sysscriptdir)$$dir" || exit $$?; \ |
| } \ |
| ; done |
|
|
|
uninstall-sysscriptSCRIPTS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(sysscript_SCRIPTS)'; test -n "$(sysscriptdir)" || exit 0; \ |
|
files=`for p in $$list; do echo "$$p"; done | \ |
|
sed -e 's,.*/,,;$(transform)'`; \ |
|
dir='$(DESTDIR)$(sysscriptdir)'; $(am__uninstall_files_from_dir) |
|
|
mostlyclean-compile: |
mostlyclean-compile: |
-rm -f *.$(OBJEXT) |
-rm -f *.$(OBJEXT) |
|
|
Line 797 distclean-compile:
|
Line 909 distclean-compile:
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atacmdnames.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atacmdnames.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atacmds.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atacmds.Po@am__quote@ |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ataidentify.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ataprint.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ataprint.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cciss.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cciss.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemon_win32.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/daemon_win32.Po@am__quote@ |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_areca.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_ata_cmd_set.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_ata_cmd_set.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_interface.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_interface.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_legacy.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dev_legacy.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostname_win32.Po@am__quote@ |
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/knowndrives.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/knowndrives.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_darwin.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_darwin.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_freebsd.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_freebsd.Po@am__quote@ |
Line 969 daemon_win32.obj: os_win32/daemon_win32.cpp
|
Line 1082 daemon_win32.obj: os_win32/daemon_win32.cpp
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@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` |
@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` |
|
|
hostname_win32.o: os_win32/hostname_win32.cpp |
|
@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 |
|
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hostname_win32.Tpo $(DEPDIR)/hostname_win32.Po |
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='os_win32/hostname_win32.cpp' object='hostname_win32.o' libtool=no @AMDEPBACKSLASH@ |
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|
@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 |
|
|
|
hostname_win32.obj: os_win32/hostname_win32.cpp |
|
@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` |
|
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/hostname_win32.Tpo $(DEPDIR)/hostname_win32.Po |
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='os_win32/hostname_win32.cpp' object='hostname_win32.obj' libtool=no @AMDEPBACKSLASH@ |
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|
@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` |
|
|
|
syslog_win32.o: os_win32/syslog_win32.cpp |
syslog_win32.o: os_win32/syslog_win32.cpp |
@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 |
@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 |
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/syslog_win32.Tpo $(DEPDIR)/syslog_win32.Po |
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/syslog_win32.Tpo $(DEPDIR)/syslog_win32.Po |
Line 1004 syslog_win32.obj: os_win32/syslog_win32.cpp
|
Line 1103 syslog_win32.obj: os_win32/syslog_win32.cpp
|
$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
install-man5: $(man_MANS) |
install-man5: $(man_MANS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" | @list1=''; \ |
@list=''; test -n "$(man5dir)" || exit 0; \ | list2='$(man_MANS)'; \ |
{ for i in $$list; do echo "$$i"; done; \ | test -n "$(man5dir)" \ |
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | && test -n "`echo $$list1$$list2`" \ |
sed -n '/\.5[a-z]*$$/p'; \ | || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.5[a-z]*$$/p'; \ |
| fi; \ |
} | while read p; do \ |
} | while read p; do \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; echo "$$p"; \ |
echo "$$d$$p"; echo "$$p"; \ |
Line 1037 uninstall-man5:
|
Line 1143 uninstall-man5:
|
sed -n '/\.5[a-z]*$$/p'; \ |
sed -n '/\.5[a-z]*$$/p'; \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
test -z "$$files" || { \ | dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(man5dir)" && rm -f $$files; } | |
install-man8: $(man_MANS) |
install-man8: $(man_MANS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" | @list1=''; \ |
@list=''; test -n "$(man8dir)" || exit 0; \ | list2='$(man_MANS)'; \ |
{ for i in $$list; do echo "$$i"; done; \ | test -n "$(man8dir)" \ |
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | && test -n "`echo $$list1$$list2`" \ |
sed -n '/\.8[a-z]*$$/p'; \ | || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.8[a-z]*$$/p'; \ |
| fi; \ |
} | while read p; do \ |
} | while read p; do \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; echo "$$p"; \ |
echo "$$d$$p"; echo "$$p"; \ |
Line 1075 uninstall-man8:
|
Line 1186 uninstall-man8:
|
sed -n '/\.8[a-z]*$$/p'; \ |
sed -n '/\.8[a-z]*$$/p'; \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
test -z "$$files" || { \ | dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(man8dir)" && rm -f $$files; } | |
install-attributelogDATA: $(attributelog_DATA) |
install-attributelogDATA: $(attributelog_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(attributelogdir)" || $(MKDIR_P) "$(DESTDIR)$(attributelogdir)" |
|
@list='$(attributelog_DATA)'; test -n "$(attributelogdir)" || list=; \ |
@list='$(attributelog_DATA)'; test -n "$(attributelogdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(attributelogdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(attributelogdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 1095 uninstall-attributelogDATA:
|
Line 1207 uninstall-attributelogDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(attributelog_DATA)'; test -n "$(attributelogdir)" || list=; \ |
@list='$(attributelog_DATA)'; test -n "$(attributelogdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(attributelogdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(attributelogdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(attributelogdir)" && rm -f $$files | |
install-docsDATA: $(docs_DATA) |
install-docsDATA: $(docs_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)" |
|
@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \ |
@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(docsdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 1115 uninstall-docsDATA:
|
Line 1228 uninstall-docsDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \ |
@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(docsdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(docsdir)" && rm -f $$files | |
install-drivedbDATA: $(drivedb_DATA) |
install-drivedbDATA: $(drivedb_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(drivedbdir)" || $(MKDIR_P) "$(DESTDIR)$(drivedbdir)" |
|
@list='$(drivedb_DATA)'; test -n "$(drivedbdir)" || list=; \ |
@list='$(drivedb_DATA)'; test -n "$(drivedbdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(drivedbdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(drivedbdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 1135 uninstall-drivedbDATA:
|
Line 1249 uninstall-drivedbDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(drivedb_DATA)'; test -n "$(drivedbdir)" || list=; \ |
@list='$(drivedb_DATA)'; test -n "$(drivedbdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(drivedbdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(drivedbdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(drivedbdir)" && rm -f $$files | |
install-examplesDATA: $(examples_DATA) |
install-examplesDATA: $(examples_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)" |
|
@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 1155 uninstall-examplesDATA:
|
Line 1270 uninstall-examplesDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(examplesdir)" && rm -f $$files | |
install-savestatesDATA: $(savestates_DATA) |
install-savestatesDATA: $(savestates_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(savestatesdir)" || $(MKDIR_P) "$(DESTDIR)$(savestatesdir)" |
|
@list='$(savestates_DATA)'; test -n "$(savestatesdir)" || list=; \ |
@list='$(savestates_DATA)'; test -n "$(savestatesdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(savestatesdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(savestatesdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 1175 uninstall-savestatesDATA:
|
Line 1291 uninstall-savestatesDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(savestates_DATA)'; test -n "$(savestatesdir)" || list=; \ |
@list='$(savestates_DATA)'; test -n "$(savestatesdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(savestatesdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(savestatesdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(savestatesdir)" && rm -f $$files | |
install-systemdsystemunitDATA: $(systemdsystemunit_DATA) |
install-systemdsystemunitDATA: $(systemdsystemunit_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" |
|
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \ |
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 1195 uninstall-systemdsystemunitDATA:
|
Line 1312 uninstall-systemdsystemunitDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \ |
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(systemdsystemunitdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(systemdsystemunitdir)" && rm -f $$files | |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
Line 1248 GTAGS:
|
Line 1363 GTAGS:
|
&& $(am__cd) $(top_srcdir) \ |
&& $(am__cd) $(top_srcdir) \ |
&& gtags -i $(GTAGS_ARGS) "$$here" |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
|
|
cscope: cscope.files |
|
test ! -s cscope.files \ |
|
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
|
|
|
clean-cscope: |
|
-rm -f cscope.files |
|
|
|
cscope.files: clean-cscope cscopelist |
|
|
|
cscopelist: $(HEADERS) $(SOURCES) $(LISP) |
|
list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
|
case "$(srcdir)" in \ |
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
*) sdir=$(subdir)/$(srcdir) ;; \ |
|
esac; \ |
|
for i in $$list; do \ |
|
if test -f "$$i"; then \ |
|
echo "$(subdir)/$$i"; \ |
|
else \ |
|
echo "$$sdir/$$i"; \ |
|
fi; \ |
|
done >> $(top_builddir)/cscope.files |
|
|
distclean-tags: |
distclean-tags: |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
|
|
distdir: $(DISTFILES) |
distdir: $(DISTFILES) |
@list='$(MANS)'; if test -n "$$list"; then \ |
@list='$(MANS)'; if test -n "$$list"; then \ |
Line 1258 distdir: $(DISTFILES)
|
Line 1397 distdir: $(DISTFILES)
|
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
if test -n "$$list" && \ |
if test -n "$$list" && \ |
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ | echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \ |
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
echo " typically \`make maintainer-clean' will remove them" >&2; \ | echo " typically 'make maintainer-clean' will remove them" >&2; \ |
exit 1; \ |
exit 1; \ |
else :; fi; \ |
else :; fi; \ |
else :; fi |
else :; fi |
Line 1305 distdir: $(DISTFILES)
|
Line 1444 distdir: $(DISTFILES)
|
|| chmod -R a+r "$(distdir)" |
|| chmod -R a+r "$(distdir)" |
dist-gzip: distdir |
dist-gzip: distdir |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist-bzip2: distdir |
dist-bzip2: distdir |
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist-lzma: distdir | dist-lzip: distdir |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist-xz: distdir |
dist-xz: distdir |
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist-tarZ: distdir |
dist-tarZ: distdir |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist-shar: distdir |
dist-shar: distdir |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist-zip: distdir |
dist-zip: distdir |
-rm -f $(distdir).zip |
-rm -f $(distdir).zip |
zip -rq $(distdir).zip $(distdir) |
zip -rq $(distdir).zip $(distdir) |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
dist dist-all: distdir | dist dist-all: |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
$(am__remove_distdir) | $(am__post_remove_distdir) |
|
|
# This target untars the dist file and tries a VPATH configuration. Then |
# This target untars the dist file and tries a VPATH configuration. Then |
# it guarantees that the distribution is self-contained by making another |
# it guarantees that the distribution is self-contained by making another |
Line 1345 distcheck: dist
|
Line 1484 distcheck: dist
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
*.tar.bz2*) \ |
*.tar.bz2*) \ |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
*.tar.lzma*) \ | *.tar.lz*) \ |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
*.tar.xz*) \ |
*.tar.xz*) \ |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
*.tar.Z*) \ |
*.tar.Z*) \ |
Line 1356 distcheck: dist
|
Line 1495 distcheck: dist
|
*.zip*) \ |
*.zip*) \ |
unzip $(distdir).zip ;;\ |
unzip $(distdir).zip ;;\ |
esac |
esac |
chmod -R a-w $(distdir); chmod a+w $(distdir) | chmod -R a-w $(distdir) |
mkdir $(distdir)/_build | chmod u+w $(distdir) |
mkdir $(distdir)/_inst | mkdir $(distdir)/_build $(distdir)/_inst |
chmod a-w $(distdir) |
chmod a-w $(distdir) |
test -d $(distdir)/_build || exit 0; \ |
test -d $(distdir)/_build || exit 0; \ |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
Line 1366 distcheck: dist
|
Line 1505 distcheck: dist
|
&& am__cwd=`pwd` \ |
&& am__cwd=`pwd` \ |
&& $(am__cd) $(distdir)/_build \ |
&& $(am__cd) $(distdir)/_build \ |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
Line 1389 distcheck: dist
|
Line 1529 distcheck: dist
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
&& cd "$$am__cwd" \ |
&& cd "$$am__cwd" \ |
|| exit 1 |
|| exit 1 |
$(am__remove_distdir) | $(am__post_remove_distdir) |
@(echo "$(distdir) archives ready for distribution: "; \ |
@(echo "$(distdir) archives ready for distribution: "; \ |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
distuninstallcheck: |
distuninstallcheck: |
@$(am__cd) '$(distuninstallcheck_dir)' \ | @test -n '$(distuninstallcheck_dir)' || { \ |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | echo 'ERROR: trying to run $@ with an empty' \ |
| '$$(distuninstallcheck_dir)' >&2; \ |
| exit 1; \ |
| }; \ |
| $(am__cd) '$(distuninstallcheck_dir)' || { \ |
| echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
| exit 1; \ |
| }; \ |
| test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
|| { echo "ERROR: files left after uninstall:" ; \ |
|| { echo "ERROR: files left after uninstall:" ; \ |
if test -n "$(DESTDIR)"; then \ |
if test -n "$(DESTDIR)"; then \ |
echo " (check DESTDIR support)"; \ |
echo " (check DESTDIR support)"; \ |
Line 1415 check-am: all-am
|
Line 1563 check-am: all-am
|
check: check-am |
check: check-am |
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h |
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h |
installdirs: |
installdirs: |
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 \ | for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sysscriptdir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(attributelogdir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(drivedbdir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(initddir)" "$(DESTDIR)$(savestatesdir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \ |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
done |
done |
install: install-am |
install: install-am |
Line 1428 install-am: all-am
|
Line 1576 install-am: all-am
|
|
|
installcheck: installcheck-am |
installcheck: installcheck-am |
install-strip: |
install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | if test -z '$(STRIP)'; then \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
`test -z '$(STRIP)' || \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | install; \ |
| else \ |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| fi |
mostlyclean-generic: |
mostlyclean-generic: |
|
|
clean-generic: |
clean-generic: |
Line 1471 info-am:
|
Line 1624 info-am:
|
install-data-am: install-attributelogDATA install-docsDATA \ |
install-data-am: install-attributelogDATA install-docsDATA \ |
install-drivedbDATA install-examplesDATA \ |
install-drivedbDATA install-examplesDATA \ |
install-examplesSCRIPTS install-initdDATA install-man \ |
install-examplesSCRIPTS install-initdDATA install-man \ |
install-savestatesDATA install-systemdsystemunitDATA | install-savestatesDATA install-sysscriptSCRIPTS \ |
| install-systemdsystemunitDATA |
|
|
install-dvi: install-dvi-am |
install-dvi: install-dvi-am |
|
|
Line 1524 uninstall-am: uninstall-attributelogDATA uninstall-doc
|
Line 1678 uninstall-am: uninstall-attributelogDATA uninstall-doc
|
uninstall-examplesSCRIPTS uninstall-initdDATA uninstall-man \ |
uninstall-examplesSCRIPTS uninstall-initdDATA uninstall-man \ |
uninstall-savestatesDATA uninstall-sbinPROGRAMS \ |
uninstall-savestatesDATA uninstall-sbinPROGRAMS \ |
uninstall-sbinSCRIPTS uninstall-sysconfDATA \ |
uninstall-sbinSCRIPTS uninstall-sysconfDATA \ |
uninstall-systemdsystemunitDATA | uninstall-sysscriptSCRIPTS uninstall-systemdsystemunitDATA |
|
|
@OS_SOLARIS_FALSE@uninstall-man: uninstall-man5 uninstall-man8 |
@OS_SOLARIS_FALSE@uninstall-man: uninstall-man5 uninstall-man8 |
|
|
.MAKE: all install-am install-strip |
.MAKE: all install-am install-strip |
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ |
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ |
clean-generic clean-sbinPROGRAMS ctags dist dist-all \ | clean-cscope clean-generic clean-sbinPROGRAMS cscope \ |
dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \ | cscopelist ctags dist dist-all dist-bzip2 dist-gzip dist-lzip \ |
dist-zip distcheck distclean distclean-compile \ | dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ |
distclean-generic distclean-hdr distclean-tags distcleancheck \ | distclean-compile distclean-generic distclean-hdr \ |
distdir distuninstallcheck dvi dvi-am html html-am info \ | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
info-am install install-am install-attributelogDATA \ | dvi-am html html-am info info-am install install-am \ |
install-data install-data-am install-docsDATA \ | install-attributelogDATA install-data install-data-am \ |
install-drivedbDATA install-dvi install-dvi-am \ | install-docsDATA install-drivedbDATA install-dvi \ |
install-examplesDATA install-examplesSCRIPTS install-exec \ | install-dvi-am install-examplesDATA install-examplesSCRIPTS \ |
install-exec-am install-html install-html-am install-info \ | install-exec install-exec-am install-html install-html-am \ |
install-info-am install-initdDATA install-man install-man5 \ | install-info install-info-am install-initdDATA install-man \ |
install-man8 install-pdf install-pdf-am install-ps \ | install-man5 install-man8 install-pdf install-pdf-am \ |
install-ps-am install-savestatesDATA install-sbinPROGRAMS \ | install-ps install-ps-am install-savestatesDATA \ |
install-sbinSCRIPTS install-strip install-sysconfDATA \ | install-sbinPROGRAMS install-sbinSCRIPTS install-strip \ |
| install-sysconfDATA install-sysscriptSCRIPTS \ |
install-systemdsystemunitDATA installcheck installcheck-am \ |
install-systemdsystemunitDATA installcheck installcheck-am \ |
installdirs maintainer-clean maintainer-clean-generic \ |
installdirs maintainer-clean maintainer-clean-generic \ |
mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ |
mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ |
Line 1554 uninstall-am: uninstall-attributelogDATA uninstall-doc
|
Line 1709 uninstall-am: uninstall-attributelogDATA uninstall-doc
|
uninstall-examplesSCRIPTS uninstall-initdDATA uninstall-man \ |
uninstall-examplesSCRIPTS uninstall-initdDATA uninstall-man \ |
uninstall-man5 uninstall-man8 uninstall-savestatesDATA \ |
uninstall-man5 uninstall-man8 uninstall-savestatesDATA \ |
uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS \ |
uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS \ |
uninstall-sysconfDATA uninstall-systemdsystemunitDATA | uninstall-sysconfDATA uninstall-sysscriptSCRIPTS \ |
| uninstall-systemdsystemunitDATA |
|
|
|
|
@SET_MAKE@ |
@SET_MAKE@ |
Line 1634 uninstall-sysconfDATA:
|
Line 1790 uninstall-sysconfDATA:
|
utility.o: svnversion.h |
utility.o: svnversion.h |
|
|
# Get version info from SVN |
# Get version info from SVN |
@IS_SVN_BUILD_TRUE@svnversion.h: CHANGELOG Makefile $(srcdir)/.svn/entries | @IS_SVN_BUILD_TRUE@svnversion.h: ChangeLog Makefile $(svn_deps) |
@IS_SVN_BUILD_TRUE@ echo '/* svnversion.h. Generated by Makefile from svn info. */' > $@ |
@IS_SVN_BUILD_TRUE@ echo '/* svnversion.h. Generated by Makefile from svn info. */' > $@ |
@IS_SVN_BUILD_TRUE@ (cd $(srcdir) \ |
@IS_SVN_BUILD_TRUE@ (cd $(srcdir) \ |
@IS_SVN_BUILD_TRUE@ && svnversion 2>/dev/null | sed -n 's,^\([0-9].*\),REV "\1",p' \ |
@IS_SVN_BUILD_TRUE@ && svnversion 2>/dev/null | sed -n 's,^\([0-9].*\),REV "\1",p' \ |
Line 1643 utility.o: svnversion.h
|
Line 1799 utility.o: svnversion.h
|
@IS_SVN_BUILD_TRUE@ | sed 's,^,#define SMARTMONTOOLS_SVN_,' >> $@ |
@IS_SVN_BUILD_TRUE@ | sed 's,^,#define SMARTMONTOOLS_SVN_,' >> $@ |
|
|
# SVN not available, guess version info from Id strings |
# SVN not available, guess version info from Id strings |
@IS_SVN_BUILD_FALSE@svnversion.h: CHANGELOG Makefile | @IS_SVN_BUILD_FALSE@svnversion.h: ChangeLog Makefile |
@IS_SVN_BUILD_FALSE@ echo '/* svnversion.h. Generated by Makefile from Id strings. */' > $@ |
@IS_SVN_BUILD_FALSE@ echo '/* svnversion.h. Generated by Makefile from Id strings. */' > $@ |
@IS_SVN_BUILD_FALSE@ (cd $(srcdir) && cat CHANGELOG Makefile.am configure.in smart*.in *.cpp *.h *.s) \ | @IS_SVN_BUILD_FALSE@ (cd $(srcdir) && cat ChangeLog Makefile.am configure.ac smart*.in *.cpp *.h *.s) \ |
@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' \ |
@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' \ |
@IS_SVN_BUILD_FALSE@ | sort -n -r \ |
@IS_SVN_BUILD_FALSE@ | sort -n -r \ |
@IS_SVN_BUILD_FALSE@ | sed -n 'h;s,^\([^ ]*\) .*$$,REV "\1",p;g;s,^[^ ]* \([^ ]*\) .*$$,DATE "\1",p;g;s,^[^ ]* [^ ]* \([^ ]*\)$$,TIME "\1",p;q' \ |
@IS_SVN_BUILD_FALSE@ | sed -n 'h;s,^\([^ ]*\) .*$$,REV "\1",p;g;s,^[^ ]* \([^ ]*\) .*$$,DATE "\1",p;g;s,^[^ ]* [^ ]* \([^ ]*\)$$,TIME "\1",p;q' \ |
Line 1655 update-smart-drivedb: update-smart-drivedb.in config.s
|
Line 1811 update-smart-drivedb: update-smart-drivedb.in config.s
|
$(SHELL) ./config.status --file=$@ |
$(SHELL) ./config.status --file=$@ |
chmod +x $@ |
chmod +x $@ |
|
|
|
smartd_warning.sh: smartd_warning.sh.in config.status |
|
$(SHELL) ./config.status --file=$@ |
|
chmod +x $@ |
|
|
@INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@SMART : os_darwin/SMART.in |
@INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@SMART : os_darwin/SMART.in |
@INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@ sed "s|/usr/sbin/|$(sbindir)/|" $< > $@ |
@INSTALL_INITSCRIPT_TRUE@@OS_DARWIN_TRUE@ sed "s|/usr/sbin/|$(sbindir)/|" $< > $@ |
|
|
Line 1693 install-initdDATA : $(initd_DATA_install)
|
Line 1853 install-initdDATA : $(initd_DATA_install)
|
uninstall-initdDATA: $(initd_DATA_uninstall) |
uninstall-initdDATA: $(initd_DATA_uninstall) |
|
|
smartd.service: smartd.service.in Makefile |
smartd.service: smartd.service.in Makefile |
sed "s|/usr/local/sbin/smartd|$(sbindir)/smartd|g; \ | sed -e 's|/usr/local/sbin/smartd|$(sbindir)/smartd|g' \ |
s|/usr/local/etc/sysconfig/smartmontools|$(sysconfdir)/sysconfig/smartmontools|g" \ | -e 's|/usr/local/etc/sysconfig/smartmontools|$(sysconfdir)/sysconfig/smartmontools|g' \ |
$(srcdir)/smartd.service.in > $@ |
$(srcdir)/smartd.service.in > $@ |
|
|
# Implicit rule 'smart%: smart%.in ...' does not work with BSD make |
# Implicit rule 'smart%: smart%.in ...' does not work with BSD make |
Line 1739 check:
|
Line 1899 check:
|
echo "$(srcdir)/drivedb.h: Syntax check failed"; exit 1; \ |
echo "$(srcdir)/drivedb.h: Syntax check failed"; exit 1; \ |
fi |
fi |
|
|
|
# Windows resources |
|
|
|
@OS_WIN32_MINGW_TRUE@smartctl_res.o: smartctl_res.rc |
|
@OS_WIN32_MINGW_TRUE@ $(WINDRES) $< $@ |
|
|
|
@OS_WIN32_MINGW_TRUE@smartd_res.o: smartd_res.rc syslogevt.rc |
|
@OS_WIN32_MINGW_TRUE@ $(WINDRES) -I. $< $@ |
|
|
|
@OS_WIN32_MINGW_TRUE@smartctl_res.rc: os_win32/smartctl_res.rc.in Makefile svnversion.h |
|
@OS_WIN32_MINGW_TRUE@ cat $< | $(WIN_RC_FILTER) > $@ |
|
|
|
@OS_WIN32_MINGW_TRUE@smartd_res.rc: os_win32/smartd_res.rc.in Makefile svnversion.h |
|
@OS_WIN32_MINGW_TRUE@ cat $< | $(WIN_RC_FILTER) > $@ |
|
|
|
@OS_WIN32_MINGW_TRUE@syslogevt.rc: os_win32/syslogevt.mc |
|
@OS_WIN32_MINGW_TRUE@ $(WINDMC) -b $< |
|
|
# Build Windows distribution |
# Build Windows distribution |
|
|
@OS_WIN32_MINGW_TRUE@dist-win32: $(distzip_win32) |
@OS_WIN32_MINGW_TRUE@dist-win32: $(distzip_win32) |
Line 1760 check:
|
Line 1937 check:
|
# Build NSIS installer |
# Build NSIS installer |
# Note: Only option character '-' is also compatible with Linux version of makensis |
# Note: Only option character '-' is also compatible with Linux version of makensis |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@$(distinst_win32): os_win32/installer.nsi distdir.mkdir $(FILES_WIN32) |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@$(distinst_win32): os_win32/installer.nsi distdir.mkdir $(FILES_WIN32) |
|
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ test -z '$(builddir_win64)' || ( cd $(builddir_win64) && make distdir-win32 ) |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ @date=`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$$,\1,p' svnversion.h`; \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ @date=`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$$,\1,p' svnversion.h`; \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ rev=`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$$,r\1,p' svnversion.h`; \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ rev=`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$$,r\1,p' svnversion.h`; \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ verstr="$(PACKAGE_VERSION) $$date $$rev "$(BUILD_INFO); \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ verstr="$(PACKAGE_VERSION) $$date $$rev "$(BUILD_INFO); \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ echo "'$(MAKENSIS)' -V2 -NOCD -DINPDIR=$(distdir_win32) -DOUTFILE=$@ -DVERSTR='$$verstr' $<"; \ | @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ d64=; test -z '$(builddir_win64)' || d64='-DINPDIR64=$(builddir_win64)/$(PACKAGE)-$(VERSION).win64'; \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ '$(MAKENSIS)' -V2 -NOCD -DINPDIR=$(distdir_win32) -DOUTFILE=$@ -DVERSTR="$$verstr" $< | @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ echo "'$(MAKENSIS)' -V2 -NOCD -DINPDIR=$(distdir_win32) $$d64 -DOUTFILE=$@ -DVERSTR='$$verstr' $<"; \ |
| @OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ '$(MAKENSIS)' -V2 -NOCD -DINPDIR=$(distdir_win32) $$d64 -DOUTFILE=$@ -DVERSTR="$$verstr" $< |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ md5sum $@ > $@.md5 |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ md5sum $@ > $@.md5 |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ sha1sum $@ > $@.sha1 |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ sha1sum $@ > $@.sha1 |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ sha256sum $@ > $@.sha256 |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_NSIS_TRUE@ sha256sum $@ > $@.sha256 |
Line 1806 check:
|
Line 1985 check:
|
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
|
|
|
@OS_WIN32_MINGW_TRUE@$(exedir_win32)/%.cmd: $(srcdir)/os_win32/%.cmd |
|
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
|
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
|
|
@OS_WIN32_MINGW_TRUE@$(docdir_win32)/%.html: %.html |
@OS_WIN32_MINGW_TRUE@$(docdir_win32)/%.html: %.html |
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
Line 1822 check:
|
Line 2005 check:
|
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
@OS_WIN32_MINGW_TRUE@ $(UNIX2DOS) < $< > $@ |
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
@OS_WIN32_MINGW_TRUE@ touch -r $< $@ |
|
|
@OS_WIN32_MINGW_TRUE@$(docdir_win32)/checksums.txt: $(EXEFILES_WIN32) | @OS_WIN32_MINGW_TRUE@$(docdir_win32)/checksums$(win_bits).txt: $(EXEFILES_WIN32) |
@OS_WIN32_MINGW_TRUE@ (cd $(exedir_win32) && md5sum *.exe && sha1sum *.exe && sha256sum *.exe) \ |
@OS_WIN32_MINGW_TRUE@ (cd $(exedir_win32) && md5sum *.exe && sha1sum *.exe && sha256sum *.exe) \ |
@OS_WIN32_MINGW_TRUE@ | $(UNIX2DOS) > $@ |
@OS_WIN32_MINGW_TRUE@ | $(UNIX2DOS) > $@ |
|
|
Line 1842 check:
|
Line 2025 check:
|
@OS_WIN32_MINGW_TRUE@ else echo "EXE patch failed"; exit 1; fi |
@OS_WIN32_MINGW_TRUE@ else echo "EXE patch failed"; exit 1; fi |
@OS_WIN32_MINGW_TRUE@ mv -f $@.tmp $@ |
@OS_WIN32_MINGW_TRUE@ mv -f $@.tmp $@ |
|
|
# Build runcmd?.exe | # Build runcmd?.exe and wtssendmsg.exe |
@OS_WIN32_MINGW_TRUE@runcmdu.exe: os_win32/runcmd.c |
@OS_WIN32_MINGW_TRUE@runcmdu.exe: os_win32/runcmd.c |
@OS_WIN32_MINGW_TRUE@ $(CC) -Os -o $@ $< |
@OS_WIN32_MINGW_TRUE@ $(CC) -Os -o $@ $< |
|
|
# Build syslogevt.exe event message file tool | @OS_WIN32_MINGW_TRUE@wtssendmsg.exe: os_win32/wtssendmsg.c |
| @OS_WIN32_MINGW_TRUE@ $(CC) -Os -o $@ $< -lwtsapi32 |
|
|
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.exe: syslogevt.o syslogevt.res.o | # Build os_win32/vc10/{config.h,smart*.rc,svnversion.h} for MSVC10 from MinGW files |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@ $(LINK) $^ | |
|
|
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.o: os_win32/syslogevt.c syslogevt.rc | @OS_WIN32_MINGW_TRUE@config-vc10: $(srcdir)/os_win32/vc10/config.h \ |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@ $(CC) -c -I. -Os -o $@ $< | @OS_WIN32_MINGW_TRUE@ $(srcdir)/os_win32/vc10/smartctl_res.rc \ |
| @OS_WIN32_MINGW_TRUE@ $(srcdir)/os_win32/vc10/smartd_res.rc \ |
| @OS_WIN32_MINGW_TRUE@ $(srcdir)/os_win32/vc10/svnversion.h |
|
|
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.res.o: syslogevt.rc | @OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/vc10/config.h: config.h Makefile |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@ $(WINDRES) $< $@ | @OS_WIN32_MINGW_TRUE@ sed -e '1i/* os_win32/vc10/config.h. Generated from config.h by Makefile. */' \ |
| @OS_WIN32_MINGW_TRUE@ -e 's,^#define HAVE_\(ATTR_PACKED\|GETTIMEOFDAY\|INTTYPES_H\|[DK_]*NTDDDISK_H\|STRINGS_H\|STRTOULL\|UNISTD_H\|WORKING_SNPRINTF\) 1$$,/* #undef HAVE_\1 */,' \ |
| @OS_WIN32_MINGW_TRUE@ -e 's,^\(#define SMARTMONTOOLS_BUILD_HOST "[^-]*\)[^"]*,\1-pc-w32vc10,' $< > $@ |
|
|
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@syslogevt.rc: os_win32/syslogevt.mc | @OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/vc10/svnversion.h: svnversion.h |
@OS_WIN32_MINGW_TRUE@@OS_WIN32_WINDMC_TRUE@ $(WINDMC) -b $< | @OS_WIN32_MINGW_TRUE@ cp $< $@ |
|
|
# Build {config,svnversion}_vc10.h for MSVC10 from MinGW {config,svnversion}.h | @OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/vc10/smartctl_res.rc: smartctl_res.rc |
| @OS_WIN32_MINGW_TRUE@ cp $< $@ |
|
|
@OS_WIN32_MINGW_TRUE@config-vc10: $(srcdir)/os_win32/config_vc10.h $(srcdir)/os_win32/svnversion_vc10.h | @OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/vc10/smartd_res.rc: smartd_res.rc |
| |
@OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/config_vc10.h: config.h Makefile | |
@OS_WIN32_MINGW_TRUE@ sed -e '1i/* config_vc10.h. Generated from config.h by Makefile. */' \ | |
@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 */,' \ | |
@OS_WIN32_MINGW_TRUE@ -e 's,^\(#define SMARTMONTOOLS_BUILD_HOST "[^-]*\)[^"]*,\1-pc-w32vc10,' $< > $@ | |
| |
@OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/svnversion_vc10.h: svnversion.h | |
@OS_WIN32_MINGW_TRUE@ cp $< $@ |
@OS_WIN32_MINGW_TRUE@ cp $< $@ |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |