~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to extras/package/ipkg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
SOURCES =
52
55
DIST_SOURCES =
53
56
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
471
474
PACKAGE_NAME = @PACKAGE_NAME@
472
475
PACKAGE_STRING = @PACKAGE_STRING@
473
476
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
477
PACKAGE_URL = @PACKAGE_URL@
474
478
PACKAGE_VERSION = @PACKAGE_VERSION@
475
479
PATH_SEPARATOR = @PATH_SEPARATOR@
476
480
PCRE_CFLAGS = @PCRE_CFLAGS@
498
502
SHELL = @SHELL@
499
503
SHOUT_CFLAGS = @SHOUT_CFLAGS@
500
504
SHOUT_LIBS = @SHOUT_LIBS@
 
505
SOCKET_LIBS = @SOCKET_LIBS@
501
506
STRIP = @STRIP@
502
507
SVG_CFLAGS = @SVG_CFLAGS@
503
508
SVG_LIBS = @SVG_LIBS@
639
644
              exit 1;; \
640
645
          esac; \
641
646
        done; \
642
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  extras/package/ipkg/Makefile'; \
643
 
        cd $(top_srcdir) && \
644
 
          $(AUTOMAKE) --gnu  extras/package/ipkg/Makefile
 
647
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extras/package/ipkg/Makefile'; \
 
648
        $(am__cd) $(top_srcdir) && \
 
649
          $(AUTOMAKE) --gnu extras/package/ipkg/Makefile
645
650
.PRECIOUS: Makefile
646
651
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
647
652
        @case '$?' in \
659
664
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
660
665
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
661
666
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
667
$(am__aclocal_m4_deps):
662
668
 
663
669
mostlyclean-libtool:
664
670
        -rm -f *.lo
688
694
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
689
695
          if test -d $$d/$$file; then \
690
696
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
697
            if test -d "$(distdir)/$$file"; then \
 
698
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
699
            fi; \
691
700
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
692
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
701
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
702
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
693
703
            fi; \
694
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
704
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
695
705
          else \
696
 
            test -f $(distdir)/$$file \
697
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
706
            test -f "$(distdir)/$$file" \
 
707
            || cp -p $$d/$$file "$(distdir)/$$file" \
698
708
            || exit 1; \
699
709
          fi; \
700
710
        done
722
732
 
723
733
distclean-generic:
724
734
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
735
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
725
736
 
726
737
maintainer-clean-generic:
727
738
        @echo "This command is intended for maintainers to use"
740
751
 
741
752
html: html-am
742
753
 
 
754
html-am:
 
755
 
743
756
info: info-am
744
757
 
745
758
info-am:
748
761
 
749
762
install-dvi: install-dvi-am
750
763
 
 
764
install-dvi-am:
 
765
 
751
766
install-exec-am:
752
767
 
753
768
install-html: install-html-am
754
769
 
 
770
install-html-am:
 
771
 
755
772
install-info: install-info-am
756
773
 
 
774
install-info-am:
 
775
 
757
776
install-man:
758
777
 
759
778
install-pdf: install-pdf-am
760
779
 
 
780
install-pdf-am:
 
781
 
761
782
install-ps: install-ps-am
762
783
 
 
784
install-ps-am:
 
785
 
763
786
installcheck-am:
764
787
 
765
788
maintainer-clean: maintainer-clean-am
793
816
        maintainer-clean-generic mostlyclean mostlyclean-generic \
794
817
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
795
818
 
 
819
 
796
820
# Tell versions [3.59,3.63) of GNU make to not export all variables.
797
821
# Otherwise a system limit (for SysV at least) may be exceeded.
798
822
.NOEXPORT: