Changeset 26
- Timestamp:
- 11/28/07 16:54:30
- Files:
-
- spatialindex/trunk/include/Makefile.am (modified) (1 diff)
- spatialindex/trunk/include/tools/Makefile.am (modified) (1 diff)
- spatialindex/trunk/Makefile.am (modified) (1 diff)
- spatialindex/trunk/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/include/Makefile.am
r25 r26 1 1 SUBDIRS = tools 2 2 3 nobase_pkginclude_HEADERS = SpatialIndex.h \ 4 RTree.h \ 5 MVRTree.h \ 6 TPRTree.h \ 7 TimePoint.h \ 8 TimeRegion.h \ 9 MovingPoint.h 3 spatialindexdir = $(includedir)/spatialindex 4 5 spatialindex_HEADERS = SpatialIndex.h \ 6 RTree.h \ 7 MVRTree.h \ 8 TPRTree.h \ 9 TimePoint.h \ 10 TimeRegion.h \ 11 MovingPoint.h \ 12 MovingRegion.h spatialindex/trunk/include/tools/Makefile.am
r25 r26 1 spatialindexdir = $(includedir)/spatialindex/tools 1 2 2 nobase_pkginclude_HEADERS =Tools.h \3 LineSegment.h \4 PointerPool.h \5 Point.h \6 PoolPointer.h \7 Region.h \8 SmartPointer.h \9 TemporaryFile.h3 dist_spatialindex_HEADERS = Tools.h \ 4 LineSegment.h \ 5 PointerPool.h \ 6 Point.h \ 7 PoolPointer.h \ 8 Region.h \ 9 SmartPointer.h \ 10 TemporaryFile.h spatialindex/trunk/Makefile.am
r25 r26 1 1 ## Makefile.am -- Process this file with automake to produce Makefile.in 2 2 SUBDIRS = src . regressiontest include 3 INCLUDES = -I(top_srcdir)/includes3 ## INCLUDES = -I(top_srcdir)/includes 4 4 lib_LTLIBRARIES = libspatialindex.la 5 pkgincludedir = $(includedir)/spatialindex5 ## pkgincludedir = $(includedir)/spatialindex 6 6 libspatialindex_la_SOURCES = 7 7 libspatialindex_la_LIBADD = src/spatialindex/liblibrary.la src/storagemanager/libstoragemanager.la src/rtree/librtree.la src/mvrtree/libmvrtree.la src/tprtree/libtprtree.la src/tools/geometry/libgeometry.la src/tools/tools/libtools.la spatialindex/trunk/Makefile.in
r25 r26 18 18 pkgdatadir = $(datadir)/@PACKAGE@ 19 19 pkglibdir = $(libdir)/@PACKAGE@ 20 pkgincludedir = $(includedir)/@PACKAGE@ 20 21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 21 22 install_sh_DATA = $(install_sh) -c -m 644 … … 95 96 distuninstallcheck_listfiles = find . -type f -print 96 97 distcleancheck_listfiles = find . -type f -print 97 pkgincludedir = $(includedir)/spatialindex98 98 ACLOCAL = @ACLOCAL@ 99 99 AMTAR = @AMTAR@ … … 202 202 top_srcdir = @top_srcdir@ 203 203 SUBDIRS = src . regressiontest include 204 INCLUDES = -I(top_srcdir)/includes205 204 lib_LTLIBRARIES = libspatialindex.la 206 205 libspatialindex_la_SOURCES =
