# $Id: Makefile,v 1.2 1998/08/29 01:25:26 taylorj Exp $
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1997 by The GGI Project
#
# -----------------------------------------------------------------------------
#
#	This program is free software; you can redistribute it and/or modify
#	it under the terms of the GNU Library General Public License as 
#	published by the Free Software Foundation; either version 2, or 
#	(at your option) any later version.
#
#	You should have received a copy of the GNU Library General Public 
#	License	along with this program; see the file COPYING.LGPL .  
#	If not, write to the Free Software Foundation, 675 Mass Ave, 
#	Cambridge, MA 02139, USA.
#
# ----------------------------------------------------------------------------

SOURCES= triangle.c setup.c

SHLIB=$(DLLDIR)/$(DIR)_3d.so

include $(LIBGGI_TOPLEVEL)/Makerules
