update dox
[geos.git] / doc / Makefile.am
blob7e67b096fab378301d313cc9697d2b271de488d7
1 # $Id$
3 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
5 prefix=@prefix@
6 top_srcdir=@top_srcdir@
7 top_builddir=@top_builddir@
9 noinst_PROGRAMS = example 
11 LIBS = $(top_builddir)/src/libgeos.la
13 example_SOURCES = example.cpp 
14 example_LDADD = $(LIBS)
16 INCLUDES = -I$(top_srcdir)/include
18 DOXYGEN = doxygen
20 doxygen-html apidoc doxygen: Doxyfile
21         $(DOXYGEN) $<
23 clean-local:
24         rm -Rf doxygen_docs
26 EXTRA_DIST = Doxyfile