File: Makefile.am

package info (click to toggle)
pigment-python 0.3.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,856 kB
  • ctags: 2,881
  • sloc: python: 11,567; sh: 9,133; makefile: 227; ansic: 76
file content (18 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = pictures

examplesdir = $(pkgdatadir)/$(PYPGM_MAJORMINOR)/examples
examples_DATA = \
	cloning.py \
	groups.py \
	pgmgtk.py \
	image.py \
	implicit.py \
	sphere.py \
	text.py \
	timing.py \
	video.py \
	viewports.py \
	webcam.py \
	mappingmatrix.py

EXTRA_DIST = $(examples_DATA)