/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: 2007-11-21 05:30:36 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20071121053036-knbfrl4p3fcz324k
Tags: 1.3.3
Version 1.3.3
Updated "Universal" build for MacOSX 10.5 build environment.
Added commandline option to emit a version number.

Show diffs side-by-side

added added

removed removed

26
26
                $(CXX) $(CFLAGS) -o itex2MML lex.yy.o y.tab.o itex2MML.cc
27
27
 
28
28
universal:              
29
 
                CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i686 -arch ppc' make all
 
29
                CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i686 -arch ppc' make all
30
30
 
31
31
clean:          
32
32
                $(RM) y.tab.* lex.yy.c itex2MML *.o *.output *.so *.dll *.sl *.bundle itex2MML_ruby.c