view Makefile @ 16:d9251dd496ce

Add new scaled blit template parameters in order to implement global alpha.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 14:47:54 +0300
parents bf77857b8e62
children e1b6aa3017c2
line wrap: on
line source

#
# Generic UNIX targets
#
SDL_CFLAGS=`sdl-config --cflags`
SDL_LDFLAGS=`sdl-config --static-libs`

RANLIB=ranlib

DMLIB = ./
BINPATH ?= 
OBJPATH ?= ./unix/
EXEEXT ?=

include $(DMLIB)Makefile.gen