Revision: | 1.7 |
Committed: | Thu Aug 31 06:23:17 2006 UTC (18 years, 6 months ago) by root |
Branch: | MAIN |
Changes since 1.6: | +1 -1 lines |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | root | 1.1 | |
2 | root | 1.7 | SUBDIRS = include common random_maps socket server src lib utils doc 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) |