view Makefile @ 38:ea2d19de8932

Improve package building process.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 16:58:29 +0300
parents d17d31b736c2
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