mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-12 20:18:00 +01:00
12 lines
451 B
Makefile
12 lines
451 B
Makefile
# Absolute paths to Allegro source and build directories.
|
|
CMAKE_SOURCE_DIR := ${CMAKE_SOURCE_DIR}
|
|
CMAKE_BINARY_DIR := ${CMAKE_BINARY_DIR}
|
|
|
|
# Relative path to prebuilt Allegro libraries from LOCAL_PATH.
|
|
RELATIVE_LIB_DIR := ${RELATIVE_LIB_DIR}
|
|
|
|
# Library type suffix on Allegro libraries, e.g. "-debug".
|
|
# XXX changing this requires manual editing of the System.loadLibrary calls
|
|
LIB_TYPE_SUFFIX := ${LIB_TYPE_SUFFIX}
|
|
|
|
TARGET_ARCH_ABI := ${ARM_TARGETS}
|