/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-08 04:30:34 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20071108043034-pqqkmb9am6a4u8p8
Makefile Tweak
This now correctly builds a fat-binary shared library under Leopard's Ruby.

Show diffs side-by-side

added added

removed removed

34
34
install:        itex2MML
35
35
                $(INSTALL) itex2MML $(BINDIR)
36
36
 
37
 
RUBY_CFLAGS = $(shell ruby -e 'require "rbconfig"; print Config::CONFIG["CCDLFLAGS"]')
 
37
RUBY_CFLAGS = $(shell ruby -e 'require "rbconfig"; print Config::CONFIG["CFLAGS"]')
38
38
RUBY_LD = MACOSX_DEPLOYMENT_TARGET=10.4 $(shell ruby -e 'require "rbconfig"; print Config::CONFIG["LDSHARED"]')
39
39
RUBYLIBDIR =$(shell ruby -e 'require "rbconfig"; print Config::CONFIG["libdir"]') 
40
40
RUBY_PREFIX = $(RUBYLIBDIR)/ruby