~ubuntu-branches/ubuntu/karmic/farsight2/karmic

« back to all changes in this revision

Viewing changes to python/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2009-05-29 12:20:24 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090529122024-w0uzozcjda8zsul7
Tags: 0.0.12-1
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`
 
1
PYDEFS=`pkg-config --variable=defsdir pygobject-2.0`
 
2
[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`]
2
3
GSTPYDEFS=`pkg-config --variable=defsdir gst-python-0.10`
3
4
 
4
5
AM_CPPFLAGS =                                           \
31
32
        -module -avoid-version
32
33
 
33
34
pyfarsight.c: pyfarsight.override pyfarsight.defs
34
 
        pygtk-codegen-2.0                                       \
 
35
        $(PYCODEGEN)                                            \
35
36
                --prefix fs                                     \
36
 
                --register $(PYDEFS)/gdk-types.defs             \
37
 
                --register $(PYDEFS)/gtk-types.defs             \
38
37
                --register $(GSTPYDEFS)/gst-types.defs          \
39
38
                --override $(srcdir)/pyfarsight.override        \
40
39
                $(srcdir)/pyfarsight.defs > $@