ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
(Generate patch)

Comparing deliantra/server/Makefile.am (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:11:13 2006 UTC vs.
Revision 1.9 by pippijn, Fri Sep 8 00:14:34 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines