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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ###########################################################################
  2. #
  3. # Some consistent rules for building asm files:
  4. STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
  5. SUFFIXES = .asm
  6. .asm.lo:
  7. $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) @NASMFLAGS@ $<
  8. ###########################################################################
  9. # The hermes library target
  10. noinst_LTLIBRARIES = libhermes.la
  11. libhermes_la_SOURCES = $(PORTABLE_SRCS)
  12. am_libhermes_la_OBJECTS =
  13. mmx_main.lo
  14. mmxp2_32.lo
  15. x86_main.lo
  16. x86p_16.lo
  17. x86p_32.lo
  18. # The hermes library sources
  19. PORTABLE_SRCS = 
  20. mmx_main.asm
  21. mmxp2_32.asm
  22. x86_main.asm
  23. x86p_16.asm
  24. x86p_32.asm
  25. HeadMMX.h
  26. HeadX86.h
  27. EXTRA_DIST =
  28. COPYING.LIB
  29. README