~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/operation/relate/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
liboprelate_la_DEPENDENCIES =
56
59
am_liboprelate_la_OBJECTS = EdgeEndBuilder.lo EdgeEndBundle.lo \
57
60
        EdgeEndBundleStar.lo RelateComputer.lo RelateNode.lo \
58
61
        RelateNodeFactory.lo RelateNodeGraph.lo RelateOp.lo
59
62
liboprelate_la_OBJECTS = $(am_liboprelate_la_OBJECTS)
60
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos@am__isrc@
 
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos
61
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
65
am__depfiles_maybe = depfiles
 
66
am__mv = mv -f
63
67
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64
68
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65
69
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80
84
        ps-recursive uninstall-recursive
81
85
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82
86
  distclean-recursive maintainer-clean-recursive
 
87
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
88
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
89
        distdir
83
90
ETAGS = etags
84
91
CTAGS = ctags
85
92
DIST_SUBDIRS = $(SUBDIRS)
86
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
am__relativize = \
 
95
  dir0=`pwd`; \
 
96
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
97
  sed_rest='s,^[^/]*/*,,'; \
 
98
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
99
  sed_butlast='s,/*[^/]*$$,,'; \
 
100
  while test -n "$$dir1"; do \
 
101
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
102
    if test "$$first" != "."; then \
 
103
      if test "$$first" = ".."; then \
 
104
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
105
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
106
      else \
 
107
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
108
        if test "$$first2" = "$$first"; then \
 
109
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
110
        else \
 
111
          dir2="../$$dir2"; \
 
112
        fi; \
 
113
        dir0="$$dir0"/"$$first"; \
 
114
      fi; \
 
115
    fi; \
 
116
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
117
  done; \
 
118
  reldir="$$dir2"
87
119
ACLOCAL = @ACLOCAL@
88
120
ALLOCA = @ALLOCA@
89
121
AMTAR = @AMTAR@
153
185
PACKAGE_NAME = @PACKAGE_NAME@
154
186
PACKAGE_STRING = @PACKAGE_STRING@
155
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_URL = @PACKAGE_URL@
156
189
PACKAGE_VERSION = @PACKAGE_VERSION@
157
190
PATH_SEPARATOR = @PATH_SEPARATOR@
158
191
PYTHON = @PYTHON@
243
276
target_cpu = @target_cpu@
244
277
target_os = @target_os@
245
278
target_vendor = @target_vendor@
 
279
top_build_prefix = @top_build_prefix@
246
280
top_builddir = @top_builddir@
247
281
top_srcdir = @top_srcdir@
248
282
SUBDIRS = 
267
301
        @for dep in $?; do \
268
302
          case '$(am__configure_deps)' in \
269
303
            *$$dep*) \
270
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
271
 
                && exit 0; \
 
304
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
305
                && { if test -f $@; then exit 0; else break; fi; }; \
272
306
              exit 1;; \
273
307
          esac; \
274
308
        done; \
275
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/operation/relate/Makefile'; \
276
 
        cd $(top_srcdir) && \
277
 
          $(AUTOMAKE) --gnu  source/operation/relate/Makefile
 
309
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/operation/relate/Makefile'; \
 
310
        $(am__cd) $(top_srcdir) && \
 
311
          $(AUTOMAKE) --gnu source/operation/relate/Makefile
278
312
.PRECIOUS: Makefile
279
313
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280
314
        @case '$?' in \
292
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
327
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
294
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
329
$(am__aclocal_m4_deps):
295
330
 
296
331
clean-noinstLTLIBRARIES:
297
332
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
321
356
 
322
357
.cpp.o:
323
358
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
324
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
359
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
325
360
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
362
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
328
363
 
329
364
.cpp.obj:
330
365
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
331
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
366
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332
367
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333
368
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334
369
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
335
370
 
336
371
.cpp.lo:
337
372
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
373
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
339
374
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
340
375
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
376
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
370
405
          else \
371
406
            local_target="$$target"; \
372
407
          fi; \
373
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
408
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374
409
          || eval $$failcom; \
375
410
        done; \
376
411
        if test "$$dot_seen" = "no"; then \
404
439
          else \
405
440
            local_target="$$target"; \
406
441
          fi; \
407
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
442
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408
443
          || eval $$failcom; \
409
444
        done && test -z "$$fail"
410
445
tags-recursive:
411
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
412
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
447
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
413
448
        done
414
449
ctags-recursive:
415
450
        list='$(SUBDIRS)'; for subdir in $$list; do \
416
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
451
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
417
452
        done
418
453
 
419
454
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
456
        unique=`for i in $$list; do \
422
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
458
          done | \
424
 
          $(AWK) '    { files[$$0] = 1; } \
425
 
               END { for (i in files) print i; }'`; \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
461
        mkid -fID $$unique
427
462
tags: TAGS
428
463
 
429
464
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430
465
                $(TAGS_FILES) $(LISP)
431
 
        tags=; \
 
466
        set x; \
432
467
        here=`pwd`; \
433
468
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434
469
          include_option=--etags-include; \
440
475
        list='$(SUBDIRS)'; for subdir in $$list; do \
441
476
          if test "$$subdir" = .; then :; else \
442
477
            test ! -f $$subdir/TAGS || \
443
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
478
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444
479
          fi; \
445
480
        done; \
446
481
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
482
        unique=`for i in $$list; do \
448
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
484
          done | \
450
 
          $(AWK) '    { files[$$0] = 1; } \
451
 
               END { for (i in files) print i; }'`; \
452
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
485
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
486
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
487
        shift; \
 
488
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453
489
          test -n "$$unique" || unique=$$empty_fix; \
454
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455
 
            $$tags $$unique; \
 
490
          if test $$# -gt 0; then \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              "$$@" $$unique; \
 
493
          else \
 
494
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
495
              $$unique; \
 
496
          fi; \
456
497
        fi
457
498
ctags: CTAGS
458
499
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459
500
                $(TAGS_FILES) $(LISP)
460
 
        tags=; \
461
 
        here=`pwd`; \
462
501
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463
502
        unique=`for i in $$list; do \
464
503
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
504
          done | \
466
 
          $(AWK) '    { files[$$0] = 1; } \
467
 
               END { for (i in files) print i; }'`; \
468
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
505
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
506
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
507
        test -z "$(CTAGS_ARGS)$$unique" \
469
508
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470
 
             $$tags $$unique
 
509
             $$unique
471
510
 
472
511
GTAGS:
473
512
        here=`$(am__cd) $(top_builddir) && pwd` \
474
 
          && cd $(top_srcdir) \
475
 
          && gtags -i $(GTAGS_ARGS) $$here
 
513
          && $(am__cd) $(top_srcdir) \
 
514
          && gtags -i $(GTAGS_ARGS) "$$here"
476
515
 
477
516
distclean-tags:
478
517
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
532
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494
533
          if test -d $$d/$$file; then \
495
534
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
535
            if test -d "$(distdir)/$$file"; then \
 
536
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
537
            fi; \
496
538
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
539
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
540
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498
541
            fi; \
499
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
542
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
500
543
          else \
501
 
            test -f $(distdir)/$$file \
502
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
544
            test -f "$(distdir)/$$file" \
 
545
            || cp -p $$d/$$file "$(distdir)/$$file" \
503
546
            || exit 1; \
504
547
          fi; \
505
548
        done
506
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
549
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
507
550
          if test "$$subdir" = .; then :; else \
508
551
            test -d "$(distdir)/$$subdir" \
509
552
            || $(MKDIR_P) "$(distdir)/$$subdir" \
510
553
            || exit 1; \
511
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
512
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
513
 
            (cd $$subdir && \
 
554
          fi; \
 
555
        done
 
556
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
557
          if test "$$subdir" = .; then :; else \
 
558
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
559
            $(am__relativize); \
 
560
            new_distdir=$$reldir; \
 
561
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
562
            $(am__relativize); \
 
563
            new_top_distdir=$$reldir; \
 
564
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
565
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
566
            ($(am__cd) $$subdir && \
514
567
              $(MAKE) $(AM_MAKEFLAGS) \
515
 
                top_distdir="$$top_distdir" \
516
 
                distdir="$$distdir/$$subdir" \
 
568
                top_distdir="$$new_top_distdir" \
 
569
                distdir="$$new_distdir" \
517
570
                am__remove_distdir=: \
518
571
                am__skip_length_check=: \
 
572
                am__skip_mode_fix=: \
519
573
                distdir) \
520
574
              || exit 1; \
521
575
          fi; \
545
599
 
546
600
distclean-generic:
547
601
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
602
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
548
603
 
549
604
maintainer-clean-generic:
550
605
        @echo "This command is intended for maintainers to use"
566
621
 
567
622
html: html-recursive
568
623
 
 
624
html-am:
 
625
 
569
626
info: info-recursive
570
627
 
571
628
info-am:
574
631
 
575
632
install-dvi: install-dvi-recursive
576
633
 
 
634
install-dvi-am:
 
635
 
577
636
install-exec-am:
578
637
 
579
638
install-html: install-html-recursive
580
639
 
 
640
install-html-am:
 
641
 
581
642
install-info: install-info-recursive
582
643
 
 
644
install-info-am:
 
645
 
583
646
install-man:
584
647
 
585
648
install-pdf: install-pdf-recursive
586
649
 
 
650
install-pdf-am:
 
651
 
587
652
install-ps: install-ps-recursive
588
653
 
 
654
install-ps-am:
 
655
 
589
656
installcheck-am:
590
657
 
591
658
maintainer-clean: maintainer-clean-recursive
608
675
 
609
676
uninstall-am:
610
677
 
611
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
612
 
        install-strip
 
678
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
679
        install-am install-strip tags-recursive
613
680
 
614
681
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
615
682
        all all-am check check-am clean clean-generic clean-libtool \
626
693
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
627
694
        uninstall uninstall-am
628
695
 
 
696
 
629
697
# Tell versions [3.59,3.63) of GNU make to not export all variables.
630
698
# Otherwise a system limit (for SysV at least) may be exceeded.
631
699
.NOEXPORT: