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

« back to all changes in this revision

Viewing changes to ruby/lib/rdf/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@
337
368
        -rm -rf .libs _libs
338
369
install-rubyinstallDATA: $(rubyinstall_DATA)
339
370
        @$(NORMAL_INSTALL)
340
 
        test -z "$(rubyinstalldir)" || $(MKDIR_P) "$(DESTDIR)$(rubyinstalldir)"
341
371
        @list='$(rubyinstall_DATA)'; test -n "$(rubyinstalldir)" || list=; \
 
372
        if test -n "$$list"; then \
 
373
          echo " $(MKDIR_P) '$(DESTDIR)$(rubyinstalldir)'"; \
 
374
          $(MKDIR_P) "$(DESTDIR)$(rubyinstalldir)" || exit 1; \
 
375
        fi; \
342
376
        for p in $$list; do \
343
377
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
344
378
          echo "$$d$$p"; \
352
386
        @$(NORMAL_UNINSTALL)
353
387
        @list='$(rubyinstall_DATA)'; test -n "$(rubyinstalldir)" || list=; \
354
388
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
355
 
        test -n "$$files" || exit 0; \
356
 
        echo " ( cd '$(DESTDIR)$(rubyinstalldir)' && rm -f" $$files ")"; \
357
 
        cd "$(DESTDIR)$(rubyinstalldir)" && rm -f $$files
 
389
        dir='$(DESTDIR)$(rubyinstalldir)'; $(am__uninstall_files_from_dir)
358
390
 
359
391
# This directory's subdirectories are mostly independent; you can cd
360
392
# into them and run `make' without going through this Makefile.
523
555
        done
524
556
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525
557
          if test "$$subdir" = .; then :; else \
526
 
            test -d "$(distdir)/$$subdir" \
527
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
528
 
            || exit 1; \
529
 
          fi; \
530
 
        done
531
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532
 
          if test "$$subdir" = .; then :; else \
 
558
            $(am__make_dryrun) \
 
559
              || test -d "$(distdir)/$$subdir" \
 
560
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
561
              || exit 1; \
533
562
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
534
563
            $(am__relativize); \
535
564
            new_distdir=$$reldir; \
567
596
 
568
597
installcheck: installcheck-recursive
569
598
install-strip:
570
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572
 
          `test -z '$(STRIP)' || \
573
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
599
        if test -z '$(STRIP)'; then \
 
600
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
601
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
602
              install; \
 
603
        else \
 
604
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
605
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
606
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
607
        fi
574
608
mostlyclean-generic:
575
609
 
576
610
clean-generic: