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.

67 lines
3.8KB

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