2010-11-04 17:32:22 +08:00
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
|
|
|
# compile cocos2d.so
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libcocos2d
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
|
|
|
CCConfiguration.cpp \
|
|
|
|
CCDrawingPrimitives.cpp \
|
|
|
|
CCScheduler.cpp \
|
2011-03-18 14:54:24 +08:00
|
|
|
CCCamera.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
actions/CCAction.cpp \
|
2010-12-22 15:15:04 +08:00
|
|
|
actions/CCActionCamera.cpp \
|
|
|
|
actions/CCActionEase.cpp \
|
|
|
|
actions/CCActionGrid.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
actions/CCActionGrid3D.cpp \
|
2010-12-22 15:15:04 +08:00
|
|
|
actions/CCActionInstant.cpp \
|
|
|
|
actions/CCActionInterval.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
actions/CCActionManager.cpp \
|
2010-12-22 15:15:04 +08:00
|
|
|
actions/CCActionPageTurn3D.cpp \
|
|
|
|
actions/CCActionProgressTimer.cpp \
|
|
|
|
actions/CCActionTiledGrid.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
base_nodes/CCAtlasNode.cpp \
|
2011-04-11 15:10:09 +08:00
|
|
|
base_nodes/CCNode.cpp \
|
2011-03-08 13:49:58 +08:00
|
|
|
cocoa/CCAffineTransform.cpp \
|
|
|
|
cocoa/CCGeometry.cpp \
|
|
|
|
cocoa/CCAutoreleasePool.cpp \
|
|
|
|
cocoa/CCData.cpp \
|
2011-03-24 10:38:08 +08:00
|
|
|
cocoa/CCNS.cpp \
|
2011-03-08 13:49:58 +08:00
|
|
|
cocoa/CCObject.cpp \
|
|
|
|
cocoa/CCSet.cpp \
|
|
|
|
cocoa/CCZone.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
cocos2d.cpp \
|
2011-04-11 15:10:09 +08:00
|
|
|
CCDirector.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
effects/CCGrabber.cpp \
|
2011-04-11 15:10:09 +08:00
|
|
|
effects/CCGrid.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
keypad_dispatcher/CCKeypadDelegate.cpp \
|
|
|
|
keypad_dispatcher/CCKeypadDispatcher.cpp \
|
|
|
|
label_nodes/CCLabelAtlas.cpp \
|
2010-12-24 14:00:49 +08:00
|
|
|
label_nodes/CCLabelBMFont.cpp \
|
|
|
|
label_nodes/CCLabelTTF.cpp \
|
2011-04-11 11:24:10 +08:00
|
|
|
layers_scenes_transitions_nodes/CCLayer.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
layers_scenes_transitions_nodes/CCScene.cpp \
|
2010-12-27 09:40:45 +08:00
|
|
|
layers_scenes_transitions_nodes/CCTransitionPageTurn.cpp \
|
|
|
|
layers_scenes_transitions_nodes/CCTransitionRadial.cpp \
|
2011-04-11 16:09:14 +08:00
|
|
|
layers_scenes_transitions_nodes/CCTransition.cpp \
|
2011-04-11 11:24:10 +08:00
|
|
|
menu_nodes/CCMenu.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
menu_nodes/CCMenuItem.cpp \
|
|
|
|
misc_nodes/CCMotionStreak.cpp \
|
|
|
|
misc_nodes/CCProgressTimer.cpp \
|
|
|
|
misc_nodes/CCRenderTexture.cpp \
|
|
|
|
misc_nodes/CCRibbon.cpp \
|
|
|
|
particle_nodes/CCParticleExamples.cpp \
|
|
|
|
particle_nodes/CCParticleSystem.cpp \
|
2011-04-11 11:24:10 +08:00
|
|
|
particle_nodes/CCParticleSystemPoint.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
particle_nodes/CCParticleSystemQuad.cpp \
|
2011-03-26 17:24:37 +08:00
|
|
|
platform/CCFileUtils.cpp \
|
2011-03-09 14:40:05 +08:00
|
|
|
platform/CCGL.cpp \
|
|
|
|
platform/CCImage.cpp \
|
|
|
|
platform/CCStdC.cpp \
|
2011-03-25 12:01:56 +08:00
|
|
|
platform/CCSAXParser.cpp \
|
2011-03-09 14:40:05 +08:00
|
|
|
platform/CCThread.cpp \
|
|
|
|
platform/CCCommon.cpp \
|
2011-02-24 19:42:45 +08:00
|
|
|
platform/platform.cpp \
|
2011-03-08 13:49:58 +08:00
|
|
|
platform/android/CCEGLView_android.cpp \
|
|
|
|
platform/android/CCAccelerometer_android.cpp \
|
|
|
|
platform/android/CCApplication_android.cpp \
|
2010-12-09 10:50:02 +08:00
|
|
|
platform/android/Cocos2dJni.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
sprite_nodes/CCAnimation.cpp \
|
|
|
|
sprite_nodes/CCAnimationCache.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
sprite_nodes/CCSprite.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
sprite_nodes/CCSpriteBatchNode.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
sprite_nodes/CCSpriteFrame.cpp \
|
|
|
|
sprite_nodes/CCSpriteFrameCache.cpp \
|
|
|
|
sprite_nodes/CCSpriteSheet.cpp \
|
2011-04-21 14:46:15 +08:00
|
|
|
support/CCArray.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
support/CCProfiling.cpp \
|
2011-03-08 13:49:58 +08:00
|
|
|
support/CCPointExtension.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
support/TransformUtils.cpp \
|
2011-05-06 15:31:51 +08:00
|
|
|
support/CCUserDefault.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
support/base64.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
support/ccUtils.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
support/image_support/TGAlib.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
support/zip_support/ZipUtils.cpp \
|
2010-12-15 18:28:18 +08:00
|
|
|
support/zip_support/ioapi.cpp \
|
|
|
|
support/zip_support/unzip.cpp \
|
2011-04-22 16:33:41 +08:00
|
|
|
text_input_node/CCIMEDispatcher.cpp \
|
|
|
|
text_input_node/CCTextFieldTTF.cpp \
|
2010-11-04 17:32:22 +08:00
|
|
|
textures/CCTexture2D.cpp \
|
|
|
|
textures/CCTextureAtlas.cpp \
|
|
|
|
textures/CCTextureCache.cpp \
|
|
|
|
tileMap_parallax_nodes/CCParallaxNode.cpp \
|
|
|
|
tileMap_parallax_nodes/CCTMXLayer.cpp \
|
|
|
|
tileMap_parallax_nodes/CCTMXObjectGroup.cpp \
|
|
|
|
tileMap_parallax_nodes/CCTMXTiledMap.cpp \
|
|
|
|
tileMap_parallax_nodes/CCTMXXMLParser.cpp \
|
|
|
|
tileMap_parallax_nodes/CCTileMapAtlas.cpp \
|
|
|
|
touch_dispatcher/CCTouchDispatcher.cpp \
|
2011-01-07 11:30:19 +08:00
|
|
|
touch_dispatcher/CCTouchHandler.cpp
|
2010-11-04 17:32:22 +08:00
|
|
|
|
|
|
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)/ \
|
|
|
|
$(LOCAL_PATH)/include \
|
2011-03-09 14:40:05 +08:00
|
|
|
$(LOCAL_PATH)/platform \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/iconv \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/libpng \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/libxml2 \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/libjpeg \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/core \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/animator \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/config \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/effects \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/images \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/pdf \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/ports \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/svg \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/text \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/utils \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/views \
|
|
|
|
$(LOCAL_PATH)/platform/third_party/android/skia/xml
|
2010-12-14 09:42:39 +08:00
|
|
|
|
2011-04-29 09:59:05 +08:00
|
|
|
# it is used for ndk-r4
|
|
|
|
# if you build with nkd-r4, uncomment it
|
|
|
|
# LOCAL_LDLIBS := -L$(LOCAL_PATH)/platform/third_party/android/libraries \
|
|
|
|
# -lGLESv1_CM -llog -lz \
|
|
|
|
# -lpng \
|
|
|
|
# -lxml2 \
|
|
|
|
# -ljpeg \
|
|
|
|
# -lskia
|
2010-11-04 17:32:22 +08:00
|
|
|
|
2011-04-29 09:59:05 +08:00
|
|
|
# it is used for ndk-r5
|
|
|
|
# if you build with ndk-r4, comment it
|
2010-12-14 09:42:39 +08:00
|
|
|
# because the new Windows toolchain doesn't support Cygwin's drive
|
|
|
|
# mapping (i.e /cygdrive/c/ instead of C:/)
|
2011-04-29 09:59:05 +08:00
|
|
|
LOCAL_LDLIBS := -L$(call host-path, $(LOCAL_PATH)/platform/third_party/android/libraries) \
|
|
|
|
-lGLESv1_CM -llog -lz \
|
|
|
|
-lpng \
|
|
|
|
-lxml2 \
|
|
|
|
-ljpeg \
|
|
|
|
-lskia
|
2010-12-06 09:51:21 +08:00
|
|
|
|
|
|
|
# define the macro to compile through support/zip_support/ioapi.c
|
2011-06-10 17:51:37 +08:00
|
|
|
LOCAL_CFLAGS := -DUSE_FILE32API -Wno-unused-value
|
2010-11-23 18:02:42 +08:00
|
|
|
|
2011-04-22 16:33:41 +08:00
|
|
|
include $(BUILD_SHARED_LIBRARY)
|