Sha256: 294d08ce954f63c95873967587a2b841163001c0d57f3ad436b90cbc2516cc3f

Contents?: true

Size: 869 Bytes

Versions: 135

Compression:

Stored size: 869 Bytes

Contents

SRCROOT := ..
COMPILER_NAME := gcc
TARGET_OS := arm-linux
STLPORT_INCLUDE_DIR = ../../stlport

ifeq ($(NDK_DIR),)
$(error Please run with NDK_DIR=your_android_ndk_root)
endif

TOOLCHAIN_PREFIX := $(NDK_DIR)/build/prebuilt/$(NDK_HOST)/arm-eabi-4.2.1/bin/arm-eabi-
CC := $(TOOLCHAIN_PREFIX)gcc
CXX := $(TOOLCHAIN_PREFIX)g++
AR := $(TOOLCHAIN_PREFIX)ar

include Makefile.inc
include $(SRCROOT)/Makefiles/top.mak

COMMON_FLAGS := \
       -DTARGET_OS=android -DANDROID -DOS_ANDROID \
       -DCOMPILER_NAME=gcc -DOSNAME=android -DBUILD_OSNAME=android \
       -mandroid -ffunction-sections -fdata-sections -Os -g \
       --sysroot=$(NDK_DIR)/build/platforms/android-3/arch-arm \
       -fPIC \
       -fvisibility=hidden \
       -D__NEW__
CFLAGS := $(COMMON_FLAGS)
CXXFLAGS := \
      $(COMMON_FLAGS) \
      -fno-rtti -fno-exceptions \
      -fvisibility-inlines-hidden

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/build/lib/android.mak
rhodes-7.5.1 platform/shared/stlport/build/lib/android.mak
rhodes-7.4.1 platform/shared/stlport/build/lib/android.mak
rhodes-7.1.17 platform/shared/stlport/build/lib/android.mak
rhodes-6.2.0 platform/shared/stlport/build/lib/android.mak
rhodes-6.0.11 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.18 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.17 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.15 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.0.22 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.2 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.0.7 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.0.3 platform/shared/stlport/build/lib/android.mak
rhodes-5.5.0 platform/shared/stlport/build/lib/android.mak
tauplatform-1.0.3 platform/shared/stlport/build/lib/android.mak
tauplatform-1.0.2 platform/shared/stlport/build/lib/android.mak
tauplatform-1.0.1 platform/shared/stlport/build/lib/android.mak
rhodes-3.5.1.12 platform/shared/stlport/build/lib/android.mak
rhodes-3.3.5 platform/shared/stlport/build/lib/android.mak
rhodes-3.4.2 platform/shared/stlport/build/lib/android.mak