~ubuntu-branches/ubuntu/breezy/pysvn/breezy

« back to all changes in this revision

Viewing changes to Import/pycxx_5_3_4/example_linux_py21.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-09-08 05:13:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050908051333-qgsa2rksrb4az1h4
Tags: 1.3.0-1
Package from release tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#       BUild the example on Linux for version 2.1.1
 
3
#
 
4
CCC=g++ -c
 
5
CCCFLAGS=-fPIC -I/usr/include/python2.1 -I.
 
6
LDSHARED=g++ -shared
 
7
LDLIBS=
 
8
PYTHON=python2
 
9
 
 
10
include example_common.mak