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.

59 lines
3.2KB

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