Quotes around otherwise ambiguous (underline containing) name
[geos.git] / doc / Makefile.am
blobc07073cbd1223622a3fbaf170008e6e9ba4ffb85
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 AM_CPPFLAGS = -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