Add test for bug #527
[geos.git] / Makefile.am
blob17b54aa4c5cc58ddcbbd66a54f1adc6e101a5683
1 # $Id$
3 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
5 # NOTE: Make sure that 'src' appears first.
6 # 'capi' and 'doc' surely rely on availability of libgeos
7 # which is built under 'src' and it seems that automake
8 # is not able to detect required build order but blindly
9 # relies on the order items in SUBDIRS appear.
11 SUBDIRS =   \
12     include \
13     src     \
14     capi    \
15     doc     \
16     macros  \
17     swig    \
18     php     \
19     tests   \
20     tools
22 EXTRA_DIST = acsite.m4 makefile.vc nmake.opt autogen.bat CMakeLists.txt \
23   cmake/modules/CheckPrototypeExists.cmake \
24   cmake/modules/COPYING-CMAKE-SCRIPTS \
25   cmake/cmake_uninstall.cmake.in
27 ACLOCAL_AMFLAGS = -I macros
29 cl:
30         cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
32 apidoc doxygen:
33         cd doc && make $@
35 authors.git: authors.svn
36         cd $(srcdir) && sed -e 's/:/ = /' authors.svn > authors.git
38 svnrebase: authors.git
39         cd $(srcdir) && git svn rebase --authors-file authors.git