Imported Upstream version 3.7.3
[platform/upstream/python-gobject.git] / gi / overrides / Makefile.am
1 pygioverridesdir = $(pyexecdir)/gi/overrides
2
3 pygioverrides_PYTHON = \
4         GLib.py \
5         Gtk.py \
6         Gdk.py \
7         GObject.py \
8         Gio.py \
9         GIMarshallingTests.py \
10         Pango.py \
11         keysyms.py \
12         __init__.py
13
14 # if we build in a separate tree, we need to symlink the *.py files from the
15 # source tree; Python does not accept the extensions and modules in different
16 # paths
17 build_pylinks:
18         for f in $(pygioverrides_PYTHON); do \
19             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
20         done
21
22 all-local: build_pylinks
23 check-local: build_pylinks