patch-modules_misc_Makefile_in 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. --- vlc-1.1.11.orig/modules/misc/Makefile.in 2011-07-14 13:28:46.000000000 +0200
  2. +++ vlc-1.1.11/modules/misc/Makefile.in 2011-09-15 13:17:03.867989779 +0200
  3. @@ -205,26 +205,6 @@ libwin32text_plugin_la_LINK = $(LIBTOOL)
  4. $(libwin32text_plugin_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  5. $(LDFLAGS) -o $@
  6. @HAVE_WINCE_TRUE@am_libwin32text_plugin_la_rpath = -rpath $(libvlcdir)
  7. -am__objects_12 = libxdg_screensaver_plugin_la-xdg.lo
  8. -am_libxdg_screensaver_plugin_la_OBJECTS = $(am__objects_12)
  9. -nodist_libxdg_screensaver_plugin_la_OBJECTS =
  10. -libxdg_screensaver_plugin_la_OBJECTS = \
  11. - $(am_libxdg_screensaver_plugin_la_OBJECTS) \
  12. - $(nodist_libxdg_screensaver_plugin_la_OBJECTS)
  13. -libxdg_screensaver_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  14. - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  15. - $(libxdg_screensaver_plugin_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  16. - $(LDFLAGS) -o $@
  17. -am__objects_13 = libxscreensaver_plugin_la-xscreensaver.lo
  18. -am_libxscreensaver_plugin_la_OBJECTS = $(am__objects_13)
  19. -nodist_libxscreensaver_plugin_la_OBJECTS =
  20. -libxscreensaver_plugin_la_OBJECTS = \
  21. - $(am_libxscreensaver_plugin_la_OBJECTS) \
  22. - $(nodist_libxscreensaver_plugin_la_OBJECTS)
  23. -libxscreensaver_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  24. - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  25. - $(libxscreensaver_plugin_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  26. - $(LDFLAGS) -o $@
  27. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  28. depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
  29. am__depfiles_maybe = depfiles
  30. @@ -272,10 +252,6 @@ SOURCES = $(libaudioscrobbler_plugin_la_
  31. $(nodist_libvod_rtsp_plugin_la_SOURCES) \
  32. $(libwin32text_plugin_la_SOURCES) \
  33. $(nodist_libwin32text_plugin_la_SOURCES) \
  34. - $(libxdg_screensaver_plugin_la_SOURCES) \
  35. - $(nodist_libxdg_screensaver_plugin_la_SOURCES) \
  36. - $(libxscreensaver_plugin_la_SOURCES) \
  37. - $(nodist_libxscreensaver_plugin_la_SOURCES)
  38. DIST_SOURCES = $(libaudioscrobbler_plugin_la_SOURCES) \
  39. $(libfreetype_plugin_la_SOURCES) \
  40. $(libgnutls_plugin_la_SOURCES) $(libinhibit_plugin_la_SOURCES) \
  41. @@ -284,9 +260,7 @@ DIST_SOURCES = $(libaudioscrobbler_plugi
  42. $(libquartztext_plugin_la_SOURCES) \
  43. $(libsqlite_plugin_la_SOURCES) $(libsvg_plugin_la_SOURCES) \
  44. $(libvod_rtsp_plugin_la_SOURCES) \
  45. - $(libwin32text_plugin_la_SOURCES) \
  46. - $(libxdg_screensaver_plugin_la_SOURCES) \
  47. - $(libxscreensaver_plugin_la_SOURCES)
  48. + $(libwin32text_plugin_la_SOURCES)
  49. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  50. html-recursive info-recursive install-data-recursive \
  51. install-dvi-recursive install-exec-recursive \
  52. @@ -620,7 +594,6 @@ LTLIBxcb_xv = @LTLIBxcb_xv@
  53. LTLIBxdg_screensaver = @LTLIBxdg_screensaver@
  54. LTLIBxml = @LTLIBxml@
  55. LTLIBxosd = @LTLIBxosd@
  56. -LTLIBxscreensaver = @LTLIBxscreensaver@
  57. LTLIBzip = @LTLIBzip@
  58. LTLIBzvbi = @LTLIBzvbi@
  59. LUAC = @LUAC@
  60. @@ -834,13 +807,12 @@ vlcdatadir = @vlcdatadir@
  61. vlclibdir = @vlclibdir@
  62. basedir = misc
  63. dir = misc
  64. -mods = audioscrobbler freetype gnutls inhibit logger osso_screensaver quartztext sqlite svg vod_rtsp win32text xdg_screensaver xscreensaver
  65. +mods = audioscrobbler freetype gnutls inhibit logger osso_screensaver quartztext sqlite svg vod_rtsp win32text
  66. libvlc_LTLIBRARIES = $(LTLIBfreetype) $(LTLIBgnutls) $(LTLIBinhibit) \
  67. $(LTLIBosso_screensaver) $(LTLIBsqlite) $(LTLIBsvg) \
  68. - $(LTLIBxdg_screensaver) $(LTLIBxscreensaver) \
  69. libaudioscrobbler_plugin.la liblogger_plugin.la \
  70. $(am__append_2) $(am__append_3) $(am__append_4)
  71. -EXTRA_LTLIBRARIES = libfreetype_plugin.la libgnutls_plugin.la libinhibit_plugin.la libosso_screensaver_plugin.la libsqlite_plugin.la libsvg_plugin.la libxdg_screensaver_plugin.la libxscreensaver_plugin.la
  72. +EXTRA_LTLIBRARIES = libfreetype_plugin.la libgnutls_plugin.la libinhibit_plugin.la libosso_screensaver_plugin.la libsqlite_plugin.la libsvg_plugin.la
  73. NULL =
  74. SUFFIXES =
  75. libvlcdir = $(vlclibdir)/plugins/$(basedir)
  76. @@ -876,8 +848,6 @@ SOURCES_svg = svg.c
  77. SOURCES_audioscrobbler = audioscrobbler.c
  78. SOURCES_inhibit = inhibit.c
  79. SOURCES_sqlite = sqlite.c
  80. -SOURCES_xscreensaver = inhibit/xscreensaver.c
  81. -SOURCES_xdg_screensaver = inhibit/xdg.c
  82. SOURCES_osso_screensaver = inhibit/osso.c
  83. # The audioscrobbler plugin
  84. @@ -1001,27 +971,6 @@ libwin32text_plugin_la_OBJCFLAGS = $(AM_
  85. libwin32text_plugin_la_LIBADD = $(AM_LIBADD)
  86. libwin32text_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  87. -# The xdg_screensaver plugin
  88. -libxdg_screensaver_plugin_la_SOURCES = $(SOURCES_xdg_screensaver)
  89. -nodist_libxdg_screensaver_plugin_la_SOURCES = $(nodist_SOURCES_xdg_screensaver)
  90. -# Force per-target objects:
  91. -libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
  92. -libxdg_screensaver_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  93. -libxdg_screensaver_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  94. -# Set LIBADD and DEPENDENCIES manually:
  95. -libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
  96. -libxdg_screensaver_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  97. -
  98. -# The xscreensaver plugin
  99. -libxscreensaver_plugin_la_SOURCES = $(SOURCES_xscreensaver)
  100. -nodist_libxscreensaver_plugin_la_SOURCES = $(nodist_SOURCES_xscreensaver)
  101. -# Force per-target objects:
  102. -libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
  103. -libxscreensaver_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)
  104. -libxscreensaver_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)
  105. -# Set LIBADD and DEPENDENCIES manually:
  106. -libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
  107. -libxscreensaver_plugin_la_DEPENDENCIES = $(top_srcdir)/src/libvlccore.sym
  108. all: $(BUILT_SOURCES)
  109. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  110. @@ -1110,10 +1059,6 @@ libvod_rtsp_plugin.la: $(libvod_rtsp_plu
  111. $(AM_V_CCLD)$(libvod_rtsp_plugin_la_LINK) $(am_libvod_rtsp_plugin_la_rpath) $(libvod_rtsp_plugin_la_OBJECTS) $(libvod_rtsp_plugin_la_LIBADD) $(LIBS)
  112. libwin32text_plugin.la: $(libwin32text_plugin_la_OBJECTS) $(libwin32text_plugin_la_DEPENDENCIES)
  113. $(AM_V_CCLD)$(libwin32text_plugin_la_LINK) $(am_libwin32text_plugin_la_rpath) $(libwin32text_plugin_la_OBJECTS) $(libwin32text_plugin_la_LIBADD) $(LIBS)
  114. -libxdg_screensaver_plugin.la: $(libxdg_screensaver_plugin_la_OBJECTS) $(libxdg_screensaver_plugin_la_DEPENDENCIES)
  115. - $(AM_V_CCLD)$(libxdg_screensaver_plugin_la_LINK) $(libxdg_screensaver_plugin_la_OBJECTS) $(libxdg_screensaver_plugin_la_LIBADD) $(LIBS)
  116. -libxscreensaver_plugin.la: $(libxscreensaver_plugin_la_OBJECTS) $(libxscreensaver_plugin_la_DEPENDENCIES)
  117. - $(AM_V_CCLD)$(libxscreensaver_plugin_la_LINK) $(libxscreensaver_plugin_la_OBJECTS) $(libxscreensaver_plugin_la_LIBADD) $(LIBS)
  118. mostlyclean-compile:
  119. -rm -f *.$(OBJEXT)
  120. @@ -1132,8 +1077,6 @@ distclean-compile:
  121. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsvg_plugin_la-svg.Plo@am__quote@
  122. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvod_rtsp_plugin_la-rtsp.Plo@am__quote@
  123. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwin32text_plugin_la-win32text.Plo@am__quote@
  124. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxdg_screensaver_plugin_la-xdg.Plo@am__quote@
  125. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxscreensaver_plugin_la-xscreensaver.Plo@am__quote@
  126. .c.o:
  127. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  128. @@ -1247,22 +1190,6 @@ libwin32text_plugin_la-win32text.lo: win
  129. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  130. @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwin32text_plugin_la_CFLAGS) $(CFLAGS) -c -o libwin32text_plugin_la-win32text.lo `test -f 'win32text.c' || echo '$(srcdir)/'`win32text.c
  131. -libxdg_screensaver_plugin_la-xdg.lo: inhibit/xdg.c
  132. -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxdg_screensaver_plugin_la_CFLAGS) $(CFLAGS) -MT libxdg_screensaver_plugin_la-xdg.lo -MD -MP -MF $(DEPDIR)/libxdg_screensaver_plugin_la-xdg.Tpo -c -o libxdg_screensaver_plugin_la-xdg.lo `test -f 'inhibit/xdg.c' || echo '$(srcdir)/'`inhibit/xdg.c
  133. -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libxdg_screensaver_plugin_la-xdg.Tpo $(DEPDIR)/libxdg_screensaver_plugin_la-xdg.Plo
  134. -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  135. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='inhibit/xdg.c' object='libxdg_screensaver_plugin_la-xdg.lo' libtool=yes @AMDEPBACKSLASH@
  136. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  137. -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxdg_screensaver_plugin_la_CFLAGS) $(CFLAGS) -c -o libxdg_screensaver_plugin_la-xdg.lo `test -f 'inhibit/xdg.c' || echo '$(srcdir)/'`inhibit/xdg.c
  138. -
  139. -libxscreensaver_plugin_la-xscreensaver.lo: inhibit/xscreensaver.c
  140. -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxscreensaver_plugin_la_CFLAGS) $(CFLAGS) -MT libxscreensaver_plugin_la-xscreensaver.lo -MD -MP -MF $(DEPDIR)/libxscreensaver_plugin_la-xscreensaver.Tpo -c -o libxscreensaver_plugin_la-xscreensaver.lo `test -f 'inhibit/xscreensaver.c' || echo '$(srcdir)/'`inhibit/xscreensaver.c
  141. -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libxscreensaver_plugin_la-xscreensaver.Tpo $(DEPDIR)/libxscreensaver_plugin_la-xscreensaver.Plo
  142. -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  143. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='inhibit/xscreensaver.c' object='libxscreensaver_plugin_la-xscreensaver.lo' libtool=yes @AMDEPBACKSLASH@
  144. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  145. -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxscreensaver_plugin_la_CFLAGS) $(CFLAGS) -c -o libxscreensaver_plugin_la-xscreensaver.lo `test -f 'inhibit/xscreensaver.c' || echo '$(srcdir)/'`inhibit/xscreensaver.c
  146. -
  147. mostlyclean-libtool:
  148. -rm -f *.lo