/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: 2010-06-09 18:23:36 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20100609182336-m2ktpb1da815ubg7
Tags: 1.3.25
itex2MML 1.3.25

Support \boxed{}.
Rationalize support for \slashed{}
In Rubygem, add itex_stringsupport.rb.

Show diffs side-by-side

added added

removed removed

29
29
                $(CXX) $(CFLAGS) -o itex2MML lex.yy.o y.tab.o itex2MML.cc
30
30
 
31
31
universal:              
32
 
                CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i686 -arch ppc' make all
 
32
                CFLAGS='-arch i686 -arch ppc' make all
33
33
 
34
34
clean:          
35
35
                $(RM) y.tab.* lex.yy.c itex2MML *.o *.output *.so *.dll *.sl *.bundle itex2MML_ruby.c
78
78
 
79
79
install_ruby:   itex2MML.$(DYLIB_EXT)
80
80
        $(INSTALL) itex2MML.$(DYLIB_EXT) $(RUBY_SITEARCHDIR)
81
 
        $(INSTALL) itextomml.rb $(RUBY_SITEDIR)
 
81
        $(INSTALL) itextomml.rb itex_stringsupport.rb $(RUBY_SITEDIR)