#
# $Id: Makefile,v 1.2 2003/05/16 19:52:08 druzus Exp $
#

ROOT = ../../../

C_SOURCES=\
	gt_tpl.c \
	mousetpl.c \

LIBNAME=gt_tpl

include $(TOP)$(ROOT)config/lib.cf

ifeq ($(HB_MULTI_GT),yes)
CFLAGS += -DHB_MULTI_GT
endif
