module Easycompile::Constants
Constants
- ARRAY_POSSIBLE_ARCHIVES
#¶ ↑
ARRAY_POSSIBLE_ARCHIVES
¶ ↑This Array will list possible archive “types”, such as “.tar.xz” and so forth.
#¶ ↑
- CMAKE_FILE
#¶ ↑
CMAKE_FILE
¶ ↑Refer to the name of the default cmake-file, which is called CMakeLists.txt.
#¶ ↑
- ERROR_LINE
#¶ ↑
ERROR_LINE
¶ ↑#¶ ↑
- FILE_NAME_OF_THE_BUILD_DIRECTORY
#¶ ↑
FILE_NAME_OF_THE_BUILD_DIRECTORY
¶ ↑#¶ ↑
- INDIVIDUAL_COOKBOOKS
#¶ ↑
INDIVIDUAL_COOKBOOKS
¶ ↑This will currently use a hardcoded path, which is only useful on my home setup..
#¶ ↑
- LAST_DOWNLOADED_FILE
#¶ ↑
LAST_DOWNLOADED_FILE
¶ ↑#¶ ↑
- LOCATION_OF_SETUP_RB
#¶ ↑
LOCATION_OF_SETUP_RB
¶ ↑We can simply make use of the
RUBY_SRC
constant here.#¶ ↑
- MESON_BUILD_FILE
#¶ ↑
MESON_BUILD_FILE
¶ ↑Refer to the name of the default meson-build file, which is meson.build.
#¶ ↑
- NAMESPACE
#¶ ↑
NAMESPACE
¶ ↑#¶ ↑
- PROGRAMS_DIRECTORY
- RUBY_SRC
- SHALL_WE_CREATE_A_BUILD_DIRECTORY
#¶ ↑
SHALL_WE_CREATE_A_BUILD_DIRECTORY
¶ ↑If true then we will create a build directory called “BUILD”.
#¶ ↑
- SRC_DIR
- TEMP_DIR
Public Class Methods
Public Instance Methods
ruby_src?()
click to toggle source