~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to ruby/lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
36
36
# full license terms.
37
37
#
38
38
VPATH = @srcdir@
 
39
am__make_dryrun = \
 
40
  { \
 
41
    am__dry=no; \
 
42
    case $$MAKEFLAGS in \
 
43
      *\\[\ \   ]*) \
 
44
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
45
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
46
      *) \
 
47
        for am__flg in $$MAKEFLAGS; do \
 
48
          case $$am__flg in \
 
49
            *=*|--*) ;; \
 
50
            *n*) am__dry=yes; break;; \
 
51
          esac; \
 
52
        done;; \
 
53
    esac; \
 
54
    test $$am__dry = yes; \
 
55
  }
39
56
pkgdatadir = $(datadir)/@PACKAGE@
40
57
pkgincludedir = $(includedir)/@PACKAGE@
41
58
pkglibdir = $(libdir)/@PACKAGE@
73
90
        install-pdf-recursive install-ps-recursive install-recursive \
74
91
        installcheck-recursive installdirs-recursive pdf-recursive \
75
92
        ps-recursive uninstall-recursive
 
93
am__can_run_installinfo = \
 
94
  case $$AM_UPDATE_INFO_DIR in \
 
95
    n|no|NO) false;; \
 
96
    *) (install-info --version) >/dev/null 2>&1;; \
 
97
  esac
76
98
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77
99
  distclean-recursive maintainer-clean-recursive
78
100
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
143
165
LIBOBJS = @LIBOBJS@
144
166
LIBRDF_CPPFLAGS = @LIBRDF_CPPFLAGS@
145
167
LIBRDF_LDFLAGS = @LIBRDF_LDFLAGS@
146
 
LIBRUBYARG_SHARED = @LIBRUBYARG_SHARED@
147
168
LIBS = @LIBS@
148
169
LIBTOOL = @LIBTOOL@
149
170
LIPO = @LIPO@
203
224
REDLAND_VERSION = @REDLAND_VERSION@
204
225
RUBY = @RUBY@
205
226
RUBY_ARCH_INSTALLDIR = @RUBY_ARCH_INSTALLDIR@
 
227
RUBY_CFLAGS = @RUBY_CFLAGS@
206
228
RUBY_INCLUDES = @RUBY_INCLUDES@
207
229
RUBY_INSTALLDIR = @RUBY_INSTALLDIR@
 
230
RUBY_LDFLAGS = @RUBY_LDFLAGS@
 
231
RUBY_PACKAGE = @RUBY_PACKAGE@
 
232
RUBY_SO_SUFFIX = @RUBY_SO_SUFFIX@
208
233
RUBY_VERSION = @RUBY_VERSION@
209
234
SD = @SD@
210
235
SED = @SED@
476
501
        done
477
502
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478
503
          if test "$$subdir" = .; then :; else \
479
 
            test -d "$(distdir)/$$subdir" \
480
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
481
 
            || exit 1; \
482
 
          fi; \
483
 
        done
484
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
485
 
          if test "$$subdir" = .; then :; else \
 
504
            $(am__make_dryrun) \
 
505
              || test -d "$(distdir)/$$subdir" \
 
506
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
507
              || exit 1; \
486
508
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
487
509
            $(am__relativize); \
488
510
            new_distdir=$$reldir; \
517
539
 
518
540
installcheck: installcheck-recursive
519
541
install-strip:
520
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
522
 
          `test -z '$(STRIP)' || \
523
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
542
        if test -z '$(STRIP)'; then \
 
543
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
544
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
545
              install; \
 
546
        else \
 
547
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
548
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
549
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
550
        fi
524
551
mostlyclean-generic:
525
552
 
526
553
clean-generic: