view Makefile @ 114:e9de22e5a6d5

Add functions for converting resource flags to symbolic string form and back.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 13:47:26 +0300
parents e1b6aa3017c2
children 9cf1a58b0234
line wrap: on
line source

#
# Generic UNIX targets
#
SDL_CFLAGS=`sdl-config --cflags`
SDL_LDFLAGS=`sdl-config --static-libs`
TREMOR_CFLAGS=-I/usr/local/lib/
TREMOR_LDFLAGS=/usr/local/lib/libvorbisidec.a /usr/lib/i386-linux-gnu/libogg.a

RANLIB=ranlib

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

include $(DMLIB)Makefile.gen