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.

64 lines
3.6KB

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