Makefile.am
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ## Makefile.am for the SDL video library
  2. noinst_LTLIBRARIES = libvideo.la
  3. # Define which subdirectories need to be built
  4. SUBDIRS = @VIDEO_SUBDIRS@
  5. DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib 
  6.                wincommon windib windx5 
  7.                maccommon macdsp macrom quartz 
  8.                bwindow ps2gs photon cybergfx epoc 
  9.                ataricommon xbios gem XFree86
  10. DRIVERS = @VIDEO_DRIVERS@
  11. # Include the architecture-independent sources
  12. COMMON_SRCS =
  13. SDL_RLEaccel.c
  14. SDL_RLEaccel_c.h
  15. SDL_blit.c
  16. SDL_blit.h
  17. SDL_blit_0.c
  18. SDL_blit_1.c
  19. SDL_blit_A.c
  20. SDL_blit_N.c
  21. SDL_bmp.c
  22. SDL_cursor.c
  23. SDL_cursor_c.h
  24. SDL_gamma.c
  25. SDL_glfuncs.h
  26. SDL_leaks.h
  27. SDL_memops.h
  28. SDL_pixels.c
  29. SDL_pixels_c.h
  30. SDL_surface.c
  31. SDL_stretch.c
  32. SDL_stretch_c.h
  33. SDL_sysvideo.h
  34. SDL_video.c
  35. SDL_yuv.c
  36. SDL_yuvfuncs.h
  37. SDL_yuv_sw.c
  38. SDL_yuv_sw_c.h
  39. SDL_yuv_mmx.c
  40. blank_cursor.h
  41. default_cursor.h
  42. libvideo_la_SOURCES = $(COMMON_SRCS)
  43. libvideo_la_LIBADD = $(DRIVERS)
  44. libvideo_la_DEPENDENCIES = $(DRIVERS)