~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/algorithm/locate/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 = 
252
299
        @for dep in $?; do \
253
300
          case '$(am__configure_deps)' in \
254
301
            *$$dep*) \
255
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
256
 
                && exit 0; \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
257
304
              exit 1;; \
258
305
          esac; \
259
306
        done; \
260
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/headers/geos/algorithm/locate/Makefile'; \
261
 
        cd $(top_srcdir) && \
262
 
          $(AUTOMAKE) --gnu  source/headers/geos/algorithm/locate/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/headers/geos/algorithm/locate/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --gnu source/headers/geos/algorithm/locate/Makefile
263
310
.PRECIOUS: Makefile
264
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265
312
        @case '$?' in \
277
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
325
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
279
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
280
328
 
281
329
mostlyclean-libtool:
282
330
        -rm -f *.lo
286
334
install-geosHEADERS: $(geos_HEADERS)
287
335
        @$(NORMAL_INSTALL)
288
336
        test -z "$(geosdir)" || $(MKDIR_P) "$(DESTDIR)$(geosdir)"
289
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
 
337
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
338
        for p in $$list; do \
290
339
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
291
 
          f=$(am__strip_dir) \
292
 
          echo " $(geosHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(geosdir)/$$f'"; \
293
 
          $(geosHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(geosdir)/$$f"; \
 
340
          echo "$$d$$p"; \
 
341
        done | $(am__base_list) | \
 
342
        while read files; do \
 
343
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(geosdir)'"; \
 
344
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(geosdir)" || exit $$?; \
294
345
        done
295
346
 
296
347
uninstall-geosHEADERS:
297
348
        @$(NORMAL_UNINSTALL)
298
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
299
 
          f=$(am__strip_dir) \
300
 
          echo " rm -f '$(DESTDIR)$(geosdir)/$$f'"; \
301
 
          rm -f "$(DESTDIR)$(geosdir)/$$f"; \
302
 
        done
 
349
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
350
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
351
        test -n "$$files" || exit 0; \
 
352
        echo " ( cd '$(DESTDIR)$(geosdir)' && rm -f" $$files ")"; \
 
353
        cd "$(DESTDIR)$(geosdir)" && rm -f $$files
303
354
 
304
355
# This directory's subdirectories are mostly independent; you can cd
305
356
# into them and run `make' without going through this Makefile.
325
376
          else \
326
377
            local_target="$$target"; \
327
378
          fi; \
328
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
379
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329
380
          || eval $$failcom; \
330
381
        done; \
331
382
        if test "$$dot_seen" = "no"; then \
359
410
          else \
360
411
            local_target="$$target"; \
361
412
          fi; \
362
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
413
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363
414
          || eval $$failcom; \
364
415
        done && test -z "$$fail"
365
416
tags-recursive:
366
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
367
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
418
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
368
419
        done
369
420
ctags-recursive:
370
421
        list='$(SUBDIRS)'; for subdir in $$list; do \
371
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
422
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
372
423
        done
373
424
 
374
425
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376
427
        unique=`for i in $$list; do \
377
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
429
          done | \
379
 
          $(AWK) '    { files[$$0] = 1; } \
380
 
               END { for (i in files) print i; }'`; \
 
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
432
        mkid -fID $$unique
382
433
tags: TAGS
383
434
 
384
435
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385
436
                $(TAGS_FILES) $(LISP)
386
 
        tags=; \
 
437
        set x; \
387
438
        here=`pwd`; \
388
439
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
389
440
          include_option=--etags-include; \
395
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
396
447
          if test "$$subdir" = .; then :; else \
397
448
            test ! -f $$subdir/TAGS || \
398
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
449
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
399
450
          fi; \
400
451
        done; \
401
452
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
453
        unique=`for i in $$list; do \
403
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
455
          done | \
405
 
          $(AWK) '    { files[$$0] = 1; } \
406
 
               END { for (i in files) print i; }'`; \
407
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
458
        shift; \
 
459
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
408
460
          test -n "$$unique" || unique=$$empty_fix; \
409
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410
 
            $$tags $$unique; \
 
461
          if test $$# -gt 0; then \
 
462
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
463
              "$$@" $$unique; \
 
464
          else \
 
465
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
466
              $$unique; \
 
467
          fi; \
411
468
        fi
412
469
ctags: CTAGS
413
470
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
471
                $(TAGS_FILES) $(LISP)
415
 
        tags=; \
416
 
        here=`pwd`; \
417
472
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
473
        unique=`for i in $$list; do \
419
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
475
          done | \
421
 
          $(AWK) '    { files[$$0] = 1; } \
422
 
               END { for (i in files) print i; }'`; \
423
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
478
        test -z "$(CTAGS_ARGS)$$unique" \
424
479
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425
 
             $$tags $$unique
 
480
             $$unique
426
481
 
427
482
GTAGS:
428
483
        here=`$(am__cd) $(top_builddir) && pwd` \
429
 
          && cd $(top_srcdir) \
430
 
          && gtags -i $(GTAGS_ARGS) $$here
 
484
          && $(am__cd) $(top_srcdir) \
 
485
          && gtags -i $(GTAGS_ARGS) "$$here"
431
486
 
432
487
distclean-tags:
433
488
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448
503
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
504
          if test -d $$d/$$file; then \
450
505
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
506
            if test -d "$(distdir)/$$file"; then \
 
507
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
508
            fi; \
451
509
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
510
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
511
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453
512
            fi; \
454
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
513
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455
514
          else \
456
 
            test -f $(distdir)/$$file \
457
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
515
            test -f "$(distdir)/$$file" \
 
516
            || cp -p $$d/$$file "$(distdir)/$$file" \
458
517
            || exit 1; \
459
518
          fi; \
460
519
        done
461
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
520
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
462
521
          if test "$$subdir" = .; then :; else \
463
522
            test -d "$(distdir)/$$subdir" \
464
523
            || $(MKDIR_P) "$(distdir)/$$subdir" \
465
524
            || exit 1; \
466
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
467
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
468
 
            (cd $$subdir && \
 
525
          fi; \
 
526
        done
 
527
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
528
          if test "$$subdir" = .; then :; else \
 
529
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
530
            $(am__relativize); \
 
531
            new_distdir=$$reldir; \
 
532
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
533
            $(am__relativize); \
 
534
            new_top_distdir=$$reldir; \
 
535
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
536
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
537
            ($(am__cd) $$subdir && \
469
538
              $(MAKE) $(AM_MAKEFLAGS) \
470
 
                top_distdir="$$top_distdir" \
471
 
                distdir="$$distdir/$$subdir" \
 
539
                top_distdir="$$new_top_distdir" \
 
540
                distdir="$$new_distdir" \
472
541
                am__remove_distdir=: \
473
542
                am__skip_length_check=: \
 
543
                am__skip_mode_fix=: \
474
544
                distdir) \
475
545
              || exit 1; \
476
546
          fi; \
503
573
 
504
574
distclean-generic:
505
575
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
576
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
506
577
 
507
578
maintainer-clean-generic:
508
579
        @echo "This command is intended for maintainers to use"
521
592
 
522
593
html: html-recursive
523
594
 
 
595
html-am:
 
596
 
524
597
info: info-recursive
525
598
 
526
599
info-am:
529
602
 
530
603
install-dvi: install-dvi-recursive
531
604
 
 
605
install-dvi-am:
 
606
 
532
607
install-exec-am:
533
608
 
534
609
install-html: install-html-recursive
535
610
 
 
611
install-html-am:
 
612
 
536
613
install-info: install-info-recursive
537
614
 
 
615
install-info-am:
 
616
 
538
617
install-man:
539
618
 
540
619
install-pdf: install-pdf-recursive
541
620
 
 
621
install-pdf-am:
 
622
 
542
623
install-ps: install-ps-recursive
543
624
 
 
625
install-ps-am:
 
626
 
544
627
installcheck-am:
545
628
 
546
629
maintainer-clean: maintainer-clean-recursive
561
644
 
562
645
uninstall-am: uninstall-geosHEADERS
563
646
 
564
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
565
 
        install-strip
 
647
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
648
        install-am install-strip tags-recursive
566
649
 
567
650
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
568
651
        all all-am check check-am clean clean-generic clean-libtool \
579
662
        ps ps-am tags tags-recursive uninstall uninstall-am \
580
663
        uninstall-geosHEADERS
581
664
 
 
665
 
582
666
# Tell versions [3.59,3.63) of GNU make to not export all variables.
583
667
# Otherwise a system limit (for SysV at least) may be exceeded.
584
668
.NOEXPORT: