~ubuntu-branches/ubuntu/natty/pysvn/natty

« back to all changes in this revision

Viewing changes to Import/pycxx-6.0.0/example_freebsd_py22.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-23 20:08:08 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223200808-t946skprxzf6vjqx
Tags: 1.6.3-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

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