mirror of
https://github.com/love2d/love-android.git
synced 2026-08-25 15:00:57 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
all_include = $(srcdir)/../include
|
||||
AM_CPPFLAGS = -I $(all_include)
|
||||
|
||||
check_PROGRAMS = testil
|
||||
check_SCRIPTS = format_test/format_checks.sh
|
||||
|
||||
testil_SOURCES = format_test/testil.c
|
||||
testil_LDADD =
|
||||
if BUILD_ILU
|
||||
testil_LDADD += ../lib/libILU.la
|
||||
else
|
||||
testil_LDADD += ../lib/libIL.la
|
||||
endif
|
||||
|
||||
TESTS_ENVIRONMENT = /bin/bash
|
||||
TESTS = $(check_SCRIPTS)
|
||||
Reference in New Issue
Block a user