ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Makefile.am
Revision: 1.3
Committed: Sun Jul 2 15:05:13 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.2: +2 -0 lines
Log Message:
make maintainer-clean-recursive now deletes all generated files

File Contents

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