File: Makefile.am

package info (click to toggle)
adonthell-data 0.3.4.cvs.20080529-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,196 kB
  • ctags: 443
  • sloc: python: 4,975; sh: 3,720; makefile: 401; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
pkgdatadir = $(gamedatadir)/scripts/actions

pkgdata_DATA = *.pyc

EXTRA_DIST = talk.py __init__.py

all:
	$(adonthell_binary) -c

*.pyc: *.py

CLEANFILES = *.pyc