[DEV] remove old build system (replace by lutin)
This commit is contained in:
parent
2c7acec000
commit
4c0e4fb836
28
Generic.mk
28
Generic.mk
@ -1,28 +0,0 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# name of the librairy
|
||||
LOCAL_MODULE := parsersvg
|
||||
|
||||
# get the tag of the current project :
|
||||
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; cat tag)
|
||||
|
||||
# name of the dependency
|
||||
LOCAL_LIBRARIES := etk agg tinyxml
|
||||
|
||||
LOCAL_C_INCLUDES :=
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
||||
|
||||
LOCAL_CFLAGS := -DPARSER_SVG_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG)-$(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)
|
||||
|
||||
|
16
file.mk
16
file.mk
@ -1,16 +0,0 @@
|
||||
|
||||
|
||||
FILE_LIST = parserSVG/Base.cpp \
|
||||
parserSVG/Circle.cpp \
|
||||
parserSVG/Debug.cpp \
|
||||
parserSVG/Ellipse.cpp \
|
||||
parserSVG/Group.cpp \
|
||||
parserSVG/Line.cpp \
|
||||
parserSVG/parserSVG.cpp \
|
||||
parserSVG/Path.cpp \
|
||||
parserSVG/Polygon.cpp \
|
||||
parserSVG/Polyline.cpp \
|
||||
parserSVG/Rectangle.cpp \
|
||||
parserSVG/Renderer.cpp \
|
||||
parserSVG/Stroking.cpp \
|
||||
parserSVG/Text.cpp
|
Loading…
Reference in New Issue
Block a user