Lines Matching full:for

4 # distributed with this work for additional information
15 # KIND, either express or implied. See the License for the
29 # create directory for thrifty and thriftl
89 THRIFT_ADD_COMPILER(c_glib "Enable compiler for C with Glib" ON)
90 THRIFT_ADD_COMPILER(cl "Enable compiler for Common LISP" ON)
91 THRIFT_ADD_COMPILER(cpp "Enable compiler for C++" ON)
92 THRIFT_ADD_COMPILER(d "Enable compiler for D" ON)
93 THRIFT_ADD_COMPILER(dart "Enable compiler for Dart" ON)
94 THRIFT_ADD_COMPILER(delphi "Enable compiler for Delphi" ON)
95 THRIFT_ADD_COMPILER(erl "Enable compiler for Erlang" ON)
96 THRIFT_ADD_COMPILER(go "Enable compiler for Go" ON)
97 THRIFT_ADD_COMPILER(gv "Enable compiler for GraphViz" ON)
98 THRIFT_ADD_COMPILER(haxe "Enable compiler for Haxe" ON)
99 THRIFT_ADD_COMPILER(html "Enable compiler for HTML Documentation" ON)
100 THRIFT_ADD_COMPILER(markdown "Enable compiler for Markdown Documentation" ON)
101 THRIFT_ADD_COMPILER(java "Enable compiler for Java" ON)
102 THRIFT_ADD_COMPILER(javame "Enable compiler for Java ME" ON)
103 THRIFT_ADD_COMPILER(js "Enable compiler for JavaScript" ON)
104 THRIFT_ADD_COMPILER(json "Enable compiler for JSON" ON)
105 THRIFT_ADD_COMPILER(kotlin "Enable compiler for Kotlin" ON)
106 THRIFT_ADD_COMPILER(lua "Enable compiler for Lua" ON)
107 THRIFT_ADD_COMPILER(netstd "Enable compiler for .NET Standard" ON)
108 THRIFT_ADD_COMPILER(ocaml "Enable compiler for OCaml" ON)
109 THRIFT_ADD_COMPILER(perl "Enable compiler for Perl" ON)
110 THRIFT_ADD_COMPILER(php "Enable compiler for PHP" ON)
111 THRIFT_ADD_COMPILER(py "Enable compiler for Python 2.0" ON)
112 THRIFT_ADD_COMPILER(rb "Enable compiler for Ruby" ON)
113 THRIFT_ADD_COMPILER(rs "Enable compiler for Rust" ON)
114 THRIFT_ADD_COMPILER(st "Enable compiler for Smalltalk" ON)
115 THRIFT_ADD_COMPILER(swift "Enable compiler for Cocoa Swift" ON)
116 THRIFT_ADD_COMPILER(xml "Enable compiler for XML" ON)
117 THRIFT_ADD_COMPILER(xsd "Enable compiler for XSD" ON)
120 THRIFT_ADD_VALIDATOR_COMPILER(go "Enable validator compiler for Go" ON)
122 # Thrift is looking for include files in the src directory
123 # we also add the current binary directory for generated files
138 COMMENT "Copying the thrift compiler to the source tree for use by downstream targets")