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 (27 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
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
27
XSLTENGINE= @XSLTENGINE@
CROSSEDIT = @CROSSEDIT@

if HAVE_CHECK
  UNIT_TEST = test
endif

SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(UNIT_TEST) $(CROSSEDIT)

EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat

DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man

archives: dist
	(cd doc; make archive)
	(cd lib; make archive)

proto:
	(cd common; make proto)
	(cd server; make proto)
	(cd plugins; make proto)
	@if [ "X$(NO_X)" != "Xyes" ]; then \
		(cd crossedit; make proto) \
	fi

clean-local:
	$(RM) configtest.out configtest.xml configtest.xsl