Imported Upstream version 2.28.6
[platform/upstream/pygobject2.git] / codegen / Makefile.am
1 PLATFORM_VERSION = 2.0
2
3 bin_SCRIPTS = pygobject-codegen-$(PLATFORM_VERSION)
4
5 codegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen
6
7 codegen_SCRIPTS = \
8         code-coverage.py \
9         codegen.py \
10         createdefs.py \
11         defsconvert.py \
12         defsgen.py \
13         docextract_to_xml.py \
14         docgen.py \
15         h2def.py \
16         mergedefs.py \
17         missingdefs.py \
18         mkskel.py \
19         scanvirtuals.py \
20         scmexpr.py
21
22 codegen_PYTHON = \
23         __init__.py \
24         argtypes.py \
25         definitions.py \
26         defsparser.py \
27         docextract.py \
28         override.py \
29         reversewrapper.py
30
31 EXTRA_DIST = $(codegen_SCRIPTS) README.defs pygobject-codegen-$(PLATFORM_VERSION).in
32
33 -include $(top_srcdir)/git.mk