comparison Makefile.am @ 32546:f561b6a31e02 stable

remove experimental bytecode interpreter from stable branch for release
author John W. Eaton <jwe@octave.org>
date Wed, 06 Dec 2023 15:02:58 -0500
parents 23b20195a0a4
children 2e484f9f1f18
comparison
equal deleted inserted replaced
32545:d3f38dfa449a 32546:f561b6a31e02
346 @echo "" 346 @echo ""
347 347
348 run-octave: run-octave.in build-aux/subst-script-vals.sh 348 run-octave: run-octave.in build-aux/subst-script-vals.sh
349 $(AM_V_GEN)$(call simple-filter-rule,build-aux/subst-script-vals.sh) && \ 349 $(AM_V_GEN)$(call simple-filter-rule,build-aux/subst-script-vals.sh) && \
350 chmod a+rx $@ 350 chmod a+rx $@
351
352 if AMCOND_ENABLE_BYTECODE_EVALUATOR
353 check-bytecode-evaluator:
354 $(MAKE) -C test check-bytecode-evaluator
355 endif
356 351
357 octave-config.h: config.h build-aux/mk-octave-config-h.sh 352 octave-config.h: config.h build-aux/mk-octave-config-h.sh
358 $(AM_V_GEN)$(SHELL) $(srcdir)/build-aux/mk-octave-config-h.sh $< > $@-t && \ 353 $(AM_V_GEN)$(SHELL) $(srcdir)/build-aux/mk-octave-config-h.sh $< > $@-t && \
359 $(simple_move_if_change_rule) 354 $(simple_move_if_change_rule)
360 355