Mercurial > libavutil.hg
view Makefile @ 463:fc4239d967ce libavutil
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
author | diego |
---|---|
date | Sat, 08 Mar 2008 14:39:43 +0000 |
parents | b8c57ebf9880 |
children | 34640f2e3060 |
line wrap: on
line source
include ../config.mak NAME = avutil OBJS = adler32.o \ aes.o \ base64.o \ crc.o \ des.o \ fifo.o \ intfloat_readwrite.o \ lls.o \ log.o \ lzo.o \ mathematics.o \ md5.o \ mem.o \ random.o \ rational.o \ rc4.o \ sha1.o \ string.o \ tree.o \ HEADERS = adler32.h \ avstring.h \ avutil.h \ base64.h \ common.h \ crc.h \ fifo.h \ intfloat_readwrite.h \ log.h \ lzo.h \ mathematics.h \ md5.h \ mem.h \ random.h \ rational.h \ sha1.h TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) include ../common.mak lzo-test$(EXESUF): EXTRALIBS += -llzo2 clean:: rm -f lzo-test$(EXESUF)