Skip to content
Snippets Groups Projects
Select Git revision
  • dc29c1224e877dc6c8156f40e53042f06a42173f
  • trunk
  • RELEASE_6_5_DRIVEDB
  • RELEASE_6_6_DRIVEDB
  • RELEASE_7_0_DRIVEDB
  • RELEASE_7_2_DRIVEDB
  • RELEASE_7_3_DRIVEDB
  • RELEASE_6_0_DRIVEDB
  • RELEASE_6_1_DRIVEDB
  • RELEASE_6_2_DRIVEDB
  • RELEASE_6_3_DRIVEDB
  • RELEASE_6_4_DRIVEDB
  • tags/RELEASE_7_4
  • tags/RELEASE_7_3
  • RELEASE_5_41_DRIVEDB
  • RELEASE_5_42_DRIVEDB
  • RELEASE_5_43_DRIVEDB
  • tags/RELEASE_7_2
  • tags/RELEASE_7_1
  • tags/RELEASE_7_0
  • RELEASE_5_40_DRIVEDB
21 results

Makefile.am

Blame
  • 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           \