work in progress not fully functional yet

This commit is contained in:
Brian West
2010-09-21 08:56:55 -05:00
parent df63657e61
commit f7d16ecd3b
2 changed files with 175 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
BASE=../../../..
CODEC2_DIR=$(switch_srcdir)/libs/libcodec2-1.0
CODEC2_BUILDDIR=$(switch_builddir)/libs/libcodec2-1.0
CODEC2LA=$(CODEC2_BUILDDIR)/src/libcodec2.la
LOCAL_CFLAGS=-I$(CODEC2_DIR)/include -I$(CODEC2_BUILDDIR)/src
LOCAL_LIBADD=$(CODEC2LA)
include $(BASE)/build/modmake.rules
$(CODEC2LA): $(CODEC2_DIR) $(CODEC2_DIR)/.update
cd $(CODEC2_BUILDDIR) && $(MAKE)
$(TOUCH_TARGET)