version 1.1, 2012/02/21 16:32:16
|
version 1.1.1.2, 2012/10/09 09:36:45
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.11.3 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
# Inc. | # 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 123 DIST_COMMON = README $(am__configure_deps) $(srcdir)/M
|
Line 123 DIST_COMMON = README $(am__configure_deps) $(srcdir)/M
|
$(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS TODO \ |
$(top_srcdir)/configure AUTHORS COPYING INSTALL NEWS TODO \ |
config.guess config.sub depcomp install-sh missing |
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.in |
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 217 am__nobase_list = $(am__nobase_strip_setup); \
|
Line 218 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' |
|
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) |
SCRIPTS = $(examples_SCRIPTS) $(sbin_SCRIPTS) |
DEFAULT_INCLUDES = -I.@am__isrc@ |
DEFAULT_INCLUDES = -I.@am__isrc@ |
depcomp = $(SHELL) $(top_srcdir)/depcomp |
depcomp = $(SHELL) $(top_srcdir)/depcomp |
Line 250 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS)
|
Line 257 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS)
|
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 |
DIST_ARCHIVES = $(distdir).tar.gz |
DIST_ARCHIVES = $(distdir).tar.gz |
GZIP_ENV = --best |
GZIP_ENV = --best |
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 381 smartd_suffix = @smartd_suffix@
|
Line 392 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 400 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_AM_FLAGS = -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 475 EXTRA_DIST = \
|
Line 488 EXTRA_DIST = \
|
smartd.conf \ |
smartd.conf \ |
smartd.service.in \ |
smartd.service.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 509 MAINTAINERCLEANFILES = \
|
Line 523 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 562 MAN_FILTER = \
|
Line 577 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 591 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' |
|
|
@OS_WIN32_MINGW_TRUE@@OS_WIN64_FALSE@win_bits = 32 |
@OS_WIN32_MINGW_TRUE@@OS_WIN64_FALSE@win_bits = 32 |
|
|
Line 605 FIXHTML = sed '1s,^Content-type.*,,' \
|
Line 621 FIXHTML = sed '1s,^Content-type.*,,' \
|
@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 626 all: config.h
|
Line 642 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 678 $(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 714 uninstall-sbinPROGRAMS:
|
Line 728 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) |
Line 751 uninstall-examplesSCRIPTS:
|
Line 765 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)" |
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
Line 785 uninstall-sbinSCRIPTS:
|
Line 797 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 ")"; \ | |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files | |
|
|
mostlyclean-compile: |
mostlyclean-compile: |
-rm -f *.$(OBJEXT) |
-rm -f *.$(OBJEXT) |
Line 1037 uninstall-man5:
|
Line 1047 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)" |
test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" |
Line 1075 uninstall-man8:
|
Line 1083 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)" |
test -z "$(attributelogdir)" || $(MKDIR_P) "$(DESTDIR)$(attributelogdir)" |
Line 1095 uninstall-attributelogDATA:
|
Line 1101 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)" |
test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)" |
Line 1115 uninstall-docsDATA:
|
Line 1119 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)" |
test -z "$(drivedbdir)" || $(MKDIR_P) "$(DESTDIR)$(drivedbdir)" |
Line 1135 uninstall-drivedbDATA:
|
Line 1137 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)" |
test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)" |
Line 1155 uninstall-examplesDATA:
|
Line 1155 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)" |
test -z "$(savestatesdir)" || $(MKDIR_P) "$(DESTDIR)$(savestatesdir)" |
Line 1175 uninstall-savestatesDATA:
|
Line 1173 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)" |
test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" |
Line 1195 uninstall-systemdsystemunitDATA:
|
Line 1191 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 1308 dist-gzip: distdir
|
Line 1302 dist-gzip: distdir
|
$(am__remove_distdir) |
$(am__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__remove_distdir) |
|
|
|
dist-lzip: distdir |
|
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
|
$(am__remove_distdir) |
|
|
dist-lzma: distdir |
dist-lzma: distdir |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
$(am__remove_distdir) |
$(am__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__remove_distdir) |
|
|
dist-tarZ: distdir |
dist-tarZ: distdir |
Line 1347 distcheck: dist
|
Line 1345 distcheck: dist
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
*.tar.lzma*) \ |
*.tar.lzma*) \ |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
|
*.tar.lz*) \ |
|
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 1366 distcheck: dist
|
Line 1366 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 1394 distcheck: dist
|
Line 1395 distcheck: dist
|
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 1428 install-am: all-am
|
Line 1437 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 1532 uninstall-am: uninstall-attributelogDATA uninstall-doc
|
Line 1546 uninstall-am: uninstall-attributelogDATA uninstall-doc
|
|
|
.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-generic clean-sbinPROGRAMS ctags dist dist-all \ |
dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \ | dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \ |
dist-zip distcheck distclean distclean-compile \ | dist-xz dist-zip distcheck distclean distclean-compile \ |
distclean-generic distclean-hdr distclean-tags distcleancheck \ |
distclean-generic distclean-hdr distclean-tags distcleancheck \ |
distdir distuninstallcheck dvi dvi-am html html-am info \ |
distdir distuninstallcheck dvi dvi-am html html-am info \ |
info-am install install-am install-attributelogDATA \ |
info-am install install-am install-attributelogDATA \ |
Line 1634 uninstall-sysconfDATA:
|
Line 1648 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 1760 check:
|
Line 1774 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 1822 check:
|
Line 1838 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 1866 check:
|
Line 1882 check:
|
|
|
@OS_WIN32_MINGW_TRUE@$(srcdir)/os_win32/config_vc10.h: config.h Makefile |
@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@ 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 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@ -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@$(srcdir)/os_win32/svnversion_vc10.h: svnversion.h |