File: example_fink_py24.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-- 327 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#
#	Build the example on Mac OS X for fink version 2.4
#
CCC=MACOSX_DEPLOYMENT_TARGET=10.3 g++ -c
CCCFLAGS=-g -fPIC -Wno-long-double -I/sw/include/python2.4 -I.
LDSHARED=MACOSX_DEPLOYMENT_TARGET=10.3 g++ -g -L/sw/lib -bundle -undefined dynamic_lookup
LDLIBS=-flat_namespace
PYTHON=/sw/bin/python2.4

include example_common.mak