~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/headers/geos/operation/union/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.
20
21
 
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
56
58
CONFIG_HEADER = $(top_builddir)/source/headers/config.h \
57
59
        $(top_builddir)/source/headers/geos/platform.h
58
60
CONFIG_CLEAN_FILES =
 
61
CONFIG_CLEAN_VPATH_FILES =
59
62
SOURCES =
60
63
DIST_SOURCES =
61
64
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
67
    *) f=$$p;; \
65
68
  esac;
66
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
70
am__install_max = 40
 
71
am__nobase_strip_setup = \
 
72
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
73
am__nobase_strip = \
 
74
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
75
am__nobase_list = $(am__nobase_strip_setup); \
 
76
  for p in $$list; do echo "$$p $$p"; done | \
 
77
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
78
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
79
    if (++n[$$2] == $(am__install_max)) \
 
80
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
81
    END { for (dir in files) print dir, files[dir] }'
 
82
am__base_list = \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
67
85
am__installdirs = "$(DESTDIR)$(geosdir)"
68
 
geosHEADERS_INSTALL = $(INSTALL_HEADER)
69
86
HEADERS = $(geos_HEADERS)
70
87
ETAGS = etags
71
88
CTAGS = ctags
139
156
PACKAGE_NAME = @PACKAGE_NAME@
140
157
PACKAGE_STRING = @PACKAGE_STRING@
141
158
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
159
PACKAGE_URL = @PACKAGE_URL@
142
160
PACKAGE_VERSION = @PACKAGE_VERSION@
143
161
PATH_SEPARATOR = @PATH_SEPARATOR@
144
162
PYTHON = @PYTHON@
229
247
target_cpu = @target_cpu@
230
248
target_os = @target_os@
231
249
target_vendor = @target_vendor@
 
250
top_build_prefix = @top_build_prefix@
232
251
top_builddir = @top_builddir@
233
252
top_srcdir = @top_srcdir@
234
253
geosdir = $(includedir)/geos/operation/union
242
261
        @for dep in $?; do \
243
262
          case '$(am__configure_deps)' in \
244
263
            *$$dep*) \
245
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246
 
                && exit 0; \
 
264
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
265
                && { if test -f $@; then exit 0; else break; fi; }; \
247
266
              exit 1;; \
248
267
          esac; \
249
268
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/headers/geos/operation/union/Makefile'; \
251
 
        cd $(top_srcdir) && \
252
 
          $(AUTOMAKE) --gnu  source/headers/geos/operation/union/Makefile
 
269
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/headers/geos/operation/union/Makefile'; \
 
270
        $(am__cd) $(top_srcdir) && \
 
271
          $(AUTOMAKE) --gnu source/headers/geos/operation/union/Makefile
253
272
.PRECIOUS: Makefile
254
273
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
274
        @case '$?' in \
267
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
287
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
$(am__aclocal_m4_deps):
270
290
 
271
291
mostlyclean-libtool:
272
292
        -rm -f *.lo
276
296
install-geosHEADERS: $(geos_HEADERS)
277
297
        @$(NORMAL_INSTALL)
278
298
        test -z "$(geosdir)" || $(MKDIR_P) "$(DESTDIR)$(geosdir)"
279
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
 
299
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
300
        for p in $$list; do \
280
301
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
281
 
          f=$(am__strip_dir) \
282
 
          echo " $(geosHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(geosdir)/$$f'"; \
283
 
          $(geosHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(geosdir)/$$f"; \
 
302
          echo "$$d$$p"; \
 
303
        done | $(am__base_list) | \
 
304
        while read files; do \
 
305
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(geosdir)'"; \
 
306
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(geosdir)" || exit $$?; \
284
307
        done
285
308
 
286
309
uninstall-geosHEADERS:
287
310
        @$(NORMAL_UNINSTALL)
288
 
        @list='$(geos_HEADERS)'; for p in $$list; do \
289
 
          f=$(am__strip_dir) \
290
 
          echo " rm -f '$(DESTDIR)$(geosdir)/$$f'"; \
291
 
          rm -f "$(DESTDIR)$(geosdir)/$$f"; \
292
 
        done
 
311
        @list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
 
312
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
313
        test -n "$$files" || exit 0; \
 
314
        echo " ( cd '$(DESTDIR)$(geosdir)' && rm -f" $$files ")"; \
 
315
        cd "$(DESTDIR)$(geosdir)" && rm -f $$files
293
316
 
294
317
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
295
318
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
296
319
        unique=`for i in $$list; do \
297
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
321
          done | \
299
 
          $(AWK) '    { files[$$0] = 1; } \
300
 
               END { for (i in files) print i; }'`; \
 
322
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
323
              END { if (nonempty) { for (i in files) print i; }; }'`; \
301
324
        mkid -fID $$unique
302
325
tags: TAGS
303
326
 
304
327
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
305
328
                $(TAGS_FILES) $(LISP)
306
 
        tags=; \
 
329
        set x; \
307
330
        here=`pwd`; \
308
331
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
309
332
        unique=`for i in $$list; do \
310
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
334
          done | \
312
 
          $(AWK) '    { files[$$0] = 1; } \
313
 
               END { for (i in files) print i; }'`; \
314
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
335
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
336
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
337
        shift; \
 
338
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
315
339
          test -n "$$unique" || unique=$$empty_fix; \
316
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
317
 
            $$tags $$unique; \
 
340
          if test $$# -gt 0; then \
 
341
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
342
              "$$@" $$unique; \
 
343
          else \
 
344
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
345
              $$unique; \
 
346
          fi; \
318
347
        fi
319
348
ctags: CTAGS
320
349
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
321
350
                $(TAGS_FILES) $(LISP)
322
 
        tags=; \
323
 
        here=`pwd`; \
324
351
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
325
352
        unique=`for i in $$list; do \
326
353
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327
354
          done | \
328
 
          $(AWK) '    { files[$$0] = 1; } \
329
 
               END { for (i in files) print i; }'`; \
330
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
355
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
356
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
357
        test -z "$(CTAGS_ARGS)$$unique" \
331
358
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
332
 
             $$tags $$unique
 
359
             $$unique
333
360
 
334
361
GTAGS:
335
362
        here=`$(am__cd) $(top_builddir) && pwd` \
336
 
          && cd $(top_srcdir) \
337
 
          && gtags -i $(GTAGS_ARGS) $$here
 
363
          && $(am__cd) $(top_srcdir) \
 
364
          && gtags -i $(GTAGS_ARGS) "$$here"
338
365
 
339
366
distclean-tags:
340
367
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
355
382
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356
383
          if test -d $$d/$$file; then \
357
384
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
385
            if test -d "$(distdir)/$$file"; then \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
387
            fi; \
358
388
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
389
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
390
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
360
391
            fi; \
361
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
392
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
362
393
          else \
363
 
            test -f $(distdir)/$$file \
364
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
394
            test -f "$(distdir)/$$file" \
 
395
            || cp -p $$d/$$file "$(distdir)/$$file" \
365
396
            || exit 1; \
366
397
          fi; \
367
398
        done
392
423
 
393
424
distclean-generic:
394
425
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
426
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
395
427
 
396
428
maintainer-clean-generic:
397
429
        @echo "This command is intended for maintainers to use"
410
442
 
411
443
html: html-am
412
444
 
 
445
html-am:
 
446
 
413
447
info: info-am
414
448
 
415
449
info-am:
418
452
 
419
453
install-dvi: install-dvi-am
420
454
 
 
455
install-dvi-am:
 
456
 
421
457
install-exec-am:
422
458
 
423
459
install-html: install-html-am
424
460
 
 
461
install-html-am:
 
462
 
425
463
install-info: install-info-am
426
464
 
 
465
install-info-am:
 
466
 
427
467
install-man:
428
468
 
429
469
install-pdf: install-pdf-am
430
470
 
 
471
install-pdf-am:
 
472
 
431
473
install-ps: install-ps-am
432
474
 
 
475
install-ps-am:
 
476
 
433
477
installcheck-am:
434
478
 
435
479
maintainer-clean: maintainer-clean-am
465
509
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
466
510
        tags uninstall uninstall-am uninstall-geosHEADERS
467
511
 
 
512
 
468
513
# Tell versions [3.59,3.63) of GNU make to not export all variables.
469
514
# Otherwise a system limit (for SysV at least) may be exceeded.
470
515
.NOEXPORT: