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 (26 lines) | stat: -rw-r--r-- 373 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
22
23
24
25
26
pkgdatadir = $(gamedatadir)/scripts/modules

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

nodist_pkgdata_DATA = $(scripts)

EXTRA_DIST = \
	achievement_screen.py \
	character_screen.py \
	console.py \
	events.py \
	intro.py \
	main_menu.py \
	option_screen.py \
	player_text.py \
	__init__.py

*.pyc : *.py

CLEANFILES = *.pyc