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.
21 BUILT_SOURCES = geos_svn_revision.h
23 EXTRA_DIST = acsite.m4 makefile.vc nmake.opt autogen.bat CMakeLists.txt \
24 cmake/modules/CheckPrototypeExists.cmake \
25 cmake/modules/COPYING-CMAKE-SCRIPTS \
26 cmake/cmake_uninstall.cmake.in geos_svn_revision.h
28 ACLOCAL_AMFLAGS = -I macros
31 cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
36 authors.git: authors.svn
37 cd $(srcdir) && sed -e 's/:/ = /' authors.svn > authors.git
39 svnrebase: authors.git
40 cd $(srcdir) && git svn rebase --authors-file authors.git
43 top_srcdir=$(srcdir) sh $(srcdir)/tools/svn_repo_revision.sh
45 .PHONY: geos_svn_revision.h