~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/linearref/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
liblinearref_la_LIBADD =
56
59
am_liblinearref_la_OBJECTS = ExtractLineByLocation.lo \
59
62
        LinearGeometryBuilder.lo LinearLocation.lo \
60
63
        LocationIndexOfLine.lo LocationIndexOfPoint.lo
61
64
liblinearref_la_OBJECTS = $(am_liblinearref_la_OBJECTS)
62
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos@am__isrc@
 
65
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos
63
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
67
am__depfiles_maybe = depfiles
 
68
am__mv = mv -f
65
69
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67
71
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
145
149
PACKAGE_NAME = @PACKAGE_NAME@
146
150
PACKAGE_STRING = @PACKAGE_STRING@
147
151
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
152
PACKAGE_URL = @PACKAGE_URL@
148
153
PACKAGE_VERSION = @PACKAGE_VERSION@
149
154
PATH_SEPARATOR = @PATH_SEPARATOR@
150
155
PYTHON = @PYTHON@
235
240
target_cpu = @target_cpu@
236
241
target_os = @target_os@
237
242
target_vendor = @target_vendor@
 
243
top_build_prefix = @top_build_prefix@
238
244
top_builddir = @top_builddir@
239
245
top_srcdir = @top_srcdir@
240
246
noinst_LTLIBRARIES = liblinearref.la
258
264
        @for dep in $?; do \
259
265
          case '$(am__configure_deps)' in \
260
266
            *$$dep*) \
261
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
262
 
                && exit 0; \
 
267
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
268
                && { if test -f $@; then exit 0; else break; fi; }; \
263
269
              exit 1;; \
264
270
          esac; \
265
271
        done; \
266
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  source/linearref/Makefile'; \
267
 
        cd $(top_srcdir) && \
268
 
          $(AUTOMAKE) --gnu  source/linearref/Makefile
 
272
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/linearref/Makefile'; \
 
273
        $(am__cd) $(top_srcdir) && \
 
274
          $(AUTOMAKE) --gnu source/linearref/Makefile
269
275
.PRECIOUS: Makefile
270
276
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271
277
        @case '$?' in \
283
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
290
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
285
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
$(am__aclocal_m4_deps):
286
293
 
287
294
clean-noinstLTLIBRARIES:
288
295
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
313
320
 
314
321
.cpp.o:
315
322
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
323
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318
325
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
326
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
320
327
 
321
328
.cpp.obj:
322
329
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
323
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
330
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324
331
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325
332
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
333
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
327
334
 
328
335
.cpp.lo:
329
336
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
330
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
337
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
331
338
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
332
339
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333
340
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
343
350
        unique=`for i in $$list; do \
344
351
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345
352
          done | \
346
 
          $(AWK) '    { files[$$0] = 1; } \
347
 
               END { for (i in files) print i; }'`; \
 
353
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
354
              END { if (nonempty) { for (i in files) print i; }; }'`; \
348
355
        mkid -fID $$unique
349
356
tags: TAGS
350
357
 
351
358
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352
359
                $(TAGS_FILES) $(LISP)
353
 
        tags=; \
 
360
        set x; \
354
361
        here=`pwd`; \
355
362
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356
363
        unique=`for i in $$list; do \
357
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358
365
          done | \
359
 
          $(AWK) '    { files[$$0] = 1; } \
360
 
               END { for (i in files) print i; }'`; \
361
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
366
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
367
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
368
        shift; \
 
369
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
362
370
          test -n "$$unique" || unique=$$empty_fix; \
363
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364
 
            $$tags $$unique; \
 
371
          if test $$# -gt 0; then \
 
372
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
373
              "$$@" $$unique; \
 
374
          else \
 
375
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
376
              $$unique; \
 
377
          fi; \
365
378
        fi
366
379
ctags: CTAGS
367
380
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
381
                $(TAGS_FILES) $(LISP)
369
 
        tags=; \
370
 
        here=`pwd`; \
371
382
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372
383
        unique=`for i in $$list; do \
373
384
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
385
          done | \
375
 
          $(AWK) '    { files[$$0] = 1; } \
376
 
               END { for (i in files) print i; }'`; \
377
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
386
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
387
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
388
        test -z "$(CTAGS_ARGS)$$unique" \
378
389
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379
 
             $$tags $$unique
 
390
             $$unique
380
391
 
381
392
GTAGS:
382
393
        here=`$(am__cd) $(top_builddir) && pwd` \
383
 
          && cd $(top_srcdir) \
384
 
          && gtags -i $(GTAGS_ARGS) $$here
 
394
          && $(am__cd) $(top_srcdir) \
 
395
          && gtags -i $(GTAGS_ARGS) "$$here"
385
396
 
386
397
distclean-tags:
387
398
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
402
413
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
403
414
          if test -d $$d/$$file; then \
404
415
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
416
            if test -d "$(distdir)/$$file"; then \
 
417
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
418
            fi; \
405
419
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
420
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
421
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407
422
            fi; \
408
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
423
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
409
424
          else \
410
 
            test -f $(distdir)/$$file \
411
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
425
            test -f "$(distdir)/$$file" \
 
426
            || cp -p $$d/$$file "$(distdir)/$$file" \
412
427
            || exit 1; \
413
428
          fi; \
414
429
        done
436
451
 
437
452
distclean-generic:
438
453
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
454
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
439
455
 
440
456
maintainer-clean-generic:
441
457
        @echo "This command is intended for maintainers to use"
457
473
 
458
474
html: html-am
459
475
 
 
476
html-am:
 
477
 
460
478
info: info-am
461
479
 
462
480
info-am:
465
483
 
466
484
install-dvi: install-dvi-am
467
485
 
 
486
install-dvi-am:
 
487
 
468
488
install-exec-am:
469
489
 
470
490
install-html: install-html-am
471
491
 
 
492
install-html-am:
 
493
 
472
494
install-info: install-info-am
473
495
 
 
496
install-info-am:
 
497
 
474
498
install-man:
475
499
 
476
500
install-pdf: install-pdf-am
477
501
 
 
502
install-pdf-am:
 
503
 
478
504
install-ps: install-ps-am
479
505
 
 
506
install-ps-am:
 
507
 
480
508
installcheck-am:
481
509
 
482
510
maintainer-clean: maintainer-clean-am
519
547
# (http://geos.refractions.net/pipermail/geos-devel/2006-March/001828.html):
520
548
#NonRobustLineIntersector.cpp
521
549
#RobustLineIntersector.cpp
 
550
 
522
551
# Tell versions [3.59,3.63) of GNU make to not export all variables.
523
552
# Otherwise a system limit (for SysV at least) may be exceeded.
524
553
.NOEXPORT: