Add header guard to CLocalizer (#619)
[geos.git] / Makefile.am
blobe5defa62ffdd013c250c540e5e75ca8aad1b4ebf
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 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
30 cl:
31         cd $(srcdir) && svn update && svn2cl --authors=authors.svn -i -o ChangeLog
33 apidoc doxygen:
34         cd doc && make $@
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
42 geos_svn_revision.h:
43         sh $(srcdir)/tools/svn_repo_revision.sh $<
45 .PHONY: geos_svn_revision.h