Mercurial > hg > CbC > CbC_llvm
comparison Makefile.config.in @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
200 CAT := @CAT@ | 200 CAT := @CAT@ |
201 DOT := @DOT@ | 201 DOT := @DOT@ |
202 DOXYGEN := @DOXYGEN@ | 202 DOXYGEN := @DOXYGEN@ |
203 GROFF := @GROFF@ | 203 GROFF := @GROFF@ |
204 GZIPBIN := @GZIPBIN@ | 204 GZIPBIN := @GZIPBIN@ |
205 OCAMLC := @OCAMLC@ | 205 GO := @GO@ |
206 OCAMLOPT := @OCAMLOPT@ | 206 OCAMLFIND := @OCAMLFIND@ |
207 OCAMLDEP := @OCAMLDEP@ | |
208 OCAMLDOC := @OCAMLDOC@ | |
209 GAS := @GAS@ | 207 GAS := @GAS@ |
210 POD2HTML := @POD2HTML@ | 208 POD2HTML := @POD2HTML@ |
211 POD2MAN := @POD2MAN@ | 209 POD2MAN := @POD2MAN@ |
212 PDFROFF := @PDFROFF@ | 210 PDFROFF := @PDFROFF@ |
213 ZIP := @ZIP@ | 211 ZIP := @ZIP@ |
214 | 212 |
215 HAVE_LIBZ := @HAVE_LIBZ@ | 213 HAVE_LIBZ := @HAVE_LIBZ@ |
216 HAVE_DLOPEN := @HAVE_DLOPEN@ | 214 HAVE_DLOPEN := @HAVE_DLOPEN@ |
217 HAVE_PTHREAD := @HAVE_PTHREAD@ | 215 HAVE_PTHREAD := @HAVE_PTHREAD@ |
218 HAVE_TERMINFO := @HAVE_TERMINFO@ | 216 HAVE_TERMINFO := @HAVE_TERMINFO@ |
217 | |
218 HAVE_OCAMLOPT := @HAVE_OCAMLOPT@ | |
219 HAVE_OCAML_OUNIT := @HAVE_OCAML_OUNIT@ | |
219 | 220 |
220 LIBS := @LIBS@ | 221 LIBS := @LIBS@ |
221 | 222 |
222 # Targets that are possible to build | 223 # Targets that are possible to build |
223 ALL_TARGETS := @ALL_TARGETS@ | 224 ALL_TARGETS := @ALL_TARGETS@ |
368 # on the check. | 369 # on the check. |
369 HUGE_VAL_SANITY = @HUGE_VAL_SANITY@ | 370 HUGE_VAL_SANITY = @HUGE_VAL_SANITY@ |
370 | 371 |
371 # Bindings that we should build | 372 # Bindings that we should build |
372 BINDINGS_TO_BUILD := @BINDINGS_TO_BUILD@ | 373 BINDINGS_TO_BUILD := @BINDINGS_TO_BUILD@ |
373 ALL_BINDINGS := @ALL_BINDINGS@ | |
374 OCAML_LIBDIR := @OCAML_LIBDIR@ | 374 OCAML_LIBDIR := @OCAML_LIBDIR@ |
375 | 375 |
376 # When compiling under Mingw/Cygwin, executables such as tblgen | 376 # When compiling under Mingw/Cygwin, executables such as tblgen |
377 # expect Windows paths, whereas the build system uses Unix paths. | 377 # expect Windows paths, whereas the build system uses Unix paths. |
378 # The function SYSPATH transforms Unix paths into Windows paths. | 378 # The function SYSPATH transforms Unix paths into Windows paths. |
394 COVERED_SWITCH_DEFAULT = @COVERED_SWITCH_DEFAULT@ | 394 COVERED_SWITCH_DEFAULT = @COVERED_SWITCH_DEFAULT@ |
395 # -Wno-uninitialized | 395 # -Wno-uninitialized |
396 NO_UNINITIALIZED = @NO_UNINITIALIZED@ | 396 NO_UNINITIALIZED = @NO_UNINITIALIZED@ |
397 # -Wno-maybe-uninitialized | 397 # -Wno-maybe-uninitialized |
398 NO_MAYBE_UNINITIALIZED = @NO_MAYBE_UNINITIALIZED@ | 398 NO_MAYBE_UNINITIALIZED = @NO_MAYBE_UNINITIALIZED@ |
399 # -Wno-comment | |
400 NO_COMMENT = @NO_COMMENT@ | |
399 | 401 |
400 # Was polly found in tools/polly? | 402 # Was polly found in tools/polly? |
401 LLVM_HAS_POLLY = @LLVM_HAS_POLLY@ | 403 LLVM_HAS_POLLY = @LLVM_HAS_POLLY@ |
402 # Flags supported by the linker. | 404 # Flags supported by the linker. |
403 # bfd ld / gold --version-script=file | 405 # bfd ld / gold --version-script=file |