~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/index/bintree/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alan Boudreault, Francesco Paolo Lovergine
  • Date: 2011-03-03 13:40:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303134004-ocs5d23cuont0q61
Tags: 3.2.2-1
[ Alan Boudreault ]
* New upstream release.

[ Francesco Paolo Lovergine ]
* Policy set to 3.9.1, without changes.
* Merged log for post squeeze release.
* Repository moved to git and changed Vcs-* fields as required.
* Source format moved to 3.0 with quilt support.
* Policy changed to 3.9.1, without changes.
* Added ${misc:Depends} to bin pkgs due to dh use.
* Added -dbg package for debugging symbols.
  (closes: #582273)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
51
53
CONFIG_HEADER = $(top_builddir)/source/headers/config.h \
52
54
        $(top_builddir)/source/headers/geos/platform.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
LTLIBRARIES = $(noinst_LTLIBRARIES)
55
58
libindexbintree_la_DEPENDENCIES =
56
59
am_libindexbintree_la_OBJECTS = Bintree.lo Interval.lo Node.lo Key.lo \
57
60
        NodeBase.lo Root.lo
58
61
libindexbintree_la_OBJECTS = $(am_libindexbintree_la_OBJECTS)
59
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos@am__isrc@
 
62
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos
60
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
64
am__depfiles_maybe = depfiles
 
65
am__mv = mv -f
62
66
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64
68
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
142
146
PACKAGE_NAME = @PACKAGE_NAME@
143
147
PACKAGE_STRING = @PACKAGE_STRING@
144
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
149
PACKAGE_URL = @PACKAGE_URL@
145
150
PACKAGE_VERSION = @PACKAGE_VERSION@
146
151
PATH_SEPARATOR = @PATH_SEPARATOR@
147
152
PYTHON = @PYTHON@
232
237
target_cpu = @target_cpu@
233
238
target_os = @target_os@
234
239
target_vendor = @target_vendor@
 
240
top_build_prefix = @top_build_prefix@
235
241
top_builddir = @top_builddir@
236
242
top_srcdir = @top_srcdir@
237
243
noinst_LTLIBRARIES = libindexbintree.la
253
259
        @for dep in $?; do \
254
260
          case '$(am__configure_deps)' in \
255
261
            *$$dep*) \
256
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
257
 
                && exit 0; \
 
262
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
263
                && { if test -f $@; then exit 0; else break; fi; }; \
258
264
              exit 1;; \
259
265
          esac; \
260
266
        done; \
261
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/index/bintree/Makefile'; \
262
 
        cd $(top_srcdir) && \
263
 
          $(AUTOMAKE) --gnu  source/index/bintree/Makefile
 
267
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/index/bintree/Makefile'; \
 
268
        $(am__cd) $(top_srcdir) && \
 
269
          $(AUTOMAKE) --gnu source/index/bintree/Makefile
264
270
.PRECIOUS: Makefile
265
271
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
272
        @case '$?' in \
278
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
285
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
$(am__aclocal_m4_deps):
281
288
 
282
289
clean-noinstLTLIBRARIES:
283
290
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
305
312
 
306
313
.cpp.o:
307
314
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
308
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
315
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
309
316
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310
317
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
318
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
312
319
 
313
320
.cpp.obj:
314
321
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
315
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
322
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
325
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
319
326
 
320
327
.cpp.lo:
321
328
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
329
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
323
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
324
331
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
332
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
335
342
        unique=`for i in $$list; do \
336
343
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
344
          done | \
338
 
          $(AWK) '    { files[$$0] = 1; } \
339
 
               END { for (i in files) print i; }'`; \
 
345
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
346
              END { if (nonempty) { for (i in files) print i; }; }'`; \
340
347
        mkid -fID $$unique
341
348
tags: TAGS
342
349
 
343
350
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344
351
                $(TAGS_FILES) $(LISP)
345
 
        tags=; \
 
352
        set x; \
346
353
        here=`pwd`; \
347
354
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348
355
        unique=`for i in $$list; do \
349
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
357
          done | \
351
 
          $(AWK) '    { files[$$0] = 1; } \
352
 
               END { for (i in files) print i; }'`; \
353
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
358
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
360
        shift; \
 
361
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
354
362
          test -n "$$unique" || unique=$$empty_fix; \
355
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356
 
            $$tags $$unique; \
 
363
          if test $$# -gt 0; then \
 
364
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
365
              "$$@" $$unique; \
 
366
          else \
 
367
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
368
              $$unique; \
 
369
          fi; \
357
370
        fi
358
371
ctags: CTAGS
359
372
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
373
                $(TAGS_FILES) $(LISP)
361
 
        tags=; \
362
 
        here=`pwd`; \
363
374
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
375
        unique=`for i in $$list; do \
365
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
377
          done | \
367
 
          $(AWK) '    { files[$$0] = 1; } \
368
 
               END { for (i in files) print i; }'`; \
369
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
378
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
380
        test -z "$(CTAGS_ARGS)$$unique" \
370
381
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
 
             $$tags $$unique
 
382
             $$unique
372
383
 
373
384
GTAGS:
374
385
        here=`$(am__cd) $(top_builddir) && pwd` \
375
 
          && cd $(top_srcdir) \
376
 
          && gtags -i $(GTAGS_ARGS) $$here
 
386
          && $(am__cd) $(top_srcdir) \
 
387
          && gtags -i $(GTAGS_ARGS) "$$here"
377
388
 
378
389
distclean-tags:
379
390
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
405
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395
406
          if test -d $$d/$$file; then \
396
407
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
408
            if test -d "$(distdir)/$$file"; then \
 
409
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
410
            fi; \
397
411
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
398
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
412
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
413
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399
414
            fi; \
400
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
415
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401
416
          else \
402
 
            test -f $(distdir)/$$file \
403
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
417
            test -f "$(distdir)/$$file" \
 
418
            || cp -p $$d/$$file "$(distdir)/$$file" \
404
419
            || exit 1; \
405
420
          fi; \
406
421
        done
428
443
 
429
444
distclean-generic:
430
445
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
446
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
431
447
 
432
448
maintainer-clean-generic:
433
449
        @echo "This command is intended for maintainers to use"
449
465
 
450
466
html: html-am
451
467
 
 
468
html-am:
 
469
 
452
470
info: info-am
453
471
 
454
472
info-am:
457
475
 
458
476
install-dvi: install-dvi-am
459
477
 
 
478
install-dvi-am:
 
479
 
460
480
install-exec-am:
461
481
 
462
482
install-html: install-html-am
463
483
 
 
484
install-html-am:
 
485
 
464
486
install-info: install-info-am
465
487
 
 
488
install-info-am:
 
489
 
466
490
install-man:
467
491
 
468
492
install-pdf: install-pdf-am
469
493
 
 
494
install-pdf-am:
 
495
 
470
496
install-ps: install-ps-am
471
497
 
 
498
install-ps-am:
 
499
 
472
500
installcheck-am:
473
501
 
474
502
maintainer-clean: maintainer-clean-am
506
534
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
507
535
        pdf pdf-am ps ps-am tags uninstall uninstall-am
508
536
 
 
537
 
509
538
# Tell versions [3.59,3.63) of GNU make to not export all variables.
510
539
# Otherwise a system limit (for SysV at least) may be exceeded.
511
540
.NOEXPORT: