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

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

EXTRA_DIST = $(libcodegen_SCRIPTS)