[DEV] remove old build system (replace by lutin)

This commit is contained in:
Edouard DUPIN 2013-04-26 09:31:23 +02:00
parent ceb0a9a5b7
commit 618dd74f93
2 changed files with 0 additions and 42 deletions

View File

@ -1,23 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# name of the librairy
LOCAL_MODULE := ogg
LOCAL_LIBRARIES := etk
LOCAL_C_INCLUDES := $(LOCAL_PATH)/tremor/ \
$(LOCAL_PATH)/ogg/
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
LOCAL_CFLAGS := -DOGG_VERSION_TAG_NAME="\"1.0.2-$(BUILD_DIRECTORY_MODE)\""
-DTREMOR_VERSION_TAG_NAME="\"1.0.2-$(BUILD_DIRECTORY_MODE)\""
# load the common sources file of the platform
include $(LOCAL_PATH)/file.mk
LOCAL_SRC_FILES := $(FILE_LIST)
include $(BUILD_STATIC_LIBRARY)

19
file.mk
View File

@ -1,19 +0,0 @@
FILE_LIST = ogg/bitwise.c \
ogg/framing.c \
tremor/block.c \
tremor/codebook.c \
tremor/floor0.c \
tremor/floor1.c \
tremor/info.c \
tremor/mapping0.c \
tremor/mdct.c \
tremor/registry.c \
tremor/res012.c \
tremor/sharedbook.c \
tremor/synthesis.c \
tremor/vorbisfile.c \
tremor/window.c
FILE_LIST =