Class: RakeOE::Default

Inherits:
Object
  • Object
show all
Defined in:
lib/rakeoe/defaults.rb

Class Method Summary collapse

Class Method Details

.dirsObject



50
51
52
# File 'lib/rakeoe/defaults.rb', line 50

def self.dirs
  RakeOE::DEFAULT_DIRS
end

.lang_std_cObject



70
71
72
# File 'lib/rakeoe/defaults.rb', line 70

def self.lang_std_c
  RakeOE::DEFAULT_LANGUAGE_STD_C
end

.lang_std_cppObject



74
75
76
# File 'lib/rakeoe/defaults.rb', line 74

def self.lang_std_cpp
  RakeOE::DEFAULT_LANGUAGE_STD_CPP
end

.optimization_dbgObject



62
63
64
# File 'lib/rakeoe/defaults.rb', line 62

def self.optimization_dbg
  RakeOE::DEFAULT_OPTIMIZATION_DBG
end

.optimization_releaseObject



66
67
68
# File 'lib/rakeoe/defaults.rb', line 66

def self.optimization_release
  RakeOE::DEFAULT_OPTIMIZATION_RELEASE
end

.prj_settingsObject



82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# File 'lib/rakeoe/defaults.rb', line 82

def self.prj_settings
  {
    'ADD_SOURCE_DIRS'   => '',
    'IGNORED_SOURCES'   => '',
    'EXPORTED_INC_DIRS' => 'include/',
    'ADD_INC_DIRS'      => '',
    'TEST_SOURCE_DIRS'  => 'test/ tests/',
    'ADD_CFLAGS'        => '',
    'ADD_CXXFLAGS'      => '',
    'ADD_LIBS'          => '',
    'ADD_LDFLAGS'       => '',
    'USE_QT'            => '',
    'IGNORED_PLATFORMS' => ''
  }
end

.releaseObject



54
55
56
# File 'lib/rakeoe/defaults.rb', line 54

def self.release
  RakeOE::DEFAULT_RELEASE
end

.suffixesObject



46
47
48
# File 'lib/rakeoe/defaults.rb', line 46

def self.suffixes
  RakeOE::DEFAULT_SUFFIXES
end

.sw_versionObject



78
79
80
# File 'lib/rakeoe/defaults.rb', line 78

def self.sw_version
  RakeOE::DEFAULT_SW_VERSION
end

.test_fwObject



58
59
60
# File 'lib/rakeoe/defaults.rb', line 58

def self.test_fw
  RakeOE::DEFAULT_TEST_FW
end