File: Makefile.am

package info (click to toggle)
pygobject-2 2.28.6-12
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,076 kB
  • ctags: 7,116
  • sloc: xml: 20,728; ansic: 18,657; python: 16,282; sh: 11,109; makefile: 868
file content (33 lines) | stat: -rw-r--r-- 616 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
23
24
25
26
27
28
29
30
31
32
33
PLATFORM_VERSION = 2.0

bin_SCRIPTS = pygobject-codegen-$(PLATFORM_VERSION)

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

codegen_SCRIPTS = \
	code-coverage.py \
	codegen.py \
	createdefs.py \
	defsconvert.py \
	defsgen.py \
	docextract_to_xml.py \
	docgen.py \
	h2def.py \
	mergedefs.py \
	missingdefs.py \
	mkskel.py \
	scanvirtuals.py \
	scmexpr.py

codegen_PYTHON = \
	__init__.py \
	argtypes.py \
	definitions.py \
	defsparser.py \
	docextract.py \
	override.py \
	reversewrapper.py

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

-include $(top_srcdir)/git.mk