mirror of https://github.com/asterisk/asterisk
https://origsvn.digium.com/svn/asterisk/trunk ........ r194718 | russell | 2009-05-15 12:37:12 -0500 (Fri, 15 May 2009) | 2 lines Further simplify codec_g722 build. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@194721 65c4cc65-6c06-0410-ace0-fbb531ad65f31.6.2
parent
0e818cc409
commit
d67b0eb368
@ -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
|
||||
Loading…
Reference in new issue