ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.5
Committed: Mon Aug 28 08:38:18 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -1 lines
Log Message:
autogenerate eventinc.h

File Contents

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