summaryrefslogtreecommitdiff
path: root/tests/examplefiles/bash/ltmain.sh.output
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2022-12-04 15:52:40 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2022-12-04 15:52:40 +0100
commit2f78a7bf950cfbf84a47156cb7dfd5da962d4784 (patch)
tree9e8d0f313b250f5da274a70dfb1e452155d21273 /tests/examplefiles/bash/ltmain.sh.output
parent6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff)
downloadpygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/bash/ltmain.sh.output')
-rw-r--r--tests/examplefiles/bash/ltmain.sh.output10814
1 files changed, 5407 insertions, 5407 deletions
diff --git a/tests/examplefiles/bash/ltmain.sh.output b/tests/examplefiles/bash/ltmain.sh.output
index dde06906..fbfdf65d 100644
--- a/tests/examplefiles/bash/ltmain.sh.output
+++ b/tests/examplefiles/bash/ltmain.sh.output
@@ -48,12 +48,12 @@
'# the same distribution terms that you use for the rest of that program.\n' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
'basename' Name.Variable
'=' Operator
'"s,^.*/,,g"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh\n' Comment.Single
@@ -70,24 +70,24 @@
'"' Literal.String.Double
'$0' Name.Variable
'"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
"# define SED for historic ltconfig's generated by Libtool 1.3\n" Comment.Single
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$SED' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'SED' Name.Variable
'=' Operator
'sed' Text
-'\n\n' Text
+'\n\n' Text.Whitespace
'# The name of this program:\n' Comment.Single
@@ -95,227 +95,227 @@
'=' Operator
'`' Literal.String.Backtick
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progpath' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$SED' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$basename' Name.Variable
'`' Literal.String.Backtick
-'\n' Text
+'\n' Text.Whitespace
'modename' Name.Variable
'=' Operator
'"' Literal.String.Double
'$progname' Name.Variable
'"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Global variables:\n' Comment.Single
'EXIT_SUCCESS' Name.Variable
'=' Operator
'0' Literal.Number
-'\n' Text
+'\n' Text.Whitespace
'EXIT_FAILURE' Name.Variable
'=' Operator
'1' Literal.Number
-'\n\n' Text
+'\n\n' Text.Whitespace
'PROGRAM' Name.Variable
'=' Operator
'ltmain.sh' Text
-'\n' Text
+'\n' Text.Whitespace
'PACKAGE' Name.Variable
'=' Operator
'libtool' Text
-'\n' Text
+'\n' Text.Whitespace
'VERSION' Name.Variable
'=' Operator
'1' Literal.Number
'.5.22' Text
-'\n' Text
+'\n' Text.Whitespace
'TIMESTAMP' Name.Variable
'=' Operator
'" (1.1220.2.365 2005/12/18 22:14:06)"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
'# See if we are running on zsh, and set the options which allow our\n' Comment.Single
'# commands through without removal of \\ escapes.\n' Comment.Single
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'ZSH_VERSION' Name.Variable
'+set' Punctuation
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'setopt' Text
-' ' Text
+' ' Text.Whitespace
'NO_GLOB_SUBST' Text
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n' Text
+'\n' Text.Whitespace
'# Same for EGREP, and just to be sure, do LTCC as well\n' Comment.Single
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$EGREP' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'X' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'EGREP' Name.Variable
'=' Operator
'egrep' Text
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n' Text
+'\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$LTCC' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'X' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'LTCC' Name.Variable
'=' Operator
'${' Literal.String.Interpol
'CC' Name.Variable
'-gcc' Punctuation
'}' Literal.String.Interpol
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Check that we have a working $echo.\n' Comment.Single
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'X--no-reexec' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Discard the --no-reexec flag, and continue.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'shift' Name.Builtin
-'\n' Text
+'\n' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'X--fallback-echo' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Avoid inline document here, it may be left over\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n' Text
+'\n' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X`(' Literal.String.Double
'$echo' Name.Variable
" '\\t') 2>/dev/null`" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
"'X\\t'" Literal.String.Single
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Yippee, $echo works!\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n' Text
+'\n' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Restart under the correct shell, and then maybe $echo will work.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'exec' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$SHELL' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progpath' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'--no-reexec' Text
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'1' Name.Variable
'+' Punctuation
@@ -323,47 +323,47 @@
'$@' Name.Variable
'"' Literal.String.Double
'}' Literal.String.Interpol
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'X--fallback-echo' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# used as fallback echo\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'shift' Name.Builtin
-'\n ' Text
+'\n ' Text.Whitespace
'cat' Text
-' ' Text
+' ' Text.Whitespace
'<<EOF\n$*\nEOF' Literal.String
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_SUCCESS' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'default_mode' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'help' Name.Variable
'=' Operator
@@ -372,27 +372,27 @@
'$progname' Name.Variable
" --help' for more information." Literal.String.Double
'"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'magic' Name.Variable
'=' Operator
'"%%%MAGIC variable%%%"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'mkdir' Name.Variable
'=' Operator
'"mkdir"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'mv' Name.Variable
'=' Operator
'"mv -f"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'rm' Name.Variable
'=' Operator
'"rm -f"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Sed substitution that helps us do robust quoting. It backslashifies\n' Comment.Single
@@ -406,71 +406,71 @@
'}' Literal.String.Interpol
'"' Literal.String.Double
"' -e 1s/^X//'" Literal.String.Single
-'\n' Text
+'\n' Text.Whitespace
'sed_quote_subst' Name.Variable
'=' Operator
'\'s/\\([\\\\`\\\\"$\\\\\\\\]\\)/\\\\\\1/g\'' Literal.String.Single
-'\n' Text
+'\n' Text.Whitespace
'# test EBCDIC or ASCII\n' Comment.Single
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'`' Literal.String.Backtick
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'X' Text
'|' Punctuation
'tr' Text
-' ' Text
+' ' Text.Whitespace
'X' Text
-' ' Text
+' ' Text.Whitespace
"'\\101'" Literal.String.Single
'`' Literal.String.Backtick
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'A' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'# ASCII based system\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# \\n is not interpreted correctly by Solaris 8 /usr/ucb/tr\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'SP2NL' Name.Variable
'=' Operator
"'tr \\040 \\012'" Literal.String.Single
-'\n ' Text
+'\n ' Text.Whitespace
'NL2SP' Name.Variable
'=' Operator
"'tr \\015\\012 \\040\\040'" Literal.String.Single
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'# EBCDIC based system\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'SP2NL' Name.Variable
'=' Operator
"'tr \\100 \\n'" Literal.String.Single
-'\n ' Text
+'\n ' Text.Whitespace
'NL2SP' Name.Variable
'=' Operator
"'tr \\r\\n \\100\\100'" Literal.String.Single
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n' Text
+'\n' Text.Whitespace
'esac' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'# NLS nuisances.\n' Comment.Single
@@ -483,87 +483,87 @@
'# We save the old values to restore during execute mode.\n' Comment.Single
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'LC_ALL' Name.Variable
'+set' Punctuation
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'set' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'save_LC_ALL' Name.Variable
'=' Operator
'"' Literal.String.Double
'$LC_ALL' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'LC_ALL' Name.Variable
'=' Operator
'C' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'export' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'LC_ALL' Text
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n' Text
+'\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'LANG' Name.Variable
'+set' Punctuation
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'set' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'save_LANG' Name.Variable
'=' Operator
'"' Literal.String.Double
'$LANG' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'LANG' Name.Variable
'=' Operator
'C' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'export' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'LANG' Text
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Make sure IFS has a sensible default\n' Comment.Single
'lt_nl' Name.Variable
'=' Operator
"'\n'" Literal.String.Single
-'\n' Text
+'\n' Text.Whitespace
'IFS' Name.Variable
'=' Operator
@@ -571,116 +571,116 @@
' \t' Literal.String.Double
'$lt_nl' Name.Variable
'"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_old_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': not configured to build any kind of library' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'Fatal configuration error. See the ' Literal.String.Double
'$PACKAGE' Name.Variable
' docs for more information.' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Global variables.\n' Comment.Single
'mode' Name.Variable
'=' Operator
'$default_mode' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'nonopt' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'prevopt' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'run' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'show' Name.Variable
'=' Operator
'"' Literal.String.Double
'$echo' Name.Variable
'"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'show_help' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'execute_dlfiles' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'duplicate_deps' Name.Variable
'=' Operator
'no' Text
-'\n' Text
+'\n' Text.Whitespace
'preserve_args' Name.Variable
'=' Operator
-'\n' Text
+'\n' Text.Whitespace
'lo2o' Name.Variable
'=' Operator
@@ -691,7 +691,7 @@
'}' Literal.String.Interpol
'/' Literal.String.Double
'"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'o2lo' Name.Variable
'=' Operator
@@ -702,177 +702,177 @@
'}' Literal.String.Interpol
'\\$/.lo/' Literal.String.Double
'"' Literal.String.Double
-'\n\n' Text
+'\n\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$max_cmd_len' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'i' Name.Variable
'=' Operator
'0' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'testring' Name.Variable
'=' Operator
'"ABCD"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'new_result' Name.Variable
'=' Operator
-'\n \n ' Text
+'\n \n ' Text.Whitespace
"# If test is not a shell built-in, we'll probably end up computing a\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'# maximum length that is only half of the actual maximum length, but\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
"# we can't tell.\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'while' Keyword
-' ' Text
+' ' Text.Whitespace
'(' Operator
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"X"' Literal.String.Double
'`' Literal.String.Backtick
'$SHELL' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$0' Name.Variable
-' ' Text
+' ' Text.Whitespace
'--fallback-echo' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$testring' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
'`' Literal.String.Backtick
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'XX' Literal.String.Double
'$testring' Name.Variable
'"' Literal.String.Double
')' Operator
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'new_result' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'expr' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$testring' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
':' Text
-' ' Text
+' ' Text.Whitespace
'".*"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
'`' Literal.String.Backtick
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'max_cmd_len' Name.Variable
'=' Operator
'"' Literal.String.Double
'$new_result' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$i' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'17' Literal.Number
-' ' Text
+' ' Text.Whitespace
'# 1/2 MB should be enough\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'i' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'expr' Text
-' ' Text
+' ' Text.Whitespace
'$i' Name.Variable
-' ' Text
+' ' Text.Whitespace
'+' Text
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'testring' Name.Variable
'=' Operator
'"' Literal.String.Double
'$testring' Name.Variable
'$testring' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'testring' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'# Add a significant safety factor because C++ compilers can tack on massive\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# amounts of additional arguments before passing them to the linker.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# It appears as though 1/2 is a usable value.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'max_cmd_len' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'expr' Text
-' ' Text
+' ' Text.Whitespace
'$max_cmd_len' Name.Variable
-' ' Text
+' ' Text.Whitespace
'\\/' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'`' Literal.String.Backtick
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'#####################################\n' Comment.Single
@@ -880,7 +880,7 @@
'# This seems to be the best place for them\n' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
'# func_mktempdir [string]\n' Comment.Single
@@ -891,13 +891,13 @@
'# given, STRING is the basename for that directory.\n' Comment.Single
'func_mktempdir' Text
-' ' Text
+' ' Text.Whitespace
'(' Operator
')' Operator
-'\n' Text
+'\n' Text.Whitespace
'{' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'my_template' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -912,25 +912,25 @@
'$progname' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'":"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
"# Return a directory name, but don't create it in dry-run mode\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'my_tmpdir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -940,48 +940,48 @@
'-' Literal.String.Double
'$$' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# If mktemp works, use that first and foremost\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'my_tmpdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'mktemp' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'my_template' Name.Variable
'}' Literal.String.Interpol
'-XXXXXXXX' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
'`' Literal.String.Backtick
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_tmpdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Failing that, at least try and use $RANDOM to avoid a race\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'my_tmpdir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -995,79 +995,79 @@
'}' Literal.String.Interpol
'$$' Name.Variable
'"' Literal.String.Double
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'save_mktempdir_umask' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'umask' Name.Builtin
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'umask' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'0077' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'$mkdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_tmpdir' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'umask' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$save_mktempdir_umask' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
"# If we're not in dry-run mode, bomb out on failure\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_tmpdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'{' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'cannot create temporary directory \\`' Literal.String.Double
'$my_tmpdir' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'}' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$my_tmpdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'}' Operator
-'\n\n\n' Text
+'\n\n\n' Text.Whitespace
'# func_win32_libid arg\n' Comment.Single
@@ -1082,36 +1082,36 @@
'# that is supplied when $file_magic_command is called.\n' Comment.Single
'func_win32_libid' Text
-' ' Text
+' ' Text.Whitespace
'(' Operator
')' Operator
-'\n' Text
+'\n' Text.Whitespace
'{' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'win32_libid_type' Name.Variable
'=' Operator
'"unknown"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'win32_fileres' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'file' Text
-' ' Text
+' ' Text.Whitespace
'-L' Text
-' ' Text
+' ' Text.Whitespace
'$1' Name.Variable
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$win32_fileres' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*ar' Text
'\\ ' Literal.String.Escape
'archive' Text
@@ -1120,145 +1120,145 @@
'\\ ' Literal.String.Escape
'library*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'# definitely import\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'win32_libid_type' Name.Variable
'=' Operator
'"x86 archive import"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*ar' Text
'\\ ' Literal.String.Escape
'archive*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'# could be an import, or static\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$OBJDUMP' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'$1' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$SED' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'10q'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'$EGREP' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'file format pe-i386(.*architecture: i386)?'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'win32_nmres' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$NM' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'posix' Text
-' ' Text
+' ' Text.Whitespace
'-A' Text
-' ' Text
+' ' Text.Whitespace
'$1' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t' Text
+'\t' Text.Whitespace
'$SED' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'1,100{/ I /{s,.*,import,;p;q;};}'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$win32_nmres' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'import*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'win32_libid_type' Name.Variable
'=' Operator
'"x86 archive import"' Literal.String.Double
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'win32_libid_type' Name.Variable
'=' Operator
'"x86 archive static"' Literal.String.Double
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*DLL*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'win32_libid_type' Name.Variable
'=' Operator
'"x86 DLL"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*executable*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'# but shell scripts are "executable" too...\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$win32_fileres' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*MS' Text
'\\ ' Literal.String.Escape
'Windows' Text
@@ -1267,28 +1267,28 @@
'\\ ' Literal.String.Escape
'Intel*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'win32_libid_type' Name.Variable
'=' Operator
'"x86 DLL"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$win32_libid_type' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'}' Operator
-'\n\n\n' Text
+'\n\n\n' Text.Whitespace
'# func_infer_tag arg\n' Comment.Single
@@ -1303,56 +1303,56 @@
"# arg is usually of the form 'gcc ...'\n" Comment.Single
'func_infer_tag' Text
-' ' Text
+' ' Text.Whitespace
'(' Operator
')' Operator
-'\n' Text
+'\n' Text.Whitespace
'{' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$available_tags' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$tagname' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'CC_quoted' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$CC' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -1382,7 +1382,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -1390,12 +1390,12 @@
'$arg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'CC_quoted' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -1403,38 +1403,38 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$@' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Blanks in the command may have been stripped by the calling shell,\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# but not from the CC environment variable when configure was run.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$CC' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$CC' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1443,9 +1443,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1454,25 +1454,25 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$CC_quoted' Name.Variable
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$CC_quoted' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1481,9 +1481,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1493,58 +1493,58 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'# Blanks at the start of $base_compile will cause this to fail\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
"# if we don't check for them as well.\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'z' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$available_tags' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'^# ### BEGIN LIBTOOL TAG CONFIG: ' Literal.String.Double
'$z' Name.Variable
'$' Text
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'<' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progpath' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'>' Text
-' ' Text
+' ' Text.Whitespace
'/dev/null' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Evaluate the configuration.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'${' Literal.String.Interpol
@@ -1562,30 +1562,30 @@
'$progpath' Name.Variable
'`' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'CC_quoted' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$CC' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Double-quote args containing other shell metacharacters.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -1615,7 +1615,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -1623,12 +1623,12 @@
'$arg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'CC_quoted' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -1636,27 +1636,27 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc'\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'trimedcc' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'CC' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$SED' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
's/' Literal.String.Double
'${' Literal.String.Interpol
@@ -1665,10 +1665,10 @@
'-//g' Literal.String.Double
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'extendcc' Name.Variable
'=' Operator
'${' Literal.String.Interpol
@@ -1678,13 +1678,13 @@
'${' Literal.String.Interpol
'CC' Name.Variable
'}' Literal.String.Interpol
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# and sometimes libtool has CC=<OLDHOST>-gcc but user has CC=<NEWHOST>-gcc \n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# (Gentoo-specific hack because we always export $CHOST)\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'mungedcc' Name.Variable
'=' Operator
'${' Literal.String.Interpol
@@ -1698,26 +1698,26 @@
'${' Literal.String.Interpol
'trimedcc' Name.Variable
'}' Literal.String.Interpol
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$@' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'"cc "' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'" cc "' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'host' Name.Variable
@@ -1725,9 +1725,9 @@
'-cc ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'${' Literal.String.Interpol
@@ -1739,17 +1739,17 @@
'|' Punctuation
'\\\n' Literal.String.Escape
-'\t ' Text
+'\t ' Text.Whitespace
'"gcc "' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'" gcc "' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'host' Name.Variable
@@ -1757,9 +1757,9 @@
'-gcc ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'${' Literal.String.Interpol
@@ -1769,33 +1769,33 @@
'"' Literal.String.Double
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'tagname' Name.Variable
'=' Operator
'CC' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'break' Name.Builtin
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'"' Literal.String.Double
'$trimedcc' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$trimedcc' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1804,9 +1804,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1818,24 +1818,24 @@
'|' Punctuation
'\\\n' Literal.String.Escape
-'\t ' Text
+'\t ' Text.Whitespace
'"' Literal.String.Double
'$extendcc' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$extendcc' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1844,9 +1844,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1858,24 +1858,24 @@
'|' Punctuation
'\\\n' Literal.String.Escape
-'\t ' Text
+'\t ' Text.Whitespace
'"' Literal.String.Double
'$mungedcc' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$mungedcc' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1884,9 +1884,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1898,24 +1898,24 @@
'|' Punctuation
'\\\n' Literal.String.Escape
-'\t ' Text
+'\t ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$CC' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$CC' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1924,9 +1924,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1935,25 +1935,25 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$CC_quoted' Name.Variable
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$CC_quoted' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' `' Literal.String.Double
'$echo' Name.Variable
@@ -1962,9 +1962,9 @@
'` ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'$echo' Name.Variable
@@ -1974,122 +1974,122 @@
'"' Literal.String.Double
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# The compiler in the base compile command matches\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# the one in the tagged configuration.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# Assume this is the tagged configuration we want.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'tagname' Name.Variable
'=' Operator
'$z' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'break' Name.Builtin
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'done' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
"# If $tagname still isn't set, then no tagged configuration\n" Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# was found and let the user know that the "--tag" command\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# line option must be used.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$tagname' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': unable to infer tagged configuration' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": specify a tag with \\`--tag'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'# else\n' Comment.Single
'# $echo "$modename: using $tagname tagged configuration"\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n' Text
+'\n' Text.Whitespace
'}' Operator
-'\n\n\n' Text
+'\n\n\n' Text.Whitespace
'# func_extract_an_archive dir oldlib\n' Comment.Single
'func_extract_an_archive' Text
-' ' Text
+' ' Text.Whitespace
'(' Operator
')' Operator
-'\n' Text
+'\n' Text.Whitespace
'{' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'f_ex_an_ar_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'shift' Name.Builtin
-'\n ' Text
+'\n ' Text.Whitespace
'f_ex_an_ar_oldlib' Name.Variable
'=' Operator
'"' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'(cd ' Literal.String.Double
'$f_ex_an_ar_dir' Name.Variable
@@ -2099,61 +2099,61 @@
'$f_ex_an_ar_oldlib' Name.Variable
')' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'(cd \\$f_ex_an_ar_dir && ' Literal.String.Double
'$AR' Name.Variable
' x \\$f_ex_an_ar_oldlib)' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'(' Operator
'$AR' Name.Variable
-' ' Text
+' ' Text.Whitespace
't' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$f_ex_an_ar_oldlib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'sort' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'sort' Text
-' ' Text
+' ' Text.Whitespace
'-uc' Text
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
')' Operator
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
':' Text
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': ERROR: object name conflicts: ' Literal.String.Double
@@ -2161,41 +2161,41 @@
'/' Literal.String.Double
'$f_ex_an_ar_oldlib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n' Text
+'\n' Text.Whitespace
'}' Operator
-'\n\n' Text
+'\n\n' Text.Whitespace
'# func_extract_archives gentop oldlib ...\n' Comment.Single
'func_extract_archives' Text
-' ' Text
+' ' Text.Whitespace
'(' Operator
')' Operator
-'\n' Text
+'\n' Text.Whitespace
'{' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'my_gentop' Name.Variable
'=' Operator
'"' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'shift' Name.Builtin
-'\n ' Text
+'\n ' Text.Whitespace
'my_oldlibs' Name.Variable
'=' Operator
'${' Literal.String.Interpol
@@ -2205,29 +2205,29 @@
'$@' Name.Variable
'"' Literal.String.Double
'}' Literal.String.Interpol
-'\n ' Text
+'\n ' Text.Whitespace
'my_oldobjs' Name.Variable
'=' Operator
'""' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'my_xlib' Name.Variable
'=' Operator
'""' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'my_xabs' Name.Variable
'=' Operator
'""' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'my_xdir' Name.Variable
'=' Operator
'""' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'my_status' Name.Variable
'=' Operator
'""' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'rm' Name.Variable
@@ -2235,99 +2235,99 @@
'r ' Literal.String.Double
'$my_gentop' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'rm' Name.Variable
'}' Literal.String.Interpol
'r' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_gentop' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mkdir' Name.Variable
' ' Literal.String.Double
'$my_gentop' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mkdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_gentop' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'my_status' Name.Variable
'=' Operator
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_status' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-ne' Text
-' ' Text
+' ' Text.Whitespace
'0' Literal.Number
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_gentop' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$my_status' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'my_xlib' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$my_oldlibs' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Extract the objects.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$my_xlib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'[' Operator
'A-Za-z' Text
']' Operator
@@ -2338,19 +2338,19 @@
']' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'my_xabs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$my_xlib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'my_xabs' Name.Variable
'=' Operator
'`' Literal.String.Backtick
@@ -2360,31 +2360,31 @@
'/' Literal.String.Double
'$my_xlib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'my_xlib' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$my_xlib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'my_xdir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -2392,9 +2392,9 @@
'/' Literal.String.Double
'$my_xlib' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'rm' Name.Variable
@@ -2402,230 +2402,230 @@
'r ' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'rm' Name.Variable
'}' Literal.String.Interpol
'r' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mkdir' Name.Variable
' ' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mkdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'exit_status' Name.Variable
'=' Operator
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$exit_status' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-ne' Text
-' ' Text
+' ' Text.Whitespace
'0' Literal.Number
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$exit_status' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*-darwin*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'Extracting ' Literal.String.Double
'$my_xabs' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Do not bother doing anything if just a dry run\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_orig_dir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'pwd' Name.Builtin
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$my_xdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_archive' Name.Variable
'=' Operator
'$my_xabs' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_curdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'pwd' Name.Builtin
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_base_archive' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$darwin_archive' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_arches' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'lipo' Text
-' ' Text
+' ' Text.Whitespace
'-info' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_archive' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$EGREP' Name.Variable
-' ' Text
+' ' Text.Whitespace
'Architectures' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_arches' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' \n\t ' Text
+' \n\t ' Text.Whitespace
'darwin_arches' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_arches' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$SED' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/.*are://'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_arch' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_base_archive' Name.Variable
' has multiple architectures ' Literal.String.Double
'$darwin_arches' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'darwin_arch' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$darwin_arches' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'mkdir' Text
-' ' Text
+' ' Text.Whitespace
'-p' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'unfat-' Literal.String.Double
'$$' Name.Variable
@@ -2638,15 +2638,15 @@
'darwin_arch' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lipo' Text
-' ' Text
+' ' Text.Whitespace
'-thin' Text
-' ' Text
+' ' Text.Whitespace
'$darwin_arch' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-output' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'unfat-' Literal.String.Double
'$$' Name.Variable
@@ -2663,15 +2663,15 @@
'darwin_base_archive' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'darwin_archive' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'unfat-' Literal.String.Double
'$$' Name.Variable
@@ -2684,25 +2684,25 @@
'darwin_arch' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'func_extract_an_archive' Text
-' ' Text
+' ' Text.Whitespace
'"`pwd`"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'darwin_base_archive' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_curdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'unfat-' Literal.String.Double
'$$' Name.Variable
@@ -2719,175 +2719,175 @@
'darwin_base_archive' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-' ' Text
+' ' Text.Whitespace
'# $darwin_arches\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'## Okay now we have a bunch of thin objects, gotta fatten them up :)\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'darwin_filelist' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'find' Text
-' ' Text
+' ' Text.Whitespace
'unfat-' Text
'$$' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-type' Text
-' ' Text
+' ' Text.Whitespace
'f' Text
-' ' Text
+' ' Text.Whitespace
'-name' Text
-' ' Text
+' ' Text.Whitespace
'\\*' Literal.String.Escape
'.o' Text
-' ' Text
+' ' Text.Whitespace
'-print' Text
-' ' Text
+' ' Text.Whitespace
'-o' Text
-' ' Text
+' ' Text.Whitespace
'-name' Text
-' ' Text
+' ' Text.Whitespace
'\\*' Literal.String.Escape
'.lo' Text
-' ' Text
+' ' Text.Whitespace
'-print' Text
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'xargs' Text
-' ' Text
+' ' Text.Whitespace
'basename' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'sort' Text
-' ' Text
+' ' Text.Whitespace
'-u' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$NL2SP' Name.Variable
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_file' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_files' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'darwin_file' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$darwin_filelist' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'darwin_files' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'find' Text
-' ' Text
+' ' Text.Whitespace
'unfat-' Text
'$$' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-name' Text
-' ' Text
+' ' Text.Whitespace
'$darwin_file' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-print' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$NL2SP' Name.Variable
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lipo' Text
-' ' Text
+' ' Text.Whitespace
'-create' Text
-' ' Text
+' ' Text.Whitespace
'-output' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_file' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'$darwin_files' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-' ' Text
+' ' Text.Whitespace
'# $darwin_filelist\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'${' Literal.String.Interpol
'rm' Name.Variable
'}' Literal.String.Interpol
'r' Text
-' ' Text
+' ' Text.Whitespace
'unfat-' Text
'$$' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_orig_dir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$darwin_orig_dir' Name.Variable
'"' Literal.String.Double
-'\n \t ' Text
+'\n \t ' Text.Whitespace
'func_extract_an_archive' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xabs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $darwin_arches\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $run\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'func_extract_an_archive' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$my_xabs' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'my_oldobjs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -2896,159 +2896,159 @@
'"' Literal.String.Double
'`' Literal.String.Backtick
'find' Text
-' ' Text
+' ' Text.Whitespace
'$my_xdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-name' Text
-' ' Text
+' ' Text.Whitespace
'\\*' Literal.String.Escape
'.' Text
'$objext' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-print' Text
-' ' Text
+' ' Text.Whitespace
'-o' Text
-' ' Text
+' ' Text.Whitespace
'-name' Text
-' ' Text
+' ' Text.Whitespace
'\\*' Literal.String.Escape
'.lo' Text
-' ' Text
+' ' Text.Whitespace
'-print' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$NL2SP' Name.Variable
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'func_extract_archives_result' Name.Variable
'=' Operator
'"' Literal.String.Double
'$my_oldobjs' Name.Variable
'"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'}' Operator
-'\n' Text
+'\n' Text.Whitespace
'# End of Shell function definitions\n' Comment.Single
'#####################################\n' Comment.Single
-'\n' Text
+'\n' Text.Whitespace
'# Darwin sucks\n' Comment.Single
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'std_shrext' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$shrext_cmds' Name.Variable
'\\"' Literal.String.Escape
-'\n\n' Text
+'\n\n' Text.Whitespace
'disable_libs' Name.Variable
'=' Operator
'no' Text
-'\n\n' Text
+'\n\n' Text.Whitespace
'# Parse our command line options once, thoroughly.\n' Comment.Single
'while' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$#' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-gt' Text
-' ' Text
+' ' Text.Whitespace
'0' Literal.Number
-'\n' Text
+'\n' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'shift' Name.Builtin
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'-*' Text
'=' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'optarg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/[-_a-zA-Z0-9]*=//'" Literal.String.Single
'`' Literal.String.Backtick
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'optarg' Name.Variable
'=' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# If the previous option needs an argument, assign it.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$prev' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'execute_dlfiles' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'execute_dlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -3056,19 +3056,19 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'tag' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'tagname' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'preserve_args' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -3078,89 +3078,89 @@
'=' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Check whether tagname contains only valid characters\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$tagname' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
'[' Operator
'!-_A-Za-z0-9,/' Text
']' Operator
'*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progname' Name.Variable
': invalid tag name: ' Literal.String.Double
'$tagname' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$tagname' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'CC' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Don\'t test for the "default" C tag, as we know, it\'s there, but\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# not specially marked.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'^# ### BEGIN LIBTOOL TAG CONFIG: ' Literal.String.Double
'$tagname' Name.Variable
'$' Text
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'<' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progpath' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'>' Text
-' ' Text
+' ' Text.Whitespace
'/dev/null' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'taglist' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -3168,12 +3168,12 @@
' ' Literal.String.Double
'$tagname' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Evaluate the configuration.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'`' Literal.String.Double
'${' Literal.String.Interpol
@@ -3191,81 +3191,81 @@
'$progpath' Name.Variable
'`' Literal.String.Double
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progname' Name.Variable
': ignoring unknown tag ' Literal.String.Double
'$tagname' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'=\\$arg' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'prevopt' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'continue' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Have we seen a non-optional argument yet?\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'--help' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'show_help' Name.Variable
'=' Operator
'yes' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--version' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$PROGRAM' Name.Variable
' (GNU ' Literal.String.Double
@@ -3274,67 +3274,67 @@
'$VERSION' Name.Variable
'$TIMESTAMP' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"Copyright (C) 2005 Free Software Foundation, Inc."' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"This is free software; see the source for copying conditions. There is NO"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--config' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'1,/^# ### BEGIN LIBTOOL CONFIG/d'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'/^# ### END LIBTOOL CONFIG/,$d'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'$progpath' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'# Now print the configurations for the tags.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'tagname' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$taglist' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'/^# ### BEGIN LIBTOOL TAG CONFIG: ' Literal.String.Double
'$tagname' Name.Variable
@@ -3344,36 +3344,36 @@
'$' Text
'/p' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'<' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progpath' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--debug' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$progname' Name.Variable
': enabling shell trace mode' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'set' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-x' Text
-'\n ' Text
+'\n ' Text.Whitespace
'preserve_args' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -3381,154 +3381,154 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--dry-run' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'-n' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'run' Name.Variable
'=' Operator
':' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--features' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'host: ' Literal.String.Double
'$host' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"enable shared libraries"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"disable shared libraries"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_old_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"enable static libraries"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"disable static libraries"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--finish' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'"finish"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--mode' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'prevopt' Name.Variable
'=' Operator
'"--mode"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'mode' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'--mode' Text
'=' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'"' Literal.String.Double
'$optarg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--preserve-dup-deps' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'duplicate_deps' Name.Variable
'=' Operator
'"yes"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--quiet' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'--silent' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'show' Name.Variable
'=' Operator
':' Text
-'\n ' Text
+'\n ' Text.Whitespace
'preserve_args' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -3536,44 +3536,44 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'--tag' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'prevopt' Name.Variable
'=' Operator
'"--tag"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'tag' Text
-'\n ' Text
+'\n ' Text.Whitespace
'preserve_args' Name.Variable
'=' Operator
'"' Literal.String.Double
'$preserve_args' Name.Variable
' --tag' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'--tag' Text
'=' Operator
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'set' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'tag' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$optarg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'1' Name.Variable
'+' Punctuation
@@ -3581,206 +3581,206 @@
'$@' Name.Variable
'"' Literal.String.Double
'}' Literal.String.Interpol
-'\n ' Text
+'\n ' Text.Whitespace
'shift' Name.Builtin
-'\n ' Text
+'\n ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'tag' Text
-'\n ' Text
+'\n ' Text.Whitespace
'preserve_args' Name.Variable
'=' Operator
'"' Literal.String.Double
'$preserve_args' Name.Variable
' --tag' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-dlopen' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'prevopt' Name.Variable
'=' Operator
'"-dlopen"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'execute_dlfiles' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': unrecognized option \\`' Literal.String.Double
'$arg' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'nonopt' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'break' Name.Builtin
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n' Text
+'\n' Text.Whitespace
'done' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prevopt' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': option \\`' Literal.String.Double
'$prevopt' Name.Variable
"' requires an argument" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n' Text
+'\n' Text.Whitespace
'fi' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$disable_libs' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n' Text
+'\n' Text.Whitespace
'no' Text
')' Operator
-' \n ' Text
+' \n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n' Text
+'\n' Text.Whitespace
'shared' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'build_libtool_libs' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'build_old_libs' Name.Variable
'=' Operator
'yes' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n' Text
+'\n' Text.Whitespace
'static' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'build_old_libs' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$build_libtool_libs' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'yes' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'esac' Keyword
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n' Text
+'\n' Text.Whitespace
'esac' Keyword
-'\n\n' Text
+'\n\n' Text.Whitespace
'# If this variable is set in any of the actions, the command in it\n' Comment.Single
@@ -3790,324 +3790,324 @@
'exec_cmd' Name.Variable
'=' Operator
-'\n\n' Text
+'\n\n' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$show_help' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Infer the operation mode.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mode' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"*** Warning: inferring the mode of operation is deprecated."' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"*** Future versions of Libtool will require --mode=MODE be specified."' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$nonopt' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*cc' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'cc*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*++' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'gcc*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-gcc*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'g++*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'xlc*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'link' Text
-'\n ' Text
+'\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-'\n ' Text
+'\n ' Text.Whitespace
'do' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'-c' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'compile' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'break' Name.Builtin
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*db' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*dbx' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*strace' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*truss' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'execute' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*install*' Text
'|' Punctuation
'cp' Text
'|' Punctuation
'mv' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'install' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*rm' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'uninstall' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'# If we have no mode, but dlfiles were specified, then do execute mode.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$execute_dlfiles' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'mode' Name.Variable
'=' Operator
'execute' Text
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Just use the default operation mode.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mode' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$nonopt' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': warning: cannot infer operation mode from \\`' Literal.String.Double
'$nonopt' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': warning: cannot infer operation mode without MODE-ARGS' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Only execute mode is allowed to have -dlopen flags.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$execute_dlfiles' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'execute' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": unrecognized option \\`-dlopen'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Change the help message to a mode-specific one.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'generic_help' Name.Variable
'=' Operator
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'help' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4117,180 +4117,180 @@
'$mode' Name.Variable
"' for more information." Literal.String.Double
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# These modes are in order of execution frequency so that they run quickly.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$mode' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# libtool compile mode\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'compile' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'modename' Name.Variable
'=' Operator
'"' Literal.String.Double
'$modename' Name.Variable
': compile' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'# Get the compilation command and the source file.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'base_compile' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'srcfile' Name.Variable
'=' Operator
'"' Literal.String.Double
'$nonopt' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'# always keep a non-empty value in "srcfile"\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'suppress_opt' Name.Variable
'=' Operator
'yes' Text
-'\n ' Text
+'\n ' Text.Whitespace
'suppress_output' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'arg_mode' Name.Variable
'=' Operator
'normal' Text
-'\n ' Text
+'\n ' Text.Whitespace
'libobj' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'later' Name.Variable
'=' Operator
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-'\n ' Text
+'\n ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg_mode' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'arg' Text
-' ' Text
+' ' Text.Whitespace
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# do not "continue". Instead, add this to base_compile\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'arg_mode' Name.Variable
'=' Operator
'normal' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'target' Text
-' ' Text
+' ' Text.Whitespace
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'libobj' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'arg_mode' Name.Variable
'=' Operator
'normal' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'normal' Text
-' ' Text
+' ' Text.Whitespace
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Accept any command-line options.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'-o' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": you cannot specify \\`-o' more than once" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg_mode' Name.Variable
'=' Operator
'target' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'-static' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'-prefer-pic' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'-prefer-non-pic' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'later' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4298,113 +4298,113 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'-no-suppress' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'suppress_opt' Name.Variable
'=' Operator
'no' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'-Xcompiler' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg_mode' Name.Variable
'=' Operator
'arg' Text
-' ' Text
+' ' Text.Whitespace
'# the next one goes into the "base_compile" arg list\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'continue' Keyword
-' ' Text
+' ' Text.Whitespace
'# The current "srcfile" will either be retained or\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'# replaced later. I would guess that would be a bug.\n' Comment.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'-Wc,*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'args' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"s/^-Wc,//"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'save_ifs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$IFS' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
"','" Literal.String.Single
-'\n \t ' Text
+'\n \t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$args' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Double-quote args containing other shell metacharacters.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# Many Bourne shells cannot handle close brackets correctly\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# in scan sets, so we specify it separately.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -4434,7 +4434,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4442,12 +4442,12 @@
'$arg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4455,37 +4455,37 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lastarg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"s/^ //"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Add the arguments to base_compile.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'base_compile' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4493,101 +4493,101 @@
' ' Literal.String.Double
'$lastarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'*' Text
-' ' Text
+' ' Text.Whitespace
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Accept the current argument as the source file.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# The previous "srcfile" becomes the current argument.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'#\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'srcfile' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-' ' Text
+' ' Text.Whitespace
'# case $arg\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-' ' Text
+' ' Text.Whitespace
'# case $arg_mode\n' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'# Aesthetically quote the previous argument.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lastarg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$lastarg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Double-quote args containing other shell metacharacters.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# Many Bourne shells cannot handle close brackets correctly\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# in scan sets, and some SunOS ksh mistreat backslash-escaping\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# in scan sets (worked around with variable expansion),\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
"# and furthermore cannot handle '|' '&' '(' ')' in scan sets \n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'# at all, so we specify them separately.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -4617,7 +4617,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'lastarg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4625,12 +4625,12 @@
'$lastarg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'base_compile' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -4638,263 +4638,263 @@
' ' Literal.String.Double
'$lastarg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-' ' Text
+' ' Text.Whitespace
'# for arg\n' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg_mode' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'arg' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': you must specify an argument for -Xcompile' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'target' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": you must specify a target with \\`-o'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'# Get the name of the library object.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'[' Operator
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
']' Operator
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'libobj' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Recognize several different file suffixes.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# If the user specifies -o file.o, it is replaced with file.lo\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
"'[cCFSifmso]'" Literal.String.Single
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$libobj' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*.ada' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'ada' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.adb' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'adb' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.ads' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'ads' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.asm' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'asm' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.c++' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'c++' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.cc' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'cc' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.ii' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'ii' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.class' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'class' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.cpp' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'cpp' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.cxx' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'cxx' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.f90' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'f90' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.for' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'for' Keyword
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.java' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xform' Name.Variable
'=' Operator
'java' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'libobj' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
's/\\.' Literal.String.Double
'$xform' Name.Variable
@@ -4902,154 +4902,154 @@
'/.lo/' Literal.String.Double
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$libobj' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*.lo' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'obj' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lo2o' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot determine name of library object from \\`' Literal.String.Double
'$libobj' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'func_infer_tag' Text
-' ' Text
+' ' Text.Whitespace
'$base_compile' Name.Variable
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$later' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'-static' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'build_old_libs' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-prefer-pic' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'pic_mode' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-prefer-non-pic' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'pic_mode' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'qlibobj' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$qlibobj' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -5079,7 +5079,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'qlibobj' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5087,130 +5087,130 @@
'$qlibobj' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$qlibobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t' Text
+'\t' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'\'[]~#^*{};<>?"\'' Literal.String.Single
'"\'"' Literal.String.Double
"' \t&()|`$[]'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t' Text
+'\t' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': libobj name \\`' Literal.String.Double
'$libobj' Name.Variable
"' may not contain shell special characters." Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'objname' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'$xdir' Name.Variable
'/' Text
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'lobj' Name.Variable
'=' Operator
'${' Literal.String.Interpol
@@ -5219,67 +5219,67 @@
'$objdir' Name.Variable
'/' Text
'$objname' Name.Variable
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$base_compile' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': you must specify a compilation command' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Delete any leftover library objects.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_old_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'removelist' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5294,9 +5294,9 @@
'}' Literal.String.Interpol
'T' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'removelist' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5309,17 +5309,17 @@
'}' Literal.String.Interpol
'T' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'trap' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
' ' Literal.String.Double
@@ -5329,138 +5329,138 @@
'; exit ' Literal.String.Double
'$EXIT_FAILURE' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
-' ' Text
+' ' Text.Whitespace
'15' Literal.Number
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# On Cygwin there\'s no "real" PIC flag so we must build both object types\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host_os' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'mingw*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'pw32*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'os2*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'pic_mode' Name.Variable
'=' Operator
'default' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_mode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$deplibs_check_method' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'pass_all' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# non-PIC code in shared libraries is not supported\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'pic_mode' Name.Variable
'=' Operator
'default' Text
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Calculate the filename of the output object if compiler does\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# not support -o with -c\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$compiler_c_o' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'output_obj' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%\\.[^.]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
'.' Text
'${' Literal.String.Interpol
'objext' Name.Variable
'}' Literal.String.Interpol
-'\n ' Text
+'\n ' Text.Whitespace
'lockfile' Name.Variable
'=' Operator
'"' Literal.String.Double
'$output_obj' Name.Variable
'.lock' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'removelist' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5470,9 +5470,9 @@
' ' Literal.String.Double
'$lockfile' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'trap' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
' ' Literal.String.Double
@@ -5482,112 +5482,112 @@
'; exit ' Literal.String.Double
'$EXIT_FAILURE' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
-' ' Text
+' ' Text.Whitespace
'15' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'output_obj' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'need_locks' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'lockfile' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Lock this critical section if it is needed\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# We use this script file to make the link, it avoids creating a new file\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$need_locks' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'until' Keyword
-' ' Text
+' ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'ln' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lockfile' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'Waiting for ' Literal.String.Double
'$lockfile' Name.Variable
' to be removed' Literal.String.Double
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'sleep' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$need_locks' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'warn' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lockfile' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'\\\n*** ERROR, ' Literal.String.Double
'$lockfile' Name.Variable
@@ -5595,83 +5595,83 @@
'$lockfile' Name.Variable
" 2>/dev/null`\n\nThis indicates that another process is trying to use the same\ntemporary object file, and libtool could not work around it because\nyour compiler does not support \\`-c' and \\`-o' together. If you\nrepeat this compilation, it may succeed, by chance, but you had better\navoid parallel builds (make -j) in this platform, or get a better\ncompiler." Literal.String.Double
'"' Literal.String.Double
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'>' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lockfile' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$fix_srcfile_path' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'srcfile' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$fix_srcfile_path' Name.Variable
'\\"' Literal.String.Escape
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'qsrcfile' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$qsrcfile' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -5701,7 +5701,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'qsrcfile' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5709,95 +5709,95 @@
'$qsrcfile' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Literal.String.Double
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Create a libtool object file (analogous to a ".la" file),\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
"# but don't create it if we're doing a dry run.\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'cat' Text
-' ' Text
+' ' Text.Whitespace
'>' Text
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Text
-' ' Text
+' ' Text.Whitespace
'<<EOF\n# $libobj - a libtool object file\n# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP\n#\n# Please DO NOT delete this file!\n# It is necessary for linking the library.\n\n# Name of the PIC object.\nEOF' Literal.String
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Only build a PIC object if we are building libtool libraries.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Without this assignment, base_compile gets emptied.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'fbsd_hideous_sh_bug' Name.Variable
'=' Operator
'$base_compile' Name.Variable
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_mode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5807,12 +5807,12 @@
' ' Literal.String.Double
'$pic_flag' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
"# Don't build PIC code\n" Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5820,17 +5820,17 @@
' ' Literal.String.Double
'$qsrcfile' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'xdir' Name.Variable
@@ -5838,11 +5838,11 @@
'$objdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mkdir' Name.Variable
' ' Literal.String.Double
@@ -5851,40 +5851,40 @@
'}' Literal.String.Interpol
'$objdir' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mkdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'xdir' Name.Variable
'}' Literal.String.Interpol
'$objdir' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit_status' Name.Variable
'=' Operator
'$?' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$exit_status' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-ne' Text
-' ' Text
+' ' Text.Whitespace
'0' Literal.Number
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'xdir' Name.Variable
@@ -5892,33 +5892,33 @@
'$objdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$exit_status' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Place PIC objects in $objdir\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -5926,101 +5926,101 @@
' -o ' Literal.String.Double
'$lobj' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lobj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$command' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$command' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$need_locks' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'warn' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X`cat ' Literal.String.Double
'$lockfile' Name.Variable
' 2>/dev/null`' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'\\\n*** ERROR, ' Literal.String.Double
'$lockfile' Name.Variable
@@ -6031,54 +6031,54 @@
'$srcfile' Name.Variable
"\n\nThis indicates that another process is trying to use the same\ntemporary object file, and libtool could not work around it because\nyour compiler does not support \\`-c' and \\`-o' together. If you\nrepeat this compilation, it may succeed, by chance, but you had better\navoid parallel builds (make -j) in this platform, or get a better\ncompiler." Literal.String.Double
'"' Literal.String.Double
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Just move the object if needed, then go on to compile the next one\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lobj' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mv' Name.Variable
' ' Literal.String.Double
@@ -6086,158 +6086,158 @@
' ' Literal.String.Double
'$lobj' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mv' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$output_obj' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$lobj' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'error' Name.Variable
'=' Operator
'$?' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$error' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Append the name of the PIC object to the libtool object file.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'cat' Text
-' ' Text
+' ' Text.Whitespace
'>>' Text
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Text
-' ' Text
+' ' Text.Whitespace
"<<EOF\npic_object='$objdir/$objname'\n\nEOF" Literal.String
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Allow error messages only from the first compilation.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$suppress_opt' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'suppress_output' Name.Variable
'=' Operator
"' >/dev/null 2>&1'" Literal.String.Single
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
"# No PIC object so indicate it doesn't exist in the libtool\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'# object file.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'cat' Text
-' ' Text
+' ' Text.Whitespace
'>>' Text
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Text
-' ' Text
+' ' Text.Whitespace
'<<EOF\npic_object=none\n\nEOF' Literal.String
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Only build a position-dependent object if we build old libraries.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_old_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_mode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
"# Don't build PIC code\n" Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -6245,9 +6245,9 @@
' ' Literal.String.Double
'$qsrcfile' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -6257,24 +6257,24 @@
' ' Literal.String.Double
'$pic_flag' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$compiler_c_o' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -6282,101 +6282,101 @@
' -o ' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Suppress compiler output if we already did a PIC compilation.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$command' Name.Variable
'$suppress_output' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$command' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$command' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$need_locks' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'warn' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X`cat ' Literal.String.Double
'$lockfile' Name.Variable
' 2>/dev/null`' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$srcfile' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'\\\n*** ERROR, ' Literal.String.Double
'$lockfile' Name.Variable
@@ -6387,54 +6387,54 @@
'$srcfile' Name.Variable
"\n\nThis indicates that another process is trying to use the same\ntemporary object file, and libtool could not work around it because\nyour compiler does not support \\`-c' and \\`-o' together. If you\nrepeat this compilation, it may succeed, by chance, but you had better\navoid parallel builds (make -j) in this platform, or get a better\ncompiler." Literal.String.Double
'"' Literal.String.Double
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Just move the object if needed\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$output_obj' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mv' Name.Variable
' ' Literal.String.Double
@@ -6442,246 +6442,246 @@
' ' Literal.String.Double
'$obj' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mv' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$output_obj' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$obj' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'error' Name.Variable
'=' Operator
'$?' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$removelist' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$error' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Append the name of the non-PIC object the libtool object file.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# Only append if the libtool object file exists.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'cat' Text
-' ' Text
+' ' Text.Whitespace
'>>' Text
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Text
-' ' Text
+' ' Text.Whitespace
"<<EOF\n# Name of the non-PIC object.\nnon_pic_object='$objname'\n\nEOF" Literal.String
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Append the name of the non-PIC object the libtool object file.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# Only append if the libtool object file exists.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'cat' Text
-' ' Text
+' ' Text.Whitespace
'>>' Text
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Text
-' ' Text
+' ' Text.Whitespace
'<<EOF\n# Name of the non-PIC object.\nnon_pic_object=none\n\nEOF' Literal.String
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mv' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'T' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'${' Literal.String.Interpol
'libobj' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Unlock the critical section if it was locked\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$need_locks' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$rm' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lockfile' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_SUCCESS' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# libtool link mode\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'link' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'relink' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'modename' Name.Variable
'=' Operator
'"' Literal.String.Double
'$modename' Name.Variable
': link' Literal.String.Double
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*-*-cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-mingw*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-pw32*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-os2*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'# It is impossible to link a dll without this setting, and\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
"# we shouldn't force the makefile maintainer to figure out\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'# which system we are compiling for in order to pass an extra\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# flag for every libtool invocation.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# allow_undefined=no\n' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'# FIXME: Unfortunately, there are problems with the above when trying\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# to make a dll which has undefined symbols, in which case not\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# even a static library is built. For now, we need to specify\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -no-undefined on the libtool link line when we can be certain\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# that all symbols are satisfied, otherwise we get a static library.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'allow_undefined' Name.Variable
'=' Operator
'yes' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'allow_undefined' Name.Variable
'=' Operator
'yes' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'libtool_args' Name.Variable
'=' Operator
'"' Literal.String.Double
'$nonopt' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'base_compile' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -6689,364 +6689,364 @@
' ' Literal.String.Double
'$@' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$nonopt' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$nonopt' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'compile_rpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'finalize_rpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'compile_shlibpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'finalize_shlibpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'convenience' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'old_convenience' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'old_deplibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'linker_flags' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'dllsearchpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'lib_search_path' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'pwd' Name.Builtin
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'inst_prefix_dir' Name.Variable
'=' Operator
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'avoid_version' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'dlfiles' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'dlself' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'export_dynamic' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'export_symbols' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'export_symbols_regex' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'generated' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'libobjs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'ltlibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'module' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'no_install' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'objs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'notinst_path' Name.Variable
'=' Operator
-' ' Text
+' ' Text.Whitespace
'# paths that contain not-installed libtool libraries\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'precious_files_regex' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'prefer_static_libs' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'preload' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'prevarg' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'release' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'rpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'xrpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'perm_rpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'temp_rpath' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'thread_safe' Name.Variable
'=' Operator
'no' Text
-'\n ' Text
+'\n ' Text.Whitespace
'vinfo' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'vinfo_number' Name.Variable
'=' Operator
'no' Text
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'func_infer_tag' Text
-' ' Text
+' ' Text.Whitespace
'$base_compile' Name.Variable
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# We need to know -static, to get the right output filenames.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'arg' Text
-'\n ' Text
+'\n ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'-all-static' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'-static' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-all-static"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$link_static_flag' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': warning: complete static linking is impossible in this configuration' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$link_static_flag' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlopen_self' Name.Variable
'=' Operator
'$dlopen_self_static' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prefer_static_libs' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_flag' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$link_static_flag' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlopen_self' Name.Variable
'=' Operator
'$dlopen_self_static' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prefer_static_libs' Name.Variable
'=' Operator
'built' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'build_libtool_libs' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'build_old_libs' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'break' Name.Builtin
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# See if our shared archives depend on static archives.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_archive_from_new_cmds' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'build_old_libs' Name.Variable
'=' Operator
'yes' Text
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Go through the arguments, transforming them on the way.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'while' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$#' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-gt' Text
-' ' Text
+' ' Text.Whitespace
'0' Literal.Number
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$1' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'shift' Name.Builtin
-'\n ' Text
+'\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -7076,48 +7076,48 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'qarg' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
'\\"' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'### testsuite: skip nested quoting test\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'qarg' Name.Variable
'=' Operator
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'libtool_args' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7125,247 +7125,247 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# If the previous option needs an argument, assign it.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$prev' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'output' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$compile_command' Name.Variable
' @OUTPUT@' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$finalize_command' Name.Variable
' @OUTPUT@' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$prev' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'dlfiles' Text
'|' Punctuation
'dlprefiles' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$preload' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Add the symbol object into the linking commands.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$compile_command' Name.Variable
' @SYMFILE@' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
'$finalize_command' Name.Variable
' @SYMFILE@' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'preload' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*.la' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*.lo' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'# We handle these cases below.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'force' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlself' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlself' Name.Variable
'=' Operator
'needless' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'export_dynamic' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'self' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlprefiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlself' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlfiles' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlopen_self' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlself' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlself' Name.Variable
'=' Operator
'needless' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'export_dynamic' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlfiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7373,9 +7373,9 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7383,465 +7383,465 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'expsyms' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'export_symbols' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': symbol file \\`' Literal.String.Double
'$arg' Name.Variable
"' does not exist" Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'expsyms_regex' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'export_symbols_regex' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'inst_prefix' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'inst_prefix_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'precious_regex' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'precious_files_regex' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'release' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'release' Name.Variable
'=' Operator
'"' Literal.String.Double
'-' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'objectlist' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'save_arg' Name.Variable
'=' Operator
'$arg' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'moreargs' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'fil' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'`' Literal.String.Backtick
'cat' Text
-' ' Text
+' ' Text.Whitespace
'$save_arg' Name.Variable
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'do' Keyword
-'\n' Text
+'\n' Text.Whitespace
'#\t moreargs="$moreargs $fil"\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'$fil' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# A libtool-controlled object.\n' Comment.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Check to see that this really is a libtool object.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'(' Operator
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'2q'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'^# Generated by .*' Literal.String.Double
'$PACKAGE' Name.Variable
'"' Literal.String.Double
')' Operator
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'pic_object' Name.Variable
'=' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
-'\n\n\t\t' Text
+'\n\n\t\t' Text.Whitespace
'# Read the .lo file\n' Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'# If there is no directory component, then add one.\n' Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'*/*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*' Text
'\\\\' Literal.String.Escape
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'./' Text
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'esac' Keyword
-'\n\n\t\t' Text
+'\n\n\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot find name of object for \\`' Literal.String.Double
'$arg' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\n\t\t' Text
+'\n\n\t\t' Text.Whitespace
'# Extract subdirectory from the argument.\n' Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'/' Literal.String.Double
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\n\t\t' Text
+'\n\n\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# Prepend the subdirectory the object is found in.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'pic_object' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\n\t\t ' Text
+'\n\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlfiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlopen_support' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'dlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7849,46 +7849,46 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'continue' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# If libtool objects are unsupported, then we need to preload.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'dlprefiles' Text
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t\t ' Text
+'\n\n\t\t ' Text.Whitespace
'# CHECK ME: I think I busted this. -Ossama\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlprefiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# Preload the old-style object.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7896,15 +7896,15 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t\t ' Text
+'\n\n\t\t ' Text.Whitespace
'# A PIC object.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'libobjs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7912,47 +7912,47 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\n\t\t' Text
+'\n\n\t\t' Text.Whitespace
'# Non-PIC object.\n' Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# Prepend the subdirectory the object is found in.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\n\t\t ' Text
+'\n\n\t\t ' Text.Whitespace
'# A standard non-PIC object\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -7960,55 +7960,55 @@
' ' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# If the PIC object exists, use it instead.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'# $xdir was prepended to $pic_object above.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8016,110 +8016,110 @@
' ' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'# Only an error if not doing a dry-run.\n' Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': \\`' Literal.String.Double
'$arg' Name.Variable
"' is not a valid libtool object" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# Dry-run case.\n' Comment.Single
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# Extract subdirectory from the argument.\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'/' Literal.String.Double
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t\t ' Text
+'\n\n\t\t ' Text.Whitespace
'pic_object' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'${' Literal.String.Interpol
@@ -8133,23 +8133,23 @@
'arg' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lo2o' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'${' Literal.String.Interpol
@@ -8159,18 +8159,18 @@
'arg' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lo2o' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'libobjs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8178,7 +8178,7 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8186,66 +8186,66 @@
' ' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': link input file \\`' Literal.String.Double
'$save_arg' Name.Variable
"' does not exist" Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'$save_arg' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'rpath' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'xrpath' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# We need an absolute path.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'[' Operator
'A-Za-z' Text
']' Operator
@@ -8256,58 +8256,58 @@
']' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': only absolute run-paths are allowed' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'rpath' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$rpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -8316,13 +8316,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'rpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8330,23 +8330,23 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$xrpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -8355,13 +8355,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xrpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8369,25 +8369,25 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'xcompiler' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8395,10 +8395,10 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8406,7 +8406,7 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8414,15 +8414,15 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'xlinker' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'linker_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8430,7 +8430,7 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8439,10 +8439,10 @@
'$wl' Name.Variable
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8451,7 +8451,7 @@
'$wl' Name.Variable
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8460,15 +8460,15 @@
'$wl' Name.Variable
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'xcclinker' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'linker_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8476,7 +8476,7 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8484,10 +8484,10 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8495,7 +8495,7 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8503,46 +8503,46 @@
' ' Literal.String.Double
'$qarg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'shrext' Text
')' Operator
-'\n \t ' Text
+'\n \t ' Text.Whitespace
'shrext_cmds' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'darwin_framework' Text
'|' Punctuation
'darwin_framework_skip' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"darwin_framework"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8550,7 +8550,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8558,7 +8558,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8566,68 +8566,68 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'=\\"\\$arg\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# test -n "$prev"\n' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'prevarg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'-all-static' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$link_static_flag' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8635,7 +8635,7 @@
' ' Literal.String.Double
'$link_static_flag' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8643,178 +8643,178 @@
' ' Literal.String.Double
'$link_static_flag' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-allow-undefined' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# FIXME: remove this flag sometime in the future.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": \\`-allow-undefined' is deprecated because it is the default" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-avoid-version' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'avoid_version' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-dlopen' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'dlfiles' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-dlpreopen' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'dlprefiles' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-export-dynamic' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'export_dynamic' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-export-symbols' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'-export-symbols-regex' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$export_symbols' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$export_symbols_regex' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': more than one -exported-symbols argument is not allowed' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-export-symbols"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'expsyms' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'expsyms_regex' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-framework' Text
'|' Punctuation
'-arch' Text
'|' Punctuation
'-isysroot' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$CC' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -8828,9 +8828,9 @@
' ' Literal.String.Double
'"' Literal.String.Double
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -8845,17 +8845,17 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' \n\t\t' Text
+' \n\t\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'darwin_framework_skip' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8863,16 +8863,16 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'darwin_framework' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8880,7 +8880,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8888,30 +8888,30 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-inst-prefix-dir' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'inst_prefix' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# so, if we see these flags be careful not to treat them like -L\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'-L' Text
'[' Operator
'A-Z' Text
@@ -8921,22 +8921,22 @@
']' Operator
'*:*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$with_gcc' Name.Variable
'/' Text
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'no/*-*-irix*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'/*-*-irix*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8944,7 +8944,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -8952,56 +8952,56 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-L*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'dir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-L//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'# We need an absolute path.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$dir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'[' Operator
'A-Za-z' Text
']' Operator
@@ -9012,60 +9012,60 @@
']' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'absdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'pwd' Name.Builtin
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$absdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot determine absolute directory name of \\`' Literal.String.Double
'$dir' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'absdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'notinst_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9073,29 +9073,29 @@
' ' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$absdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$deplibs' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
'"' Literal.String.Double
' -L' Literal.String.Double
@@ -9104,13 +9104,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9118,7 +9118,7 @@
' -L' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lib_search_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9126,60 +9126,60 @@
' ' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*-*-cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-mingw*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-pw32*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-os2*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'testbindir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s*/lib$*/bin*'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
'$dllsearchpath' Name.Variable
':' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
':' Literal.String.Double
@@ -9188,13 +9188,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'dllsearchpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9204,17 +9204,17 @@
'"' Literal.String.Double
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
'$dllsearchpath' Name.Variable
':' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
':' Literal.String.Double
@@ -9223,13 +9223,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'dllsearchpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9239,272 +9239,272 @@
'"' Literal.String.Double
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-l*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lc"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lm"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-mingw*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-pw32*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-beos*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# These systems don't actually have a C or math library (as such)\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-os2*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# These systems don't actually have a C library (as such)\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lc"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-openbsd*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-freebsd*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-dragonfly*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Do not include libc due to us having libc/libc_r.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lc"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-rhapsody*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-darwin1.' Text
'[' Operator
'012' Literal.Number
']' Operator
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Rhapsody C and math libraries are in the System framework\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$deplibs' Name.Variable
' -framework System' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-sco3.2v5*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-sco5v6*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Causes problems with __ctype\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lc"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-sysv4.2uw2*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-sysv5*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-unixware*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-OpenUNIX*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Compiler inserts libc in the correct place for threads to work\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lc"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"X-lc_r"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*-*-openbsd*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-freebsd*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-dragonfly*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Do not include libc_r directly, use -pthread flag.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9512,21 +9512,21 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Tru64 UNIX uses -model [arg] to determine the layout of C++\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# classes, name mangling, and exception handling.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'-model' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9534,7 +9534,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9542,7 +9542,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9550,16 +9550,16 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'xcompiler' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-mt' Text
'|' Punctuation
'-mthreads' Text
@@ -9574,7 +9574,7 @@
'|' Punctuation
'--thread-safe' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9582,7 +9582,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9590,7 +9590,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9598,54 +9598,54 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-module' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'module' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# -64, -mips[0-9] enable 64-bit mode on the SGI compiler\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -r[0-9][0-9]* specifies the processor on the SGI compiler\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# +DA*, +DD* enable 64-bit mode on the HP compiler\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -q* pass through compiler args for the IBM compiler\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -m* pass through architecture-specific compiler args for GCC\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -m*, -t[45]*, -txscale* pass through architecture-specific\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# compiler args for GCC\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# -pg pass through profiling flag for GCC\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# @file GCC response files\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'-64' Text
'|' Punctuation
'-mips' Text
@@ -9683,10 +9683,10 @@
'|' Punctuation
'-pg' Text
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'-t' Text
'[' Operator
'45' Literal.Number
@@ -9697,40 +9697,40 @@
'|' Punctuation
'@*' Text
')' Operator
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'# Unknown arguments in both finalize_command and compile_command need\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# to be aesthetically quoted because they are evaled later.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -9760,7 +9760,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9768,12 +9768,12 @@
'$arg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9781,7 +9781,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9789,7 +9789,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -9797,236 +9797,236 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'continue' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-shrext' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'shrext' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-no-fast-install' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'fast_install' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-no-install' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*-*-cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-mingw*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-pw32*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-os2*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# The PATH hackery in wrapper scripts is required on Windows\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# in order for the loader to find any dlls it needs.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": warning: \\`-no-install' is ignored for " Literal.String.Double
'$host' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": warning: assuming \\`-no-fast-install' instead" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fast_install' Name.Variable
'=' Operator
'no' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'no_install' Name.Variable
'=' Operator
'yes' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-no-undefined' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'allow_undefined' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-objectlist' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'objectlist' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-o' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'prev' Name.Variable
'=' Operator
'output' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-precious-files-regex' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'precious_regex' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-release' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'release' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-rpath' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'rpath' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-R' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'xrpath' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-R*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'dir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-R//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'# We need an absolute path.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$dir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'[' Operator
'A-Za-z' Text
']' Operator
@@ -10037,43 +10037,43 @@
']' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': only absolute run-paths are allowed' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$xrpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -10082,13 +10082,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xrpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10096,145 +10096,145 @@
' ' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-static' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# The effects of -static are defined in a previous loop.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# We used to do the same as -all-static on platforms that\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
"# didn't have a PIC flag, but the assumption that the effects\n" Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# would be equivalent was wrong. It would break on at least\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# Digital Unix and AIX.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-thread-safe' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'thread_safe' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-version-info' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'vinfo' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'-version-number' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'vinfo' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'vinfo_number' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-Wc,*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'args' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-Wc,//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'save_ifs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$IFS' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
"','" Literal.String.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'flag' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$args' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$flag' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -10264,7 +10264,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'flag' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10272,12 +10272,12 @@
'$flag' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10286,7 +10286,7 @@
'$wl' Name.Variable
'$flag' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10294,102 +10294,102 @@
' ' Literal.String.Double
'$flag' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'done' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"s/^ //"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-Wl,*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'args' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-Wl,//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'save_ifs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$IFS' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
"','" Literal.String.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'flag' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$args' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$flag' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -10419,7 +10419,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'flag' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10427,12 +10427,12 @@
'$flag' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10441,7 +10441,7 @@
'$wl' Name.Variable
'$flag' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10450,7 +10450,7 @@
'$wl' Name.Variable
'$flag' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'linker_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10458,116 +10458,116 @@
' ' Literal.String.Double
'$flag' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'done' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"s/^ //"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-Xcompiler' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'xcompiler' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-Xlinker' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'xlinker' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'-XCClinker' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'xcclinker' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Some other compiler flag.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'-*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'+*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Unknown arguments in both finalize_command and compile_command need\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# to be aesthetically quoted because they are evaled later.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -10597,7 +10597,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10605,22 +10605,22 @@
'$arg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'*.' Text
'$objext' Name.Variable
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# A standard object.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'objs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10628,295 +10628,295 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'*.lo' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# A libtool-controlled object.\n' Comment.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Check to see that this really is a libtool object.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'(' Operator
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'2q'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'^# Generated by .*' Literal.String.Double
'$PACKAGE' Name.Variable
'"' Literal.String.Double
')' Operator
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'pic_object' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Read the .lo file\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# If there is no directory component, then add one.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*/*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*' Text
'\\\\' Literal.String.Escape
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'./' Text
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t ' Text
+'\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t ' Text
+'\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot find name of object for \\`' Literal.String.Double
'$arg' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Extract subdirectory from the argument.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
-'\n \t ' Text
+'\n \t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'/' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Prepend the subdirectory the object is found in.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'pic_object' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlfiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlopen_support' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'dlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10924,46 +10924,46 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'# If libtool objects are unsupported, then we need to preload.\n' Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'prev' Name.Variable
'=' Operator
'dlprefiles' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# CHECK ME: I think I busted this. -Ossama\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlprefiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Preload the old-style object.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10971,15 +10971,15 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# A PIC object.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'libobjs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -10987,47 +10987,47 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Non-PIC object.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Prepend the subdirectory the object is found in.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# A standard non-PIC object\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11035,55 +11035,55 @@
' ' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'none' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# If the PIC object exists, use it instead.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# $xdir was prepended to $pic_object above.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
'"' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11091,110 +11091,110 @@
' ' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Only an error if not doing a dry-run.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$run' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': \\`' Literal.String.Double
'$arg' Name.Variable
"' is not a valid libtool object" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Dry-run case.\n' Comment.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Extract subdirectory from the argument.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$xdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'xdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$xdir' Name.Variable
'/' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'pic_object' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'${' Literal.String.Interpol
@@ -11208,23 +11208,23 @@
'arg' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lo2o' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'non_pic_object' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'${' Literal.String.Interpol
@@ -11234,18 +11234,18 @@
'arg' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lo2o' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'libobjs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11253,7 +11253,7 @@
' ' Literal.String.Double
'$pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'non_pic_objects' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11261,21 +11261,21 @@
' ' Literal.String.Double
'$non_pic_object' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'*.' Text
'$libext' Name.Variable
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# An archive.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11283,7 +11283,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'old_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11291,36 +11291,36 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'*.la' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# A libtool-controlled library.\n' Comment.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlfiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# This library was specified with -dlopen.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'dlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11328,28 +11328,28 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlprefiles' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# The library was specified with -dlpreopen.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11357,12 +11357,12 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prev' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11370,53 +11370,53 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Some other compiler argument.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'*' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Unknown arguments in both finalize_command and compile_command need\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# to be aesthetically quoted because they are evaled later.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'arg' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$sed_quote_subst' Name.Variable
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$arg' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
'[' Operator
'\\[' Literal.String.Escape
@@ -11446,7 +11446,7 @@
'|' Punctuation
'""' Literal.String.Double
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11454,36 +11454,36 @@
'$arg' Name.Variable
'\\"' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-' ' Text
+' ' Text.Whitespace
'# arg\n' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'# Now actually substitute the argument into the commands.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11491,7 +11491,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11499,91 +11499,91 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-' ' Text
+' ' Text.Whitespace
'# argument parsing loop\n' Comment.Single
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prev' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': the \\`' Literal.String.Double
'$prevarg' Name.Variable
"' option requires an argument" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$export_dynamic' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$export_dynamic_flag_spec' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'arg' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$export_dynamic_flag_spec' Name.Variable
'\\"' Literal.String.Escape
-'\n ' Text
+'\n ' Text.Whitespace
'compile_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11591,7 +11591,7 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'finalize_command' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11599,64 +11599,64 @@
' ' Literal.String.Double
'$arg' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'oldlibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'# calculate the name of the file, without its directory\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'outputname' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$output' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'libobjs_save' Name.Variable
'=' Operator
'"' Literal.String.Double
'$libobjs' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$shlibpath_var' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# get the directories listed in $shlibpath_var\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'shlib_search_path' Name.Variable
'=' Operator
'\\`' Literal.String.Escape
'\\$' Literal.String.Escape
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'\\"' Literal.String.Escape
'X' Text
'\\$' Literal.String.Escape
@@ -11664,90 +11664,90 @@
'$shlibpath_var' Name.Variable
'}' Operator
'\\"' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'\\|' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'\\$' Literal.String.Escape
'Xsed' Text
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"\\'" Literal.String.Escape
's/:/' Text
-' ' Text
+' ' Text.Whitespace
'/g' Text
"\\'" Literal.String.Escape
'\\`' Literal.String.Escape
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'shlib_search_path' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'sys_lib_search_path' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$sys_lib_search_path_spec' Name.Variable
'\\"' Literal.String.Escape
-'\n ' Text
+'\n ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'sys_lib_dlsearch_path' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$sys_lib_dlsearch_path_spec' Name.Variable
'\\"' Literal.String.Escape
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'output_objdir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$output' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$output_objdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$output' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'output_objdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$objdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'else' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'output_objdir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -11755,261 +11755,261 @@
'/' Literal.String.Double
'$objdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'# Create the object directory.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_objdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mkdir' Name.Variable
' ' Literal.String.Double
'$output_objdir' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$mkdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$output_objdir' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'exit_status' Name.Variable
'=' Operator
'$?' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$exit_status' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'-ne' Text
-' ' Text
+' ' Text.Whitespace
'0' Literal.Number
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-d' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_objdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$exit_status' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Determine the type of output\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$output' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'""' Literal.String.Double
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': you must specify an output file' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$help' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n ' Text
+'\n ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.' Text
'$libext' Name.Variable
')' Operator
-' ' Text
+' ' Text.Whitespace
'linkmode' Name.Variable
'=' Operator
'oldlib' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.lo' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*.' Text
'$objext' Name.Variable
')' Operator
-' ' Text
+' ' Text.Whitespace
'linkmode' Name.Variable
'=' Operator
'obj' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*.la' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'linkmode' Name.Variable
'=' Operator
'lib' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'linkmode' Name.Variable
'=' Operator
'prog' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'# Anything else should be a program.\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'esac' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'*cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*mingw*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*pw32*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
"# don't eliminate duplications in $postdeps and $predeps\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'duplicate_compiler_generated_deps' Name.Variable
'=' Operator
'yes' Text
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'duplicate_compiler_generated_deps' Name.Variable
'=' Operator
'$duplicate_deps' Name.Variable
-'\n ' Text
+'\n ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'specialdeplibs' Name.Variable
'=' Operator
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'libs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'# Find all interdependent deplibs by searching for libraries\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# that are linked more than once (e.g. -la -lb -la)\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'deplib' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$deplibs' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$duplicate_deps' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"Xyes"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libs' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -12018,7 +12018,7 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'specialdeplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12026,14 +12026,14 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12041,24 +12041,24 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'done' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12070,58 +12070,58 @@
' ' Literal.String.Double
'$postdeps' Name.Variable
'"' Literal.String.Double
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'# Compute libraries that are listed more than once in $predeps\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# $postdeps and mark them as special (i.e., whose duplicates are\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'# not to be eliminated).\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'pre_post_deps' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$duplicate_compiler_generated_deps' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"Xyes"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'pre_post_dep' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$predeps' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$postdeps' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pre_post_deps' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -12130,7 +12130,7 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'specialdeplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12138,12 +12138,12 @@
' ' Literal.String.Double
'$pre_post_deps' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'pre_post_deps' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12151,245 +12151,245 @@
' ' Literal.String.Double
'$pre_post_dep' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'done' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'pre_post_deps' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\n ' Text
+'\n\n ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'newdependency_libs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'newlib_search_path' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'need_relink' Name.Variable
'=' Operator
'no' Text
-' ' Text
+' ' Text.Whitespace
"# whether we're linking any uninstalled libtool libraries\n" Comment.Single
-' ' Text
+' ' Text.Whitespace
'notinst_deplibs' Name.Variable
'=' Operator
-' ' Text
+' ' Text.Whitespace
'# not-installed libtool libraries\n' Comment.Single
-' ' Text
+' ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$linkmode' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'lib' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'passes' Name.Variable
'=' Operator
'"conv link"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'file' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$dlfiles' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$dlprefiles' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$file' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*.la' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": libraries can \\`-dlopen' only libtool libraries: " Literal.String.Double
'$file' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'done' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'prog' Text
')' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'alldeplibs' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'newdlfiles' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'newdlprefiles' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'passes' Name.Variable
'=' Operator
'"conv scan dlopen dlpreopen link"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'passes' Name.Variable
'=' Operator
'"conv"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'pass' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$passes' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"lib,link"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,scan"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'libs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$pass' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'dlopen' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'libs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dlfiles' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'dlpreopen' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'libs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dlprefiles' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'link' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12397,67 +12397,67 @@
' %DEPLIBS% ' Literal.String.Double
'$dependency_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlopen' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'# Collect dlpreopened libraries\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'save_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'deplib' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$libs' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'lib' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'found' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$deplib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'-mt' Text
'|' Punctuation
'-mthreads' Text
@@ -12472,24 +12472,24 @@
'|' Punctuation
'--thread-safe' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,link"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12497,7 +12497,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12505,9 +12505,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compiler_flags' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12515,118 +12515,118 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'-l*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": warning: \\`-l' is ignored for archives/objects" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'name' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-l//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'searchdir' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$newlib_search_path' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$lib_search_path' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$sys_lib_search_path' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$shlib_search_path' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'search_ext' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'.la' Text
-' ' Text
+' ' Text.Whitespace
'$std_shrext' Name.Variable
-' ' Text
+' ' Text.Whitespace
'.so' Text
-' ' Text
+' ' Text.Whitespace
'.a' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Search the libtool library\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'lib' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12639,93 +12639,93 @@
'search_ext' Name.Variable
'}' Literal.String.Interpol
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$search_ext' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'".la"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'found' Name.Variable
'=' Operator
'yes' Text
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'found' Name.Variable
'=' Operator
'no' Text
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'break' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$found' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# deplib doesn't seem to be a libtool library\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,link"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12733,7 +12733,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12741,9 +12741,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12751,19 +12751,19 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'newdependency_libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -12771,41 +12771,41 @@
' ' Literal.String.Double
'$newdependency_libs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-' ' Text
+' ' Text.Whitespace
'# deplib is a libtool library\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# We need to do some special things here, and not later.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$allow_libtool_libs_with_static_runtimes' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"Xyes"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$predeps' Name.Variable
@@ -12813,9 +12813,9 @@
'$postdeps' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -12824,191 +12824,191 @@
'"' Literal.String.Double
'*' Text
')' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'(' Operator
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'2q'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'^# Generated by .*' Literal.String.Double
'$PACKAGE' Name.Variable
'"' Literal.String.Double
')' Operator
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'library_names' Name.Variable
'=' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'old_library' Name.Variable
'=' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'*/*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*' Text
'\\\\' Literal.String.Escape
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'./' Text
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'esac' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'l' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$old_library' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$library_names' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'll' Name.Variable
'=' Operator
'"' Literal.String.Double
'$l' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'done' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$ll' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
'# only static version available\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'found' Name.Variable
'=' Operator
'no' Text
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'ladir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'ladir' Name.Variable
'=' Operator
'"."' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'lib' Name.Variable
'=' Operator
'$ladir' Name.Variable
'/' Text
'$old_library' Name.Variable
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,link"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13016,7 +13016,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13024,9 +13024,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13034,19 +13034,19 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'newdependency_libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13054,48 +13054,48 @@
' ' Literal.String.Double
'$newdependency_libs' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'continue' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'# -l\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'-L*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$linkmode' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lib' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13103,21 +13103,21 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'conv' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newdependency_libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13125,7 +13125,7 @@
' ' Literal.String.Double
'$newdependency_libs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newlib_search_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13134,42 +13134,42 @@
'"' Literal.String.Double
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-L//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prog' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'conv' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13177,26 +13177,26 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'scan' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13204,9 +13204,9 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13214,7 +13214,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13222,9 +13222,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newlib_search_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13233,104 +13233,104 @@
'"' Literal.String.Double
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-L//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
": warning: \\`-L' is ignored for archives/objects" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-' ' Text
+' ' Text.Whitespace
'# linkmode\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'# -L\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'-R*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'link' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-R//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Make sure the xrpath contains only unique directories.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$xrpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -13339,13 +13339,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'xrpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13353,14 +13353,14 @@
' ' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13368,43 +13368,43 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*.la' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Name.Variable
'=' Operator
'"' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*.' Text
'$libext' Name.Variable
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'conv' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13412,187 +13412,187 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$linkmode' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lib' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'valid_a_lib' Name.Variable
'=' Operator
'no' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$deplibs_check_method' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'match_pattern*' Text
')' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'set' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'dummy' Text
-' ' Text
+' ' Text.Whitespace
'$deplibs_check_method' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'match_pattern_regex' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'expr' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$deplibs_check_method' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
':' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$2' Name.Variable
' \\(.*\\)' Literal.String.Double
'"' Literal.String.Double
'`' Literal.String.Backtick
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'\\"' Literal.String.Escape
'$deplib' Name.Variable
'\\"' Literal.String.Escape
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$SED' Name.Variable
-' ' Text
+' ' Text.Whitespace
'10q' Text
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$EGREP' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$match_pattern_regex' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'>' Text
-' ' Text
+' ' Text.Whitespace
'/dev/null' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'valid_a_lib' Name.Variable
'=' Operator
'yes' Text
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'pass_all' Text
')' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'valid_a_lib' Name.Variable
'=' Operator
'yes' Text
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$valid_a_lib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** Warning: Trying to link with static lib archive ' Literal.String.Double
'$deplib' Name.Variable
'.' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"*** I have the capability to make that library automatically link in when"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"*** you link to this library. But I can only do this if you have a"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"*** shared version of the library, which you do not appear to have"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** because the file extensions .' Literal.String.Double
'$libext' Name.Variable
' of this argument makes me believe' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"*** that it is just a static archive that I should not used here."' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** Warning: Linking the shared library ' Literal.String.Double
'$output' Name.Variable
' against the' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** static library ' Literal.String.Double
'$deplib' Name.Variable
' is not portable!' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13600,33 +13600,33 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'prog' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'link' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13634,9 +13634,9 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13644,7 +13644,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13652,48 +13652,48 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-' ' Text
+' ' Text.Whitespace
'# linkmode\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'# *.$libext\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'*.lo' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*.' Text
'$objext' Name.Variable
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'conv' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13701,68 +13701,68 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlpreopen' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlopen_support' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# If there is no dlopen support or we're linking statically,\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# we need to preload.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'newdlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13770,7 +13770,7 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13778,7 +13778,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13786,9 +13786,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newdlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -13796,64 +13796,64 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'%DEPLIBS%' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'alldeplibs' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-' ' Text
+' ' Text.Whitespace
'# case $deplib\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$found' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot find the library \\`' Literal.String.Double
@@ -13862,262 +13862,262 @@
'$deplib' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'# Check to see that this really is a libtool archive.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'(' Operator
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'2q'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'grep' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'^# Generated by .*' Literal.String.Double
'$PACKAGE' Name.Variable
'"' Literal.String.Double
')' Operator
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
'&' Punctuation
'1' Literal.Number
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': \\`' Literal.String.Double
'$lib' Name.Variable
"' is not a valid libtool archive" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'ladir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%/[^/]*$%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t' Text
+'\n\t' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'ladir' Name.Variable
'=' Operator
'"."' Literal.String.Double
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'dlname' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'dlopen' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'dlpreopen' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'libdir' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'library_names' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'old_library' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'# If the library was installed with an old release of libtool,\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'# it will not redefine variables installed, or shouldnotlink\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'installed' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'shouldnotlink' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'avoidtemprpath' Name.Variable
'=' Operator
-'\n\n\n\t' Text
+'\n\n\n\t' Text.Whitespace
'# Read the .la file\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'*/*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*' Text
'\\\\' Literal.String.Escape
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'.' Text
-' ' Text
+' ' Text.Whitespace
'./' Text
'$lib' Name.Variable
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"lib,link"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,scan"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'{' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'}' Operator
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlopen' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'dlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14125,17 +14125,17 @@
' ' Literal.String.Double
'$dlopen' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlpreopen' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14143,27 +14143,27 @@
' ' Literal.String.Double
'$dlpreopen' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'conv' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Only check for convenience libraries\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14171,56 +14171,56 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot find name of link library for \\`' Literal.String.Double
'$lib' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# It is a libtool convenience library, so add in its objects.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'convenience' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14232,7 +14232,7 @@
'/' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'old_convenience' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14244,21 +14244,21 @@
'/' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'tmp_libs' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'deplib' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$dependency_libs' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14266,33 +14266,33 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n ' Text
+'\n ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$duplicate_deps' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"Xyes"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$tmp_libs' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -14301,7 +14301,7 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'specialdeplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14309,14 +14309,14 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n ' Text
+'\n ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'tmp_libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14324,226 +14324,226 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': \\`' Literal.String.Double
'$lib' Name.Variable
"' is not a convenience library" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $pass = conv\n' Comment.Single
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'# Get the name of the library we link against.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'linklib' Name.Variable
'=' Operator
-'\n\t' Text
+'\n\t' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'l' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$old_library' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$library_names' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'linklib' Name.Variable
'=' Operator
'"' Literal.String.Double
'$l' Name.Variable
'"' Literal.String.Double
-'\n\t' Text
+'\n\t' Text.Whitespace
'done' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot find name of link library for \\`' Literal.String.Double
'$lib' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'# This library was specified with -dlopen.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlopen' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot -dlopen a convenience library: \\`' Literal.String.Double
'$lib' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlname' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlopen_support' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# If there is no dlname, no dlopen support or we're linking\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# statically, we need to preload. We also need to preload any\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
"# dependent libraries so libltdl's deplib preloader doesn't\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# bomb out in the load deplibs phase.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'dlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14553,9 +14553,9 @@
' ' Literal.String.Double
'$dependency_libs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newdlfiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14563,33 +14563,33 @@
' ' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $pass = dlopen\n' Comment.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'# We need an absolute path.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$ladir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'[' Operator
'A-Za-z' Text
']' Operator
@@ -14600,227 +14600,227 @@
']' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'abs_ladir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'abs_ladir' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'cd' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'pwd' Name.Builtin
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$abs_ladir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': warning: cannot determine absolute directory name of \\`' Literal.String.Double
'$ladir' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': passing it literally to the linker, although it might fail' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'abs_ladir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t' Text
+'\n\t' Text.Whitespace
'esac' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'laname' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s%^.*/%%'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'# Find the relevant object directory and library name.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$installed' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'Xyes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libdir' Name.Variable
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$abs_ladir' Name.Variable
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': warning: library \\`' Literal.String.Double
'$lib' Name.Variable
"' was moved." Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'absdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$abs_ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'libdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$abs_ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'absdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$hardcode_automatic' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'Xyes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'avoidtemprpath' Name.Variable
'=' Operator
'yes' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'!' Text
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$ladir' Name.Variable
'/' Literal.String.Double
@@ -14828,37 +14828,37 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$abs_ladir' Name.Variable
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'absdir' Name.Variable
'=' Operator
'"' Literal.String.Double
'$abs_ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Remove this search path later\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'notinst_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14866,9 +14866,9 @@
' ' Literal.String.Double
'$abs_ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14876,7 +14876,7 @@
'/' Literal.String.Double
'$objdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'absdir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14884,10 +14884,10 @@
'/' Literal.String.Double
'$objdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Remove this search path later\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'notinst_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -14895,107 +14895,107 @@
' ' Literal.String.Double
'$abs_ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $installed = yes\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'name' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$laname' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/\\.la$//'" Literal.String.Single
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^lib//'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'# This library was specified with -dlpreopen.\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'dlpreopen' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': cannot -dlpreopen a convenience library: \\`' Literal.String.Double
'$lib' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number
'>' Text
'&' Punctuation
'2' Literal.Number
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Prefer using a static library (so that no silly _DYNAMIC symbols\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# are required to link).\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newdlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15005,23 +15005,23 @@
'/' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Otherwise, use the dlname, so that lt_dlopen finds it.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlname' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newdlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15031,9 +15031,9 @@
'/' Literal.String.Double
'$dlname' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newdlprefiles' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15043,45 +15043,45 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $pass = dlpreopen\n' Comment.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Link the convenience library\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15091,24 +15091,24 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,link"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15118,7 +15118,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15128,9 +15128,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15138,44 +15138,44 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'# used for prog,scan pass\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\n\n\t' Text
+'\n\n\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'link' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newlib_search_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15183,7 +15183,7 @@
' ' Literal.String.Double
'$ladir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15191,78 +15191,78 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'linkalldeplibs' Name.Variable
'=' Operator
'no' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$link_all_deplibs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$library_names' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'linkalldeplibs' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'tmp_libs' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'deplib' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$dependency_libs' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$deplib' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'-L*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'newlib_search_path' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15271,46 +15271,46 @@
'"' Literal.String.Double
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'$Xsed' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^-L//'" Literal.String.Single
'`' Literal.String.Backtick
';' Punctuation
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'### testsuite: skip nested quoting test\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Need to link against all dependency_libs?\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkalldeplibs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15318,15 +15318,15 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Need to hardcode shared library paths\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# or/and link against static libraries\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'newdependency_libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15334,35 +15334,35 @@
' ' Literal.String.Double
'$newdependency_libs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'X' Literal.String.Double
'$duplicate_deps' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"Xyes"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$tmp_libs' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15371,7 +15371,7 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'specialdeplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15379,14 +15379,14 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'tmp_libs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15394,115 +15394,115 @@
' ' Literal.String.Double
'$deplib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-' ' Text
+' ' Text.Whitespace
'# for deplib\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'continue' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $linkmode = prog...\n' Comment.Single
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
',' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'"prog,link"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$library_names' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'{' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$prefer_static_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'}' Operator
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# We need to hardcode the library path\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$shlibpath_var' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$avoidtemprpath' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Make sure the rpath contains only unique directories.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$temp_rpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15511,10 +15511,10 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15523,13 +15523,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'temp_rpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15537,33 +15537,33 @@
' ' Literal.String.Double
'$absdir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Hardcode the library path.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# Skip directories that are in the system default run-time\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# search path.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$sys_lib_dlsearch_path' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15572,22 +15572,22 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$compile_rpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15596,13 +15596,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'compile_rpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15610,24 +15610,24 @@
' ' Literal.String.Double
'$absdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$sys_lib_dlsearch_path' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15636,22 +15636,22 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$finalize_rpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -15660,13 +15660,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'finalize_rpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15674,187 +15674,187 @@
' ' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# $linkmode,$pass = prog,link...\n' Comment.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$alldeplibs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'{' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$deplibs_check_method' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'pass_all' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'{' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$library_names' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'}' Operator
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'}' Operator
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# We only need to search for static libraries\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'continue' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\n\t' Text
+'\n\n\t' Text.Whitespace
'link_static' Name.Variable
'=' Operator
'no' Text
-' ' Text
+' ' Text.Whitespace
'# Whether the deplib will be linked statically\n' Comment.Single
-'\t' Text
+'\t' Text.Whitespace
'use_static_libs' Name.Variable
'=' Operator
'$prefer_static_libs' Name.Variable
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$use_static_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'built' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$installed' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'use_static_libs' Name.Variable
'=' Operator
'no' Text
-'\n\t' Text
+'\n\t' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$library_names' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'{' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$use_static_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'}' Operator
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$installed' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'notinst_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -15862,143 +15862,143 @@
' ' Literal.String.Double
'$lib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'need_relink' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# This is a shared library\n' Comment.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# Warn about portability, can't link against -module's on\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# some systems (darwin)\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$shouldnotlink' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$pass' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'link' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** Warning: Linking the executable ' Literal.String.Double
'$output' Name.Variable
' against the loadable module' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** Warning: Linking the shared library ' Literal.String.Double
'$output' Name.Variable
' against the loadable module' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'*** ' Literal.String.Double
'$linklib' Name.Variable
' is not portable!' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'lib' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_into_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Hardcode the library path.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# Skip directories that are in the system default run-time\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# search path.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$sys_lib_dlsearch_path' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -16007,22 +16007,22 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$compile_rpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -16031,13 +16031,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'compile_rpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16045,24 +16045,24 @@
' ' Literal.String.Double
'$absdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
' ' Literal.String.Double
'$sys_lib_dlsearch_path' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -16071,22 +16071,22 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$finalize_rpath' Name.Variable
' ' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
' ' Literal.String.Double
@@ -16095,13 +16095,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'finalize_rpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16109,182 +16109,182 @@
' ' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_archive_from_expsyms_cmds' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# figure out the soname\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'set' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'dummy' Text
-' ' Text
+' ' Text.Whitespace
'$library_names' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'realname' Name.Variable
'=' Operator
'"' Literal.String.Double
'$2' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'shift' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'shift' Name.Builtin
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'libname' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'\\\\' Literal.String.Escape
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'\\"' Literal.String.Escape
'$libname_spec' Name.Variable
'\\"' Literal.String.Escape
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# use dlname if we got it. it's perfectly good, no?\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$dlname' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'soname' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dlname' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$soname_spec' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# bleh windows\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*cygwin*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'mingw*' Text
')' Operator
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'major' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'expr' Text
-' ' Text
+' ' Text.Whitespace
'$current' Name.Variable
-' ' Text
+' ' Text.Whitespace
'-' Text
-' ' Text
+' ' Text.Whitespace
'$age' Name.Variable
'`' Literal.String.Backtick
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'versuffix' Name.Variable
'=' Operator
'"' Literal.String.Double
'-' Literal.String.Double
'$major' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'soname' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$soname_spec' Name.Variable
'\\"' Literal.String.Escape
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'soname' Name.Variable
'=' Operator
'"' Literal.String.Double
'$realname' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Make a new name for the extract_expsyms_cmds to use\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'soroot' Name.Variable
'=' Operator
'"' Literal.String.Double
'$soname' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'soname' Name.Variable
'=' Operator
'`' Literal.String.Backtick
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'$soroot' Name.Variable
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'${' Literal.String.Interpol
'SED' Name.Variable
'}' Literal.String.Interpol
-' ' Text
+' ' Text.Whitespace
'-e' Text
-' ' Text
+' ' Text.Whitespace
"'s/^.*\\///'" Literal.String.Single
'`' Literal.String.Backtick
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'newlib' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16300,16 +16300,16 @@
'$' Text
"//'`.a" Literal.String.Double
'"' Literal.String.Double
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# If the library has no export list, then create one now\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_objdir' Name.Variable
'/' Literal.String.Double
@@ -16317,277 +16317,277 @@
'-def' Literal.String.Double
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'extracting exported symbol list from \\`' Literal.String.Double
'$soname' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'save_ifs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$IFS' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
"'~'" Literal.String.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cmds' Name.Variable
'=' Operator
'$extract_expsyms_cmds' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'cmd' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$cmds' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'cmd' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$cmd' Name.Variable
'\\"' Literal.String.Escape
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$cmd' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$cmd' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'# Create $newlib\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$output_objdir' Name.Variable
'/' Literal.String.Double
'$newlib' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'generating import library for \\`' Literal.String.Double
'$soname' Name.Variable
"'" Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'save_ifs' Name.Variable
'=' Operator
'"' Literal.String.Double
'$IFS' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
"'~'" Literal.String.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'cmds' Name.Variable
'=' Operator
'$old_archive_from_expsyms_cmds' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'for' Keyword
-' ' Text
+' ' Text.Whitespace
'cmd' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-' ' Text
+' ' Text.Whitespace
'$cmds' Name.Variable
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'do' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'cmd' Name.Variable
'=' Operator
'\\"' Literal.String.Escape
'$cmd' Name.Variable
'\\"' Literal.String.Escape
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'$show' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$cmd' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'$run' Name.Variable
-' ' Text
+' ' Text.Whitespace
'eval' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$cmd' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$?' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'done' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'IFS' Name.Variable
'=' Operator
'"' Literal.String.Double
'$save_ifs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# make sure the library variables are pointing to the new library\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'dir' Name.Variable
'=' Operator
'$output_objdir' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'linklib' Name.Variable
'=' Operator
'$newlib' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-' ' Text
+' ' Text.Whitespace
'# test -n "$old_archive_from_expsyms_cmds"\n' Comment.Single
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'relink' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add_shlibpath' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'lib_linked' Name.Variable
'=' Operator
'yes' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$hardcode_action' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'immediate' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'unsupported' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_direct' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16595,47 +16595,47 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'*-*-sco3.2v5.0.' Text
'[' Operator
'024' Literal.Number
']' Operator
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'*-*-sysv4*uw2*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'*-*-sysv5OpenUNIX*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'*-*-sysv5UnixWare7.' Text
'[' Operator
'01' Literal.Number
@@ -16645,94 +16645,94 @@
'10' Literal.Number
']' Operator
'*' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'*-*-unixware7*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'*-*-darwin*' Text
-' ' Text
+' ' Text.Whitespace
')' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'# if the lib is a module then we can not link against\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'# it, someone is ignoring the new warnings I added\n' Comment.Single
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'/usr/bin/file' Text
-' ' Text
+' ' Text.Whitespace
'-L' Text
-' ' Text
+' ' Text.Whitespace
'$add' Name.Variable
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
'>' Text
-' ' Text
+' ' Text.Whitespace
'/dev/null' Text
-' ' Text
+' ' Text.Whitespace
'|' Punctuation
-'\n ' Text
+'\n ' Text.Whitespace
'$EGREP' Name.Variable
-' ' Text
+' ' Text.Whitespace
'": [^:]* bundle"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'>/dev/null' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'** Warning, lib ' Literal.String.Double
'$linklib' Name.Variable
' is a module, not a shared library' Literal.String.Double
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'$echo' Name.Variable
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"** And there doesn\'t seem to be a static archive available"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"** The link will probably fail, sorry"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'else' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16740,119 +16740,119 @@
'/' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'fi' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_minus_L' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$host' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'*-*-sunos*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'add_shlibpath' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'esac' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_shlibpath_var' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'no' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add_shlibpath' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'lib_linked' Name.Variable
'=' Operator
'no' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'relink' Text
')' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_direct' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16860,58 +16860,58 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_minus_L' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
"# Try looking first in the location we're being installed to.\n" Comment.Single
-'\t\t' Text
+'\t\t' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$inst_prefix_dir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$libdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
')' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -16920,122 +16920,122 @@
'$inst_prefix_dir' Name.Variable
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'esac' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'fi' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_shlibpath_var' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add_shlibpath' Name.Variable
'=' Operator
'"' Literal.String.Double
'$dir' Name.Variable
'"' Literal.String.Double
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'lib_linked' Name.Variable
'=' Operator
'no' Text
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'lib_linked' Name.Variable
'=' Operator
'no' Text
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$lib_linked' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'$echo' Name.Variable
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$modename' Name.Variable
': configuration error: unsupported hardcode properties' Literal.String.Double
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'exit' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'$EXIT_FAILURE' Name.Variable
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add_shlibpath' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
'$compile_shlibpath' Name.Variable
':' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
':' Literal.String.Double
@@ -17044,13 +17044,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'compile_shlibpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17058,39 +17058,39 @@
'$add_shlibpath' Name.Variable
':' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add_dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17098,17 +17098,17 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17116,19 +17116,19 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add_dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17136,17 +17136,17 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17154,62 +17154,62 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_direct' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_minus_L' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
-'\t\t ' Text
+'\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_shlibpath_var' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
'$finalize_shlibpath' Name.Variable
':' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'*' Text
'"' Literal.String.Double
':' Literal.String.Double
@@ -17218,13 +17218,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'finalize_shlibpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17232,72 +17232,72 @@
'$libdir' Name.Variable
':' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
-' ' Text
+' ' Text.Whitespace
'||' Operator
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$mode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'relink' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add_shlibpath' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Finalize command for both is simple: just hardcode it.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_direct' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17305,59 +17305,59 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_minus_L' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_shlibpath_var' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
':' Text
'$finalize_shlibpath' Name.Variable
':' Text
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
'"' Literal.String.Double
':' Literal.String.Double
@@ -17366,13 +17366,13 @@
'"' Literal.String.Double
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'*' Text
')' Operator
-' ' Text
+' ' Text.Whitespace
'finalize_shlibpath' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17380,61 +17380,61 @@
'$libdir' Name.Variable
':' Literal.String.Double
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_automatic' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$inst_prefix_dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-f' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$inst_prefix_dir' Name.Variable
'$libdir' Name.Variable
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17443,9 +17443,9 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17453,50 +17453,50 @@
'/' Literal.String.Double
'$linklib' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# We cannot seem to hardcode it, guess we'll fake it.\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
'-L' Literal.String.Double
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# Try looking first in the location we're being installed to.\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$inst_prefix_dir' Name.Variable
'"' Literal.String.Double
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'case' Keyword
-' ' Text
+' ' Text.Whitespace
'$libdir' Name.Variable
-' ' Text
+' ' Text.Whitespace
'in' Keyword
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'[' Operator
'\\\\' Literal.String.Escape
'/' Text
']' Operator
'*' Text
')' Operator
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
'add_dir' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17505,48 +17505,48 @@
'$inst_prefix_dir' Name.Variable
'$libdir' Name.Variable
'"' Literal.String.Double
-'\n\t\t ' Text
+'\n\t\t ' Text.Whitespace
';' Punctuation
';' Punctuation
-'\n\t\t' Text
+'\n\t\t' Text.Whitespace
'esac' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'add' Name.Variable
'=' Operator
'"' Literal.String.Double
'-l' Literal.String.Double
'$name' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\n\t ' Text
+'\n\n\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add_dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17554,17 +17554,17 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17572,19 +17572,19 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add_dir' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17592,17 +17592,17 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$add' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17610,67 +17610,67 @@
' ' Literal.String.Double
'$deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$linkmode' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'prog' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Here we assume that one of hardcode_direct or hardcode_minus_L\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# is not unsupported. This is valid on all known static and\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'# shared platforms.\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$hardcode_direct' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'unsupported' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'&&' Operator
-' ' Text
+' ' Text.Whitespace
'linklib' Name.Variable
'=' Operator
'"' Literal.String.Double
'$old_library' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17680,7 +17680,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17690,9 +17690,9 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'else' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'compile_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17703,7 +17703,7 @@
' ' Literal.String.Double
'$compile_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'finalize_deplibs' Name.Variable
'=' Operator
'"' Literal.String.Double
@@ -17714,44 +17714,44 @@
' ' Literal.String.Double
'$finalize_deplibs' Name.Variable
'"' Literal.String.Double
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'fi' Keyword
-'\n\t' Text
+'\n\t' Text.Whitespace
'elif' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$build_libtool_libs' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'=' Operator
-' ' Text
+' ' Text.Whitespace
'yes' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
'# Not a shared library\n' Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
'if' Keyword
-' ' Text
+' ' Text.Whitespace
'test' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'"' Literal.String.Double
'$deplibs_check_method' Name.Variable
'"' Literal.String.Double
-' ' Text
+' ' Text.Whitespace
'!' Text
'=' Operator
-' ' Text
+' ' Text.Whitespace
'pass_all' Text
';' Punctuation
-' ' Text
+' ' Text.Whitespace
'then' Keyword
-'\n\t ' Text
+'\n\t ' Text.Whitespace
"# We're trying link a shared library against a static one\n" Comment.Single
-'\t ' Text
+'\t ' Text.Whitespace
"# but the system doesn't support it.\n" Comment.Single