~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/algorithm/distance/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
libdistance_la_DEPENDENCIES =
56
59
am_libdistance_la_OBJECTS = DiscreteHausdorffDistance.lo \
57
60
        DistanceToPoint.lo
58
61
libdistance_la_OBJECTS = $(am_libdistance_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) \
79
83
        ps-recursive uninstall-recursive
80
84
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81
85
  distclean-recursive maintainer-clean-recursive
 
86
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
87
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
88
        distdir
82
89
ETAGS = etags
83
90
CTAGS = ctags
84
91
DIST_SUBDIRS = $(SUBDIRS)
85
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
93
am__relativize = \
 
94
  dir0=`pwd`; \
 
95
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
96
  sed_rest='s,^[^/]*/*,,'; \
 
97
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
98
  sed_butlast='s,/*[^/]*$$,,'; \
 
99
  while test -n "$$dir1"; do \
 
100
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
101
    if test "$$first" != "."; then \
 
102
      if test "$$first" = ".."; then \
 
103
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
104
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
105
      else \
 
106
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
107
        if test "$$first2" = "$$first"; then \
 
108
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
109
        else \
 
110
          dir2="../$$dir2"; \
 
111
        fi; \
 
112
        dir0="$$dir0"/"$$first"; \
 
113
      fi; \
 
114
    fi; \
 
115
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
116
  done; \
 
117
  reldir="$$dir2"
86
118
ACLOCAL = @ACLOCAL@
87
119
ALLOCA = @ALLOCA@
88
120
AMTAR = @AMTAR@
152
184
PACKAGE_NAME = @PACKAGE_NAME@
153
185
PACKAGE_STRING = @PACKAGE_STRING@
154
186
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
187
PACKAGE_URL = @PACKAGE_URL@
155
188
PACKAGE_VERSION = @PACKAGE_VERSION@
156
189
PATH_SEPARATOR = @PATH_SEPARATOR@
157
190
PYTHON = @PYTHON@
242
275
target_cpu = @target_cpu@
243
276
target_os = @target_os@
244
277
target_vendor = @target_vendor@
 
278
top_build_prefix = @top_build_prefix@
245
279
top_builddir = @top_builddir@
246
280
top_srcdir = @top_srcdir@
247
281
SUBDIRS = 
260
294
        @for dep in $?; do \
261
295
          case '$(am__configure_deps)' in \
262
296
            *$$dep*) \
263
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
264
 
                && exit 0; \
 
297
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
298
                && { if test -f $@; then exit 0; else break; fi; }; \
265
299
              exit 1;; \
266
300
          esac; \
267
301
        done; \
268
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/algorithm/distance/Makefile'; \
269
 
        cd $(top_srcdir) && \
270
 
          $(AUTOMAKE) --gnu  source/algorithm/distance/Makefile
 
302
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/algorithm/distance/Makefile'; \
 
303
        $(am__cd) $(top_srcdir) && \
 
304
          $(AUTOMAKE) --gnu source/algorithm/distance/Makefile
271
305
.PRECIOUS: Makefile
272
306
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273
307
        @case '$?' in \
285
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
320
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
287
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
322
$(am__aclocal_m4_deps):
288
323
 
289
324
clean-noinstLTLIBRARIES:
290
325
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
308
343
 
309
344
.cpp.o:
310
345
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312
347
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313
348
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
349
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
315
350
 
316
351
.cpp.obj:
317
352
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
318
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
353
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319
354
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320
355
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
356
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
322
357
 
323
358
.cpp.lo:
324
359
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
325
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
360
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
326
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
327
362
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328
363
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
357
392
          else \
358
393
            local_target="$$target"; \
359
394
          fi; \
360
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
395
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361
396
          || eval $$failcom; \
362
397
        done; \
363
398
        if test "$$dot_seen" = "no"; then \
391
426
          else \
392
427
            local_target="$$target"; \
393
428
          fi; \
394
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
429
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395
430
          || eval $$failcom; \
396
431
        done && test -z "$$fail"
397
432
tags-recursive:
398
433
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
434
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
400
435
        done
401
436
ctags-recursive:
402
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
438
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
404
439
        done
405
440
 
406
441
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408
443
        unique=`for i in $$list; do \
409
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
445
          done | \
411
 
          $(AWK) '    { files[$$0] = 1; } \
412
 
               END { for (i in files) print i; }'`; \
 
446
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
448
        mkid -fID $$unique
414
449
tags: TAGS
415
450
 
416
451
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417
452
                $(TAGS_FILES) $(LISP)
418
 
        tags=; \
 
453
        set x; \
419
454
        here=`pwd`; \
420
455
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421
456
          include_option=--etags-include; \
427
462
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
463
          if test "$$subdir" = .; then :; else \
429
464
            test ! -f $$subdir/TAGS || \
430
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
465
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
431
466
          fi; \
432
467
        done; \
433
468
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434
469
        unique=`for i in $$list; do \
435
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
471
          done | \
437
 
          $(AWK) '    { files[$$0] = 1; } \
438
 
               END { for (i in files) print i; }'`; \
439
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
472
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
473
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
474
        shift; \
 
475
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440
476
          test -n "$$unique" || unique=$$empty_fix; \
441
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
 
            $$tags $$unique; \
 
477
          if test $$# -gt 0; then \
 
478
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
479
              "$$@" $$unique; \
 
480
          else \
 
481
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
482
              $$unique; \
 
483
          fi; \
443
484
        fi
444
485
ctags: CTAGS
445
486
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446
487
                $(TAGS_FILES) $(LISP)
447
 
        tags=; \
448
 
        here=`pwd`; \
449
488
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450
489
        unique=`for i in $$list; do \
451
490
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452
491
          done | \
453
 
          $(AWK) '    { files[$$0] = 1; } \
454
 
               END { for (i in files) print i; }'`; \
455
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
492
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
493
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
494
        test -z "$(CTAGS_ARGS)$$unique" \
456
495
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457
 
             $$tags $$unique
 
496
             $$unique
458
497
 
459
498
GTAGS:
460
499
        here=`$(am__cd) $(top_builddir) && pwd` \
461
 
          && cd $(top_srcdir) \
462
 
          && gtags -i $(GTAGS_ARGS) $$here
 
500
          && $(am__cd) $(top_srcdir) \
 
501
          && gtags -i $(GTAGS_ARGS) "$$here"
463
502
 
464
503
distclean-tags:
465
504
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
519
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481
520
          if test -d $$d/$$file; then \
482
521
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
522
            if test -d "$(distdir)/$$file"; then \
 
523
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
524
            fi; \
483
525
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
526
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
527
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485
528
            fi; \
486
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
529
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487
530
          else \
488
 
            test -f $(distdir)/$$file \
489
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
531
            test -f "$(distdir)/$$file" \
 
532
            || cp -p $$d/$$file "$(distdir)/$$file" \
490
533
            || exit 1; \
491
534
          fi; \
492
535
        done
493
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
536
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494
537
          if test "$$subdir" = .; then :; else \
495
538
            test -d "$(distdir)/$$subdir" \
496
539
            || $(MKDIR_P) "$(distdir)/$$subdir" \
497
540
            || exit 1; \
498
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
499
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
500
 
            (cd $$subdir && \
 
541
          fi; \
 
542
        done
 
543
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
544
          if test "$$subdir" = .; then :; else \
 
545
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
546
            $(am__relativize); \
 
547
            new_distdir=$$reldir; \
 
548
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
549
            $(am__relativize); \
 
550
            new_top_distdir=$$reldir; \
 
551
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
552
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
553
            ($(am__cd) $$subdir && \
501
554
              $(MAKE) $(AM_MAKEFLAGS) \
502
 
                top_distdir="$$top_distdir" \
503
 
                distdir="$$distdir/$$subdir" \
 
555
                top_distdir="$$new_top_distdir" \
 
556
                distdir="$$new_distdir" \
504
557
                am__remove_distdir=: \
505
558
                am__skip_length_check=: \
 
559
                am__skip_mode_fix=: \
506
560
                distdir) \
507
561
              || exit 1; \
508
562
          fi; \
532
586
 
533
587
distclean-generic:
534
588
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
589
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
535
590
 
536
591
maintainer-clean-generic:
537
592
        @echo "This command is intended for maintainers to use"
553
608
 
554
609
html: html-recursive
555
610
 
 
611
html-am:
 
612
 
556
613
info: info-recursive
557
614
 
558
615
info-am:
561
618
 
562
619
install-dvi: install-dvi-recursive
563
620
 
 
621
install-dvi-am:
 
622
 
564
623
install-exec-am:
565
624
 
566
625
install-html: install-html-recursive
567
626
 
 
627
install-html-am:
 
628
 
568
629
install-info: install-info-recursive
569
630
 
 
631
install-info-am:
 
632
 
570
633
install-man:
571
634
 
572
635
install-pdf: install-pdf-recursive
573
636
 
 
637
install-pdf-am:
 
638
 
574
639
install-ps: install-ps-recursive
575
640
 
 
641
install-ps-am:
 
642
 
576
643
installcheck-am:
577
644
 
578
645
maintainer-clean: maintainer-clean-recursive
595
662
 
596
663
uninstall-am:
597
664
 
598
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
599
 
        install-strip
 
665
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
666
        install-am install-strip tags-recursive
600
667
 
601
668
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
602
669
        all all-am check check-am clean clean-generic clean-libtool \
613
680
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
614
681
        uninstall uninstall-am
615
682
 
 
683
 
616
684
# Tell versions [3.59,3.63) of GNU make to not export all variables.
617
685
# Otherwise a system limit (for SysV at least) may be exceeded.
618
686
.NOEXPORT: