File: example_mac_py23.mak

package info (click to toggle)
pycxx 5.4.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 660 kB
  • ctags: 1,292
  • sloc: cpp: 2,333; python: 205; makefile: 80; ansic: 22; sh: 9
file content (10 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#
#	Build the example on Mac OS X for version 2.3
#
CCC=g++
CCCFLAGS=-c -fPIC -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -I.
LDSHARED=$(CCC) -bundle -g -u _PyMac_Error -F/System/Library/Frameworks -framework System -framework Python
LDLIBS=
PYTHON=/usr/bin/python

include example_common.mak