summaryrefslogtreecommitdiff
path: root/codegen/libcodegen/Makefile.am
blob: 56adbe12e4a1111308188a000c0e99fa4979ac6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PLATFORM_VERSION = 2.0

libcodegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen/libcodegen
libcodegen_SCRIPTS = \
	__init__.py \
	argtypes.py \
	codegen.py \
	definitions.py \
	defsparser.py \
	docextract.py \
	override.py \
	reversewrapper.py \
	scmexpr.py

EXTRA_DIST = $(libcodegen_SCRIPTS)