/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to itex-src/Makefile

  • Committer: Jacques Distler
  • Date: 2019-03-23 21:46:56 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20190323214656-rgo97tpyxbe3ltq3
Tags: 1.6.0
itex2MML 1.6.0

Bring up to spec with MathML-core

Show diffs side-by-side

added added

removed removed

2
2
YACC=bison -y  -v
3
3
LEX=flex -P$(YYPREFIX) -olex.yy.c
4
4
SWIG=swig
5
 
RUBY=ruby
6
 
#RUBY=ruby19
 
5
#RUBY=ruby
 
6
RUBY=ruby26
7
7
 
8
8
RM=rm -f
9
9
INSTALL=install -c
74
74
        $(LD_TARGET) $(RUBY_LD) itex2MML_ruby.o y.tab_ruby.o lex.yy_ruby.o -L$(RUBYLIBDIR) $(LIBRUBYARG) -o itex2MML.$(DYLIB_EXT)
75
75
 
76
76
test_ruby:
77
 
        $(RUBY) ./itextomml.rb
 
77
        $(RUBY) -I . ./itextomml.rb
78
78
 
79
79
install_ruby:   itex2MML.$(DYLIB_EXT)
80
80
        $(INSTALL) itex2MML.$(DYLIB_EXT) $(RUBY_SITEARCHDIR)