~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/geom/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 = \
292
339
        @for dep in $?; do \
293
340
          case '$(am__configure_deps)' in \
294
341
            *$$dep*) \
295
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
296
 
                && exit 0; \
 
342
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
343
                && { if test -f $@; then exit 0; else break; fi; }; \
297
344
              exit 1;; \
298
345
          esac; \
299
346
        done; \
300
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/headers/geos/geom/Makefile'; \
301
 
        cd $(top_srcdir) && \
302
 
          $(AUTOMAKE) --gnu  source/headers/geos/geom/Makefile
 
347
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/headers/geos/geom/Makefile'; \
 
348
        $(am__cd) $(top_srcdir) && \
 
349
          $(AUTOMAKE) --gnu source/headers/geos/geom/Makefile
303
350
.PRECIOUS: Makefile
304
351
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305
352
        @case '$?' in \
317
364
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
365
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319
366
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
367
$(am__aclocal_m4_deps):
320
368
 
321
369
mostlyclean-libtool:
322
370
        -rm -f *.lo
326
374
install-geosHEADERS: $(geos_HEADERS)
327
375
        @$(NORMAL_INSTALL)
328
376
        test -z "$(geosdir)" || $(MKDIR_P) "$(DESTDIR)$(geosdir)"
329
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
 
377
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
378
        for p in $$list; do \
330
379
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331
 
          f=$(am__strip_dir) \
332
 
          echo " $(geosHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(geosdir)/$$f'"; \
333
 
          $(geosHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(geosdir)/$$f"; \
 
380
          echo "$$d$$p"; \
 
381
        done | $(am__base_list) | \
 
382
        while read files; do \
 
383
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(geosdir)'"; \
 
384
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(geosdir)" || exit $$?; \
334
385
        done
335
386
 
336
387
uninstall-geosHEADERS:
337
388
        @$(NORMAL_UNINSTALL)
338
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
339
 
          f=$(am__strip_dir) \
340
 
          echo " rm -f '$(DESTDIR)$(geosdir)/$$f'"; \
341
 
          rm -f "$(DESTDIR)$(geosdir)/$$f"; \
342
 
        done
 
389
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
390
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
391
        test -n "$$files" || exit 0; \
 
392
        echo " ( cd '$(DESTDIR)$(geosdir)' && rm -f" $$files ")"; \
 
393
        cd "$(DESTDIR)$(geosdir)" && rm -f $$files
343
394
 
344
395
# This directory's subdirectories are mostly independent; you can cd
345
396
# into them and run `make' without going through this Makefile.
365
416
          else \
366
417
            local_target="$$target"; \
367
418
          fi; \
368
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
419
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369
420
          || eval $$failcom; \
370
421
        done; \
371
422
        if test "$$dot_seen" = "no"; then \
399
450
          else \
400
451
            local_target="$$target"; \
401
452
          fi; \
402
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
453
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403
454
          || eval $$failcom; \
404
455
        done && test -z "$$fail"
405
456
tags-recursive:
406
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
458
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
408
459
        done
409
460
ctags-recursive:
410
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
462
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
412
463
        done
413
464
 
414
465
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416
467
        unique=`for i in $$list; do \
417
468
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
469
          done | \
419
 
          $(AWK) '    { files[$$0] = 1; } \
420
 
               END { for (i in files) print i; }'`; \
 
470
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
471
              END { if (nonempty) { for (i in files) print i; }; }'`; \
421
472
        mkid -fID $$unique
422
473
tags: TAGS
423
474
 
424
475
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
425
476
                $(TAGS_FILES) $(LISP)
426
 
        tags=; \
 
477
        set x; \
427
478
        here=`pwd`; \
428
479
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429
480
          include_option=--etags-include; \
435
486
        list='$(SUBDIRS)'; for subdir in $$list; do \
436
487
          if test "$$subdir" = .; then :; else \
437
488
            test ! -f $$subdir/TAGS || \
438
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
489
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439
490
          fi; \
440
491
        done; \
441
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
493
        unique=`for i in $$list; do \
443
494
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
495
          done | \
445
 
          $(AWK) '    { files[$$0] = 1; } \
446
 
               END { for (i in files) print i; }'`; \
447
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
498
        shift; \
 
499
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448
500
          test -n "$$unique" || unique=$$empty_fix; \
449
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450
 
            $$tags $$unique; \
 
501
          if test $$# -gt 0; then \
 
502
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
503
              "$$@" $$unique; \
 
504
          else \
 
505
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
506
              $$unique; \
 
507
          fi; \
451
508
        fi
452
509
ctags: CTAGS
453
510
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454
511
                $(TAGS_FILES) $(LISP)
455
 
        tags=; \
456
 
        here=`pwd`; \
457
512
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458
513
        unique=`for i in $$list; do \
459
514
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
515
          done | \
461
 
          $(AWK) '    { files[$$0] = 1; } \
462
 
               END { for (i in files) print i; }'`; \
463
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
516
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
517
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
518
        test -z "$(CTAGS_ARGS)$$unique" \
464
519
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465
 
             $$tags $$unique
 
520
             $$unique
466
521
 
467
522
GTAGS:
468
523
        here=`$(am__cd) $(top_builddir) && pwd` \
469
 
          && cd $(top_srcdir) \
470
 
          && gtags -i $(GTAGS_ARGS) $$here
 
524
          && $(am__cd) $(top_srcdir) \
 
525
          && gtags -i $(GTAGS_ARGS) "$$here"
471
526
 
472
527
distclean-tags:
473
528
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
543
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489
544
          if test -d $$d/$$file; then \
490
545
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
546
            if test -d "$(distdir)/$$file"; then \
 
547
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
548
            fi; \
491
549
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
550
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
551
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493
552
            fi; \
494
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
553
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495
554
          else \
496
 
            test -f $(distdir)/$$file \
497
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
555
            test -f "$(distdir)/$$file" \
 
556
            || cp -p $$d/$$file "$(distdir)/$$file" \
498
557
            || exit 1; \
499
558
          fi; \
500
559
        done
501
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
560
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502
561
          if test "$$subdir" = .; then :; else \
503
562
            test -d "$(distdir)/$$subdir" \
504
563
            || $(MKDIR_P) "$(distdir)/$$subdir" \
505
564
            || exit 1; \
506
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
507
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
508
 
            (cd $$subdir && \
 
565
          fi; \
 
566
        done
 
567
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
568
          if test "$$subdir" = .; then :; else \
 
569
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
570
            $(am__relativize); \
 
571
            new_distdir=$$reldir; \
 
572
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
573
            $(am__relativize); \
 
574
            new_top_distdir=$$reldir; \
 
575
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
576
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
577
            ($(am__cd) $$subdir && \
509
578
              $(MAKE) $(AM_MAKEFLAGS) \
510
 
                top_distdir="$$top_distdir" \
511
 
                distdir="$$distdir/$$subdir" \
 
579
                top_distdir="$$new_top_distdir" \
 
580
                distdir="$$new_distdir" \
512
581
                am__remove_distdir=: \
513
582
                am__skip_length_check=: \
 
583
                am__skip_mode_fix=: \
514
584
                distdir) \
515
585
              || exit 1; \
516
586
          fi; \
543
613
 
544
614
distclean-generic:
545
615
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
616
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546
617
 
547
618
maintainer-clean-generic:
548
619
        @echo "This command is intended for maintainers to use"
561
632
 
562
633
html: html-recursive
563
634
 
 
635
html-am:
 
636
 
564
637
info: info-recursive
565
638
 
566
639
info-am:
569
642
 
570
643
install-dvi: install-dvi-recursive
571
644
 
 
645
install-dvi-am:
 
646
 
572
647
install-exec-am:
573
648
 
574
649
install-html: install-html-recursive
575
650
 
 
651
install-html-am:
 
652
 
576
653
install-info: install-info-recursive
577
654
 
 
655
install-info-am:
 
656
 
578
657
install-man:
579
658
 
580
659
install-pdf: install-pdf-recursive
581
660
 
 
661
install-pdf-am:
 
662
 
582
663
install-ps: install-ps-recursive
583
664
 
 
665
install-ps-am:
 
666
 
584
667
installcheck-am:
585
668
 
586
669
maintainer-clean: maintainer-clean-recursive
601
684
 
602
685
uninstall-am: uninstall-geosHEADERS
603
686
 
604
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
605
 
        install-strip
 
687
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
688
        install-am install-strip tags-recursive
606
689
 
607
690
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
608
691
        all all-am check check-am clean clean-generic clean-libtool \
619
702
        ps ps-am tags tags-recursive uninstall uninstall-am \
620
703
        uninstall-geosHEADERS
621
704
 
 
705
 
622
706
# Tell versions [3.59,3.63) of GNU make to not export all variables.
623
707
# Otherwise a system limit (for SysV at least) may be exceeded.
624
708
.NOEXPORT: