summaryrefslogtreecommitdiffstats
path: root/branches/1.0/g729b/droid-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/g729b/droid-makefile')
-rw-r--r--branches/1.0/g729b/droid-makefile65
1 files changed, 0 insertions, 65 deletions
diff --git a/branches/1.0/g729b/droid-makefile b/branches/1.0/g729b/droid-makefile
deleted file mode 100644
index 59eb86f..0000000
--- a/branches/1.0/g729b/droid-makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-APP := lib$(PROJECT)_$(MARCH).$(EXT)
-
-CFLAGS := $(CFLAGS_LIB) -D__unix__
-LDFLAGS := $(LDFLAGS_LIB)
-
-all: $(APP)
-
-OBJS = acelp_ca.o\
- basic_op.o\
- bits.o\
- calcexc.o\
- cod_ld8a.o\
- cor_func.o\
- dec_gain.o\
- dec_lag3.o\
- dec_ld8a.o\
- dec_sid.o\
- de_acelp.o\
- dspfunc.o\
- dtx.o\
- filter.o\
- gainpred.o\
- lpc.o\
- lpcfunc.o\
- lspdec.o\
- lspgetq.o\
- oper_32b.o\
- pitch_a.o\
- postfilt.o\
- post_pro.o\
- pred_lt3.o\
- pre_proc.o\
- p_parity.o\
- qsidgain.o\
- qsidlsf.o\
- qua_gain.o\
- qua_lsp.o\
- tab_dtx.o\
- tab_ld8a.o\
- taming.o\
- util.o\
- vad.o
-
-
-$(APP): $(OBJS)
-ifeq ($(EXT), a)
- $(AR) rcs $@ $^
-else
- $(CC) $(LDFLAGS) -o $@ $^
-endif
-
-%.O: %.C
- $(CC) -c $(INCLUDE) $(CFLAGS) $< -o $@
-
-install: $(APP)
- cp -f $(APP) ../thirdparties/android/lib
-
-shell:
- $(ANDROID_SDK_ROOT)/tools/adb shell
-
-run:
- $(ANDROID_SDK_ROOT)/tools/adb shell $(LIB_DIR)/$(APP)
-
-clean:
- @rm -f $(OBJS) $(APP) \ No newline at end of file
OpenPOWER on IntegriCloud