root/MGET/Branches/Jason/Libraries/geos-3.3.2/src/index/Makefile.am @ 891

Revision 891, 501 bytes (checked in by jjr8, 17 months ago)

* Incremented build number.
* Added Libraries/geos-3.3.2

Line 
1# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $
2#
3# This file is part of project GEOS (http://trac.osgeo.org/geos/)
4#
5SUBDIRS = \
6        bintree \
7        chain \
8        intervalrtree \
9        quadtree \
10        strtree \
11        sweepline
12
13noinst_LTLIBRARIES = libindex.la
14
15libindex_la_SOURCES =
16
17libindex_la_LIBADD = \
18        bintree/libindexbintree.la \
19        chain/libindexchain.la \
20        intervalrtree/libintervalrtree.la \
21        quadtree/libindexquadtree.la \
22        strtree/libindexstrtree.la \
23        sweepline/libindexsweepline.la
Note: See TracBrowser for help on using the browser.