view Makefile @ 36:d17d31b736c2

Improve build system.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 06:47:16 +0300
parents f5c5af85ccfd
children 9cbb03e85597
line wrap: on
line source

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

RANLIB=ranlib

DMLIB = ./dmlib/
BINPATH ?= ./
OBJPATH ?= ./obj/unix/
EXEEXT ?= .bin

include $(DMLIB)Makefile.gen