~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to libs/gst/net/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
524
524
        done; \
525
525
        test -z "$$list2" || { \
526
526
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
527
 
          $(MKDIR_P) '$(DESTDIR)$(libdir)' || exit 1; \
 
527
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
528
528
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
529
529
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
530
530
        }
619
619
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
620
620
        if test -n "$$list"; then \
621
621
          echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
622
 
          $(MKDIR_P) '$(DESTDIR)$(girdir)' || exit 1; \
 
622
          $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
623
623
        fi; \
624
624
        for p in $$list; do \
625
625
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
640
640
        @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
641
641
        if test -n "$$list"; then \
642
642
          echo " $(MKDIR_P) '$(DESTDIR)$(typelibsdir)'"; \
643
 
          $(MKDIR_P) '$(DESTDIR)$(typelibsdir)' || exit 1; \
 
643
          $(MKDIR_P) "$(DESTDIR)$(typelibsdir)" || exit 1; \
644
644
        fi; \
645
645
        for p in $$list; do \
646
646
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
661
661
        @list='$(libgstnet_@GST_API_VERSION@_include_HEADERS)'; test -n "$(libgstnet_@GST_API_VERSION@_includedir)" || list=; \
662
662
        if test -n "$$list"; then \
663
663
          echo " $(MKDIR_P) '$(DESTDIR)$(libgstnet_@GST_API_VERSION@_includedir)'"; \
664
 
          $(MKDIR_P) '$(DESTDIR)$(libgstnet_@GST_API_VERSION@_includedir)' || exit 1; \
 
664
          $(MKDIR_P) "$(DESTDIR)$(libgstnet_@GST_API_VERSION@_includedir)" || exit 1; \
665
665
        fi; \
666
666
        for p in $$list; do \
667
667
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \