#
# $Id:$
#
# Copyright (C) 1999 by Matteo Cavalleri
#

TOP := ../..

include $(TOP)/config.mk

#
# Class specific information
#
CLASSLIB	:= vectorglyph.image
CLASSSRC	:= VectorGlyphIClass.c
DEMOSRC		:= VectorGlyphDemo.c
NOSTDLIB	:= 1
INSTALLDIR	:= images

#
# Class version information
#
CLASSVER	:= 1
CLASSREV	:= 2
CLASSDATE	:= (7.2.99)

include $(TOP)/common/general.mk
