cosmetics: sort()
[platform/upstream/libav.git] / libavutil / Makefile
1 include ../config.mak
2
3 OBJS = adler32.o \
4        aes.o \
5        base64.o \
6        crc.o \
7        fifo.o \
8        intfloat_readwrite.o \
9        lls.o \
10        log.o \
11        lzo.o \
12        mathematics.o \
13        md5.o \
14        mem.o \
15        random.o \
16        rational.o \
17        rc4.o \
18        string.o \
19        tree.o \
20
21 HEADERS = adler32.h \
22           avstring.h \
23           avutil.h \
24           base64.h \
25           common.h \
26           fifo.h \
27           integer.h \
28           intfloat_readwrite.h \
29           log.h \
30           lzo.h \
31           mathematics.h \
32           md5.h \
33           mem.h \
34           random.h \
35           rational.h \
36
37 NAME=avutil
38 LIBVERSION=$(LAVUVERSION)
39 LIBMAJOR=$(LAVUMAJOR)
40
41 include ../common.mak