~ubuntu-branches/ubuntu/natty/pysvn/natty

« back to all changes in this revision

Viewing changes to Import/pycxx-5.4.2/example_mac_py24.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-23 20:08:08 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223200808-t946skprxzf6vjqx
Tags: 1.6.3-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

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