ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.7
Committed: Thu Aug 31 06:23:17 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1
2 SUBDIRS = include common random_maps socket server src lib utils doc devel
3
4 EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
5
6 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
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)