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.3 by pippijn, Sun Jul 2 15:05:13 2006 UTC vs.
Revision 1.4 by elmex, Sun Aug 13 17:15:59 2006 UTC

1 1
2CROSSEDIT = @CROSSEDIT@
3
4SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT) 2SUBDIRS = common random_maps socket server include lib utils doc plugins 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
7 5
8MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 6MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
9 7
15 13
16proto: 14proto:
17 (cd common; make proto) 15 (cd common; make proto)
18 (cd server; make proto) 16 (cd server; make proto)
19 (cd plugins; make proto) 17 (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