Revision: | 1.14 |
Committed: | Fri Dec 15 19:29:18 2006 UTC (18 years, 3 months ago) by root |
Branch: | MAIN |
Changes since 1.13: | +1 -1 lines |
Log Message: | moved perl extensions into server codebase, where they belong |
# | User | Rev | Content |
---|---|---|---|
1 | pippijn | 1.8 | AUTOMAKE_OPTIONS = foreign |
2 | root | 1.1 | |
3 | root | 1.14 | SUBDIRS = include common random_maps socket server src lib ext utils pod |
4 | root | 1.1 | |
5 | EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat | ||
6 | |||
7 | pippijn | 1.11 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure Makefile |
8 | pippijn | 1.3 | |
9 | root | 1.1 | DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man |
10 | |||
11 | archives: dist | ||
12 | (cd doc; make archive) | ||
13 | (cd lib; make archive) | ||
14 | |||
15 | proto: | ||
16 | (cd common; make proto) | ||
17 | (cd server; make proto) |