~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/index/sweepline/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
libindexsweepline_la_DEPENDENCIES =
56
59
am_libindexsweepline_la_OBJECTS = SweepLineEvent.lo SweepLineIndex.lo \
57
60
        SweepLineInterval.lo
58
61
libindexsweepline_la_OBJECTS = $(am_libindexsweepline_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) \
142
146
PACKAGE_NAME = @PACKAGE_NAME@
143
147
PACKAGE_STRING = @PACKAGE_STRING@
144
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
149
PACKAGE_URL = @PACKAGE_URL@
145
150
PACKAGE_VERSION = @PACKAGE_VERSION@
146
151
PATH_SEPARATOR = @PATH_SEPARATOR@
147
152
PYTHON = @PYTHON@
232
237
target_cpu = @target_cpu@
233
238
target_os = @target_os@
234
239
target_vendor = @target_vendor@
 
240
top_build_prefix = @top_build_prefix@
235
241
top_builddir = @top_builddir@
236
242
top_srcdir = @top_srcdir@
237
243
noinst_LTLIBRARIES = libindexsweepline.la
250
256
        @for dep in $?; do \
251
257
          case '$(am__configure_deps)' in \
252
258
            *$$dep*) \
253
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
254
 
                && exit 0; \
 
259
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
260
                && { if test -f $@; then exit 0; else break; fi; }; \
255
261
              exit 1;; \
256
262
          esac; \
257
263
        done; \
258
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/index/sweepline/Makefile'; \
259
 
        cd $(top_srcdir) && \
260
 
          $(AUTOMAKE) --gnu  source/index/sweepline/Makefile
 
264
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/index/sweepline/Makefile'; \
 
265
        $(am__cd) $(top_srcdir) && \
 
266
          $(AUTOMAKE) --gnu source/index/sweepline/Makefile
261
267
.PRECIOUS: Makefile
262
268
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263
269
        @case '$?' in \
275
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
282
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
277
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
$(am__aclocal_m4_deps):
278
285
 
279
286
clean-noinstLTLIBRARIES:
280
287
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
299
306
 
300
307
.cpp.o:
301
308
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
309
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303
310
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304
311
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
312
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
306
313
 
307
314
.cpp.obj:
308
315
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
309
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
316
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310
317
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311
318
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
319
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
313
320
 
314
321
.cpp.lo:
315
322
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
323
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
317
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
318
325
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
326
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
329
336
        unique=`for i in $$list; do \
330
337
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
338
          done | \
332
 
          $(AWK) '    { files[$$0] = 1; } \
333
 
               END { for (i in files) print i; }'`; \
 
339
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
340
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
341
        mkid -fID $$unique
335
342
tags: TAGS
336
343
 
337
344
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
345
                $(TAGS_FILES) $(LISP)
339
 
        tags=; \
 
346
        set x; \
340
347
        here=`pwd`; \
341
348
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342
349
        unique=`for i in $$list; do \
343
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
351
          done | \
345
 
          $(AWK) '    { files[$$0] = 1; } \
346
 
               END { for (i in files) print i; }'`; \
347
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
352
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
353
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
354
        shift; \
 
355
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
348
356
          test -n "$$unique" || unique=$$empty_fix; \
349
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350
 
            $$tags $$unique; \
 
357
          if test $$# -gt 0; then \
 
358
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
359
              "$$@" $$unique; \
 
360
          else \
 
361
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
362
              $$unique; \
 
363
          fi; \
351
364
        fi
352
365
ctags: CTAGS
353
366
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354
367
                $(TAGS_FILES) $(LISP)
355
 
        tags=; \
356
 
        here=`pwd`; \
357
368
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
358
369
        unique=`for i in $$list; do \
359
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
371
          done | \
361
 
          $(AWK) '    { files[$$0] = 1; } \
362
 
               END { for (i in files) print i; }'`; \
363
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
374
        test -z "$(CTAGS_ARGS)$$unique" \
364
375
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
365
 
             $$tags $$unique
 
376
             $$unique
366
377
 
367
378
GTAGS:
368
379
        here=`$(am__cd) $(top_builddir) && pwd` \
369
 
          && cd $(top_srcdir) \
370
 
          && gtags -i $(GTAGS_ARGS) $$here
 
380
          && $(am__cd) $(top_srcdir) \
 
381
          && gtags -i $(GTAGS_ARGS) "$$here"
371
382
 
372
383
distclean-tags:
373
384
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388
399
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
389
400
          if test -d $$d/$$file; then \
390
401
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
402
            if test -d "$(distdir)/$$file"; then \
 
403
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
404
            fi; \
391
405
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
406
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
407
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393
408
            fi; \
394
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
409
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
395
410
          else \
396
 
            test -f $(distdir)/$$file \
397
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
411
            test -f "$(distdir)/$$file" \
 
412
            || cp -p $$d/$$file "$(distdir)/$$file" \
398
413
            || exit 1; \
399
414
          fi; \
400
415
        done
422
437
 
423
438
distclean-generic:
424
439
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
440
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
425
441
 
426
442
maintainer-clean-generic:
427
443
        @echo "This command is intended for maintainers to use"
443
459
 
444
460
html: html-am
445
461
 
 
462
html-am:
 
463
 
446
464
info: info-am
447
465
 
448
466
info-am:
451
469
 
452
470
install-dvi: install-dvi-am
453
471
 
 
472
install-dvi-am:
 
473
 
454
474
install-exec-am:
455
475
 
456
476
install-html: install-html-am
457
477
 
 
478
install-html-am:
 
479
 
458
480
install-info: install-info-am
459
481
 
 
482
install-info-am:
 
483
 
460
484
install-man:
461
485
 
462
486
install-pdf: install-pdf-am
463
487
 
 
488
install-pdf-am:
 
489
 
464
490
install-ps: install-ps-am
465
491
 
 
492
install-ps-am:
 
493
 
466
494
installcheck-am:
467
495
 
468
496
maintainer-clean: maintainer-clean-am
500
528
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
501
529
        pdf pdf-am ps ps-am tags uninstall uninstall-am
502
530
 
 
531
 
503
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
504
533
# Otherwise a system limit (for SysV at least) may be exceeded.
505
534
.NOEXPORT: