istereo2

annotate libs/Makefile @ 27:f0da8b2b61ec

removed iOS cpu restriction and bumped build number to 3 implemented android JNI calls to show/hide ads (untested)
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 05 Oct 2015 17:15:02 +0300
parents 64e15874f3bd
children
rev   line source
nuclear@23 1 src += $(wildcard $(root)/libs/zlib/*.c) \
nuclear@23 2 $(wildcard $(root)/libs/libpng/*.c) \
nuclear@23 3 $(wildcard $(root)/libs/libjpeg/*.c) \
nuclear@23 4 $(wildcard $(root)/libs/imago2/*.c) \
nuclear@23 5 $(wildcard $(root)/libs/vmath/*.c) \
nuclear@23 6 $(wildcard $(root)/libs/drawtext/*.c)
nuclear@2 7
nuclear@23 8 ccsrc += $(wildcard $(root)/libs/goatkit/*.cc)
nuclear@9 9
nuclear@23 10 incdir += -I$(root)/libs -I$(root)/libs/imago2 -I$(root)/libs/zlib \
nuclear@23 11 -I$(root)/libs/libpng -I$(root)/libs/libjpeg \
nuclear@23 12 -I$(root)/libs/vmath -I$(root)/libs/drawtext