ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.12
Committed: Fri Sep 8 02:45:14 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.11: +1 -1 lines
Log Message:
- moved events.pod to pod/
- changed build order so include/ is being built before anything else and lib/ and pod/ are built last

File Contents

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