File: example_freebsd_py22.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-- 203 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#
#	BUild the example on FreeBSD for version 2.2a1
#
CCC=g++ -c
CCCFLAGS=-fPIC -I/usr/local/include/python2.2 -I.
LDSHARED=g++ -shared
LDLIBS=
PYTHON=/usr/local/bin/python2.2

include example_common.mak