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

« back to all changes in this revision

Viewing changes to perl/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.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
52
69
        install-pdf-recursive install-ps-recursive install-recursive \
53
70
        installcheck-recursive installdirs-recursive pdf-recursive \
54
71
        ps-recursive uninstall-recursive
 
72
am__can_run_installinfo = \
 
73
  case $$AM_UPDATE_INFO_DIR in \
 
74
    n|no|NO) false;; \
 
75
    *) (install-info --version) >/dev/null 2>&1;; \
 
76
  esac
55
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
78
  distclean-recursive maintainer-clean-recursive
57
79
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
122
144
LIBOBJS = @LIBOBJS@
123
145
LIBRDF_CPPFLAGS = @LIBRDF_CPPFLAGS@
124
146
LIBRDF_LDFLAGS = @LIBRDF_LDFLAGS@
125
 
LIBRUBYARG_SHARED = @LIBRUBYARG_SHARED@
126
147
LIBS = @LIBS@
127
148
LIBTOOL = @LIBTOOL@
128
149
LIPO = @LIPO@
182
203
REDLAND_VERSION = @REDLAND_VERSION@
183
204
RUBY = @RUBY@
184
205
RUBY_ARCH_INSTALLDIR = @RUBY_ARCH_INSTALLDIR@
 
206
RUBY_CFLAGS = @RUBY_CFLAGS@
185
207
RUBY_INCLUDES = @RUBY_INCLUDES@
186
208
RUBY_INSTALLDIR = @RUBY_INSTALLDIR@
 
209
RUBY_LDFLAGS = @RUBY_LDFLAGS@
 
210
RUBY_PACKAGE = @RUBY_PACKAGE@
 
211
RUBY_SO_SUFFIX = @RUBY_SO_SUFFIX@
187
212
RUBY_VERSION = @RUBY_VERSION@
188
213
SD = @SD@
189
214
SED = @SED@
455
480
        done
456
481
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457
482
          if test "$$subdir" = .; then :; else \
458
 
            test -d "$(distdir)/$$subdir" \
459
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
460
 
            || exit 1; \
461
 
          fi; \
462
 
        done
463
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464
 
          if test "$$subdir" = .; then :; else \
 
483
            $(am__make_dryrun) \
 
484
              || test -d "$(distdir)/$$subdir" \
 
485
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
486
              || exit 1; \
465
487
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
466
488
            $(am__relativize); \
467
489
            new_distdir=$$reldir; \
496
518
 
497
519
installcheck: installcheck-recursive
498
520
install-strip:
499
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
500
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
501
 
          `test -z '$(STRIP)' || \
502
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
521
        if test -z '$(STRIP)'; then \
 
522
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
523
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
524
              install; \
 
525
        else \
 
526
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
527
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
528
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
529
        fi
503
530
mostlyclean-generic:
504
531
 
505
532
clean-generic: