First version of GFXprim input events.
[gfxprim.git] / tests / SDL / Makefile
blob0c908f2fc32bb8ca8b536e29b0b4b73da8863af0
1 TOPDIR=../..
3 CSOURCES=$(shell echo *.c)
5 INCLUDE=core gfx SDL backends
6 LDLIBS+=-lGP -L$(TOPDIR)/build/ -lGP_SDL -lSDL
8 APPS=pixeltest fileview fonttest linetest randomshapetest shapetest sierpinsky\
9 symbolstest textaligntest trianglefps input
11 include $(TOPDIR)/include.mk
12 include $(TOPDIR)/app.mk