File: Makefile.am

package info (click to toggle)
crossfire 1.75.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,168 kB
  • sloc: ansic: 83,169; sh: 4,659; perl: 1,736; lex: 1,443; makefile: 1,199; python: 43
file content (15 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CHECK_ROOT=./
CHECK_FOLDER=.
CHECK_PARENT_NAME=Site index

include $(top_srcdir)/check-fragment.am

SUBDIRS = include templates toolkit unit bugs

DISTCLEANFILES=	.autorun.xml

clean-local:
	-rm -rf logs

check-local: check-html check-text
clean-local: clean-unit