File: Makefile.am

package info (click to toggle)
mapnik 0.5.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,136 kB
  • ctags: 14,550
  • sloc: cpp: 68,887; python: 24,895; xml: 1,534; makefile: 503; sh: 79
file content (28 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src \
	agg\
	plugins\
	include


mapnikdocdir = ${prefix}/doc/mapnik
mapnikdoc_DATA = \
	README\
	COPYING\
	AUTHORS\
	INSTALL

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