Mercurial > hg > octave-nkf
comparison libinterp/module.mk @ 20830:b65888ec820e draft default tip gccjit
dmalcom gcc jit import
author | Stefan Mahr <dac922@gmx.de> |
---|---|
date | Fri, 27 Feb 2015 16:59:36 +0100 |
parents | 818122703f1e |
children |
comparison
equal
deleted
inserted
replaced
20829:9cef0a1207e4 | 20830:b65888ec820e |
---|---|
18 -Ilibinterp -I$(srcdir)/libinterp \ | 18 -Ilibinterp -I$(srcdir)/libinterp \ |
19 -I$(srcdir)/libinterp/operators \ | 19 -I$(srcdir)/libinterp/operators \ |
20 -Ilibinterp/parse-tree -I$(srcdir)/libinterp/parse-tree \ | 20 -Ilibinterp/parse-tree -I$(srcdir)/libinterp/parse-tree \ |
21 -Ilibinterp/corefcn -I$(srcdir)/libinterp/corefcn \ | 21 -Ilibinterp/corefcn -I$(srcdir)/libinterp/corefcn \ |
22 -I$(top_builddir)/libgnu -I$(top_srcdir)/libgnu \ | 22 -I$(top_builddir)/libgnu -I$(top_srcdir)/libgnu \ |
23 $(LIBGCCJIT_CPPFLAGS) \ | |
23 $(HDF5_CPPFLAGS) | 24 $(HDF5_CPPFLAGS) |
24 | 25 |
25 libinterp_liboctinterp_la_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS) | 26 libinterp_liboctinterp_la_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS) |
26 | 27 |
27 libinterp_liboctinterp_la_CXXFLAGS = $(AM_CFLAGS) $(WARN_CXXFLAGS) | 28 libinterp_liboctinterp_la_CXXFLAGS = $(AM_CFLAGS) $(WARN_CXXFLAGS) |
221 ## See also module.mk files for overrides when speciall CPPFLAGS are needed. | 222 ## See also module.mk files for overrides when speciall CPPFLAGS are needed. |
222 ## FIXME: Shouldn't the build stop if CPP fails here? Yes (10/31/2013) | 223 ## FIXME: Shouldn't the build stop if CPP fails here? Yes (10/31/2013) |
223 %.df: %.cc $(GENERATED_MAKE_BUILTINS_INCS) | 224 %.df: %.cc $(GENERATED_MAKE_BUILTINS_INCS) |
224 $(AM_V_GEN)rm -f $@-t $@-t1 $@ && \ | 225 $(AM_V_GEN)rm -f $@-t $@-t1 $@ && \ |
225 $(CXXCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | 226 $(CXXCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
226 $(libinterp_liboctinterp_la_CPPFLAGS) $(LLVM_CPPFLAGS) $(CPPFLAGS) \ | 227 $(libinterp_liboctinterp_la_CPPFLAGS) $(LLVM_CPPFLAGS) $(LIBGCCJIT_CPPFLAGS) $(CPPFLAGS) \ |
227 $(libinterp_liboctinterp_la_CXXFLAGS) $(CXXFLAGS) \ | 228 $(libinterp_liboctinterp_la_CXXFLAGS) $(CXXFLAGS) \ |
228 -DMAKE_BUILTINS $< > $@-t1 && \ | 229 -DMAKE_BUILTINS $< > $@-t1 && \ |
229 $(srcdir)/libinterp/mkdefs $(srcdir)/libinterp $< < $@-t1 > $@-t && \ | 230 $(srcdir)/libinterp/mkdefs $(srcdir)/libinterp $< < $@-t1 > $@-t && \ |
230 rm -f $@-t1 && \ | 231 rm -f $@-t1 && \ |
231 mv $@-t $@ | 232 mv $@-t $@ |