~ubuntu-branches/ubuntu/lucid/vlc/lucid-security

« back to all changes in this revision

Viewing changes to modules/access/screen/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-09-25 14:44:17 UTC
  • mfrom: (3.5.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090925144417-87vomt575d0agvqa
Tags: 1.0.2-1ubuntu1
* Merge from Debian unstable (LP: #435524), remaining changes:
  - build against xulrunner-dev instead of iceape-dev
  - build against libx264-dev and install libx264 plugin
  - add Xb-Npp header to vlc package
  - recommend vlc-plugin-pulse for vlc

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.
26
27
 
27
28
VPATH = @srcdir@
28
29
pkgdatadir = $(datadir)/@PACKAGE@
 
30
pkgincludedir = $(includedir)/@PACKAGE@
29
31
pkglibdir = $(libdir)/@PACKAGE@
30
 
pkgincludedir = $(includedir)/@PACKAGE@
 
32
pkglibexecdir = $(libexecdir)/@PACKAGE@
31
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32
34
install_sh_DATA = $(install_sh) -c -m 644
33
35
install_sh_PROGRAM = $(install_sh) -c
60
62
mkinstalldirs = $(install_sh) -d
61
63
CONFIG_HEADER = $(top_builddir)/config.h
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
67
am__vpath_adj = case $$p in \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(libvlcdir)"
70
 
libvlcLTLIBRARIES_INSTALL = $(INSTALL)
71
88
LTLIBRARIES = $(libvlc_LTLIBRARIES)
72
89
am__DEPENDENCIES_1 = `$(VLC_CONFIG) plugin $@` $(LTLIBVLCCORE) \
73
90
        $(top_builddir)/compat/libcompat.la
102
119
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103
120
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
104
121
am__depfiles_maybe = depfiles
 
122
am__mv = mv -f
105
123
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
124
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
125
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
549
567
PACKAGE_NAME = @PACKAGE_NAME@
550
568
PACKAGE_STRING = @PACKAGE_STRING@
551
569
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
570
PACKAGE_URL = @PACKAGE_URL@
552
571
PACKAGE_VERSION = @PACKAGE_VERSION@
553
572
PATH_SEPARATOR = @PATH_SEPARATOR@
554
573
PCRE_CFLAGS = @PCRE_CFLAGS@
576
595
SHELL = @SHELL@
577
596
SHOUT_CFLAGS = @SHOUT_CFLAGS@
578
597
SHOUT_LIBS = @SHOUT_LIBS@
 
598
SOCKET_LIBS = @SOCKET_LIBS@
579
599
STRIP = @STRIP@
580
600
SVG_CFLAGS = @SVG_CFLAGS@
581
601
SVG_LIBS = @SVG_LIBS@
759
779
              exit 1;; \
760
780
          esac; \
761
781
        done; \
762
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/access/screen/Makefile'; \
763
 
        cd $(top_srcdir) && \
764
 
          $(AUTOMAKE) --gnu  modules/access/screen/Makefile
 
782
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/access/screen/Makefile'; \
 
783
        $(am__cd) $(top_srcdir) && \
 
784
          $(AUTOMAKE) --gnu modules/access/screen/Makefile
765
785
.PRECIOUS: Makefile
766
786
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
767
787
        @case '$?' in \
779
799
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
780
800
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
781
801
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
802
$(am__aclocal_m4_deps):
782
803
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
783
804
        @$(NORMAL_INSTALL)
784
805
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
785
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
806
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
807
        list2=; for p in $$list; do \
786
808
          if test -f $$p; then \
787
 
            f=$(am__strip_dir) \
788
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
789
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
809
            list2="$$list2 $$p"; \
790
810
          else :; fi; \
791
 
        done
 
811
        done; \
 
812
        test -z "$$list2" || { \
 
813
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
814
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
815
        }
792
816
 
793
817
uninstall-libvlcLTLIBRARIES:
794
818
        @$(NORMAL_UNINSTALL)
795
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
796
 
          p=$(am__strip_dir) \
797
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
798
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
819
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
820
        for p in $$list; do \
 
821
          $(am__strip_dir) \
 
822
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
823
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
799
824
        done
800
825
 
801
826
clean-libvlcLTLIBRARIES:
826
851
 
827
852
.c.o:
828
853
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
829
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
854
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
830
855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
831
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
832
857
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
833
858
 
834
859
.c.obj:
835
860
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
836
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
861
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
837
862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
838
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839
864
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
840
865
 
841
866
.c.lo:
842
867
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
843
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
868
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
844
869
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
845
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846
871
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
847
872
 
848
873
libscreen_plugin_la-screen.lo: screen.c
849
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -MT libscreen_plugin_la-screen.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-screen.Tpo -c -o libscreen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
850
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libscreen_plugin_la-screen.Tpo $(DEPDIR)/libscreen_plugin_la-screen.Plo
 
874
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -MT libscreen_plugin_la-screen.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-screen.Tpo -c -o libscreen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
 
875
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreen_plugin_la-screen.Tpo $(DEPDIR)/libscreen_plugin_la-screen.Plo
851
876
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='screen.c' object='libscreen_plugin_la-screen.lo' libtool=yes @AMDEPBACKSLASH@
852
877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -c -o libscreen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
 
878
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -c -o libscreen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
854
879
 
855
880
libscreen_plugin_la-mac.lo: mac.c
856
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -MT libscreen_plugin_la-mac.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-mac.Tpo -c -o libscreen_plugin_la-mac.lo `test -f 'mac.c' || echo '$(srcdir)/'`mac.c
857
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libscreen_plugin_la-mac.Tpo $(DEPDIR)/libscreen_plugin_la-mac.Plo
 
881
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -MT libscreen_plugin_la-mac.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-mac.Tpo -c -o libscreen_plugin_la-mac.lo `test -f 'mac.c' || echo '$(srcdir)/'`mac.c
 
882
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreen_plugin_la-mac.Tpo $(DEPDIR)/libscreen_plugin_la-mac.Plo
858
883
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mac.c' object='libscreen_plugin_la-mac.lo' libtool=yes @AMDEPBACKSLASH@
859
884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -c -o libscreen_plugin_la-mac.lo `test -f 'mac.c' || echo '$(srcdir)/'`mac.c
 
885
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -c -o libscreen_plugin_la-mac.lo `test -f 'mac.c' || echo '$(srcdir)/'`mac.c
861
886
 
862
887
libscreen_plugin_la-win32.lo: win32.c
863
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -MT libscreen_plugin_la-win32.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-win32.Tpo -c -o libscreen_plugin_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c
864
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libscreen_plugin_la-win32.Tpo $(DEPDIR)/libscreen_plugin_la-win32.Plo
 
888
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -MT libscreen_plugin_la-win32.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-win32.Tpo -c -o libscreen_plugin_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c
 
889
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreen_plugin_la-win32.Tpo $(DEPDIR)/libscreen_plugin_la-win32.Plo
865
890
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='win32.c' object='libscreen_plugin_la-win32.lo' libtool=yes @AMDEPBACKSLASH@
866
891
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -c -o libscreen_plugin_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c
 
892
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CFLAGS) $(CFLAGS) -c -o libscreen_plugin_la-win32.lo `test -f 'win32.c' || echo '$(srcdir)/'`win32.c
868
893
 
869
894
libx11_screen_plugin_la-screen.lo: screen.c
870
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -MT libx11_screen_plugin_la-screen.lo -MD -MP -MF $(DEPDIR)/libx11_screen_plugin_la-screen.Tpo -c -o libx11_screen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
871
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libx11_screen_plugin_la-screen.Tpo $(DEPDIR)/libx11_screen_plugin_la-screen.Plo
 
895
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -MT libx11_screen_plugin_la-screen.lo -MD -MP -MF $(DEPDIR)/libx11_screen_plugin_la-screen.Tpo -c -o libx11_screen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
 
896
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libx11_screen_plugin_la-screen.Tpo $(DEPDIR)/libx11_screen_plugin_la-screen.Plo
872
897
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='screen.c' object='libx11_screen_plugin_la-screen.lo' libtool=yes @AMDEPBACKSLASH@
873
898
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -c -o libx11_screen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
 
899
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -c -o libx11_screen_plugin_la-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
875
900
 
876
901
libx11_screen_plugin_la-x11.lo: x11.c
877
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -MT libx11_screen_plugin_la-x11.lo -MD -MP -MF $(DEPDIR)/libx11_screen_plugin_la-x11.Tpo -c -o libx11_screen_plugin_la-x11.lo `test -f 'x11.c' || echo '$(srcdir)/'`x11.c
878
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libx11_screen_plugin_la-x11.Tpo $(DEPDIR)/libx11_screen_plugin_la-x11.Plo
 
902
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -MT libx11_screen_plugin_la-x11.lo -MD -MP -MF $(DEPDIR)/libx11_screen_plugin_la-x11.Tpo -c -o libx11_screen_plugin_la-x11.lo `test -f 'x11.c' || echo '$(srcdir)/'`x11.c
 
903
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libx11_screen_plugin_la-x11.Tpo $(DEPDIR)/libx11_screen_plugin_la-x11.Plo
879
904
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='x11.c' object='libx11_screen_plugin_la-x11.lo' libtool=yes @AMDEPBACKSLASH@
880
905
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
881
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -c -o libx11_screen_plugin_la-x11.lo `test -f 'x11.c' || echo '$(srcdir)/'`x11.c
 
906
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libx11_screen_plugin_la_CFLAGS) $(CFLAGS) -c -o libx11_screen_plugin_la-x11.lo `test -f 'x11.c' || echo '$(srcdir)/'`x11.c
882
907
 
883
908
.cpp.o:
884
909
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
885
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
910
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
886
911
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
887
912
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
888
913
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
889
914
 
890
915
.cpp.obj:
891
916
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
892
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
917
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
893
918
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
894
919
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
895
920
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
896
921
 
897
922
.cpp.lo:
898
923
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
899
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
924
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
900
925
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
901
926
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
902
927
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
903
928
 
904
929
libscreen_plugin_la-beos.lo: beos.cpp
905
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libscreen_plugin_la-beos.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-beos.Tpo -c -o libscreen_plugin_la-beos.lo `test -f 'beos.cpp' || echo '$(srcdir)/'`beos.cpp
906
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libscreen_plugin_la-beos.Tpo $(DEPDIR)/libscreen_plugin_la-beos.Plo
 
930
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libscreen_plugin_la-beos.lo -MD -MP -MF $(DEPDIR)/libscreen_plugin_la-beos.Tpo -c -o libscreen_plugin_la-beos.lo `test -f 'beos.cpp' || echo '$(srcdir)/'`beos.cpp
 
931
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libscreen_plugin_la-beos.Tpo $(DEPDIR)/libscreen_plugin_la-beos.Plo
907
932
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='beos.cpp' object='libscreen_plugin_la-beos.lo' libtool=yes @AMDEPBACKSLASH@
908
933
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libscreen_plugin_la-beos.lo `test -f 'beos.cpp' || echo '$(srcdir)/'`beos.cpp
 
934
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreen_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libscreen_plugin_la-beos.lo `test -f 'beos.cpp' || echo '$(srcdir)/'`beos.cpp
910
935
 
911
936
mostlyclean-libtool:
912
937
        -rm -f *.lo
926
951
 
927
952
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
928
953
                $(TAGS_FILES) $(LISP)
929
 
        tags=; \
 
954
        set x; \
930
955
        here=`pwd`; \
931
956
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
932
957
        unique=`for i in $$list; do \
934
959
          done | \
935
960
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
936
961
              END { if (nonempty) { for (i in files) print i; }; }'`; \
937
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
962
        shift; \
 
963
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
938
964
          test -n "$$unique" || unique=$$empty_fix; \
939
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
940
 
            $$tags $$unique; \
 
965
          if test $$# -gt 0; then \
 
966
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
967
              "$$@" $$unique; \
 
968
          else \
 
969
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
970
              $$unique; \
 
971
          fi; \
941
972
        fi
942
973
ctags: CTAGS
943
974
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
944
975
                $(TAGS_FILES) $(LISP)
945
 
        tags=; \
946
976
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
947
977
        unique=`for i in $$list; do \
948
978
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
949
979
          done | \
950
980
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
951
981
              END { if (nonempty) { for (i in files) print i; }; }'`; \
952
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
982
        test -z "$(CTAGS_ARGS)$$unique" \
953
983
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
954
 
             $$tags $$unique
 
984
             $$unique
955
985
 
956
986
GTAGS:
957
987
        here=`$(am__cd) $(top_builddir) && pwd` \
958
 
          && cd $(top_srcdir) \
959
 
          && gtags -i $(GTAGS_ARGS) $$here
 
988
          && $(am__cd) $(top_srcdir) \
 
989
          && gtags -i $(GTAGS_ARGS) "$$here"
960
990
 
961
991
distclean-tags:
962
992
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
977
1007
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
978
1008
          if test -d $$d/$$file; then \
979
1009
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1010
            if test -d "$(distdir)/$$file"; then \
 
1011
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1012
            fi; \
980
1013
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
981
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1014
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1015
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
982
1016
            fi; \
983
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1017
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
984
1018
          else \
985
 
            test -f $(distdir)/$$file \
986
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1019
            test -f "$(distdir)/$$file" \
 
1020
            || cp -p $$d/$$file "$(distdir)/$$file" \
987
1021
            || exit 1; \
988
1022
          fi; \
989
1023
        done
1017
1051
 
1018
1052
distclean-generic:
1019
1053
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1054
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1020
1055
 
1021
1056
maintainer-clean-generic:
1022
1057
        @echo "This command is intended for maintainers to use"
1039
1074
 
1040
1075
html: html-am
1041
1076
 
 
1077
html-am:
 
1078
 
1042
1079
info: info-am
1043
1080
 
1044
1081
info-am:
1047
1084
 
1048
1085
install-dvi: install-dvi-am
1049
1086
 
 
1087
install-dvi-am:
 
1088
 
1050
1089
install-exec-am:
1051
1090
 
1052
1091
install-html: install-html-am
1053
1092
 
 
1093
install-html-am:
 
1094
 
1054
1095
install-info: install-info-am
1055
1096
 
 
1097
install-info-am:
 
1098
 
1056
1099
install-man:
1057
1100
 
1058
1101
install-pdf: install-pdf-am
1059
1102
 
 
1103
install-pdf-am:
 
1104
 
1060
1105
install-ps: install-ps-am
1061
1106
 
 
1107
install-ps-am:
 
1108
 
1062
1109
installcheck-am:
1063
1110
 
1064
1111
maintainer-clean: maintainer-clean-am
1081
1128
 
1082
1129
uninstall-am: uninstall-libvlcLTLIBRARIES
1083
1130
 
1084
 
.MAKE: install-am install-strip
 
1131
.MAKE: all check install install-am install-strip
1085
1132
 
1086
1133
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1087
1134
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1105
1152
        $(top_builddir)/compile
1106
1153
 
1107
1154
.PHONY: nice
 
1155
 
1108
1156
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1109
1157
# Otherwise a system limit (for SysV at least) may be exceeded.
1110
1158
.NOEXPORT: