Makefile.am
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:2k
源码类别:

DVD

开发平台:

Unix_Linux

  1. ## Process this file with automake to produce Makefile.in
  2. INCLUDES = 
  3.  -I$(top_srcdir)/inc 
  4. -DLOCALEDIR="$(localedir)"
  5. @X_CFLAGS@ @x_cflags@ 
  6. @PTC_CFLAGS@
  7. ## -DUSE_DGA
  8. ## -finline-functions -fcaller-saves -ffast-math 
  9. ##-fno-strength-reduce -fthread-jumps -funroll-loops
  10. EXTRA_DIST = display.cc.openptc display.cc.x11
  11. noinst_HEADERS = 
  12. all.hh
  13. display.hh
  14. getvlc.hh
  15. global.hh
  16. idct.hh
  17. layerdata.hh
  18. mpeg2video.hh
  19. videoconst.hh
  20. vstream.hh
  21. mmx.h           
  22. ditherer.hh
  23. ditherer_lk16.hh 
  24. ditherer_lkbw.hh
  25. VIDEO_SOURCES = 
  26. vstream.cc display.cc idct.cc getpic.cc motion.cc getvlc.cc getblk.cc 
  27. recon.cc gethdr.cc mpeg2video.cc ditherer.cc ditherer_lk16.cc 
  28. ditherer_lkbw.cc ditherer_init.cc ditherer_mmx16.cc @mmx_sources@
  29. noinst_LIBRARIES = libmpeg.a
  30. libmpeg_a_SOURCES = $(VIDEO_SOURCES)
  31. libmpeg.a:  @mmx_objects@ $(libmpeg_a_OBJECTS) $(libmpeg_a_DEPENDENCIES)
  32. $(AR) vrus $(top_srcdir)/lib/linux/$(noinst_LIBRARIES) @mmx_objects@ $(libmpeg_a_OBJECTS)
  33. cp *.hh $(top_srcdir)/inc
  34. @RANLIB@ $(top_srcdir)/lib/linux/$(noinst_LIBRARIES)
  35. bin_PROGRAMS = mpeg2video
  36. $(bin_PROGRAMS): libmpeg.a
  37. mpeg2video_SOURCES = 
  38. main.cc
  39. ## $(VIDEO_SOURCES)
  40. # FIXME: this should be handled by 'make depend'
  41. mpeg2video_DEPENDENCIES = 
  42. mpeg2video.o 
  43. display.o 
  44. getblk.o 
  45. gethdr.o 
  46. getpic.o 
  47. getvlc.o 
  48. idct.o 
  49. mmxidct.o 
  50. motion.o 
  51. recon.o 
  52. vstream.o 
  53. yuv12-rgb16.o
  54. mpeg2video_LDADD = -L$(top_srcdir)/lib/linux 
  55.   @X_PRE_LIBS@ 
  56.   @X_EXTRA_LIBS@ 
  57.   @X_LIBS@ 
  58.   @x_libs@ 
  59.   @PTHREAD_LIB@ 
  60.   -lstdc++ 
  61.   -ldl 
  62.   -lutil -lmpeg -lXxf86dga @PTC_LIBS@
  63. ##  -lX11 -lXxf86dga -lXext 
  64. ##mpeg2video_LDFLAGS =   ptc-config --libs
  65. .s.o:
  66. nasm -f elf $<