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 (16 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgdatadir = $(gamedatadir)/scripts/game_events

pkgdata_DATA = *.pyc

EXTRA_DIST = teleport.py cellar_to_bjarn.py fst_to_silverhair.py \
	character_speak.py open_inn_door.py silverhair_to_fst.py \
	silverhair_to_brn.py brn_to_silverhair.py search_chest.py \
	to_storage.py lft_to_vnd.py vnd_to_lft.py __init__.py \
        speak.py

all:
	$(adonthell_binary) -c

*.pyc: *.py

CLEANFILES = *.pyc