summaryrefslogtreecommitdiffstats
path: root/tremor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/Makefile')
-rw-r--r--tremor/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/tremor/Makefile b/tremor/Makefile
deleted file mode 100644
index 2817bc685b..0000000000
--- a/tremor/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-include ../config.mak
-
-LIBNAME_COMMON = tremor.a
-
-SRCS_COMMON = bitwise.c \
- block.c \
- codebook.c \
- floor0.c \
- floor1.c \
- framing.c \
- info.c \
- mapping0.c \
- mdct.c \
- registry.c \
- res012.c \
- sharedbook.c \
- synthesis.c \
- window.c \
-
-include ../mpcommon.mak