From 03d4b44747b9afa4523819d5cb2813bc6c032b51 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 26 Apr 2013 09:32:26 +0200 Subject: [PATCH] [DEV] remove old build system (replace by lutin) --- Generic.mk | 21 --------------------- file.mk | 35 ----------------------------------- 2 files changed, 56 deletions(-) delete mode 100644 Generic.mk delete mode 100644 file.mk diff --git a/Generic.mk b/Generic.mk deleted file mode 100644 index e59adf2..0000000 --- a/Generic.mk +++ /dev/null @@ -1,21 +0,0 @@ -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - -# name of the librairy -LOCAL_MODULE := agg - -# name of the dependency -LOCAL_LIBRARIES := freetype etk - -LOCAL_C_INCLUDES := $(LOCAL_PATH) \ - $(LOCAL_PATH)/agg/ \ - $(LOCAL_PATH)/agg/util/ - -LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) - -# load the common sources file of the platform -include $(LOCAL_PATH)/file.mk - -LOCAL_SRC_FILES := $(FILE_LIST) - -include $(BUILD_STATIC_LIBRARY) diff --git a/file.mk b/file.mk deleted file mode 100644 index 3b597a2..0000000 --- a/file.mk +++ /dev/null @@ -1,35 +0,0 @@ - - -FILE_LIST = agg/agg_arc.cpp \ - agg/agg_arrowhead.cpp \ - agg/agg_bezier_arc.cpp \ - agg/agg_bspline.cpp \ - agg/agg_curves.cpp \ - agg/agg_embedded_raster_fonts.cpp \ - agg/agg_font_freetype.cpp \ - agg/agg_font_freetype.h \ - agg/agg_gsv_text.cpp \ - agg/agg_image_filters.cpp \ - agg/agg_line_aa_basics.cpp \ - agg/agg_line_profile_aa.cpp \ - agg/agg_rounded_rect.cpp \ - agg/agg_sqrt_tables.cpp \ - agg/agg_trans_affine.cpp \ - agg/agg_trans_double_path.cpp \ - agg/agg_trans_single_path.cpp \ - agg/agg_trans_warp_magnifier.cpp \ - agg/agg_vcgen_bspline.cpp \ - agg/agg_vcgen_contour.cpp \ - agg/agg_vcgen_dash.cpp \ - agg/agg_vcgen_markers_term.cpp \ - agg/agg_vcgen_smooth_poly1.cpp \ - agg/agg_vcgen_stroke.cpp \ - agg/agg_vpgen_clip_polygon.cpp \ - agg/agg_vpgen_clip_polyline.cpp \ - agg/agg_vpgen_segmentator.cpp - -#ewol abstraction of the graphic librairies : -FILE_LIST+= draw/Debug.cpp \ - draw/Color.cpp \ - draw/Image.cpp -