~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/noding/snapround/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
libsnapround_la_DEPENDENCIES =
56
59
am_libsnapround_la_OBJECTS = HotPixel.lo MCIndexPointSnapper.lo \
57
60
        MCIndexSnapRounder.lo SimpleSnapRounder.lo
58
61
libsnapround_la_OBJECTS = $(am_libsnapround_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 = 
262
296
        @for dep in $?; do \
263
297
          case '$(am__configure_deps)' in \
264
298
            *$$dep*) \
265
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
266
 
                && exit 0; \
 
299
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
300
                && { if test -f $@; then exit 0; else break; fi; }; \
267
301
              exit 1;; \
268
302
          esac; \
269
303
        done; \
270
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/noding/snapround/Makefile'; \
271
 
        cd $(top_srcdir) && \
272
 
          $(AUTOMAKE) --gnu  source/noding/snapround/Makefile
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/noding/snapround/Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --gnu source/noding/snapround/Makefile
273
307
.PRECIOUS: Makefile
274
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275
309
        @case '$?' in \
287
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
322
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
289
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
$(am__aclocal_m4_deps):
290
325
 
291
326
clean-noinstLTLIBRARIES:
292
327
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
312
347
 
313
348
.cpp.o:
314
349
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
350
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316
351
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
352
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
353
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
319
354
 
320
355
.cpp.obj:
321
356
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
322
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
357
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323
358
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
359
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
360
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
326
361
 
327
362
.cpp.lo:
328
363
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
364
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330
365
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
331
366
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
367
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
361
396
          else \
362
397
            local_target="$$target"; \
363
398
          fi; \
364
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
399
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
400
          || eval $$failcom; \
366
401
        done; \
367
402
        if test "$$dot_seen" = "no"; then \
395
430
          else \
396
431
            local_target="$$target"; \
397
432
          fi; \
398
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
433
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399
434
          || eval $$failcom; \
400
435
        done && test -z "$$fail"
401
436
tags-recursive:
402
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
438
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404
439
        done
405
440
ctags-recursive:
406
441
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
442
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408
443
        done
409
444
 
410
445
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
412
447
        unique=`for i in $$list; do \
413
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
449
          done | \
415
 
          $(AWK) '    { files[$$0] = 1; } \
416
 
               END { for (i in files) print i; }'`; \
 
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
417
452
        mkid -fID $$unique
418
453
tags: TAGS
419
454
 
420
455
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
456
                $(TAGS_FILES) $(LISP)
422
 
        tags=; \
 
457
        set x; \
423
458
        here=`pwd`; \
424
459
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425
460
          include_option=--etags-include; \
431
466
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
467
          if test "$$subdir" = .; then :; else \
433
468
            test ! -f $$subdir/TAGS || \
434
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
469
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435
470
          fi; \
436
471
        done; \
437
472
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
473
        unique=`for i in $$list; do \
439
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
475
          done | \
441
 
          $(AWK) '    { files[$$0] = 1; } \
442
 
               END { for (i in files) print i; }'`; \
443
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
478
        shift; \
 
479
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444
480
          test -n "$$unique" || unique=$$empty_fix; \
445
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446
 
            $$tags $$unique; \
 
481
          if test $$# -gt 0; then \
 
482
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
483
              "$$@" $$unique; \
 
484
          else \
 
485
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
486
              $$unique; \
 
487
          fi; \
447
488
        fi
448
489
ctags: CTAGS
449
490
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
491
                $(TAGS_FILES) $(LISP)
451
 
        tags=; \
452
 
        here=`pwd`; \
453
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454
493
        unique=`for i in $$list; do \
455
494
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
495
          done | \
457
 
          $(AWK) '    { files[$$0] = 1; } \
458
 
               END { for (i in files) print i; }'`; \
459
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
498
        test -z "$(CTAGS_ARGS)$$unique" \
460
499
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461
 
             $$tags $$unique
 
500
             $$unique
462
501
 
463
502
GTAGS:
464
503
        here=`$(am__cd) $(top_builddir) && pwd` \
465
 
          && cd $(top_srcdir) \
466
 
          && gtags -i $(GTAGS_ARGS) $$here
 
504
          && $(am__cd) $(top_srcdir) \
 
505
          && gtags -i $(GTAGS_ARGS) "$$here"
467
506
 
468
507
distclean-tags:
469
508
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
523
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485
524
          if test -d $$d/$$file; then \
486
525
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
526
            if test -d "$(distdir)/$$file"; then \
 
527
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
528
            fi; \
487
529
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
530
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
531
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489
532
            fi; \
490
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
533
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491
534
          else \
492
 
            test -f $(distdir)/$$file \
493
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
535
            test -f "$(distdir)/$$file" \
 
536
            || cp -p $$d/$$file "$(distdir)/$$file" \
494
537
            || exit 1; \
495
538
          fi; \
496
539
        done
497
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
540
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498
541
          if test "$$subdir" = .; then :; else \
499
542
            test -d "$(distdir)/$$subdir" \
500
543
            || $(MKDIR_P) "$(distdir)/$$subdir" \
501
544
            || exit 1; \
502
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
503
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
504
 
            (cd $$subdir && \
 
545
          fi; \
 
546
        done
 
547
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
548
          if test "$$subdir" = .; then :; else \
 
549
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
550
            $(am__relativize); \
 
551
            new_distdir=$$reldir; \
 
552
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
553
            $(am__relativize); \
 
554
            new_top_distdir=$$reldir; \
 
555
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
556
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
557
            ($(am__cd) $$subdir && \
505
558
              $(MAKE) $(AM_MAKEFLAGS) \
506
 
                top_distdir="$$top_distdir" \
507
 
                distdir="$$distdir/$$subdir" \
 
559
                top_distdir="$$new_top_distdir" \
 
560
                distdir="$$new_distdir" \
508
561
                am__remove_distdir=: \
509
562
                am__skip_length_check=: \
 
563
                am__skip_mode_fix=: \
510
564
                distdir) \
511
565
              || exit 1; \
512
566
          fi; \
536
590
 
537
591
distclean-generic:
538
592
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
593
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
539
594
 
540
595
maintainer-clean-generic:
541
596
        @echo "This command is intended for maintainers to use"
557
612
 
558
613
html: html-recursive
559
614
 
 
615
html-am:
 
616
 
560
617
info: info-recursive
561
618
 
562
619
info-am:
565
622
 
566
623
install-dvi: install-dvi-recursive
567
624
 
 
625
install-dvi-am:
 
626
 
568
627
install-exec-am:
569
628
 
570
629
install-html: install-html-recursive
571
630
 
 
631
install-html-am:
 
632
 
572
633
install-info: install-info-recursive
573
634
 
 
635
install-info-am:
 
636
 
574
637
install-man:
575
638
 
576
639
install-pdf: install-pdf-recursive
577
640
 
 
641
install-pdf-am:
 
642
 
578
643
install-ps: install-ps-recursive
579
644
 
 
645
install-ps-am:
 
646
 
580
647
installcheck-am:
581
648
 
582
649
maintainer-clean: maintainer-clean-recursive
599
666
 
600
667
uninstall-am:
601
668
 
602
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
603
 
        install-strip
 
669
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
670
        install-am install-strip tags-recursive
604
671
 
605
672
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
606
673
        all all-am check check-am clean clean-generic clean-libtool \
617
684
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
618
685
        uninstall uninstall-am
619
686
 
 
687
 
620
688
# Tell versions [3.59,3.63) of GNU make to not export all variables.
621
689
# Otherwise a system limit (for SysV at least) may be exceeded.
622
690
.NOEXPORT: