Fix Ruby automake
[geos.git] / doc / Makefile.am
blobcdd912cd162b2abd80a10ac6c0565761d030156f
2 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
4 prefix=@prefix@
5 top_srcdir=@top_srcdir@
6 top_builddir=@top_builddir@
8 noinst_PROGRAMS = example 
10 LIBS = $(top_builddir)/src/libgeos.la
12 example_SOURCES = example.cpp 
13 example_LDADD = $(LIBS)
15 INCLUDES = -I$(top_srcdir)/include
17 DOXYGEN = doxygen
19 doxygen-html apidoc doxygen: Doxyfile
20         $(DOXYGEN) $<
22 clean-local:
23         rm -Rf doxygen_docs
25 EXTRA_DIST = Doxyfile