File: Makefile.am

package info (click to toggle)
adonthell-data 0.3.4.cvs.20080529-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,196 kB
  • ctags: 443
  • sloc: python: 4,975; sh: 3,720; makefile: 401; sed: 16
file content (15 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgdatadir = $(gamedatadir)/scripts/schedules/mapcharacters

pkgdata_DATA = *.pyc

EXTRA_DIST = alek.py erek.py frostbloom.py janesta.py jelom.py bjarn.py \
	keyboard_control.py oliver.py orloth.py sarin.py silverhair.py \
	talan.py tristan.py fellnir.py to_cellar.py lucia.py intro.py \
	extro.py __init__.py schedule.py

all:
	$(adonthell_binary) -c

*.pyc: *.py

CLEANFILES = *.pyc