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.

62 lines
3.4KB

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