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

« back to all changes in this revision

Viewing changes to ruby/lib/rdf/redland/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.
37
37
#
38
38
 
39
39
VPATH = @srcdir@
 
40
am__make_dryrun = \
 
41
  { \
 
42
    am__dry=no; \
 
43
    case $$MAKEFLAGS in \
 
44
      *\\[\ \   ]*) \
 
45
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
46
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
47
      *) \
 
48
        for am__flg in $$MAKEFLAGS; do \
 
49
          case $$am__flg in \
 
50
            *=*|--*) ;; \
 
51
            *n*) am__dry=yes; break;; \
 
52
          esac; \
 
53
        done;; \
 
54
    esac; \
 
55
    test $$am__dry = yes; \
 
56
  }
40
57
pkgdatadir = $(datadir)/@PACKAGE@
41
58
pkgincludedir = $(includedir)/@PACKAGE@
42
59
pkglibdir = $(libdir)/@PACKAGE@
74
91
        install-pdf-recursive install-ps-recursive install-recursive \
75
92
        installcheck-recursive installdirs-recursive pdf-recursive \
76
93
        ps-recursive uninstall-recursive
 
94
am__can_run_installinfo = \
 
95
  case $$AM_UPDATE_INFO_DIR in \
 
96
    n|no|NO) false;; \
 
97
    *) (install-info --version) >/dev/null 2>&1;; \
 
98
  esac
77
99
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78
100
am__vpath_adj = case $$p in \
79
101
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95
117
am__base_list = \
96
118
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97
119
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
120
am__uninstall_files_from_dir = { \
 
121
  test -z "$$files" \
 
122
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
123
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
124
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
125
  }
98
126
am__installdirs = "$(DESTDIR)$(rubyinstalldir)"
99
127
DATA = $(rubyinstall_DATA)
100
128
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167
195
LIBOBJS = @LIBOBJS@
168
196
LIBRDF_CPPFLAGS = @LIBRDF_CPPFLAGS@
169
197
LIBRDF_LDFLAGS = @LIBRDF_LDFLAGS@
170
 
LIBRUBYARG_SHARED = @LIBRUBYARG_SHARED@
171
198
LIBS = @LIBS@
172
199
LIBTOOL = @LIBTOOL@
173
200
LIPO = @LIPO@
227
254
REDLAND_VERSION = @REDLAND_VERSION@
228
255
RUBY = @RUBY@
229
256
RUBY_ARCH_INSTALLDIR = @RUBY_ARCH_INSTALLDIR@
 
257
RUBY_CFLAGS = @RUBY_CFLAGS@
230
258
RUBY_INCLUDES = @RUBY_INCLUDES@
231
259
RUBY_INSTALLDIR = @RUBY_INSTALLDIR@
 
260
RUBY_LDFLAGS = @RUBY_LDFLAGS@
 
261
RUBY_PACKAGE = @RUBY_PACKAGE@
 
262
RUBY_SO_SUFFIX = @RUBY_SO_SUFFIX@
232
263
RUBY_VERSION = @RUBY_VERSION@
233
264
SD = @SD@
234
265
SED = @SED@
340
371
        -rm -rf .libs _libs
341
372
install-rubyinstallDATA: $(rubyinstall_DATA)
342
373
        @$(NORMAL_INSTALL)
343
 
        test -z "$(rubyinstalldir)" || $(MKDIR_P) "$(DESTDIR)$(rubyinstalldir)"
344
374
        @list='$(rubyinstall_DATA)'; test -n "$(rubyinstalldir)" || list=; \
 
375
        if test -n "$$list"; then \
 
376
          echo " $(MKDIR_P) '$(DESTDIR)$(rubyinstalldir)'"; \
 
377
          $(MKDIR_P) "$(DESTDIR)$(rubyinstalldir)" || exit 1; \
 
378
        fi; \
345
379
        for p in $$list; do \
346
380
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
347
381
          echo "$$d$$p"; \
355
389
        @$(NORMAL_UNINSTALL)
356
390
        @list='$(rubyinstall_DATA)'; test -n "$(rubyinstalldir)" || list=; \
357
391
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
358
 
        test -n "$$files" || exit 0; \
359
 
        echo " ( cd '$(DESTDIR)$(rubyinstalldir)' && rm -f" $$files ")"; \
360
 
        cd "$(DESTDIR)$(rubyinstalldir)" && rm -f $$files
 
392
        dir='$(DESTDIR)$(rubyinstalldir)'; $(am__uninstall_files_from_dir)
361
393
 
362
394
# This directory's subdirectories are mostly independent; you can cd
363
395
# into them and run `make' without going through this Makefile.
526
558
        done
527
559
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
528
560
          if test "$$subdir" = .; then :; else \
529
 
            test -d "$(distdir)/$$subdir" \
530
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
531
 
            || exit 1; \
532
 
          fi; \
533
 
        done
534
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
535
 
          if test "$$subdir" = .; then :; else \
 
561
            $(am__make_dryrun) \
 
562
              || test -d "$(distdir)/$$subdir" \
 
563
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
564
              || exit 1; \
536
565
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
537
566
            $(am__relativize); \
538
567
            new_distdir=$$reldir; \
570
599
 
571
600
installcheck: installcheck-recursive
572
601
install-strip:
573
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575
 
          `test -z '$(STRIP)' || \
576
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
602
        if test -z '$(STRIP)'; then \
 
603
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
604
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
605
              install; \
 
606
        else \
 
607
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
608
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
609
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
610
        fi
577
611
mostlyclean-generic:
578
612
 
579
613
clean-generic: