~ubuntu-branches/ubuntu/vivid/libgwenhywfar/vivid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Micha Lenk
  • Date: 2013-08-21 20:27:23 UTC
  • mfrom: (1.5.3)
  • Revision ID: package-import@ubuntu.com-20130821202723-79fxx94wm33l9omq
Tags: 4.7.0beta-1
* New upstream release
* Updated debian/libgwenhywfar60.symbols.
* Add build-dep on libgpg-error-dev to fix a build log warning about indirect
  linkage to libgpg-error.so.

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.
18
18
 
19
19
 
20
20
VPATH = @srcdir@
 
21
am__make_dryrun = \
 
22
  { \
 
23
    am__dry=no; \
 
24
    case $$MAKEFLAGS in \
 
25
      *\\[\ \   ]*) \
 
26
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
27
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
28
      *) \
 
29
        for am__flg in $$MAKEFLAGS; do \
 
30
          case $$am__flg in \
 
31
            *=*|--*) ;; \
 
32
            *n*) am__dry=yes; break;; \
 
33
          esac; \
 
34
        done;; \
 
35
    esac; \
 
36
    test $$am__dry = yes; \
 
37
  }
21
38
pkgdatadir = $(datadir)/@PACKAGE@
22
39
pkgincludedir = $(includedir)/@PACKAGE@
23
40
pkglibdir = $(libdir)/@PACKAGE@
82
99
am__base_list = \
83
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
102
am__uninstall_files_from_dir = { \
 
103
  test -z "$$files" \
 
104
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
105
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
106
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
107
  }
85
108
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(iheaderdir)"
86
109
LTLIBRARIES = $(lib_LTLIBRARIES)
87
110
am__DEPENDENCIES_1 =
123
146
        install-pdf-recursive install-ps-recursive install-recursive \
124
147
        installcheck-recursive installdirs-recursive pdf-recursive \
125
148
        ps-recursive uninstall-recursive
 
149
am__can_run_installinfo = \
 
150
  case $$AM_UPDATE_INFO_DIR in \
 
151
    n|no|NO) false;; \
 
152
    *) (install-info --version) >/dev/null 2>&1;; \
 
153
  esac
126
154
HEADERS = $(iheader_HEADERS) $(noinst_HEADERS)
127
155
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
128
156
  distclean-recursive maintainer-clean-recursive
506
534
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
507
535
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
508
536
        @$(NORMAL_INSTALL)
509
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
510
537
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
511
538
        list2=; for p in $$list; do \
512
539
          if test -f $$p; then \
514
541
          else :; fi; \
515
542
        done; \
516
543
        test -z "$$list2" || { \
 
544
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
545
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
517
546
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
518
547
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
519
548
        }
535
564
          echo "rm -f \"$${dir}/so_locations\""; \
536
565
          rm -f "$${dir}/so_locations"; \
537
566
        done
538
 
libgwenhywfar.la: $(libgwenhywfar_la_OBJECTS) $(libgwenhywfar_la_DEPENDENCIES) 
 
567
libgwenhywfar.la: $(libgwenhywfar_la_OBJECTS) $(libgwenhywfar_la_DEPENDENCIES) $(EXTRA_libgwenhywfar_la_DEPENDENCIES) 
539
568
        $(libgwenhywfar_la_LINK) -rpath $(libdir) $(libgwenhywfar_la_OBJECTS) $(libgwenhywfar_la_LIBADD) $(LIBS)
540
569
 
541
570
clean-noinstPROGRAMS:
546
575
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
547
576
        echo " rm -f" $$list; \
548
577
        rm -f $$list
549
 
testlib$(EXEEXT): $(testlib_OBJECTS) $(testlib_DEPENDENCIES) 
 
578
testlib$(EXEEXT): $(testlib_OBJECTS) $(testlib_DEPENDENCIES) $(EXTRA_testlib_DEPENDENCIES) 
550
579
        @rm -f testlib$(EXEEXT)
551
580
        $(LINK) $(testlib_OBJECTS) $(testlib_LDADD) $(LIBS)
552
581
 
588
617
        -rm -rf .libs _libs
589
618
install-iheaderHEADERS: $(iheader_HEADERS)
590
619
        @$(NORMAL_INSTALL)
591
 
        test -z "$(iheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(iheaderdir)"
592
620
        @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
 
621
        if test -n "$$list"; then \
 
622
          echo " $(MKDIR_P) '$(DESTDIR)$(iheaderdir)'"; \
 
623
          $(MKDIR_P) "$(DESTDIR)$(iheaderdir)" || exit 1; \
 
624
        fi; \
593
625
        for p in $$list; do \
594
626
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
595
627
          echo "$$d$$p"; \
603
635
        @$(NORMAL_UNINSTALL)
604
636
        @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
605
637
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
606
 
        test -n "$$files" || exit 0; \
607
 
        echo " ( cd '$(DESTDIR)$(iheaderdir)' && rm -f" $$files ")"; \
608
 
        cd "$(DESTDIR)$(iheaderdir)" && rm -f $$files
 
638
        dir='$(DESTDIR)$(iheaderdir)'; $(am__uninstall_files_from_dir)
609
639
 
610
640
# This directory's subdirectories are mostly independent; you can cd
611
641
# into them and run `make' without going through this Makefile.
823
853
          fi; \
824
854
          dashes=`echo "$$dashes" | sed s/./=/g`; \
825
855
          if test "$$failed" -eq 0; then \
826
 
            echo "$$grn$$dashes"; \
 
856
            col="$$grn"; \
827
857
          else \
828
 
            echo "$$red$$dashes"; \
 
858
            col="$$red"; \
829
859
          fi; \
830
 
          echo "$$banner"; \
831
 
          test -z "$$skipped" || echo "$$skipped"; \
832
 
          test -z "$$report" || echo "$$report"; \
833
 
          echo "$$dashes$$std"; \
 
860
          echo "$${col}$$dashes$${std}"; \
 
861
          echo "$${col}$$banner$${std}"; \
 
862
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
 
863
          test -z "$$report" || echo "$${col}$$report$${std}"; \
 
864
          echo "$${col}$$dashes$${std}"; \
834
865
          test "$$failed" -eq 0; \
835
866
        else :; fi
836
867
 
866
897
        done
867
898
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
868
899
          if test "$$subdir" = .; then :; else \
869
 
            test -d "$(distdir)/$$subdir" \
870
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
871
 
            || exit 1; \
872
 
          fi; \
873
 
        done
874
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
875
 
          if test "$$subdir" = .; then :; else \
 
900
            $(am__make_dryrun) \
 
901
              || test -d "$(distdir)/$$subdir" \
 
902
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
903
              || exit 1; \
876
904
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
877
905
            $(am__relativize); \
878
906
            new_distdir=$$reldir; \
913
941
 
914
942
installcheck: installcheck-recursive
915
943
install-strip:
916
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
917
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
918
 
          `test -z '$(STRIP)' || \
919
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
944
        if test -z '$(STRIP)'; then \
 
945
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
946
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
947
              install; \
 
948
        else \
 
949
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
950
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
951
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
952
        fi
920
953
mostlyclean-generic:
921
954
 
922
955
clean-generic: