~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/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
52
54
CONFIG_HEADER = $(top_builddir)/source/headers/config.h \
53
55
        $(top_builddir)/source/headers/geos/platform.h
54
56
CONFIG_CLEAN_FILES =
 
57
CONFIG_CLEAN_VPATH_FILES =
55
58
SOURCES =
56
59
DIST_SOURCES =
57
60
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
69
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
70
    *) f=$$p;; \
68
71
  esac;
69
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
72
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
73
am__install_max = 40
 
74
am__nobase_strip_setup = \
 
75
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
76
am__nobase_strip = \
 
77
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
78
am__nobase_list = $(am__nobase_strip_setup); \
 
79
  for p in $$list; do echo "$$p $$p"; done | \
 
80
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
81
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
82
    if (++n[$$2] == $(am__install_max)) \
 
83
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
84
    END { for (dir in files) print dir, files[dir] }'
 
85
am__base_list = \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70
88
am__installdirs = "$(DESTDIR)$(geosdir)"
71
 
geosHEADERS_INSTALL = $(INSTALL_HEADER)
72
89
HEADERS = $(geos_HEADERS)
73
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74
91
  distclean-recursive maintainer-clean-recursive
 
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
93
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
        distdir
75
95
ETAGS = etags
76
96
CTAGS = ctags
77
97
DIST_SUBDIRS = $(SUBDIRS)
78
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
am__relativize = \
 
100
  dir0=`pwd`; \
 
101
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
102
  sed_rest='s,^[^/]*/*,,'; \
 
103
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
104
  sed_butlast='s,/*[^/]*$$,,'; \
 
105
  while test -n "$$dir1"; do \
 
106
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
107
    if test "$$first" != "."; then \
 
108
      if test "$$first" = ".."; then \
 
109
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
110
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
111
      else \
 
112
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
113
        if test "$$first2" = "$$first"; then \
 
114
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
115
        else \
 
116
          dir2="../$$dir2"; \
 
117
        fi; \
 
118
        dir0="$$dir0"/"$$first"; \
 
119
      fi; \
 
120
    fi; \
 
121
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
122
  done; \
 
123
  reldir="$$dir2"
79
124
ACLOCAL = @ACLOCAL@
80
125
ALLOCA = @ALLOCA@
81
126
AMTAR = @AMTAR@
145
190
PACKAGE_NAME = @PACKAGE_NAME@
146
191
PACKAGE_STRING = @PACKAGE_STRING@
147
192
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
193
PACKAGE_URL = @PACKAGE_URL@
148
194
PACKAGE_VERSION = @PACKAGE_VERSION@
149
195
PATH_SEPARATOR = @PATH_SEPARATOR@
150
196
PYTHON = @PYTHON@
235
281
target_cpu = @target_cpu@
236
282
target_os = @target_os@
237
283
target_vendor = @target_vendor@
 
284
top_build_prefix = @top_build_prefix@
238
285
top_builddir = @top_builddir@
239
286
top_srcdir = @top_srcdir@
240
287
SUBDIRS = 
255
302
        @for dep in $?; do \
256
303
          case '$(am__configure_deps)' in \
257
304
            *$$dep*) \
258
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
259
 
                && exit 0; \
 
305
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
306
                && { if test -f $@; then exit 0; else break; fi; }; \
260
307
              exit 1;; \
261
308
          esac; \
262
309
        done; \
263
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/headers/geos/index/bintree/Makefile'; \
264
 
        cd $(top_srcdir) && \
265
 
          $(AUTOMAKE) --gnu  source/headers/geos/index/bintree/Makefile
 
310
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/headers/geos/index/bintree/Makefile'; \
 
311
        $(am__cd) $(top_srcdir) && \
 
312
          $(AUTOMAKE) --gnu source/headers/geos/index/bintree/Makefile
266
313
.PRECIOUS: Makefile
267
314
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268
315
        @case '$?' in \
280
327
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
328
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
282
329
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
330
$(am__aclocal_m4_deps):
283
331
 
284
332
mostlyclean-libtool:
285
333
        -rm -f *.lo
289
337
install-geosHEADERS: $(geos_HEADERS)
290
338
        @$(NORMAL_INSTALL)
291
339
        test -z "$(geosdir)" || $(MKDIR_P) "$(DESTDIR)$(geosdir)"
292
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
 
340
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
341
        for p in $$list; do \
293
342
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
294
 
          f=$(am__strip_dir) \
295
 
          echo " $(geosHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(geosdir)/$$f'"; \
296
 
          $(geosHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(geosdir)/$$f"; \
 
343
          echo "$$d$$p"; \
 
344
        done | $(am__base_list) | \
 
345
        while read files; do \
 
346
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(geosdir)'"; \
 
347
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(geosdir)" || exit $$?; \
297
348
        done
298
349
 
299
350
uninstall-geosHEADERS:
300
351
        @$(NORMAL_UNINSTALL)
301
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
302
 
          f=$(am__strip_dir) \
303
 
          echo " rm -f '$(DESTDIR)$(geosdir)/$$f'"; \
304
 
          rm -f "$(DESTDIR)$(geosdir)/$$f"; \
305
 
        done
 
352
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
353
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
354
        test -n "$$files" || exit 0; \
 
355
        echo " ( cd '$(DESTDIR)$(geosdir)' && rm -f" $$files ")"; \
 
356
        cd "$(DESTDIR)$(geosdir)" && rm -f $$files
306
357
 
307
358
# This directory's subdirectories are mostly independent; you can cd
308
359
# into them and run `make' without going through this Makefile.
328
379
          else \
329
380
            local_target="$$target"; \
330
381
          fi; \
331
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
382
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
332
383
          || eval $$failcom; \
333
384
        done; \
334
385
        if test "$$dot_seen" = "no"; then \
362
413
          else \
363
414
            local_target="$$target"; \
364
415
          fi; \
365
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
416
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
366
417
          || eval $$failcom; \
367
418
        done && test -z "$$fail"
368
419
tags-recursive:
369
420
        list='$(SUBDIRS)'; for subdir in $$list; do \
370
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
421
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
371
422
        done
372
423
ctags-recursive:
373
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
374
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
425
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
375
426
        done
376
427
 
377
428
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
379
430
        unique=`for i in $$list; do \
380
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
432
          done | \
382
 
          $(AWK) '    { files[$$0] = 1; } \
383
 
               END { for (i in files) print i; }'`; \
 
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
435
        mkid -fID $$unique
385
436
tags: TAGS
386
437
 
387
438
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388
439
                $(TAGS_FILES) $(LISP)
389
 
        tags=; \
 
440
        set x; \
390
441
        here=`pwd`; \
391
442
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
392
443
          include_option=--etags-include; \
398
449
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
450
          if test "$$subdir" = .; then :; else \
400
451
            test ! -f $$subdir/TAGS || \
401
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
452
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
402
453
          fi; \
403
454
        done; \
404
455
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
456
        unique=`for i in $$list; do \
406
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
458
          done | \
408
 
          $(AWK) '    { files[$$0] = 1; } \
409
 
               END { for (i in files) print i; }'`; \
410
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
461
        shift; \
 
462
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411
463
          test -n "$$unique" || unique=$$empty_fix; \
412
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413
 
            $$tags $$unique; \
 
464
          if test $$# -gt 0; then \
 
465
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
466
              "$$@" $$unique; \
 
467
          else \
 
468
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
469
              $$unique; \
 
470
          fi; \
414
471
        fi
415
472
ctags: CTAGS
416
473
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417
474
                $(TAGS_FILES) $(LISP)
418
 
        tags=; \
419
 
        here=`pwd`; \
420
475
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421
476
        unique=`for i in $$list; do \
422
477
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
478
          done | \
424
 
          $(AWK) '    { files[$$0] = 1; } \
425
 
               END { for (i in files) print i; }'`; \
426
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
479
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
480
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
481
        test -z "$(CTAGS_ARGS)$$unique" \
427
482
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428
 
             $$tags $$unique
 
483
             $$unique
429
484
 
430
485
GTAGS:
431
486
        here=`$(am__cd) $(top_builddir) && pwd` \
432
 
          && cd $(top_srcdir) \
433
 
          && gtags -i $(GTAGS_ARGS) $$here
 
487
          && $(am__cd) $(top_srcdir) \
 
488
          && gtags -i $(GTAGS_ARGS) "$$here"
434
489
 
435
490
distclean-tags:
436
491
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
506
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452
507
          if test -d $$d/$$file; then \
453
508
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
509
            if test -d "$(distdir)/$$file"; then \
 
510
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
511
            fi; \
454
512
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
513
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
514
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456
515
            fi; \
457
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
516
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
458
517
          else \
459
 
            test -f $(distdir)/$$file \
460
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
518
            test -f "$(distdir)/$$file" \
 
519
            || cp -p $$d/$$file "$(distdir)/$$file" \
461
520
            || exit 1; \
462
521
          fi; \
463
522
        done
464
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
523
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465
524
          if test "$$subdir" = .; then :; else \
466
525
            test -d "$(distdir)/$$subdir" \
467
526
            || $(MKDIR_P) "$(distdir)/$$subdir" \
468
527
            || exit 1; \
469
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
470
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
471
 
            (cd $$subdir && \
 
528
          fi; \
 
529
        done
 
530
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
531
          if test "$$subdir" = .; then :; else \
 
532
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
533
            $(am__relativize); \
 
534
            new_distdir=$$reldir; \
 
535
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
536
            $(am__relativize); \
 
537
            new_top_distdir=$$reldir; \
 
538
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
539
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
540
            ($(am__cd) $$subdir && \
472
541
              $(MAKE) $(AM_MAKEFLAGS) \
473
 
                top_distdir="$$top_distdir" \
474
 
                distdir="$$distdir/$$subdir" \
 
542
                top_distdir="$$new_top_distdir" \
 
543
                distdir="$$new_distdir" \
475
544
                am__remove_distdir=: \
476
545
                am__skip_length_check=: \
 
546
                am__skip_mode_fix=: \
477
547
                distdir) \
478
548
              || exit 1; \
479
549
          fi; \
506
576
 
507
577
distclean-generic:
508
578
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
579
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
580
 
510
581
maintainer-clean-generic:
511
582
        @echo "This command is intended for maintainers to use"
524
595
 
525
596
html: html-recursive
526
597
 
 
598
html-am:
 
599
 
527
600
info: info-recursive
528
601
 
529
602
info-am:
532
605
 
533
606
install-dvi: install-dvi-recursive
534
607
 
 
608
install-dvi-am:
 
609
 
535
610
install-exec-am:
536
611
 
537
612
install-html: install-html-recursive
538
613
 
 
614
install-html-am:
 
615
 
539
616
install-info: install-info-recursive
540
617
 
 
618
install-info-am:
 
619
 
541
620
install-man:
542
621
 
543
622
install-pdf: install-pdf-recursive
544
623
 
 
624
install-pdf-am:
 
625
 
545
626
install-ps: install-ps-recursive
546
627
 
 
628
install-ps-am:
 
629
 
547
630
installcheck-am:
548
631
 
549
632
maintainer-clean: maintainer-clean-recursive
564
647
 
565
648
uninstall-am: uninstall-geosHEADERS
566
649
 
567
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
568
 
        install-strip
 
650
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
651
        install-am install-strip tags-recursive
569
652
 
570
653
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
571
654
        all all-am check check-am clean clean-generic clean-libtool \
582
665
        ps ps-am tags tags-recursive uninstall uninstall-am \
583
666
        uninstall-geosHEADERS
584
667
 
 
668
 
585
669
# Tell versions [3.59,3.63) of GNU make to not export all variables.
586
670
# Otherwise a system limit (for SysV at least) may be exceeded.
587
671
.NOEXPORT: