File: Makefile.am

package info (click to toggle)
adonthell-data 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,860 kB
  • ctags: 456
  • sloc: python: 5,169; sh: 4,355; makefile: 415; sed: 16
file content (20 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgdatadir = $(gamedatadir)/scripts/schedules/mapcharacters

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

nodist_pkgdata_DATA = $(scripts)

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

*.pyc : *.py

CLEANFILES = *.pyc