ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.2
Committed: Sun May 7 08:19:27 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.1: +1 -3 lines
Log Message:
A few cleanups of Crossedit and a fix to automake so it doesn't build
Crossedit if the needed headers aren't found.

File Contents

# Content
1
2 CROSSEDIT = @CROSSEDIT@
3
4 SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT)
5
6 EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
7
8 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
9
10 archives: dist
11 (cd doc; make archive)
12 (cd lib; make archive)
13
14 proto:
15 (cd common; make proto)
16 (cd server; make proto)
17 (cd plugins; make proto)
18 @if [ "X$(NO_X)" != "Xyes" ]; then \
19 (cd crossedit; make proto) \
20 fi