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

« back to all changes in this revision

Viewing changes to 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.
38
38
39
39
40
40
VPATH = @srcdir@
 
41
am__make_dryrun = \
 
42
  { \
 
43
    am__dry=no; \
 
44
    case $$MAKEFLAGS in \
 
45
      *\\[\ \   ]*) \
 
46
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
47
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
48
      *) \
 
49
        for am__flg in $$MAKEFLAGS; do \
 
50
          case $$am__flg in \
 
51
            *=*|--*) ;; \
 
52
            *n*) am__dry=yes; break;; \
 
53
          esac; \
 
54
        done;; \
 
55
    esac; \
 
56
    test $$am__dry = yes; \
 
57
  }
41
58
pkgdatadir = $(datadir)/@PACKAGE@
42
59
pkgincludedir = $(includedir)/@PACKAGE@
43
60
pkglibdir = $(libdir)/@PACKAGE@
83
100
        install-pdf-recursive install-ps-recursive install-recursive \
84
101
        installcheck-recursive installdirs-recursive pdf-recursive \
85
102
        ps-recursive uninstall-recursive
 
103
am__can_run_installinfo = \
 
104
  case $$AM_UPDATE_INFO_DIR in \
 
105
    n|no|NO) false;; \
 
106
    *) (install-info --version) >/dev/null 2>&1;; \
 
107
  esac
86
108
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
87
109
  distclean-recursive maintainer-clean-recursive
88
110
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94
116
distdir = $(PACKAGE)-$(VERSION)
95
117
top_distdir = $(distdir)
96
118
am__remove_distdir = \
97
 
  { test ! -d "$(distdir)" \
98
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
99
 
         && rm -fr "$(distdir)"; }; }
 
119
  if test -d "$(distdir)"; then \
 
120
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
121
      && rm -rf "$(distdir)" \
 
122
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
123
  else :; fi
100
124
am__relativize = \
101
125
  dir0=`pwd`; \
102
126
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
125
149
DIST_ARCHIVES = $(distdir).tar.gz
126
150
GZIP_ENV = --best
127
151
distuninstallcheck_listfiles = find . -type f -print
 
152
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
153
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
128
154
distcleancheck_listfiles = find . -type f -print
129
155
ACLOCAL = @ACLOCAL@
130
156
AMTAR = @AMTAR@
162
188
LIBOBJS = @LIBOBJS@
163
189
LIBRDF_CPPFLAGS = @LIBRDF_CPPFLAGS@
164
190
LIBRDF_LDFLAGS = @LIBRDF_LDFLAGS@
165
 
LIBRUBYARG_SHARED = @LIBRUBYARG_SHARED@
166
191
LIBS = @LIBS@
167
192
LIBTOOL = @LIBTOOL@
168
193
LIPO = @LIPO@
222
247
REDLAND_VERSION = @REDLAND_VERSION@
223
248
RUBY = @RUBY@
224
249
RUBY_ARCH_INSTALLDIR = @RUBY_ARCH_INSTALLDIR@
 
250
RUBY_CFLAGS = @RUBY_CFLAGS@
225
251
RUBY_INCLUDES = @RUBY_INCLUDES@
226
252
RUBY_INSTALLDIR = @RUBY_INSTALLDIR@
 
253
RUBY_LDFLAGS = @RUBY_LDFLAGS@
 
254
RUBY_PACKAGE = @RUBY_PACKAGE@
 
255
RUBY_SO_SUFFIX = @RUBY_SO_SUFFIX@
227
256
RUBY_VERSION = @RUBY_VERSION@
228
257
SD = @SD@
229
258
SED = @SED@
294
323
DIST_SUBDIRS = data docs \
295
324
lua perl php python ruby
296
325
 
297
 
EXTRA_DIST = ChangeLog  ChangeLog.1 ChangeLog.2 \
 
326
EXTRA_DIST = \
 
327
ChangeLog.1 ChangeLog.2 \
298
328
ChangeLog.3 ChangeLog.4 ChangeLog.5 ChangeLog.6 ChangeLog.7 \
299
 
ChangeLog.8 ChangeLog.9 \
300
 
README      NEWS      LICENSE.txt  TODO \
 
329
ChangeLog.8 ChangeLog.9 ChangeLog.10 ChangeLog.11 \
 
330
README                LICENSE.txt  TODO \
301
331
README.html NEWS.html LICENSE.html TODO.html \
302
332
RELEASE.html INSTALL.html \
303
333
LICENSE-2.0.txt NOTICE \
316
346
 
317
347
.SUFFIXES:
318
348
.SUFFIXES: .html .txt
319
 
am--refresh:
 
349
am--refresh: Makefile
320
350
        @:
321
351
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
322
352
        @for dep in $?; do \
352
382
$(am__aclocal_m4_deps):
353
383
 
354
384
bindings_config.h: stamp-h1
355
 
        @if test ! -f $@; then \
356
 
          rm -f stamp-h1; \
357
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
358
 
        else :; fi
 
385
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
386
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
359
387
 
360
388
stamp-h1: $(srcdir)/bindings_config.h.in $(top_builddir)/config.status
361
389
        @rm -f stamp-h1
556
584
        done
557
585
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
558
586
          if test "$$subdir" = .; then :; else \
559
 
            test -d "$(distdir)/$$subdir" \
560
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
561
 
            || exit 1; \
562
 
          fi; \
563
 
        done
564
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565
 
          if test "$$subdir" = .; then :; else \
 
587
            $(am__make_dryrun) \
 
588
              || test -d "$(distdir)/$$subdir" \
 
589
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
590
              || exit 1; \
566
591
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
567
592
            $(am__relativize); \
568
593
            new_distdir=$$reldir; \
594
619
        $(am__remove_distdir)
595
620
 
596
621
dist-bzip2: distdir
597
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
622
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
623
        $(am__remove_distdir)
 
624
 
 
625
dist-lzip: distdir
 
626
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
598
627
        $(am__remove_distdir)
599
628
 
600
629
dist-lzma: distdir
602
631
        $(am__remove_distdir)
603
632
 
604
633
dist-xz: distdir
605
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
634
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
606
635
        $(am__remove_distdir)
607
636
 
608
637
dist-tarZ: distdir
633
662
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
634
663
        *.tar.lzma*) \
635
664
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
665
        *.tar.lz*) \
 
666
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
636
667
        *.tar.xz*) \
637
668
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
638
669
        *.tar.Z*) \
642
673
        *.zip*) \
643
674
          unzip $(distdir).zip ;;\
644
675
        esac
645
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
676
        chmod -R a-w $(distdir); chmod u+w $(distdir)
646
677
        mkdir $(distdir)/_build
647
678
        mkdir $(distdir)/_inst
648
679
        chmod a-w $(distdir)
652
683
          && am__cwd=`pwd` \
653
684
          && $(am__cd) $(distdir)/_build \
654
685
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
686
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
655
687
            $(DISTCHECK_CONFIGURE_FLAGS) \
656
688
          && $(MAKE) $(AM_MAKEFLAGS) \
657
689
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
680
712
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
681
713
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
682
714
distuninstallcheck:
683
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
684
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
715
        @test -n '$(distuninstallcheck_dir)' || { \
 
716
          echo 'ERROR: trying to run $@ with an empty' \
 
717
               '$$(distuninstallcheck_dir)' >&2; \
 
718
          exit 1; \
 
719
        }; \
 
720
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
721
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
722
          exit 1; \
 
723
        }; \
 
724
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
685
725
           || { echo "ERROR: files left after uninstall:" ; \
686
726
                if test -n "$(DESTDIR)"; then \
687
727
                  echo "  (check DESTDIR support)"; \
712
752
 
713
753
installcheck: installcheck-recursive
714
754
install-strip:
715
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717
 
          `test -z '$(STRIP)' || \
718
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
755
        if test -z '$(STRIP)'; then \
 
756
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
757
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
758
              install; \
 
759
        else \
 
760
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
761
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
762
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
763
        fi
719
764
mostlyclean-generic:
720
765
 
721
766
clean-generic:
803
848
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
804
849
        all all-am am--refresh check check-am clean clean-generic \
805
850
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
806
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
807
 
        distcheck distclean distclean-generic distclean-hdr \
 
851
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
852
        dist-zip distcheck distclean distclean-generic distclean-hdr \
808
853
        distclean-libtool distclean-tags distcleancheck distdir \
809
854
        distuninstallcheck dvi dvi-am html html-am info info-am \
810
855
        install install-am install-data install-data-am install-dvi \