~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to swig/ruby/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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
58
am__vpath_adj = case $$p in \
56
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
60
    *) f=$$p;; \
58
61
  esac;
59
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
63
am__install_max = 40
 
64
am__nobase_strip_setup = \
 
65
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
66
am__nobase_strip = \
 
67
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
68
am__nobase_list = $(am__nobase_strip_setup); \
 
69
  for p in $$list; do echo "$$p $$p"; done | \
 
70
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
71
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
72
    if (++n[$$2] == $(am__install_max)) \
 
73
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
74
    END { for (dir in files) print dir, files[dir] }'
 
75
am__base_list = \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
60
78
am__installdirs = "$(DESTDIR)$(rubyextensiondirdir)"
61
 
rubyextensiondirLTLIBRARIES_INSTALL = $(INSTALL)
62
79
LTLIBRARIES = $(rubyextensiondir_LTLIBRARIES)
63
80
@ENABLE_RUBY_TRUE@geos_la_DEPENDENCIES =  \
64
81
@ENABLE_RUBY_TRUE@      $(top_builddir)/capi/libgeos_c.la
69
86
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
70
87
        $(geos_la_LDFLAGS) $(LDFLAGS) -o $@
71
88
@ENABLE_RUBY_TRUE@am_geos_la_rpath = -rpath $(rubyextensiondirdir)
72
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos@am__isrc@
 
89
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/source/headers -I$(top_builddir)/source/headers/geos
73
90
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
91
am__depfiles_maybe = depfiles
 
92
am__mv = mv -f
75
93
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76
94
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
77
95
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92
110
        ps-recursive uninstall-recursive
93
111
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94
112
  distclean-recursive maintainer-clean-recursive
 
113
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
114
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
115
        distdir
95
116
ETAGS = etags
96
117
CTAGS = ctags
97
118
DIST_SUBDIRS = test
98
119
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
120
am__relativize = \
 
121
  dir0=`pwd`; \
 
122
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
123
  sed_rest='s,^[^/]*/*,,'; \
 
124
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
125
  sed_butlast='s,/*[^/]*$$,,'; \
 
126
  while test -n "$$dir1"; do \
 
127
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
128
    if test "$$first" != "."; then \
 
129
      if test "$$first" = ".."; then \
 
130
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
131
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
132
      else \
 
133
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
134
        if test "$$first2" = "$$first"; then \
 
135
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
136
        else \
 
137
          dir2="../$$dir2"; \
 
138
        fi; \
 
139
        dir0="$$dir0"/"$$first"; \
 
140
      fi; \
 
141
    fi; \
 
142
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
143
  done; \
 
144
  reldir="$$dir2"
99
145
ACLOCAL = @ACLOCAL@
100
146
ALLOCA = @ALLOCA@
101
147
AMTAR = @AMTAR@
165
211
PACKAGE_NAME = @PACKAGE_NAME@
166
212
PACKAGE_STRING = @PACKAGE_STRING@
167
213
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
214
PACKAGE_URL = @PACKAGE_URL@
168
215
PACKAGE_VERSION = @PACKAGE_VERSION@
169
216
PATH_SEPARATOR = @PATH_SEPARATOR@
170
217
PYTHON = @PYTHON@
255
302
target_cpu = @target_cpu@
256
303
target_os = @target_os@
257
304
target_vendor = @target_vendor@
 
305
top_build_prefix = @top_build_prefix@
258
306
top_builddir = @top_builddir@
259
307
top_srcdir = @top_srcdir@
260
308
EXTRA_DIST = \
291
339
        @for dep in $?; do \
292
340
          case '$(am__configure_deps)' in \
293
341
            *$$dep*) \
294
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
295
 
                && exit 0; \
 
342
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
343
                && { if test -f $@; then exit 0; else break; fi; }; \
296
344
              exit 1;; \
297
345
          esac; \
298
346
        done; \
299
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  swig/ruby/Makefile'; \
300
 
        cd $(top_srcdir) && \
301
 
          $(AUTOMAKE) --gnu  swig/ruby/Makefile
 
347
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu swig/ruby/Makefile'; \
 
348
        $(am__cd) $(top_srcdir) && \
 
349
          $(AUTOMAKE) --gnu swig/ruby/Makefile
302
350
.PRECIOUS: Makefile
303
351
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304
352
        @case '$?' in \
316
364
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
365
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
318
366
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
367
$(am__aclocal_m4_deps):
319
368
install-rubyextensiondirLTLIBRARIES: $(rubyextensiondir_LTLIBRARIES)
320
369
        @$(NORMAL_INSTALL)
321
370
        test -z "$(rubyextensiondirdir)" || $(MKDIR_P) "$(DESTDIR)$(rubyextensiondirdir)"
322
 
        @list='$(rubyextensiondir_LTLIBRARIES)'; for p in $$list; do \
 
371
        @list='$(rubyextensiondir_LTLIBRARIES)'; test -n "$(rubyextensiondirdir)" || list=; \
 
372
        list2=; for p in $$list; do \
323
373
          if test -f $$p; then \
324
 
            f=$(am__strip_dir) \
325
 
            echo " $(LIBTOOL) --mode=install $(rubyextensiondirLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(rubyextensiondirdir)/$$f'"; \
326
 
            $(LIBTOOL) --mode=install $(rubyextensiondirLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(rubyextensiondirdir)/$$f"; \
 
374
            list2="$$list2 $$p"; \
327
375
          else :; fi; \
328
 
        done
 
376
        done; \
 
377
        test -z "$$list2" || { \
 
378
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(rubyextensiondirdir)'"; \
 
379
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(rubyextensiondirdir)"; \
 
380
        }
329
381
 
330
382
uninstall-rubyextensiondirLTLIBRARIES:
331
383
        @$(NORMAL_UNINSTALL)
332
 
        @list='$(rubyextensiondir_LTLIBRARIES)'; for p in $$list; do \
333
 
          p=$(am__strip_dir) \
334
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(rubyextensiondirdir)/$$p'"; \
335
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(rubyextensiondirdir)/$$p"; \
 
384
        @list='$(rubyextensiondir_LTLIBRARIES)'; test -n "$(rubyextensiondirdir)" || list=; \
 
385
        for p in $$list; do \
 
386
          $(am__strip_dir) \
 
387
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(rubyextensiondirdir)/$$f'"; \
 
388
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(rubyextensiondirdir)/$$f"; \
336
389
        done
337
390
 
338
391
clean-rubyextensiondirLTLIBRARIES:
356
409
 
357
410
.cxx.o:
358
411
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
412
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360
413
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
414
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
415
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
363
416
 
364
417
.cxx.obj:
365
418
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
366
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
419
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367
420
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
421
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
422
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
370
423
 
371
424
.cxx.lo:
372
425
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
373
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
426
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
374
427
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375
428
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
429
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
377
430
 
378
431
geos_la-geos_wrap.lo: geos_wrap.cxx
379
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(geos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT geos_la-geos_wrap.lo -MD -MP -MF $(DEPDIR)/geos_la-geos_wrap.Tpo -c -o geos_la-geos_wrap.lo `test -f 'geos_wrap.cxx' || echo '$(srcdir)/'`geos_wrap.cxx
380
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/geos_la-geos_wrap.Tpo $(DEPDIR)/geos_la-geos_wrap.Plo
 
432
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(geos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT geos_la-geos_wrap.lo -MD -MP -MF $(DEPDIR)/geos_la-geos_wrap.Tpo -c -o geos_la-geos_wrap.lo `test -f 'geos_wrap.cxx' || echo '$(srcdir)/'`geos_wrap.cxx
 
433
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/geos_la-geos_wrap.Tpo $(DEPDIR)/geos_la-geos_wrap.Plo
381
434
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='geos_wrap.cxx' object='geos_la-geos_wrap.lo' libtool=yes @AMDEPBACKSLASH@
382
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(geos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o geos_la-geos_wrap.lo `test -f 'geos_wrap.cxx' || echo '$(srcdir)/'`geos_wrap.cxx
 
436
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(geos_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o geos_la-geos_wrap.lo `test -f 'geos_wrap.cxx' || echo '$(srcdir)/'`geos_wrap.cxx
384
437
 
385
438
mostlyclean-libtool:
386
439
        -rm -f *.lo
412
465
          else \
413
466
            local_target="$$target"; \
414
467
          fi; \
415
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
468
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416
469
          || eval $$failcom; \
417
470
        done; \
418
471
        if test "$$dot_seen" = "no"; then \
446
499
          else \
447
500
            local_target="$$target"; \
448
501
          fi; \
449
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
502
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
450
503
          || eval $$failcom; \
451
504
        done && test -z "$$fail"
452
505
tags-recursive:
453
506
        list='$(SUBDIRS)'; for subdir in $$list; do \
454
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
507
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
455
508
        done
456
509
ctags-recursive:
457
510
        list='$(SUBDIRS)'; for subdir in $$list; do \
458
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
511
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
459
512
        done
460
513
 
461
514
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463
516
        unique=`for i in $$list; do \
464
517
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
518
          done | \
466
 
          $(AWK) '    { files[$$0] = 1; } \
467
 
               END { for (i in files) print i; }'`; \
 
519
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
520
              END { if (nonempty) { for (i in files) print i; }; }'`; \
468
521
        mkid -fID $$unique
469
522
tags: TAGS
470
523
 
471
524
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
472
525
                $(TAGS_FILES) $(LISP)
473
 
        tags=; \
 
526
        set x; \
474
527
        here=`pwd`; \
475
528
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
476
529
          include_option=--etags-include; \
482
535
        list='$(SUBDIRS)'; for subdir in $$list; do \
483
536
          if test "$$subdir" = .; then :; else \
484
537
            test ! -f $$subdir/TAGS || \
485
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
538
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
486
539
          fi; \
487
540
        done; \
488
541
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489
542
        unique=`for i in $$list; do \
490
543
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491
544
          done | \
492
 
          $(AWK) '    { files[$$0] = 1; } \
493
 
               END { for (i in files) print i; }'`; \
494
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
545
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
546
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
547
        shift; \
 
548
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
495
549
          test -n "$$unique" || unique=$$empty_fix; \
496
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497
 
            $$tags $$unique; \
 
550
          if test $$# -gt 0; then \
 
551
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
552
              "$$@" $$unique; \
 
553
          else \
 
554
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
555
              $$unique; \
 
556
          fi; \
498
557
        fi
499
558
ctags: CTAGS
500
559
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501
560
                $(TAGS_FILES) $(LISP)
502
 
        tags=; \
503
 
        here=`pwd`; \
504
561
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505
562
        unique=`for i in $$list; do \
506
563
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507
564
          done | \
508
 
          $(AWK) '    { files[$$0] = 1; } \
509
 
               END { for (i in files) print i; }'`; \
510
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
565
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
566
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
567
        test -z "$(CTAGS_ARGS)$$unique" \
511
568
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512
 
             $$tags $$unique
 
569
             $$unique
513
570
 
514
571
GTAGS:
515
572
        here=`$(am__cd) $(top_builddir) && pwd` \
516
 
          && cd $(top_srcdir) \
517
 
          && gtags -i $(GTAGS_ARGS) $$here
 
573
          && $(am__cd) $(top_srcdir) \
 
574
          && gtags -i $(GTAGS_ARGS) "$$here"
518
575
 
519
576
distclean-tags:
520
577
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535
592
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
536
593
          if test -d $$d/$$file; then \
537
594
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
595
            if test -d "$(distdir)/$$file"; then \
 
596
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
597
            fi; \
538
598
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
599
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
600
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540
601
            fi; \
541
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
602
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542
603
          else \
543
 
            test -f $(distdir)/$$file \
544
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
604
            test -f "$(distdir)/$$file" \
 
605
            || cp -p $$d/$$file "$(distdir)/$$file" \
545
606
            || exit 1; \
546
607
          fi; \
547
608
        done
548
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
609
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
549
610
          if test "$$subdir" = .; then :; else \
550
611
            test -d "$(distdir)/$$subdir" \
551
612
            || $(MKDIR_P) "$(distdir)/$$subdir" \
552
613
            || exit 1; \
553
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
554
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
555
 
            (cd $$subdir && \
 
614
          fi; \
 
615
        done
 
616
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
617
          if test "$$subdir" = .; then :; else \
 
618
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
619
            $(am__relativize); \
 
620
            new_distdir=$$reldir; \
 
621
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
622
            $(am__relativize); \
 
623
            new_top_distdir=$$reldir; \
 
624
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
625
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
626
            ($(am__cd) $$subdir && \
556
627
              $(MAKE) $(AM_MAKEFLAGS) \
557
 
                top_distdir="$$top_distdir" \
558
 
                distdir="$$distdir/$$subdir" \
 
628
                top_distdir="$$new_top_distdir" \
 
629
                distdir="$$new_distdir" \
559
630
                am__remove_distdir=: \
560
631
                am__skip_length_check=: \
 
632
                am__skip_mode_fix=: \
561
633
                distdir) \
562
634
              || exit 1; \
563
635
          fi; \
592
664
 
593
665
distclean-generic:
594
666
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
667
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595
668
 
596
669
maintainer-clean-generic:
597
670
        @echo "This command is intended for maintainers to use"
615
688
 
616
689
html: html-recursive
617
690
 
 
691
html-am:
 
692
 
618
693
info: info-recursive
619
694
 
620
695
info-am:
623
698
 
624
699
install-dvi: install-dvi-recursive
625
700
 
 
701
install-dvi-am:
 
702
 
626
703
install-exec-am:
627
704
 
628
705
install-html: install-html-recursive
629
706
 
 
707
install-html-am:
 
708
 
630
709
install-info: install-info-recursive
631
710
 
 
711
install-info-am:
 
712
 
632
713
install-man:
633
714
 
634
715
install-pdf: install-pdf-recursive
635
716
 
 
717
install-pdf-am:
 
718
 
636
719
install-ps: install-ps-recursive
637
720
 
 
721
install-ps-am:
 
722
 
638
723
installcheck-am:
639
724
 
640
725
maintainer-clean: maintainer-clean-recursive
657
742
 
658
743
uninstall-am: uninstall-rubyextensiondirLTLIBRARIES
659
744
 
660
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
661
 
        install-strip
 
745
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
746
        ctags-recursive install install-am install-strip \
 
747
        tags-recursive
662
748
 
663
749
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
664
750
        all all-am check check-am clean clean-generic clean-libtool \
683
769
@ENABLE_RUBY_TRUE@@ENABLE_SWIG_FALSE@geos_wrap.cxx: ../geos.i ruby.i
684
770
@ENABLE_RUBY_TRUE@@ENABLE_SWIG_FALSE@   @echo "SWIG is disabled, can't build geos_wrap.cxx"
685
771
@ENABLE_RUBY_TRUE@@ENABLE_SWIG_FALSE@   false
 
772
 
686
773
# Tell versions [3.59,3.63) of GNU make to not export all variables.
687
774
# Otherwise a system limit (for SysV at least) may be exceeded.
688
775
.NOEXPORT: