diff libinterp/corefcn/module.mk @ 17820:3488d987eb50

build: Remove LLVM_(CPPFLAGS|CXXFLAGS) from XTRA_CXXFLAGS. * configure.ac: Don't add LLVM_CPPFLAGS, LLVM_CXXFLAGS to XTRA_CXXFLAGS. * libinterp/Makefile.am: Add LLVM_CPPFLAGS to *.cc -> *.df rule. * libinterp/corefcn/module.mk: Add LLVM_CPPFLAGS to corefcn specific CPPFLAGS. Create new corefcn specific CXXFLAGS variable and add LLVM_CXXFLAGS to it.
author Rik <rik@octave.org>
date Thu, 31 Oct 2013 17:10:38 -0700
parents e6317049225b
children f22714d4a5da
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Thu Oct 31 16:38:32 2013 -0700
+++ b/libinterp/corefcn/module.mk	Thu Oct 31 17:10:38 2013 -0700
@@ -319,8 +319,10 @@
 corefcn_libcorefcn_la_SOURCES = $(COREFCN_SRC)
 corefcn_libcorefcn_la_CPPFLAGS = $(liboctinterp_la_CPPFLAGS) \
                                  $(FFTW_XCPPFLAGS) \
+                                 $(FONTCONFIG_CPPFLAGS) \
                                  $(FT2_CPPFLAGS) \
-                                 $(FONTCONFIG_CPPFLAGS)
+                                 $(LLVM_CPPFLAGS)
+corefcn_libcorefcn_la_CXXFLAGS = $(AM_CXXFLAGS) $(LLVM_CXXFLAGS)
 
 corefcn_libtex_parser_la_SOURCES = $(TEX_PARSER_SRC)
 corefcn_libtex_parser_la_CPPFLAGS = $(liboctinterp_la_CPPFLAGS)