AR = 'arm-none-eabi-ar'
ARFLAGS = 'rcs'
AS = 'arm-none-eabi-gcc'
BINDIR = '/usr/local/bin'
BLOCK_MESSAGE_KEYS = []
BUILD_DIR = 'diorite'
BUILD_TYPE = 'app'
BUNDLE_BIN_DIR = 'diorite'
BUNDLE_NAME = 'Pebble-Watchface-Day-and-Night-Earth-Connection-master.pbw'
CC = ['arm-none-eabi-gcc']
CCLNK_SRC_F = []
CCLNK_TGT_F = ['-o']
CC_NAME = 'gcc'
CC_SRC_F = []
CC_TGT_F = ['-c', '-o']
CC_VERSION = ('4', '7', '2')
CFLAGS = ['-std=c99', '-mcpu=cortex-m3', '-mthumb', '-ffunction-sections', '-fdata-sections', '-g', '-fPIE', '-Os', '-D_TIME_H_', '-Wall', '-Wextra', '-Werror', '-Wno-unused-parameter', '-Wno-error=unused-function', '-Wno-error=unused-variable']
CFLAGS_MACBUNDLE = ['-fPIC']
CFLAGS_cshlib = ['-fPIC']
CPPPATH_ST = '-I%s'
DEFINES = ['RELEASE', 'PBL_PLATFORM_DIORITE', 'PBL_BW', 'PBL_RECT', 'PBL_MICROPHONE', 'PBL_HEALTH', 'PBL_SMARTSTRAP', 'PBL_DISPLAY_WIDTH=144', 'PBL_DISPLAY_HEIGHT=168', 'PBL_SDK_3']
DEFINES_ST = '-D%s'
DEST_BINFMT = 'elf'
DEST_CPU = 'arm'
DEST_OS = 'linux'
INCLUDES = ['diorite']
LD = 'arm-none-eabi-ld'
LIBDIR = '/usr/local/lib'
LIBPATH_ST = '-L%s'
LIB_DIR = 'node_modules'
LIB_JSON = []
LIB_ST = '-l%s'
LINKFLAGS = ['-mcpu=cortex-m3', '-mthumb', '-Wl,--gc-sections', '-Wl,--warn-common', '-fPIE', '-Os']
LINKFLAGS_MACBUNDLE = ['-bundle', '-undefined', 'dynamic_lookup']
LINKFLAGS_cshlib = ['-shared']
LINKFLAGS_cstlib = ['-Wl,-Bstatic']
LINK_CC = ['arm-none-eabi-gcc']
MESSAGE_KEYS = {}
MESSAGE_KEYS_HEADER = '/home/louis/pebble-dev/repos/Pebble-Watchface-Day-and-Night-Earth-Connection-master/build/include/message_keys.auto.h'
NODE_PATH = '/home/louis/.pebble-sdk/SDKs/current/node_modules'
PEBBLE_SDK_COMMON = '/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/common'
PEBBLE_SDK_PLATFORM = '/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/diorite'
PEBBLE_SDK_ROOT = '/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble'
PLATFORM = {'TAGS': ['diorite', 'bw', 'rect', 'mic', 'strap', 'health', '144w', '168h'], 'MAX_FONT_GLYPH_SIZE': 256, 'ADDITIONAL_TEXT_LINES_FOR_PEBBLE_H': [], 'MAX_APP_BINARY_SIZE': 65536, 'MAX_RESOURCES_SIZE': 1048576, 'MAX_APP_MEMORY_SIZE': 65536, 'MAX_WORKER_MEMORY_SIZE': 10240, 'NAME': 'diorite', 'BUNDLE_BIN_DIR': 'diorite', 'BUILD_DIR': 'diorite', 'MAX_RESOURCES_SIZE_APPSTORE': 262144, 'DEFINES': ['PBL_PLATFORM_DIORITE', 'PBL_BW', 'PBL_RECT', 'PBL_MICROPHONE', 'PBL_HEALTH', 'PBL_SMARTSTRAP', 'PBL_DISPLAY_WIDTH=144', 'PBL_DISPLAY_HEIGHT=168']}
PLATFORM_NAME = 'diorite'
PREFIX = '/usr/local'
PROJECT_INFO = {'appKeys': {}, u'sdkVersion': u'3', u'projectType': u'native', u'uuid': u'892e12bc-7a3e-411c-ba97-daa492f91088', u'messageKeys': {}, 'companyName': u'Louis Jonget', u'enableMultiJS': True, u'targetPlatforms': [u'diorite', u'aplite'], 'versionLabel': u'2.1', 'longName': u'Day and Night Earth improved Watchface', u'displayName': u'Day and Night Earth improved Watchface', 'shortName': u'Day and Night Earth improved Watchface', u'watchapp': {u'watchface': True}, u'resources': {u'media': [{u'type': u'png', u'menuIcon': True, u'targetPlatforms': None, u'name': u'IMAGE_MENU_ICON', u'file': u'images/menu_icon.png'}, {u'targetPlatforms': None, u'type': u'pbi', u'name': u'WORLD_MONO', u'file': u'images/WORLD_MONO'}, {u'targetPlatforms': None, u'type': u'bitmap', u'name': u'BT_ko_icon', u'file': u'images/BT_ko_icon.png'}, {u'targetPlatforms': None, u'type': u'bitmap', u'name': u'BATTERY', u'file': u'images/BATTERY'}]}, 'name': u'day-night-bt'}
REQUESTED_PLATFORMS = [u'diorite', u'aplite']
RESOURCES_JSON = [{u'type': u'png', u'menuIcon': True, u'targetPlatforms': None, u'name': u'IMAGE_MENU_ICON', u'file': u'images/menu_icon.png'}, {u'targetPlatforms': None, u'type': u'pbi', u'name': u'WORLD_MONO', u'file': u'images/WORLD_MONO'}, {u'targetPlatforms': None, u'type': u'bitmap', u'name': u'BT_ko_icon', u'file': u'images/BT_ko_icon.png'}, {u'targetPlatforms': None, u'type': u'bitmap', u'name': u'BATTERY', u'file': u'images/BATTERY'}]
RPATH_ST = '-Wl,-rpath,%s'
SANDBOX = False
SDK_VERSION_MAJOR = 5
SDK_VERSION_MINOR = 86
SHLIB_MARKER = None
SIZE = 'arm-none-eabi-size'
SONAME_ST = '-Wl,-h,%s'
STLIBPATH_ST = '-L%s'
STLIB_MARKER = None
STLIB_ST = '-l%s'
SUPPORTED_PLATFORMS = ['aplite', 'chalk', 'diorite', 'basalt', 'emery']
TARGET_PLATFORMS = ['diorite', 'aplite']
TIMESTAMP = 1634497013
USE_GROUPS = True
VERBOSE = 0
WEBPACK = '/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack'
cprogram_PATTERN = '%s'
cshlib_PATTERN = 'lib%s.so'
cstlib_PATTERN = 'lib%s.a'
macbundle_PATTERN = '%s.bundle'