~ubuntu-branches/ubuntu/karmic/pysvn/karmic

« back to all changes in this revision

Viewing changes to Import/pycxx-5.4.0/example_mac_py25.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-07-20 17:41:19 UTC
  • mfrom: (1.1.8 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080720174119-ii7dmuoweoqe8rl9
Tags: 1.6.0-1
New upstream version (supporting subversion-1.5).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
#       Build the example on Mac OS X for version 2.5
3
 
#
4
 
CCC=g++
5
 
CCCFLAGS=-c -fPIC -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I.
6
 
LDSHARED=$(CCC) -bundle -g -u _PyMac_Error -F/Library/Frameworks -framework System -framework Python
7
 
LDLIBS=
8
 
PYTHON=/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
9
 
 
10
 
include example_common.mak