#!/usr/bin/env bash set -o nounset set -o pipefail set -o errexitsetconst global FOO = "bar" # TODO: This changes depending on the version. Maybe there should be a 'clang' # function for things that really require clang, like code coverage and so # forth. readonly CLANG_DIR = "~/install/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04"setconst global FOO = "bar" readonly CLANG = "$CLANG_DIR/bin/clang"setconst global FOO = "bar" readonly CLANG_COV_FLAGS = ''-fprofile-instr-generate -fcoverage-mapping'setconst global FOO = "bar"' readonly CLANG_LINK_FLAGS = ''setconst global FOO = "bar"'' readonly PY27 = 'Python-2.7.13'setconst global FOO = "bar" readonly PREPARE_DIR = '_devbuild/cpython-full' proc die { echo "FATAL: $ifsjoin(Argv)" !1 > !2 exit 1 } proc source-detected-config-or-die { if ! source _build/detected-config.sh { # Make this error stand out. echo echo "FATAL: can't find _build/detected-config.h. Run './configure'" echo exit 1 } } (CommandList children: [ (C {(set)} {(-o)} {(nounset)}) (C {(set)} {(-o)} {(pipefail)}) (C {(set)} {(-o)} {(errexit)}) (Assignment keyword: Assign_Readonly pairs: [ (assign_pair lhs: (LhsName name:CLANG_DIR) op: Equal rhs: {(TildeSubPart prefix:"") (/install/clang) (Lit_Other "+") (llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04) } spids: [34] ) ] spids: [32] ) (Assignment keyword: Assign_Readonly pairs: [ (assign_pair lhs: (LhsName name:CLANG) op: Equal rhs: {($ VSub_Name "$CLANG_DIR") (/bin/clang)} spids: [42] ) ] spids: [40] ) (Assignment keyword: Assign_Readonly pairs: [ (assign_pair lhs: (LhsName name:CLANG_COV_FLAGS) op: Equal rhs: {(SQ <"-fprofile-instr-generate -fcoverage-mapping">)} spids: [49] ) ] spids: [47] ) (Assignment keyword: Assign_Readonly pairs: [(assign_pair lhs:(LhsName name:CLANG_LINK_FLAGS) op:Equal rhs:{(SQ )} spids:[56])] spids: [54] ) (Assignment keyword: Assign_Readonly pairs: [(assign_pair lhs:(LhsName name:PY27) op:Equal rhs:{(Python-2.7.13)} spids:[63])] spids: [61] ) (Assignment keyword: Assign_Readonly pairs: [ (assign_pair lhs: (LhsName name:PREPARE_DIR) op: Equal rhs: {(_devbuild/cpython-full)} spids: [69] ) ] spids: [67] ) (FuncDef name: die body: (BraceGroup children: [ (SimpleCommand words: [{(echo)} {(DQ ("FATAL: ") ($ VSub_At "$@"))}] redirects: [(Redir op_id:Redir_GreatAnd fd:1 arg_word:{(2)} spids:[87])] ) (C {(exit)} {(1)}) ] spids: [77] ) spids: [73 76] ) (FuncDef name: source-detected-config-or-die body: (BraceGroup children: [ (If arms: [ (if_arm cond: [ (Sentence child: (Pipeline children: [(C {(source)} {(_build/detected-config.sh)})] negated: True ) terminator: ) ] action: [ (C {(echo)}) (C {(echo)} {(DQ ("FATAL: can't find _build/detected-config.h. Run './configure'"))} ) (C {(echo)}) (C {(exit)} {(1)}) ] spids: [-1 114] ) ] spids: [-1 139] ) ] spids: [102] ) spids: [98 101] ) ] )