#  The following code example is described in the book "Introduction
#  to Geometric Computing" by Sherif Ghali, Springer-Verlag, 2008.
#  
#  Copyright (C) 2008 Sherif Ghali. This code may be freely copied,
#  modified, or republished electronically or in print provided that
#  this copyright notice appears in all copies. This software is
#  provided "as is" without express or implied warranty; not even for
#  merchantability or fitness for a particular purpose.

opt: rotationgroup
#================================================================
PROG = rotationgroup

OBJS =  rotationgroup.o \
	rotationgroupwindow.o
#================================================================
include ../../Makefile-glow.mk
#================================================================
CFLAGS += \
	-I../../geometry_E3/ \
	-I../../geometry_S2/ \
	-I../../geometry_S3/ \
	-I../../misc/ \
	-I../../opengl/
#================================================================
