Something went wrong on our end
Select Git revision
CMakeLists.txt
-
Tim Kaune authored
Replace CMAKE_CURRENT_LIST_DIR in package config file Remove EXCLUDE_FROM_ALL from tests. Building of tests can be controlled with the BUILD_TESTING variable.
Tim Kaune authoredReplace CMAKE_CURRENT_LIST_DIR in package config file Remove EXCLUDE_FROM_ALL from tests. Building of tests can be controlled with the BUILD_TESTING variable.
Makefile.am 16.50 KiB
## Process this file with automake to produce Makefile.in
#
# $Id: Makefile.am,v 1.81 2007/04/01 16:49:44 shattered Exp $
#
@SET_MAKE@
# Make sure .cpp takes precedence to avoid compiling old .c file
SUFFIXES = .cpp .c .s .o
AM_CPPFLAGS = -DSMARTMONTOOLS_SYSCONFDIR=\"$(sysconfdir)\"
sbin_PROGRAMS = smartd \
smartctl
smartd_SOURCES = smartd.cpp \
smartd.h \
atacmdnames.cpp \
atacmdnames.h \
atacmds.cpp \
atacmds.h \
ataprint.cpp \
ataprint.h \
extern.h \
int64.h \
knowndrives.cpp \
knowndrives.h \
scsicmds.cpp \
scsicmds.h \
scsiata.cpp \
scsiata.h \
scsiprint.cpp \
scsiprint.h \
utility.cpp \
utility.h
smartd_LDADD = @os_deps@ @os_libs@
smartd_DEPENDENCIES = @os_deps@
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_netbsd.h \
os_openbsd.cpp \
os_openbsd.h \
os_solaris.cpp \
os_solaris.h \
os_solaris_ata.s \
os_win32.cpp \
os_generic.cpp \
os_generic.h \
cciss.cpp \
cciss.h
if OS_WIN32_MINGW
smartd_SOURCES += \
posix/regex.h \
posix/regex.c \
os_win32/daemon_win32.h \
os_win32/daemon_win32.cpp \
os_win32/hostname_win32.h \
os_win32/hostname_win32.cpp \
os_win32/syslog.h \