BASE   = ../..
NAME   = $(shell basename `pwd`)
OUTPUT = lib$(NAME).so

X11 = 1
#PNG = 1
GL = 1
GTK = 0
#GTKGL = 1
FREEGLUT = 0
GRAPHVIZ = 1
GL2PS = 0
GLFW = 1

DEPEND = Core Geo

SRCS = $(shell find . -maxdepth 1 -name '*.cpp' )
OBJS = $(SRCS:%.cpp=%.o)

include $(BASE)/build/generic.mk
