~ubuntu-branches/ubuntu/trusty/etl/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-05-13 19:36:15 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130513193615-8z59omgg2twsvu2i
Tags: 0.04.16-1
* New upstream release [May 2013].
* Standards to 3.9.4.
* xz compression for source and binary packages.
* Minor debian/watch update.
* Updated my email address; bumped copyright years.

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.
19
19
 
20
20
 
21
21
VPATH = @srcdir@
 
22
am__make_dryrun = \
 
23
  { \
 
24
    am__dry=no; \
 
25
    case $$MAKEFLAGS in \
 
26
      *\\[\ \   ]*) \
 
27
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
28
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
29
      *) \
 
30
        for am__flg in $$MAKEFLAGS; do \
 
31
          case $$am__flg in \
 
32
            *=*|--*) ;; \
 
33
            *n*) am__dry=yes; break;; \
 
34
          esac; \
 
35
        done;; \
 
36
    esac; \
 
37
    test $$am__dry = yes; \
 
38
  }
22
39
pkgdatadir = $(datadir)/@PACKAGE@
23
40
pkgincludedir = $(includedir)/@PACKAGE@
24
41
pkglibdir = $(libdir)/@PACKAGE@
77
94
am__base_list = \
78
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
97
am__uninstall_files_from_dir = { \
 
98
  test -z "$$files" \
 
99
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
100
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
101
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
102
  }
80
103
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
81
104
SCRIPTS = $(bin_SCRIPTS)
82
105
SOURCES =
88
111
        install-pdf-recursive install-ps-recursive install-recursive \
89
112
        installcheck-recursive installdirs-recursive pdf-recursive \
90
113
        ps-recursive uninstall-recursive
 
114
am__can_run_installinfo = \
 
115
  case $$AM_UPDATE_INFO_DIR in \
 
116
    n|no|NO) false;; \
 
117
    *) (install-info --version) >/dev/null 2>&1;; \
 
118
  esac
91
119
DATA = $(pkgconfig_DATA)
92
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93
121
  distclean-recursive maintainer-clean-recursive
101
129
distdir = $(PACKAGE)-$(VERSION)
102
130
top_distdir = $(distdir)
103
131
am__remove_distdir = \
104
 
  { test ! -d "$(distdir)" \
105
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
106
 
         && rm -fr "$(distdir)"; }; }
 
132
  if test -d "$(distdir)"; then \
 
133
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
134
      && rm -rf "$(distdir)" \
 
135
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
136
  else :; fi
107
137
am__relativize = \
108
138
  dir0=`pwd`; \
109
139
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
132
162
DIST_ARCHIVES = $(distdir).tar.gz
133
163
GZIP_ENV = --best
134
164
distuninstallcheck_listfiles = find . -type f -print
 
165
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
166
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
135
167
distcleancheck_listfiles = find . -type f -print
136
168
ACLOCAL = @ACLOCAL@
137
169
AMTAR = @AMTAR@
280
312
        m4/subs.m4 \
281
313
        config/depcomp \
282
314
        m4/cxx_macros.m4 \
283
 
        ETL.pbproj/project.pbxproj \
284
 
        ETL.pbproj/etl_profile.h \
285
 
        ETL.pbproj/frameworkfix.cpp \
286
315
        ETL-config.in \
287
316
        m4/ETL.m4 \
288
317
        doxygen.cfg.in \
297
326
all: all-recursive
298
327
 
299
328
.SUFFIXES:
300
 
am--refresh:
 
329
am--refresh: Makefile
301
330
        @:
302
331
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
303
332
        @for dep in $?; do \
339
368
        cd $(top_builddir) && $(SHELL) ./config.status $@
340
369
install-binSCRIPTS: $(bin_SCRIPTS)
341
370
        @$(NORMAL_INSTALL)
342
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
343
371
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
372
        if test -n "$$list"; then \
 
373
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
374
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
375
        fi; \
344
376
        for p in $$list; do \
345
377
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
346
378
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
368
400
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
369
401
        files=`for p in $$list; do echo "$$p"; done | \
370
402
               sed -e 's,.*/,,;$(transform)'`; \
371
 
        test -n "$$list" || exit 0; \
372
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
373
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
403
        dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
374
404
install-pkgconfigDATA: $(pkgconfig_DATA)
375
405
        @$(NORMAL_INSTALL)
376
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
377
406
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
407
        if test -n "$$list"; then \
 
408
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
409
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
410
        fi; \
378
411
        for p in $$list; do \
379
412
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
380
413
          echo "$$d$$p"; \
388
421
        @$(NORMAL_UNINSTALL)
389
422
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
390
423
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
391
 
        test -n "$$files" || exit 0; \
392
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
393
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
424
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
394
425
 
395
426
# This directory's subdirectories are mostly independent; you can cd
396
427
# into them and run `make' without going through this Makefile.
561
592
        done
562
593
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
563
594
          if test "$$subdir" = .; then :; else \
564
 
            test -d "$(distdir)/$$subdir" \
565
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
566
 
            || exit 1; \
567
 
          fi; \
568
 
        done
569
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
570
 
          if test "$$subdir" = .; then :; else \
 
595
            $(am__make_dryrun) \
 
596
              || test -d "$(distdir)/$$subdir" \
 
597
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
598
              || exit 1; \
571
599
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
572
600
            $(am__relativize); \
573
601
            new_distdir=$$reldir; \
599
627
        $(am__remove_distdir)
600
628
 
601
629
dist-bzip2: distdir
602
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
630
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
631
        $(am__remove_distdir)
 
632
 
 
633
dist-lzip: distdir
 
634
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
603
635
        $(am__remove_distdir)
604
636
 
605
637
dist-lzma: distdir
607
639
        $(am__remove_distdir)
608
640
 
609
641
dist-xz: distdir
610
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
642
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
611
643
        $(am__remove_distdir)
612
644
 
613
645
dist-tarZ: distdir
638
670
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
639
671
        *.tar.lzma*) \
640
672
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
673
        *.tar.lz*) \
 
674
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
641
675
        *.tar.xz*) \
642
676
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
643
677
        *.tar.Z*) \
647
681
        *.zip*) \
648
682
          unzip $(distdir).zip ;;\
649
683
        esac
650
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
684
        chmod -R a-w $(distdir); chmod u+w $(distdir)
651
685
        mkdir $(distdir)/_build
652
686
        mkdir $(distdir)/_inst
653
687
        chmod a-w $(distdir)
657
691
          && am__cwd=`pwd` \
658
692
          && $(am__cd) $(distdir)/_build \
659
693
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
694
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
660
695
            $(DISTCHECK_CONFIGURE_FLAGS) \
661
696
          && $(MAKE) $(AM_MAKEFLAGS) \
662
697
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
685
720
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
686
721
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
687
722
distuninstallcheck:
688
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
689
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
723
        @test -n '$(distuninstallcheck_dir)' || { \
 
724
          echo 'ERROR: trying to run $@ with an empty' \
 
725
               '$$(distuninstallcheck_dir)' >&2; \
 
726
          exit 1; \
 
727
        }; \
 
728
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
729
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
730
          exit 1; \
 
731
        }; \
 
732
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
690
733
           || { echo "ERROR: files left after uninstall:" ; \
691
734
                if test -n "$(DESTDIR)"; then \
692
735
                  echo "  (check DESTDIR support)"; \
720
763
 
721
764
installcheck: installcheck-recursive
722
765
install-strip:
723
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
724
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
725
 
          `test -z '$(STRIP)' || \
726
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
766
        if test -z '$(STRIP)'; then \
 
767
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
768
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
769
              install; \
 
770
        else \
 
771
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
772
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
773
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
774
        fi
727
775
mostlyclean-generic:
728
776
 
729
777
clean-generic:
809
857
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
810
858
        all all-am am--refresh check check-am clean clean-generic \
811
859
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
812
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
813
 
        distclean distclean-generic distclean-tags distcleancheck \
814
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
815
 
        info-am install install-am install-binSCRIPTS install-data \
816
 
        install-data-am install-dvi install-dvi-am install-exec \
817
 
        install-exec-am install-html install-html-am install-info \
818
 
        install-info-am install-man install-pdf install-pdf-am \
819
 
        install-pkgconfigDATA install-ps install-ps-am install-strip \
820
 
        installcheck installcheck-am installdirs installdirs-am \
821
 
        maintainer-clean maintainer-clean-generic mostlyclean \
822
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
823
 
        uninstall uninstall-am uninstall-binSCRIPTS \
 
860
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
861
        distcheck distclean distclean-generic distclean-tags \
 
862
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
863
        html-am info info-am install install-am install-binSCRIPTS \
 
864
        install-data install-data-am install-dvi install-dvi-am \
 
865
        install-exec install-exec-am install-html install-html-am \
 
866
        install-info install-info-am install-man install-pdf \
 
867
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
868
        install-strip installcheck installcheck-am installdirs \
 
869
        installdirs-am maintainer-clean maintainer-clean-generic \
 
870
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
871
        tags-recursive uninstall uninstall-am uninstall-binSCRIPTS \
824
872
        uninstall-pkgconfigDATA
825
873
 
826
874