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.
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
30 cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
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