Add unit test for UnaryUnionOp (and fix interface bug)
[geos.git] / Makefile.am
blob04b51575f23f720d59dbeb738c4b0e09f92b7565
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     include \
13     src     \
14     capi    \
15     doc     \
16     macros  \
17     swig    \
18     php     \
19     tests   \
20     tools
22 EXTRA_DIST = acsite.m4 makefile.vc nmake.opt autogen.bat
24 ACLOCAL_AMFLAGS = -I macros
26 cl:
27         cd $(srcdir) && svn2cl --authors=authors.svn -i -o ChangeLog
29 apidoc doxygen:
30         cd doc && make $@