3dphotoshoot

annotate proj.mk @ 10:c71c477521ca

converting to GLES2 and C++
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 31 May 2015 00:40:26 +0300
parents a4bf2687e406
children 06dc8b9b4f89
rev   line source
nuclear@0 1 root ?= $(shell pwd)
nuclear@0 2
nuclear@10 3 src = $(wildcard $(root)/src/*.c) \
nuclear@10 4 $(wildcard $(root)/libs/drawtext/*.c) \
nuclear@10 5 $(wildcard $(root)/libs/vmath/*.c)
nuclear@10 6
nuclear@10 7 ccsrc = $(wildcard $(root)/src/*.cc) \
nuclear@10 8 $(wildcard $(root)/libs/vmath/*.cc)
nuclear@10 9
nuclear@0 10 bin = photoshoot3d
nuclear@0 11 title = 3D Photo Shoot
nuclear@0 12
nuclear@10 13 incpaths = -I$(root)/src -I$(root)/libs -I$(root)/libs/vmath -I$(root)/libs/drawtext
nuclear@0 14 libpaths =
nuclear@10 15 defs = -DNO_FREETYPE