#This Setup file is used by the setup.py script to configure the
#python extensions. You will likely use the "config.py" which will
#build a correct Setup file for you based on your system settings.
#If not, the format is simple enough to edit by hand. First change
#the needed commandline flags for each dependency, then comment out
#any unavailable optional modules in the first optional section.


EXTRABASE = 
SDL = -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -L/usr/local/lib -Xlinker -Wl,-rpath,/usr/local/lib -lSDL -lpthread 
FONT = -I/usr/local/include/SDL -L/usr/local/lib  -lSDL_ttf
IMAGE = -I/usr/local/include/SDL -L/usr/local/lib  -lSDL_image
MIXER = -I/usr/local/include/SDL -L/usr/local/lib  -lSDL_mixer
PYGAME = 
