diff options
author | dos-reis <gdr@axiomatics.org> | 2014-11-16 20:32:55 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-11-16 20:32:55 +0000 |
commit | 452696064e43c23f2a44edcded311f3d7b466d7e (patch) | |
tree | 375ea3690ca7ea469675313cae728a670dd26b09 /src/io/Makefile.in | |
parent | 564aff97f80abac84be64552f5238903cb126c33 (diff) | |
download | open-axiom-452696064e43c23f2a44edcded311f3d7b466d7e.tar.gz |
Check for LLVM framework
Diffstat (limited to 'src/io/Makefile.in')
-rw-r--r-- | src/io/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/io/Makefile.in b/src/io/Makefile.in index cc7e0232..49c6ade9 100644 --- a/src/io/Makefile.in +++ b/src/io/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -250,6 +250,7 @@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ +LLVM_CONFIG = @LLVM_CONFIG@ LNKEXT = @LNKEXT@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ @@ -370,6 +371,7 @@ oa_target_texdir = @oa_target_texdir@ oa_targetdir = @oa_targetdir@ oa_use_dynamic_lib = @oa_use_dynamic_lib@ oa_use_libtool_for_shared_lib = @oa_use_libtool_for_shared_lib@ +oa_use_llvm = @oa_use_llvm@ oa_use_x = @oa_use_x@ oldincludedir = @oldincludedir@ open_axiom_installdir = @open_axiom_installdir@ |