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 (21 lines) | stat: -rw-r--r-- 519 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
21
pkgdatadir = $(gamedatadir)/scripts/dialogues

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

nodist_pkgdata_DATA = $(scripts)

EXTRA_DIST = orloth_start.py lucia_start.py sarin_start.py \
    janesta_start.py erek_start.py oliver_start.py bjarn_start.py \
    frostbloom_start.py talan_start.py alek_start.py jelom_start.py \
    tristan_start.py jelom_2nd.py demo_intro_1.py extro.py \
    silverhair_start.py fellnir_start.py __init__.py

*.pyc : *.py

CLEANFILES = *.pyc