2007-09-15 01:07:16 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
## Created by Anjuta
|
|
|
|
|
2009-04-05 21:43:26 +02:00
|
|
|
SUBDIRS = agg \
|
|
|
|
src \
|
2007-09-15 01:07:16 +02:00
|
|
|
plugins\
|
2009-03-25 21:16:48 +01:00
|
|
|
include \
|
2009-04-04 18:33:25 +02:00
|
|
|
bindings \
|
|
|
|
utils
|
2007-09-15 01:07:16 +02:00
|
|
|
|
2007-09-24 00:20:21 +02:00
|
|
|
|
2007-09-15 01:07:16 +02:00
|
|
|
mapnikdocdir = ${prefix}/doc/mapnik
|
|
|
|
mapnikdoc_DATA = \
|
|
|
|
README\
|
|
|
|
COPYING\
|
|
|
|
AUTHORS\
|
2007-09-24 00:20:21 +02:00
|
|
|
INSTALL
|
2007-09-15 01:07:16 +02:00
|
|
|
|
|
|
|
EXTRA_DIST = $(mapnikdoc_DATA) \
|
|
|
|
$(fonts_DATA)\
|
|
|
|
$(includes_HEADERS)
|
|
|
|
|
|
|
|
# Copy all the spec files. Of cource, only one is actually used.
|
|
|
|
dist-hook:
|
|
|
|
for specfile in *.spec; do \
|
|
|
|
if test -f $$specfile; then \
|
|
|
|
cp -p $$specfile $(distdir); \
|
|
|
|
fi \
|
|
|
|
done
|
|
|
|
|