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.2 by pippijn, Sun May 7 08:19:27 2006 UTC vs.
Revision 1.7 by root, Thu Aug 31 06:23:17 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines