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 (23 lines) | stat: -rw-r--r-- 338 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

pkglib_LTLIBRARIES = \
	shape.la

shape_la_SOURCES = \
	dbffile.cpp \
	dbf_test.cpp \
	shape.cpp \
	shape_featureset.cpp \
	shapefile.cpp \
	shape_index_featureset.cpp \
	shape_io.cpp

shape_la_CXXFLAGS = \
	-I../../../include

shape_la_LDFLAGS = \
	-module \
	-avoid-version \
	-shrext .input

## File created by the gnome-build tools