File: Makefile.am

package info (click to toggle)
crossfire 1.11.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 24,456 kB
  • ctags: 7,800
  • sloc: ansic: 80,483; sh: 11,825; perl: 2,327; lex: 1,946; makefile: 1,149
file content (14 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CHECK_ROOT=./
CHECK_FOLDER=.
CHECK_PARENT_NAME=Site index

include $(top_srcdir)/check-fragment.am

SUBDIRS = include templates toolkit unit

clean-local:
	$(RM) -rf logs
	$(RM) .autorun.xml

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