ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.1
Committed: Fri Feb 3 07:11:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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