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