Check for PHP and PHPUNIT (for testing php bindings)
[geos.git] / Makefile.am
blob8b0ca1a2d244a55c2e9dd8beeec8dde52cf63ca4
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     build   \
13     include \
14     src     \
15     capi    \
16     doc     \
17     macros  \
18     swig    \
19     php     \
20     tests   \
21     tools
23 EXTRA_DIST = acsite.m4 makefile.vc nmake.opt autogen.bat
25 ACLOCAL_AMFLAGS = -I macros
27 cl:
28         cd $(srcdir) && svn2cl --authors=authors.svn -i -o ChangeLog
30 apidoc doxygen:
31         cd doc && make $@