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.

65 lines
3.7KB

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