mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-01-05 22:48:02 +01:00
13 lines
451 B
Makefile
13 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}
|