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 (14 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
widgetsdir = $(pythondir)/pgm/widgets

widgets_PYTHON = \
	__init__.py \
	button.py \
	circular_list_ng.py \
	console.py \
	const.py \
	grid_ng.py \
	list_ng.py \
	scrollbar.py \
	sliced_image.py

CLEANFILES = $(widgets_PYTHON:%.py=%.pyc)