summaryrefslogtreecommitdiff
path: root/codecs/g722/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/g722/Makefile')
-rw-r--r--codecs/g722/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/codecs/g722/Makefile b/codecs/g722/Makefile
deleted file mode 100644
index dee23c6e8..000000000
--- a/codecs/g722/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-LIB=libg722.a
-CFLAGS+=-fPIC
-
-include $(ASTTOPDIR)/Makefile.rules
-
-OBJS=g722_encode.o g722_decode.o
-
-all: $(LIB)
-
-$(LIB): $(OBJS)
- $(ECHO_PREFIX) echo " [AR] $^ -> $@"
- $(CMD_PREFIX) $(AR) cr $@ $^
- $(CMD_PREFIX) $(RANLIB) $@
-
-clean:
- rm -f $(LIB) *.o
- rm -f .*.o.d
- rm -f *.s *.i