repo.or.cz
/
geos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix documentation typos.
[geos.git]
/
src
/
io
/
Makefile.am
blob
a45ea4ef809bf765f516ebda48f0cc0c7bea6f19
1
#
2
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
3
#
4
#SUBDIRS = markup
5
6
noinst_LTLIBRARIES = libio.la
7
8
AM_CPPFLAGS = -I$(top_srcdir)/include
9
10
libio_la_SOURCES = \
11
ParseException.cpp \
12
StringTokenizer.cpp \
13
ByteOrderDataInStream.cpp \
14
ByteOrderValues.cpp \
15
WKTReader.cpp \
16
WKTWriter.cpp \
17
WKBReader.cpp \
18
WKBWriter.cpp \
19
Writer.cpp \
20
Unload.cpp \
21
CLocalizer.cpp
22
23
libio_la_LIBADD =