File: Makefile.am

package info (click to toggle)
gnome-hearts 0.3-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,452 kB
  • ctags: 483
  • sloc: sh: 3,796; xml: 3,737; ansic: 2,648; python: 2,037; makefile: 155
file content (13 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

SUBDIRS = players

scriptdir = $(PYTHON_DIR)/gnome-hearts

script_DATA = \
	player.py \
	hearts.py \
	stock_ai.py \
	definitions.py

EXTRA_DIST = $(script_DATA)