File: example_linux_py15.mak

package info (click to toggle)
pycxx 5.3.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 460 kB
  • ctags: 1,131
  • sloc: cpp: 2,148; makefile: 82; python: 68; sh: 9; ansic: 8
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#
#	BUild the example on Linux for version 1.5.2
#
CCC=g++ -c
CCCFLAGS=-fPIC -I/usr/include/python1.5 -I.
LDSHARED=g++ -shared
LDLIBS=
PYTHON=python

include example_common.mak