Mercurial > sdl-ios-xcode
comparison Makefile.android @ 4714:0f05f2f16fad
- Modified build system
- Initial support for touch and key events
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Tue, 27 Jul 2010 09:58:17 +0200 |
parents | d40bb3165d2b |
children | 79aa6c61f33b |
comparison
equal
deleted
inserted
replaced
4713:ba38983b10c2 | 4714:0f05f2f16fad |
---|---|
1 # Makefile to build the SDL library | 1 # Makefile to build the SDL library |
2 | 2 |
3 ANDROID_NDK=/home/paul/Projects/gsoc/sdk/android-ndk-r4 | 3 include ./android/config.cfg #get ANDROID_NDK |
4 | |
4 TOOLS_PATH=$(ANDROID_NDK)/build/prebuilt/linux-x86/arm-eabi-4.2.1/bin | 5 TOOLS_PATH=$(ANDROID_NDK)/build/prebuilt/linux-x86/arm-eabi-4.2.1/bin |
5 ANDROID_INCLUDES = -I$(ANDROID_NDK)/build/platforms/android-4/common/include \ | 6 ANDROID_INCLUDES = -I$(ANDROID_NDK)/build/platforms/android-4/common/include \ |
6 -I$(ANDROID_NDK)/build/platforms/android-4/arch-arm/usr/include | 7 -I$(ANDROID_NDK)/build/platforms/android-4/arch-arm/usr/include |
7 INCLUDE = -I./include | 8 INCLUDE = -I./include |
8 CFLAGS = -g -O2 $(INCLUDE) $(ANDROID_INCLUDES) -DANDROID -DANDROID_NDK -static | 9 CFLAGS = -g -O2 $(INCLUDE) $(ANDROID_INCLUDES) -DANDROID -DANDROID_NDK -static |