File: Makefile.am

package info (click to toggle)
pigment-python 0.3.12-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,820 kB
  • ctags: 2,955
  • sloc: python: 11,664; sh: 10,131; makefile: 250; ansic: 97
file content (22 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PLATFORM_VERSION = 2.0

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 \
	docstuff.py

EXTRA_DIST = README.defs