istereo

annotate 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
rev   line source
nuclear@26 1 src += $(wildcard libs/zlib/*.c) \
nuclear@26 2 $(wildcard libs/libpng/*.c) \
nuclear@26 3 $(wildcard libs/libjpeg/*.c) \
nuclear@26 4 $(wildcard libs/imago2/*.c)
nuclear@26 5
nuclear@26 6 incdir += -Ilibs/imago2 -Ilibs/zlib -Ilibs/libpng -Ilibs/libjpeg