mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
make the build output less noisy (optional, can be controlled by the NOISY_BUILD variable in the top-level Makefile)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,23 +1,17 @@
|
||||
ARCH=$(PROC)
|
||||
CFLAGS+=-Wall -O3 -funroll-loops
|
||||
CFLAGS += -fPIC
|
||||
LIB=libilbc.a
|
||||
CFLAGS+=-fPIC
|
||||
|
||||
OBJS= anaFilter.o iCBSearch.o packing.o \
|
||||
constants.o gainquant.o iLBC_decode.o StateConstructW.o \
|
||||
createCB.o getCBvec.o iLBC_encode.o StateSearchW.o doCPLC.o \
|
||||
helpfun.o syntFilter.o enhancer.o hpInput.o LPCdecode.o \
|
||||
filter.o hpOutput.o LPCencode.o FrameClassify.o iCBConstruct.o lsf.o
|
||||
OBJS=anaFilter.o iCBSearch.o packing.o \
|
||||
constants.o gainquant.o iLBC_decode.o StateConstructW.o \
|
||||
createCB.o getCBvec.o iLBC_encode.o StateSearchW.o doCPLC.o \
|
||||
helpfun.o syntFilter.o enhancer.o hpInput.o LPCdecode.o \
|
||||
filter.o hpOutput.o LPCencode.o FrameClassify.o iCBConstruct.o lsf.o
|
||||
|
||||
include $(ASTTOPDIR)/Makefile.rules
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
||||
$(LIB): $(OBJS)
|
||||
ar cr $(LIB) $(OBJS)
|
||||
ranlib $(LIB)
|
||||
$(eval $(call ast_make_a_o,$(LIB),$(OBJS)))
|
||||
|
||||
clean:
|
||||
rm -f $(LIB) *.o
|
||||
|
||||
install:
|
||||
|
||||
|
Reference in New Issue
Block a user