Changeset 72
- Timestamp:
- 04/29/08 10:36:22
- Files:
-
- spatialindex/trunk/src/Makefile.in (modified) (21 diffs)
- spatialindex/trunk/src/mvrtree/Makefile.in (modified) (20 diffs)
- spatialindex/trunk/src/mvrtree/Node.cc (modified) (2 diffs)
- spatialindex/trunk/src/rtree/Makefile.in (modified) (20 diffs)
- spatialindex/trunk/src/spatialindex/LineSegment.cc (modified) (4 diffs)
- spatialindex/trunk/src/spatialindex/Makefile.in (modified) (20 diffs)
- spatialindex/trunk/src/spatialindex/MovingRegion.cc (modified) (1 diff)
- spatialindex/trunk/src/storagemanager/Makefile.in (modified) (20 diffs)
- spatialindex/trunk/src/storagemanager/RandomEvictionsBuffer.cc (modified) (1 diff)
- spatialindex/trunk/src/tools/Makefile.in (modified) (20 diffs)
- spatialindex/trunk/src/tprtree/Makefile.in (modified) (20 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/src/Makefile.in
r44 r72 1 # Makefile.in generated by automake 1. 10from Makefile.am.1 # Makefile.in generated by automake 1.9.2 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 , 2005, 2006Free Software Foundation, Inc.5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 srcdir = @srcdir@ 17 top_srcdir = @top_srcdir@ 16 18 VPATH = @srcdir@ 17 19 pkgdatadir = $(datadir)/@PACKAGE@ 18 20 pkglibdir = $(libdir)/@PACKAGE@ 19 21 pkgincludedir = $(includedir)/@PACKAGE@ 22 top_builddir = .. 20 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 INSTALL = @INSTALL@ 21 25 install_sh_DATA = $(install_sh) -c -m 644 22 26 install_sh_PROGRAM = $(install_sh) -c … … 44 48 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 45 49 html-recursive info-recursive install-data-recursive \ 46 install-dvi-recursive install-exec-recursive \ 47 install-html-recursive install-info-recursive \ 48 install-pdf-recursive install-ps-recursive install-recursive \ 49 installcheck-recursive installdirs-recursive pdf-recursive \ 50 ps-recursive uninstall-recursive 51 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 52 distclean-recursive maintainer-clean-recursive 50 install-exec-recursive install-info-recursive \ 51 install-recursive installcheck-recursive installdirs-recursive \ 52 pdf-recursive ps-recursive uninstall-info-recursive \ 53 uninstall-recursive 53 54 ETAGS = etags 54 55 CTAGS = ctags … … 56 57 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 57 58 ACLOCAL = @ACLOCAL@ 59 AMDEP_FALSE = @AMDEP_FALSE@ 60 AMDEP_TRUE = @AMDEP_TRUE@ 58 61 AMTAR = @AMTAR@ 59 62 AR = @AR@ … … 82 85 F77 = @F77@ 83 86 FFLAGS = @FFLAGS@ 84 GREP = @GREP@85 INSTALL = @INSTALL@86 87 INSTALL_DATA = @INSTALL_DATA@ 87 88 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 95 96 LTLIBOBJS = @LTLIBOBJS@ 96 97 MAKEINFO = @MAKEINFO@ 97 MKDIR_P = @MKDIR_P@98 98 OBJEXT = @OBJEXT@ 99 99 PACKAGE = @PACKAGE@ … … 109 109 STRIP = @STRIP@ 110 110 VERSION = @VERSION@ 111 abs_builddir = @abs_builddir@ 112 abs_srcdir = @abs_srcdir@ 113 abs_top_builddir = @abs_top_builddir@ 114 abs_top_srcdir = @abs_top_srcdir@ 111 ac_ct_AR = @ac_ct_AR@ 115 112 ac_ct_CC = @ac_ct_CC@ 116 113 ac_ct_CXX = @ac_ct_CXX@ 117 114 ac_ct_F77 = @ac_ct_F77@ 115 ac_ct_RANLIB = @ac_ct_RANLIB@ 116 ac_ct_STRIP = @ac_ct_STRIP@ 117 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 118 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 119 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 120 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 118 121 am__include = @am__include@ 119 122 am__leading_dot = @am__leading_dot@ … … 127 130 build_os = @build_os@ 128 131 build_vendor = @build_vendor@ 129 builddir = @builddir@130 132 datadir = @datadir@ 131 datarootdir = @datarootdir@132 docdir = @docdir@133 dvidir = @dvidir@134 133 exec_prefix = @exec_prefix@ 135 134 host = @host@ … … 138 137 host_os = @host_os@ 139 138 host_vendor = @host_vendor@ 140 htmldir = @htmldir@141 139 includedir = @includedir@ 142 140 infodir = @infodir@ … … 144 142 libdir = @libdir@ 145 143 libexecdir = @libexecdir@ 146 localedir = @localedir@147 144 localstatedir = @localstatedir@ 148 145 mandir = @mandir@ 149 146 mkdir_p = @mkdir_p@ 150 147 oldincludedir = @oldincludedir@ 151 pdfdir = @pdfdir@152 148 prefix = @prefix@ 153 149 program_transform_name = @program_transform_name@ 154 psdir = @psdir@155 150 sbindir = @sbindir@ 156 151 sharedstatedir = @sharedstatedir@ 157 srcdir = @srcdir@158 152 sysconfdir = @sysconfdir@ 159 153 target_alias = @target_alias@ 160 top_builddir = @top_builddir@161 top_srcdir = @top_srcdir@162 154 SUBDIRS = storagemanager spatialindex rtree mvrtree tprtree tools 163 155 all: all-recursive … … 200 192 -rm -rf .libs _libs 201 193 194 distclean-libtool: 195 -rm -f libtool 196 uninstall-info-am: 197 202 198 # This directory's subdirectories are mostly independent; you can cd 203 199 # into them and run `make' without going through this Makefile. … … 207 203 # (2) otherwise, pass the desired values on the `make' command line. 208 204 $(RECURSIVE_TARGETS): 209 @failcom='exit 1'; \ 210 for f in x $$MAKEFLAGS; do \ 211 case $$f in \ 212 *=* | --[!k]*);; \ 213 *k*) failcom='fail=yes';; \ 214 esac; \ 215 done; \ 205 @set fnord $$MAKEFLAGS; amf=$$2; \ 216 206 dot_seen=no; \ 217 207 target=`echo $@ | sed s/-recursive//`; \ … … 225 215 fi; \ 226 216 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 227 || eval $$failcom; \217 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 228 218 done; \ 229 219 if test "$$dot_seen" = "no"; then \ … … 231 221 fi; test -z "$$fail" 232 222 233 $(RECURSIVE_CLEAN_TARGETS): 234 @failcom='exit 1'; \ 235 for f in x $$MAKEFLAGS; do \ 236 case $$f in \ 237 *=* | --[!k]*);; \ 238 *k*) failcom='fail=yes';; \ 239 esac; \ 240 done; \ 223 mostlyclean-recursive clean-recursive distclean-recursive \ 224 maintainer-clean-recursive: 225 @set fnord $$MAKEFLAGS; amf=$$2; \ 241 226 dot_seen=no; \ 242 227 case "$@" in \ … … 259 244 fi; \ 260 245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 261 || eval $$failcom; \246 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 262 247 done && test -z "$$fail" 263 248 tags-recursive: … … 332 317 333 318 distdir: $(DISTFILES) 334 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 335 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 336 list='$(DISTFILES)'; \ 337 dist_files=`for file in $$list; do echo $$file; done | \ 338 sed -e "s|^$$srcdirstrip/||;t" \ 339 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 340 case $$dist_files in \ 341 */*) $(MKDIR_P) `echo "$$dist_files" | \ 342 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 343 sort -u` ;; \ 344 esac; \ 345 for file in $$dist_files; do \ 319 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 320 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 321 list='$(DISTFILES)'; for file in $$list; do \ 322 case $$file in \ 323 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 324 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 325 esac; \ 346 326 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 327 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 328 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 329 dir="/$$dir"; \ 330 $(mkdir_p) "$(distdir)$$dir"; \ 331 else \ 332 dir=''; \ 333 fi; \ 347 334 if test -d $$d/$$file; then \ 348 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \349 335 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 350 336 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ … … 360 346 if test "$$subdir" = .; then :; else \ 361 347 test -d "$(distdir)/$$subdir" \ 362 || $( MKDIR_P) "$(distdir)/$$subdir" \348 || $(mkdir_p) "$(distdir)/$$subdir" \ 363 349 || exit 1; \ 364 350 distdir=`$(am__cd) $(distdir) && pwd`; \ … … 368 354 top_distdir="$$top_distdir" \ 369 355 distdir="$$distdir/$$subdir" \ 370 am__remove_distdir=: \371 am__skip_length_check=: \372 356 distdir) \ 373 357 || exit 1; \ … … 409 393 distclean: distclean-recursive 410 394 -rm -f Makefile 411 distclean-am: clean-am distclean-generic distclean-tags 395 distclean-am: clean-am distclean-generic distclean-libtool \ 396 distclean-tags 412 397 413 398 dvi: dvi-recursive … … 423 408 install-data-am: 424 409 425 install-dvi: install-dvi-recursive426 427 410 install-exec-am: 428 411 429 install-html: install-html-recursive430 431 412 install-info: install-info-recursive 432 413 433 414 install-man: 434 435 install-pdf: install-pdf-recursive436 437 install-ps: install-ps-recursive438 415 439 416 installcheck-am: … … 455 432 ps-am: 456 433 457 uninstall-am: 458 459 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 460 install-strip 461 462 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 463 all all-am check check-am clean clean-generic clean-libtool \ 464 ctags ctags-recursive distclean distclean-generic \ 465 distclean-libtool distclean-tags distdir dvi dvi-am html \ 434 uninstall-am: uninstall-info-am 435 436 uninstall-info: uninstall-info-recursive 437 438 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ 439 clean clean-generic clean-libtool clean-recursive ctags \ 440 ctags-recursive distclean distclean-generic distclean-libtool \ 441 distclean-recursive distclean-tags distdir dvi dvi-am html \ 466 442 html-am info info-am install install-am install-data \ 467 install-data-am install-dvi install-dvi-am install-exec \ 468 install-exec-am install-html install-html-am install-info \ 469 install-info-am install-man install-pdf install-pdf-am \ 470 install-ps install-ps-am install-strip installcheck \ 443 install-data-am install-exec install-exec-am install-info \ 444 install-info-am install-man install-strip installcheck \ 471 445 installcheck-am installdirs installdirs-am maintainer-clean \ 472 maintainer-clean-generic mostlyclean mostlyclean-generic \ 473 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 474 uninstall uninstall-am 446 maintainer-clean-generic maintainer-clean-recursive \ 447 mostlyclean mostlyclean-generic mostlyclean-libtool \ 448 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 449 uninstall uninstall-am uninstall-info-am 475 450 476 451 # Tell versions [3.59,3.63) of GNU make to not export all variables. spatialindex/trunk/src/mvrtree/Makefile.in
r45 r72 1 # Makefile.in generated by automake 1. 10from Makefile.am.1 # Makefile.in generated by automake 1.9.2 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 , 2005, 2006Free Software Foundation, Inc.5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 15 15 @SET_MAKE@ 16 16 17 SOURCES = $(libmvrtree_la_SOURCES) 18 19 srcdir = @srcdir@ 20 top_srcdir = @top_srcdir@ 17 21 VPATH = @srcdir@ 18 22 pkgdatadir = $(datadir)/@PACKAGE@ 19 23 pkglibdir = $(libdir)/@PACKAGE@ 20 24 pkgincludedir = $(includedir)/@PACKAGE@ 25 top_builddir = ../.. 21 26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27 INSTALL = @INSTALL@ 22 28 install_sh_DATA = $(install_sh) -c -m 644 23 29 install_sh_PROGRAM = $(install_sh) -c … … 46 52 Statistics.lo 47 53 libmvrtree_la_OBJECTS = $(am_libmvrtree_la_OBJECTS) 48 DEFAULT_INCLUDES = -I. @am__isrc@54 DEFAULT_INCLUDES = -I. -I$(srcdir) 49 55 depcomp = $(SHELL) $(top_srcdir)/depcomp 50 56 am__depfiles_maybe = depfiles 51 57 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 52 58 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 53 LTCXXCOMPILE = $(LIBTOOL) -- tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \54 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \55 $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)59 LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ 60 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 61 $(AM_CXXFLAGS) $(CXXFLAGS) 56 62 CXXLD = $(CXX) 57 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 58 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 59 $(LDFLAGS) -o $@ 63 CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \ 64 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 60 65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 61 66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 62 LTCOMPILE = $(LIBTOOL) -- tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \63 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \64 $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)67 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 68 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 69 $(AM_CFLAGS) $(CFLAGS) 65 70 CCLD = $(CC) 66 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 67 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 68 $(LDFLAGS) -o $@ 71 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 72 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 69 73 SOURCES = $(libmvrtree_la_SOURCES) 70 74 DIST_SOURCES = $(libmvrtree_la_SOURCES) … … 73 77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 74 78 ACLOCAL = @ACLOCAL@ 79 AMDEP_FALSE = @AMDEP_FALSE@ 80 AMDEP_TRUE = @AMDEP_TRUE@ 75 81 AMTAR = @AMTAR@ 76 82 AR = @AR@ … … 99 105 F77 = @F77@ 100 106 FFLAGS = @FFLAGS@ 101 GREP = @GREP@102 INSTALL = @INSTALL@103 107 INSTALL_DATA = @INSTALL_DATA@ 104 108 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 112 116 LTLIBOBJS = @LTLIBOBJS@ 113 117 MAKEINFO = @MAKEINFO@ 114 MKDIR_P = @MKDIR_P@115 118 OBJEXT = @OBJEXT@ 116 119 PACKAGE = @PACKAGE@ … … 126 129 STRIP = @STRIP@ 127 130 VERSION = @VERSION@ 128 abs_builddir = @abs_builddir@ 129 abs_srcdir = @abs_srcdir@ 130 abs_top_builddir = @abs_top_builddir@ 131 abs_top_srcdir = @abs_top_srcdir@ 131 ac_ct_AR = @ac_ct_AR@ 132 132 ac_ct_CC = @ac_ct_CC@ 133 133 ac_ct_CXX = @ac_ct_CXX@ 134 134 ac_ct_F77 = @ac_ct_F77@ 135 ac_ct_RANLIB = @ac_ct_RANLIB@ 136 ac_ct_STRIP = @ac_ct_STRIP@ 137 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 138 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 139 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 140 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 135 141 am__include = @am__include@ 136 142 am__leading_dot = @am__leading_dot@ … … 144 150 build_os = @build_os@ 145 151 build_vendor = @build_vendor@ 146 builddir = @builddir@147 152 datadir = @datadir@ 148 datarootdir = @datarootdir@149 docdir = @docdir@150 dvidir = @dvidir@151 153 exec_prefix = @exec_prefix@ 152 154 host = @host@ … … 155 157 host_os = @host_os@ 156 158 host_vendor = @host_vendor@ 157 htmldir = @htmldir@158 159 includedir = @includedir@ 159 160 infodir = @infodir@ … … 161 162 libdir = @libdir@ 162 163 libexecdir = @libexecdir@ 163 localedir = @localedir@164 164 localstatedir = @localstatedir@ 165 165 mandir = @mandir@ 166 166 mkdir_p = @mkdir_p@ 167 167 oldincludedir = @oldincludedir@ 168 pdfdir = @pdfdir@169 168 prefix = @prefix@ 170 169 program_transform_name = @program_transform_name@ 171 psdir = @psdir@172 170 sbindir = @sbindir@ 173 171 sharedstatedir = @sharedstatedir@ 174 srcdir = @srcdir@175 172 sysconfdir = @sysconfdir@ 176 173 target_alias = @target_alias@ 177 top_builddir = @top_builddir@178 top_srcdir = @top_srcdir@179 174 noinst_LTLIBRARIES = libmvrtree.la 180 175 INCLUDES = -I../../include … … 223 218 done 224 219 libmvrtree.la: $(libmvrtree_la_OBJECTS) $(libmvrtree_la_DEPENDENCIES) 225 $(CXXLINK) $(libmvrtree_la_ OBJECTS) $(libmvrtree_la_LIBADD) $(LIBS)220 $(CXXLINK) $(libmvrtree_la_LDFLAGS) $(libmvrtree_la_OBJECTS) $(libmvrtree_la_LIBADD) $(LIBS) 226 221 227 222 mostlyclean-compile: … … 238 233 239 234 .cc.o: 240 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<241 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po235 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 236 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 242 237 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 243 238 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 245 240 246 241 .cc.obj: 247 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`248 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po242 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 243 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 249 244 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 250 245 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 252 247 253 248 .cc.lo: 254 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<255 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo249 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 250 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 256 251 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 257 252 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 263 258 clean-libtool: 264 259 -rm -rf .libs _libs 260 261 distclean-libtool: 262 -rm -f libtool 263 uninstall-info-am: 265 264 266 265 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 313 312 314 313 distdir: $(DISTFILES) 315 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 316 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 317 list='$(DISTFILES)'; \ 318 dist_files=`for file in $$list; do echo $$file; done | \ 319 sed -e "s|^$$srcdirstrip/||;t" \ 320 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 321 case $$dist_files in \ 322 */*) $(MKDIR_P) `echo "$$dist_files" | \ 323 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 324 sort -u` ;; \ 325 esac; \ 326 for file in $$dist_files; do \ 314 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 315 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 316 list='$(DISTFILES)'; for file in $$list; do \ 317 case $$file in \ 318 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 319 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 320 esac; \ 327 321 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 322 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 323 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 324 dir="/$$dir"; \ 325 $(mkdir_p) "$(distdir)$$dir"; \ 326 else \ 327 dir=''; \ 328 fi; \ 328 329 if test -d $$d/$$file; then \ 329 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \330 330 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 331 331 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ … … 375 375 -rm -f Makefile 376 376 distclean-am: clean-am distclean-compile distclean-generic \ 377 distclean- tags377 distclean-libtool distclean-tags 378 378 379 379 dvi: dvi-am … … 389 389 install-data-am: 390 390 391 install-dvi: install-dvi-am392 393 391 install-exec-am: 394 392 395 install-html: install-html-am396 397 393 install-info: install-info-am 398 394 399 395 install-man: 400 401 install-pdf: install-pdf-am402 403 install-ps: install-ps-am404 396 405 397 installcheck-am: … … 423 415 ps-am: 424 416 425 uninstall-am: 426 427 .MAKE: install-am install-strip 417 uninstall-am: uninstall-info-am 428 418 429 419 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ … … 431 421 distclean-compile distclean-generic distclean-libtool \ 432 422 distclean-tags distdir dvi dvi-am html html-am info info-am \ 433 install install-am install-data install-data-am install-dvi \ 434 install-dvi-am install-exec install-exec-am install-html \ 435 install-html-am install-info install-info-am install-man \ 436 install-pdf install-pdf-am install-ps install-ps-am \ 423 install install-am install-data install-data-am install-exec \ 424 install-exec-am install-info install-info-am install-man \ 437 425 install-strip installcheck installcheck-am installdirs \ 438 426 maintainer-clean maintainer-clean-generic mostlyclean \ 439 427 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 440 pdf pdf-am ps ps-am tags uninstall uninstall-am 428 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 429 uninstall-info-am 441 430 442 431 # Tell versions [3.59,3.63) of GNU make to not export all variables. spatialindex/trunk/src/mvrtree/Node.cc
r67 r72 795 795 } 796 796 // duplicate entries have been removed and the set is sorted 797 // size_t SiCounts[Si.size() - 1]; 798 // bzero(SiCounts, (Si.size() - 1) * sizeof(size_t)); 799 size_t *SiCounts; 800 SiCounts = (size_t*) malloc((Si.size()-1)*sizeof(size_t)); 801 797 size_t* SiCounts = new size_t[Si.size() - 1]; 798 bzero(SiCounts, (Si.size() - 1) * sizeof(size_t)); 799 802 800 for (size_t cSiblingChild = 0; cSiblingChild < sibling->m_children; cSiblingChild++) 803 801 { … … 837 835 if (good) Sdel.push_back(toCheck[cCheck]); 838 836 } 837 838 delete[] SiCounts; 839 839 840 840 if (Sdel.empty()) continue; spatialindex/trunk/src/rtree/Makefile.in
r45 r72 1 # Makefile.in generated by automake 1. 10from Makefile.am.1 # Makefile.in generated by automake 1.9.2 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 , 2005, 2006Free Software Foundation, Inc.5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 15 15 @SET_MAKE@ 16 16 17 SOURCES = $(librtree_la_SOURCES) 18 19 srcdir = @srcdir@ 20 top_srcdir = @top_srcdir@ 17 21 VPATH = @srcdir@ 18 22 pkgdatadir = $(datadir)/@PACKAGE@ 19 23 pkglibdir = $(libdir)/@PACKAGE@ 20 24 pkgincludedir = $(includedir)/@PACKAGE@ 25 top_builddir = ../.. 21 26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27 INSTALL = @INSTALL@ 22 28 install_sh_DATA = $(install_sh) -c -m 644 23 29 install_sh_PROGRAM = $(install_sh) -c … … 46 52 RTree.lo Statistics.lo 47 53 librtree_la_OBJECTS = $(am_librtree_la_OBJECTS) 48 DEFAULT_INCLUDES = -I. @am__isrc@54 DEFAULT_INCLUDES = -I. -I$(srcdir) 49 55 depcomp = $(SHELL) $(top_srcdir)/depcomp 50 56 am__depfiles_maybe = depfiles 51 57 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 52 58 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 53 LTCXXCOMPILE = $(LIBTOOL) -- tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \54 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \55 $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)59 LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ 60 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 61 $(AM_CXXFLAGS) $(CXXFLAGS) 56 62 CXXLD = $(CXX) 57 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 58 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 59 $(LDFLAGS) -o $@ 63 CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \ 64 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 60 65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 61 66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 62 LTCOMPILE = $(LIBTOOL) -- tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \63 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \64 $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)67 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 68 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 69 $(AM_CFLAGS) $(CFLAGS) 65 70 CCLD = $(CC) 66 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 67 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 68 $(LDFLAGS) -o $@ 71 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 72 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 69 73 SOURCES = $(librtree_la_SOURCES) 70 74 DIST_SOURCES = $(librtree_la_SOURCES) … … 73 77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 74 78 ACLOCAL = @ACLOCAL@ 79 AMDEP_FALSE = @AMDEP_FALSE@ 80 AMDEP_TRUE = @AMDEP_TRUE@ 75 81 AMTAR = @AMTAR@ 76 82 AR = @AR@ … … 99 105 F77 = @F77@ 100 106 FFLAGS = @FFLAGS@ 101 GREP = @GREP@102 INSTALL = @INSTALL@103 107 INSTALL_DATA = @INSTALL_DATA@ 104 108 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 112 116 LTLIBOBJS = @LTLIBOBJS@ 113 117 MAKEINFO = @MAKEINFO@ 114 MKDIR_P = @MKDIR_P@115 118 OBJEXT = @OBJEXT@ 116 119 PACKAGE = @PACKAGE@ … … 126 129 STRIP = @STRIP@ 127 130 VERSION = @VERSION@ 128 abs_builddir = @abs_builddir@ 129 abs_srcdir = @abs_srcdir@ 130 abs_top_builddir = @abs_top_builddir@ 131 abs_top_srcdir = @abs_top_srcdir@ 131 ac_ct_AR = @ac_ct_AR@ 132 132 ac_ct_CC = @ac_ct_CC@ 133 133 ac_ct_CXX = @ac_ct_CXX@ 134 134 ac_ct_F77 = @ac_ct_F77@ 135 ac_ct_RANLIB = @ac_ct_RANLIB@ 136 ac_ct_STRIP = @ac_ct_STRIP@ 137 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 138 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 139 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 140 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 135 141 am__include = @am__include@ 136 142 am__leading_dot = @am__leading_dot@ … … 144 150 build_os = @build_os@ 145 151 build_vendor = @build_vendor@ 146 builddir = @builddir@147 152 datadir = @datadir@ 148 datarootdir = @datarootdir@149 docdir = @docdir@150 dvidir = @dvidir@151 153 exec_prefix = @exec_prefix@ 152 154 host = @host@ … … 155 157 host_os = @host_os@ 156 158 host_vendor = @host_vendor@ 157 htmldir = @htmldir@158 159 includedir = @includedir@ 159 160 infodir = @infodir@ … … 161 162 libdir = @libdir@ 162 163 libexecdir = @libexecdir@ 163 localedir = @localedir@164 164 localstatedir = @localstatedir@ 165 165 mandir = @mandir@ 166 166 mkdir_p = @mkdir_p@ 167 167 oldincludedir = @oldincludedir@ 168 pdfdir = @pdfdir@169 168 prefix = @prefix@ 170 169 program_transform_name = @program_transform_name@ 171 psdir = @psdir@172 170 sbindir = @sbindir@ 173 171 sharedstatedir = @sharedstatedir@ 174 srcdir = @srcdir@175 172 sysconfdir = @sysconfdir@ 176 173 target_alias = @target_alias@ 177 top_builddir = @top_builddir@178 top_srcdir = @top_srcdir@179 174 noinst_LTLIBRARIES = librtree.la 180 175 INCLUDES = -I../../include … … 223 218 done 224 219 librtree.la: $(librtree_la_OBJECTS) $(librtree_la_DEPENDENCIES) 225 $(CXXLINK) $(librtree_la_ OBJECTS) $(librtree_la_LIBADD) $(LIBS)220 $(CXXLINK) $(librtree_la_LDFLAGS) $(librtree_la_OBJECTS) $(librtree_la_LIBADD) $(LIBS) 226 221 227 222 mostlyclean-compile: … … 239 234 240 235 .cc.o: 241 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<242 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po236 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 237 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 243 238 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 244 239 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 246 241 247 242 .cc.obj: 248 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`249 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po243 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 244 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 250 245 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 251 246 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 253 248 254 249 .cc.lo: 255 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<256 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo250 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 251 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 257 252 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 258 253 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 264 259 clean-libtool: 265 260 -rm -rf .libs _libs 261 262 distclean-libtool: 263 -rm -f libtool 264 uninstall-info-am: 266 265 267 266 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 314 313 315 314 distdir: $(DISTFILES) 316 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 317 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 318 list='$(DISTFILES)'; \ 319 dist_files=`for file in $$list; do echo $$file; done | \ 320 sed -e "s|^$$srcdirstrip/||;t" \ 321 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 322 case $$dist_files in \ 323 */*) $(MKDIR_P) `echo "$$dist_files" | \ 324 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 325 sort -u` ;; \ 326 esac; \ 327 for file in $$dist_files; do \ 315 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 316 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 317 list='$(DISTFILES)'; for file in $$list; do \ 318 case $$file in \ 319 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 320 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 321 esac; \ 328 322 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 323 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 324 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 325 dir="/$$dir"; \ 326 $(mkdir_p) "$(distdir)$$dir"; \ 327 else \ 328 dir=''; \ 329 fi; \ 329 330 if test -d $$d/$$file; then \ 330 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \331 331 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 332 332 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ … … 376 376 -rm -f Makefile 377 377 distclean-am: clean-am distclean-compile distclean-generic \ 378 distclean- tags378 distclean-libtool distclean-tags 379 379 380 380 dvi: dvi-am … … 390 390 install-data-am: 391 391 392 install-dvi: install-dvi-am393 394 392 install-exec-am: 395 393 396 install-html: install-html-am397 398 394 install-info: install-info-am 399 395 400 396 install-man: 401 402 install-pdf: install-pdf-am403 404 install-ps: install-ps-am405 397 406 398 installcheck-am: … … 424 416 ps-am: 425 417 426 uninstall-am: 427 428 .MAKE: install-am install-strip 418 uninstall-am: uninstall-info-am 429 419 430 420 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ … … 432 422 distclean-compile distclean-generic distclean-libtool \ 433 423 distclean-tags distdir dvi dvi-am html html-am info info-am \ 434 install install-am install-data install-data-am install-dvi \ 435 install-dvi-am install-exec install-exec-am install-html \ 436 install-html-am install-info install-info-am install-man \ 437 install-pdf install-pdf-am install-ps install-ps-am \ 424 install install-am install-data install-data-am install-exec \ 425 install-exec-am install-info install-info-am install-man \ 438 426 install-strip installcheck installcheck-am installdirs \ 439 427 maintainer-clean maintainer-clean-generic mostlyclean \ 440 428 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 441 pdf pdf-am ps ps-am tags uninstall uninstall-am 429 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 430 uninstall-info-am 442 431 443 432 # Tell versions [3.59,3.63) of GNU make to not export all variables. spatialindex/trunk/src/spatialindex/LineSegment.cc
r70 r72 173 173 void LineSegment::getCenter(Point& out) const 174 174 { 175 double coords = new double[m_dimension];175 double* coords = new double[m_dimension]; 176 176 for (size_t cDim = 0; cDim < m_dimension; cDim++) 177 177 { … … 181 181 } 182 182 183 out = Point(coords, m_dimension); 183 184 delete[] coords; 184 out = Point(coords, m_dimension);185 185 } 186 186 … … 192 192 void LineSegment::getMBR(Region& out) const 193 193 { 194 double low = new double[m_dimension];195 double high = new double[m_dimension];194 double* low = new double[m_dimension]; 195 double* high = new double[m_dimension]; 196 196 for (size_t cDim = 0; cDim < m_dimension; cDim++) 197 197 { … … 200 200 } 201 201 202 out = Region(low, high, m_dimension); 202 203 delete[] low; 203 204 delete[] high; 204 out = Region(low, high, m_dimension);205 205 } 206 206 spatialindex/trunk/src/spatialindex/Makefile.in
r45 r72 1 # Makefile.in generated by automake 1. 10from Makefile.am.1 # Makefile.in generated by automake 1.9.2 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 , 2005, 2006Free Software Foundation, Inc.5 # 2003, 2004 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 15 15 @SET_MAKE@ 16 16 17 SOURCES = $(liblibrary_la_SOURCES) 18 19 srcdir = @srcdir@ 20 top_srcdir = @top_srcdir@ 17 21 VPATH = @srcdir@ 18 22 pkgdatadir = $(datadir)/@PACKAGE@ 19 23 pkglibdir = $(libdir)/@PACKAGE@ 20 24 pkgincludedir = $(includedir)/@PACKAGE@ 25 top_builddir = ../.. 21 26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27 INSTALL = @INSTALL@ 22 28 install_sh_DATA = $(install_sh) -c -m 644 23 29 install_sh_PROGRAM = $(install_sh) -c … … 47 53 SpatialIndexImpl.lo 48 54 liblibrary_la_OBJECTS = $(am_liblibrary_la_OBJECTS) 49 DEFAULT_INCLUDES = -I. @am__isrc@55 DEFAULT_INCLUDES = -I. -I$(srcdir) 50 56 depcomp = $(SHELL) $(top_srcdir)/depcomp 51 57 am__depfiles_maybe = depfiles 52 58 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 53 59 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 54 LTCXXCOMPILE = $(LIBTOOL) -- tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \55 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \56 $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)60 LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ 61 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 62 $(AM_CXXFLAGS) $(CXXFLAGS) 57 63 CXXLD = $(CXX) 58 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 59 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 60 $(LDFLAGS) -o $@ 64 CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \ 65 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 61 66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 62 67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 63 LTCOMPILE = $(LIBTOOL) -- tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \64 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \65 $(AM_C PPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)68 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 69 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 70 $(AM_CFLAGS) $(CFLAGS) 66 71 CCLD = $(CC) 67 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 68 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 69 $(LDFLAGS) -o $@ 72 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 73 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 70 74 SOURCES = $(liblibrary_la_SOURCES) 71 75 DIST_SOURCES = $(liblibrary_la_SOURCES) … … 74 78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 75 79 ACLOCAL = @ACLOCAL@ 80 AMDEP_FALSE = @AMDEP_FALSE@ 81 AMDEP_TRUE = @AMDEP_TRUE@ 76<
