istereo2
annotate libs/Makefile @ 28:74b50b538858
added nexus7 device id for ad testing
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 05 Oct 2015 17:16:31 +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 |