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

多媒体

开发平台:

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 export; 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 export; 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 export; 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 export plugin
  32. if UNTRUE
  33. Lexportp = libexport_plugin.a
  34. Dexportp = libexport_plugin$(LIBEXT)
  35. Lexportb = libexport.a
  36. Lexportpic = libexport_pic.a
  37. endif
  38. libexport_plugin_a_SOURCES = $(SOURCES_export)
  39. libexport_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin export`
  40. libexport_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin export`
  41. libexport_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin export`
  42. libexport_pic_a_SOURCES = $(SOURCES_export)
  43. libexport_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic export`
  44. libexport_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic export`
  45. libexport_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic export`
  46. libexport_a_SOURCES = $(SOURCES_export)
  47. libexport_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin export`
  48. libexport_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin export`
  49. libexport_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin export`
  50. libvlc_LIBRARIES += $(Lexportb) $(Lexportpic)
  51. libexport_DATA = $(Dexportp)
  52. libexportdir = $(libdir)/vlc/
  53. noinst_LIBRARIES += $(Lexportp)
  54. libexport_plugin$(LIBEXT): $(libexport_plugin_a_OBJECTS)
  55. @case `$(VLC_CONFIG) --linkage export` in 
  56.   c++) echo $(CXXLINK) $(libexport_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin export` ; $(CXXLINK) $(libexport_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin export` ;; 
  57.   objc) echo $(OBJCLINK) $(libexport_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin export` ; $(OBJCLINK) $(libexport_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin export` ;; 
  58.   c|*) echo $(LINK) $(libexport_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin export` ; $(LINK) $(libexport_plugin_a_OBJECTS) `$(VLC_CONFIG) --libs plugin export` ;; 
  59. esac