~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/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 = 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)$(includedir)"
71
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
72
89
HEADERS = $(include_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 = \
251
298
        @for dep in $?; do \
252
299
          case '$(am__configure_deps)' in \
253
300
            *$$dep*) \
254
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
255
 
                && exit 0; \
 
301
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
302
                && { if test -f $@; then exit 0; else break; fi; }; \
256
303
              exit 1;; \
257
304
          esac; \
258
305
        done; \
259
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/headers/Makefile'; \
260
 
        cd $(top_srcdir) && \
261
 
          $(AUTOMAKE) --gnu  source/headers/Makefile
 
306
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/headers/Makefile'; \
 
307
        $(am__cd) $(top_srcdir) && \
 
308
          $(AUTOMAKE) --gnu source/headers/Makefile
262
309
.PRECIOUS: Makefile
263
310
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264
311
        @case '$?' in \
276
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
324
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
278
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
326
$(am__aclocal_m4_deps):
279
327
 
280
328
config.h: stamp-h1
281
329
        @if test ! -f $@; then \
287
335
        @rm -f stamp-h1
288
336
        cd $(top_builddir) && $(SHELL) ./config.status source/headers/config.h
289
337
$(srcdir)/config.h.in:  $(am__configure_deps) 
290
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
338
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
291
339
        rm -f stamp-h1
292
340
        touch $@
293
341
 
302
350
install-includeHEADERS: $(include_HEADERS)
303
351
        @$(NORMAL_INSTALL)
304
352
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
305
 
        @list='$(include_HEADERS)'; for p in $$list; do \
 
353
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
354
        for p in $$list; do \
306
355
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
307
 
          f=$(am__strip_dir) \
308
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
309
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 
356
          echo "$$d$$p"; \
 
357
        done | $(am__base_list) | \
 
358
        while read files; do \
 
359
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
 
360
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
310
361
        done
311
362
 
312
363
uninstall-includeHEADERS:
313
364
        @$(NORMAL_UNINSTALL)
314
 
        @list='$(include_HEADERS)'; for p in $$list; do \
315
 
          f=$(am__strip_dir) \
316
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
317
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
318
 
        done
 
365
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
366
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
367
        test -n "$$files" || exit 0; \
 
368
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
369
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
319
370
 
320
371
# This directory's subdirectories are mostly independent; you can cd
321
372
# into them and run `make' without going through this Makefile.
341
392
          else \
342
393
            local_target="$$target"; \
343
394
          fi; \
344
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
395
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
345
396
          || eval $$failcom; \
346
397
        done; \
347
398
        if test "$$dot_seen" = "no"; then \
375
426
          else \
376
427
            local_target="$$target"; \
377
428
          fi; \
378
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
429
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
379
430
          || eval $$failcom; \
380
431
        done && test -z "$$fail"
381
432
tags-recursive:
382
433
        list='$(SUBDIRS)'; for subdir in $$list; do \
383
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
434
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
384
435
        done
385
436
ctags-recursive:
386
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
387
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
438
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
388
439
        done
389
440
 
390
441
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
392
443
        unique=`for i in $$list; do \
393
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
445
          done | \
395
 
          $(AWK) '    { files[$$0] = 1; } \
396
 
               END { for (i in files) print i; }'`; \
 
446
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
397
448
        mkid -fID $$unique
398
449
tags: TAGS
399
450
 
400
451
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
401
452
                $(TAGS_FILES) $(LISP)
402
 
        tags=; \
 
453
        set x; \
403
454
        here=`pwd`; \
404
455
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
405
456
          include_option=--etags-include; \
411
462
        list='$(SUBDIRS)'; for subdir in $$list; do \
412
463
          if test "$$subdir" = .; then :; else \
413
464
            test ! -f $$subdir/TAGS || \
414
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
465
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
415
466
          fi; \
416
467
        done; \
417
468
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
418
469
        unique=`for i in $$list; do \
419
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
471
          done | \
421
 
          $(AWK) '    { files[$$0] = 1; } \
422
 
               END { for (i in files) print i; }'`; \
423
 
        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 \
424
476
          test -n "$$unique" || unique=$$empty_fix; \
425
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426
 
            $$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; \
427
484
        fi
428
485
ctags: CTAGS
429
486
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
430
487
                $(TAGS_FILES) $(LISP)
431
 
        tags=; \
432
 
        here=`pwd`; \
433
488
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
434
489
        unique=`for i in $$list; do \
435
490
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
491
          done | \
437
 
          $(AWK) '    { files[$$0] = 1; } \
438
 
               END { for (i in files) print i; }'`; \
439
 
        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" \
440
495
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
441
 
             $$tags $$unique
 
496
             $$unique
442
497
 
443
498
GTAGS:
444
499
        here=`$(am__cd) $(top_builddir) && pwd` \
445
 
          && cd $(top_srcdir) \
446
 
          && gtags -i $(GTAGS_ARGS) $$here
 
500
          && $(am__cd) $(top_srcdir) \
 
501
          && gtags -i $(GTAGS_ARGS) "$$here"
447
502
 
448
503
distclean-tags:
449
504
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
519
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
465
520
          if test -d $$d/$$file; then \
466
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; \
467
525
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
468
 
              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 {} \;; \
469
528
            fi; \
470
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
529
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
471
530
          else \
472
 
            test -f $(distdir)/$$file \
473
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
531
            test -f "$(distdir)/$$file" \
 
532
            || cp -p $$d/$$file "$(distdir)/$$file" \
474
533
            || exit 1; \
475
534
          fi; \
476
535
        done
477
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
536
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478
537
          if test "$$subdir" = .; then :; else \
479
538
            test -d "$(distdir)/$$subdir" \
480
539
            || $(MKDIR_P) "$(distdir)/$$subdir" \
481
540
            || exit 1; \
482
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
483
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
484
 
            (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 && \
485
554
              $(MAKE) $(AM_MAKEFLAGS) \
486
 
                top_distdir="$$top_distdir" \
487
 
                distdir="$$distdir/$$subdir" \
 
555
                top_distdir="$$new_top_distdir" \
 
556
                distdir="$$new_distdir" \
488
557
                am__remove_distdir=: \
489
558
                am__skip_length_check=: \
 
559
                am__skip_mode_fix=: \
490
560
                distdir) \
491
561
              || exit 1; \
492
562
          fi; \
519
589
 
520
590
distclean-generic:
521
591
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
592
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
593
 
523
594
maintainer-clean-generic:
524
595
        @echo "This command is intended for maintainers to use"
537
608
 
538
609
html: html-recursive
539
610
 
 
611
html-am:
 
612
 
540
613
info: info-recursive
541
614
 
542
615
info-am:
545
618
 
546
619
install-dvi: install-dvi-recursive
547
620
 
 
621
install-dvi-am:
 
622
 
548
623
install-exec-am:
549
624
 
550
625
install-html: install-html-recursive
551
626
 
 
627
install-html-am:
 
628
 
552
629
install-info: install-info-recursive
553
630
 
 
631
install-info-am:
 
632
 
554
633
install-man:
555
634
 
556
635
install-pdf: install-pdf-recursive
557
636
 
 
637
install-pdf-am:
 
638
 
558
639
install-ps: install-ps-recursive
559
640
 
 
641
install-ps-am:
 
642
 
560
643
installcheck-am:
561
644
 
562
645
maintainer-clean: maintainer-clean-recursive
577
660
 
578
661
uninstall-am: uninstall-includeHEADERS
579
662
 
580
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
581
 
        install-strip
 
663
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
664
        ctags-recursive install-am install-strip tags-recursive
582
665
 
583
666
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
584
667
        all all-am check check-am clean clean-generic clean-libtool \
595
678
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
596
679
        uninstall uninstall-am uninstall-includeHEADERS
597
680
 
 
681
 
598
682
# Tell versions [3.59,3.63) of GNU make to not export all variables.
599
683
# Otherwise a system limit (for SysV at least) may be exceeded.
600
684
.NOEXPORT: