You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
4.0KB

  1. include $(SUBDIR)../config.mak
  2. NAME = avutil
  3. HEADERS = adler32.h \
  4. attributes.h \
  5. avstring.h \
  6. avutil.h \
  7. base64.h \
  8. bswap.h \
  9. common.h \
  10. cpu.h \
  11. crc.h \
  12. error.h \
  13. eval.h \
  14. fifo.h \
  15. intfloat_readwrite.h \
  16. intreadwrite.h \
  17. lfg.h \
  18. log.h \
  19. lzo.h \
  20. mathematics.h \
  21. md5.h \
  22. mem.h \
  23. pixdesc.h \
  24. pixfmt.h \
  25. random_seed.h \
  26. rational.h \
  27. sha1.h \
  28. BUILT_HEADERS = avconfig.h
  29. OBJS = adler32.o \
  30. aes.o \
  31. avstring.o \
  32. base64.o \
  33. crc.o \
  34. des.o \
  35. error.o \
  36. eval.o \
  37. fifo.o \
  38. intfloat_readwrite.o \
  39. inverse.o \
  40. lfg.o \
  41. lls.o \
  42. log.o \
  43. lzo.o \
  44. mathematics.o \
  45. md5.o \
  46. mem.o \
  47. pixdesc.o \
  48. random_seed.o \
  49. rational.o \
  50. rc4.o \
  51. sha.o \
  52. tree.o \
  53. utils.o \
  54. TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
  55. TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
  56. DIRS = arm bfin sh4 x86
  57. ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
  58. include $(SUBDIR)../subdir.mak
  59. $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2