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.

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