File: Makefile.am

package info (click to toggle)
adonthell-data 0.3.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,776 kB
  • ctags: 389
  • sloc: python: 4,667; sh: 3,327; makefile: 362; sed: 16
file content (12 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
pkgdatadir = $(gamedatadir)/scripts/schedules/audio

pkgdata_DATA = *.py

EXTRA_DIST = in_game.py __init__.py

all:
	#$(adonthell_binary) -c

*.pyc: *.py

CLEANFILES = *.pyc