summaryrefslogtreecommitdiffstats
path: root/codegen/Makefile.am
blob: 350b13693db1c4a9975302e74d2e2831c846e61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PLATFORM_VERSION = 2.0

bin_SCRIPTS = pygtk-codegen-$(PLATFORM_VERSION)

codegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen

codegen_PYTHON = \
	__init__.py \
	argtypes.py \
	reversewrapper.py \
	codegen.py \
	definitions.py \
	defsparser.py \
	docextract.py \
	docgen.py \
	h2def.py \
	createdefs.py \
	mergedefs.py \
	mkskel.py \
	override.py \
	scmexpr.py

EXTRA_DIST = README.defs pygtk-codegen-$(PLATFORM_VERSION).in