Expose interrupt request cancel to the C-API
[geos.git] / Makefile.am
blob1f825a4d351b88ac39b882a1310a9f70b6ca0e74
2 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
4 # NOTE: Make sure that 'src' appears first.
5 # 'capi' and 'doc' surely rely on availability of libgeos
6 # which is built under 'src' and it seems that automake
7 # is not able to detect required build order but blindly
8 # relies on the order items in SUBDIRS appear.
10 SUBDIRS =   \
11     include \
12     src     \
13     capi    \
14     doc     \
15     macros  \
16     swig    \
17     php     \
18     tests   \
19     tools
21 EXTRA_DIST = acsite.m4 makefile.vc nmake.opt autogen.bat CMakeLists.txt \
22   cmake/modules/CheckPrototypeExists.cmake \
23   cmake/modules/COPYING-CMAKE-SCRIPTS \
24   cmake/cmake_uninstall.cmake.in
26 ACLOCAL_AMFLAGS = -I macros
28 cl:
29         cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
31 apidoc doxygen:
32         cd doc && make $@
34 authors.git: authors.svn
35         cd $(srcdir) && sed -e 's/:/ = /' authors.svn > authors.git
37 svnrebase: authors.git
38         cd $(srcdir) && git svn rebase --authors-file authors.git