File: Makefile.am

package info (click to toggle)
adonthell-data 0.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,040 kB
  • sloc: python: 5,172; sh: 4,584; makefile: 418; xml: 40; sed: 16
file content (21 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgdatadir = $(gamedatadir)/scripts/game_events

if COMPILE_SCRIPTS
scripts = *.pyc
all:
	$(adonthell_binary) -c
else
scripts = *.py
endif

nodist_pkgdata_DATA = $(scripts)

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

*.pyc : *.py

CLEANFILES = *.pyc