Makefile.am
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:8k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. # Autogenerated by bootstrap - DO NOT EDIT - edit Modules.am instead
  2. NULL =
  3. libvlc_LIBRARIES =
  4. noinst_LIBRARIES =
  5. noinst_HEADERS =
  6. EXTRA_DIST = Modules.am
  7. BUILT_SOURCES =
  8. SUBDIRS = 
  9. #DIST_SUBDIRS = $(SUBDIRS)
  10. libvlcdir = $(libdir)/vlc/misc
  11. include Modules.am
  12. if BUILD_MOZILLA
  13. if HAVE_WIN32
  14. # There's no need for pic code on win32 so get rid of this to substantially
  15. # reduce the compilation time.
  16. pic = no
  17. endif
  18. else
  19. pic = no
  20. endif
  21. clean-local:
  22. -rm -f *.a *.so *.dll *.sl *.dylib
  23. all: all-modules
  24. all-modules:
  25. @set fnord $$MAKEFLAGS; amf=$$2; targets=`
  26. if test "$(plugin)" != "no"; then z=$$($(VLC_CONFIG) --target plugin); for mod in test1 test2 test3 test4; do case "$$z" in */lib$${mod}_plugin*) echo lib$${mod}_plugin$(LIBEXT);; esac; done; fi; 
  27. if test "$(builtin)" != "no"; then z=$$($(VLC_CONFIG) --target builtin); for mod in test1 test2 test3 test4; do case "$$z" in */lib$${mod}.a*) echo lib$${mod}.a;; esac; done; fi; 
  28. if test "$(pic)" != "no"; then z=$$($(VLC_CONFIG) --target builtin pic); for mod in test1 test2 test3 test4; do case "$$z" in */lib$${mod}_pic.a*) echo lib$${mod}_pic.a;; esac; done; fi; 
  29. `; case "$$targets" in *lib*) $(MAKE) $(AM_MAKEFLAGS) $$targets || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; ;; esac; 
  30. test -z "$$fail"
  31. # The test1 plugin
  32. if UNTRUE
  33. Ltest1p = libtest1_plugin.a
  34. Dtest1p = libtest1_plugin$(LIBEXT)
  35. Ltest1b = libtest1.a
  36. Ltest1pic = libtest1_pic.a
  37. endif
  38. libtest1_plugin_a_SOURCES = $(SOURCES_test1)
  39. libtest1_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin test1`
  40. libtest1_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin test1`
  41. libtest1_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin test1`
  42. libtest1_pic_a_SOURCES = $(SOURCES_test1)
  43. libtest1_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic test1`
  44. libtest1_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic test1`
  45. libtest1_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic test1`
  46. libtest1_a_SOURCES = $(SOURCES_test1)
  47. libtest1_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin test1`
  48. libtest1_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin test1`
  49. libtest1_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin test1`
  50. libvlc_LIBRARIES += $(Ltest1b) $(Ltest1pic)
  51. libtest1_DATA = $(Dtest1p)
  52. libtest1dir = $(libdir)/vlc/
  53. noinst_LIBRARIES += $(Ltest1p)
  54. libtest1_plugin$(LIBEXT): $(libtest1_plugin_a_OBJECTS)
  55. @case `$(VLC_CONFIG) --linkage test1` in 
  56.   c++) echo $(CXXLINK) $(libtest1_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test1` ; $(CXXLINK) $(libtest1_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test1` ;; 
  57.   objc) echo $(OBJCLINK) $(libtest1_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test1` ; $(OBJCLINK) $(libtest1_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test1` ;; 
  58.   c|*) echo $(LINK) $(libtest1_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test1` ; $(LINK) $(libtest1_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test1` ;; 
  59. esac
  60. # The test2 plugin
  61. if UNTRUE
  62. Ltest2p = libtest2_plugin.a
  63. Dtest2p = libtest2_plugin$(LIBEXT)
  64. Ltest2b = libtest2.a
  65. Ltest2pic = libtest2_pic.a
  66. endif
  67. libtest2_plugin_a_SOURCES = $(SOURCES_test2)
  68. libtest2_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin test2`
  69. libtest2_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin test2`
  70. libtest2_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin test2`
  71. libtest2_pic_a_SOURCES = $(SOURCES_test2)
  72. libtest2_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic test2`
  73. libtest2_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic test2`
  74. libtest2_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic test2`
  75. libtest2_a_SOURCES = $(SOURCES_test2)
  76. libtest2_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin test2`
  77. libtest2_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin test2`
  78. libtest2_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin test2`
  79. libvlc_LIBRARIES += $(Ltest2b) $(Ltest2pic)
  80. libtest2_DATA = $(Dtest2p)
  81. libtest2dir = $(libdir)/vlc/
  82. noinst_LIBRARIES += $(Ltest2p)
  83. libtest2_plugin$(LIBEXT): $(libtest2_plugin_a_OBJECTS)
  84. @case `$(VLC_CONFIG) --linkage test2` in 
  85.   c++) echo $(CXXLINK) $(libtest2_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test2` ; $(CXXLINK) $(libtest2_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test2` ;; 
  86.   objc) echo $(OBJCLINK) $(libtest2_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test2` ; $(OBJCLINK) $(libtest2_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test2` ;; 
  87.   c|*) echo $(LINK) $(libtest2_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test2` ; $(LINK) $(libtest2_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test2` ;; 
  88. esac
  89. # The test3 plugin
  90. if UNTRUE
  91. Ltest3p = libtest3_plugin.a
  92. Dtest3p = libtest3_plugin$(LIBEXT)
  93. Ltest3b = libtest3.a
  94. Ltest3pic = libtest3_pic.a
  95. endif
  96. libtest3_plugin_a_SOURCES = $(SOURCES_test3)
  97. libtest3_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin test3`
  98. libtest3_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin test3`
  99. libtest3_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin test3`
  100. libtest3_pic_a_SOURCES = $(SOURCES_test3)
  101. libtest3_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic test3`
  102. libtest3_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic test3`
  103. libtest3_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic test3`
  104. libtest3_a_SOURCES = $(SOURCES_test3)
  105. libtest3_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin test3`
  106. libtest3_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin test3`
  107. libtest3_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin test3`
  108. libvlc_LIBRARIES += $(Ltest3b) $(Ltest3pic)
  109. libtest3_DATA = $(Dtest3p)
  110. libtest3dir = $(libdir)/vlc/
  111. noinst_LIBRARIES += $(Ltest3p)
  112. libtest3_plugin$(LIBEXT): $(libtest3_plugin_a_OBJECTS)
  113. @case `$(VLC_CONFIG) --linkage test3` in 
  114.   c++) echo $(CXXLINK) $(libtest3_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test3` ; $(CXXLINK) $(libtest3_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test3` ;; 
  115.   objc) echo $(OBJCLINK) $(libtest3_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test3` ; $(OBJCLINK) $(libtest3_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test3` ;; 
  116.   c|*) echo $(LINK) $(libtest3_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test3` ; $(LINK) $(libtest3_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test3` ;; 
  117. esac
  118. # The test4 plugin
  119. if UNTRUE
  120. Ltest4p = libtest4_plugin.a
  121. Dtest4p = libtest4_plugin$(LIBEXT)
  122. Ltest4b = libtest4.a
  123. Ltest4pic = libtest4_pic.a
  124. endif
  125. libtest4_plugin_a_SOURCES = $(SOURCES_test4)
  126. libtest4_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin test4`
  127. libtest4_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin test4`
  128. libtest4_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin test4`
  129. libtest4_pic_a_SOURCES = $(SOURCES_test4)
  130. libtest4_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic test4`
  131. libtest4_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic test4`
  132. libtest4_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic test4`
  133. libtest4_a_SOURCES = $(SOURCES_test4)
  134. libtest4_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin test4`
  135. libtest4_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin test4`
  136. libtest4_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin test4`
  137. libvlc_LIBRARIES += $(Ltest4b) $(Ltest4pic)
  138. libtest4_DATA = $(Dtest4p)
  139. libtest4dir = $(libdir)/vlc/
  140. noinst_LIBRARIES += $(Ltest4p)
  141. libtest4_plugin$(LIBEXT): $(libtest4_plugin_a_OBJECTS)
  142. @case `$(VLC_CONFIG) --linkage test4` in 
  143.   c++) echo $(CXXLINK) $(libtest4_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test4` ; $(CXXLINK) $(libtest4_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test4` ;; 
  144.   objc) echo $(OBJCLINK) $(libtest4_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test4` ; $(OBJCLINK) $(libtest4_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test4` ;; 
  145.   c|*) echo $(LINK) $(libtest4_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test4` ; $(LINK) $(libtest4_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin test4` ;; 
  146. esac