view Makefile @ 2:9a8355b47e1c

Various improvements in the build system to add granularity for building different parts of the engine and tools.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:20:31 +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