summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile31
1 files changed, 27 insertions, 4 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 83e6c07605..a4498313a9 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -42,6 +42,11 @@ HEADERS = adler32.h \
timecode.h \
timestamp.h \
+ARCH_HEADERS = bswap.h \
+ intmath.h \
+ intreadwrite.h \
+ timer.h \
+
BUILT_HEADERS = avconfig.h
OBJS = adler32.o \
@@ -81,12 +86,30 @@ OBJS = adler32.o \
tree.o \
utils.o \
-TESTPROGS = adler32 aes avstring base64 bprint cpu crc des eval file fifo \
- lfg lls md5 opt pca parseutils random_seed rational sha tree
+TESTPROGS = adler32 \
+ aes \
+ avstring \
+ base64 \
+ bprint \
+ cpu \
+ crc \
+ des \
+ eval \
+ file \
+ fifo \
+ lfg \
+ lls \
+ md5 \
+ opt \
+ pca \
+ parseutils \
+ random_seed \
+ rational \
+ sha \
+ tree \
+
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
TOOLS = ffeval
-ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
-
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2