mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 194718 via svnmerge from
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.0@194719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user