view Makefile @ 3:82fc316e70d0

Enable out of tree building.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:24:40 +0300
parents 6e169d87d963
children bf77857b8e62
line wrap: on
line source

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

RANLIB=ranlib

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

include $(DMLIB)Makefile.gen