Skip to content
Snippets Groups Projects
Select Git revision
  • f960e527c09a0f2c3dc542a0486db304d1e0b6e6
  • master default protected
2 results

FT_example4.m

Blame
    • adf's avatar
      ef25ce70
      · ef25ce70
      adf authored
      adding current code of SimTools.
      
      ef25ce70
      History
      adf authored
      adding current code of SimTools.
      
    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           \