[DEV] remove old build system (replace by lutin)
This commit is contained in:
parent
ceb0a9a5b7
commit
618dd74f93
23
Generic.mk
23
Generic.mk
@ -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
19
file.mk
@ -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 =
|
Loading…
Reference in New Issue
Block a user