istereo

view libs/Makefile @ 26:862a3329a8f0

wohooo, added a shitload of code from zlib/libpng/libjpeg. When the good lord was raining shared libraries the iphone held a fucking umbrella...
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 06:28:38 +0300
parents
children fd39c0198935
line source
1 src += $(wildcard libs/zlib/*.c) \
2 $(wildcard libs/libpng/*.c) \
3 $(wildcard libs/libjpeg/*.c) \
4 $(wildcard libs/imago2/*.c)
6 incdir += -Ilibs/imago2 -Ilibs/zlib -Ilibs/libpng -Ilibs/libjpeg