mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
26 lines
357 B
Text
26 lines
357 B
Text
KIND = program
|
|
|
|
INCS = \
|
|
code/inc/ \
|
|
code/inc.gen/
|
|
|
|
SRCS = \
|
|
code/src/main.cpp \
|
|
code/src/Servo2D.cpp
|
|
|
|
LIBPATHS.debug = \
|
|
../../../target/aarch64-linux-android/debug
|
|
|
|
LIBPATHS.release = \
|
|
../../../target/aarch64-linux-android/release
|
|
|
|
STLIBS = \
|
|
mlservo
|
|
|
|
SHLIBS = \
|
|
log \
|
|
z
|
|
|
|
USES = \
|
|
lumin_runtime \
|
|
code/srcsGen
|