############################################################################
#
#               Copyright (C) 2000-2001 SciTech Software, Inc.
#                            All rights reserved.
#
# Descripton:   Makefile for sample programs. Requires the SciTech
#               Software makefile definitions package to be installed.
#
#############################################################################

PROGRAM		:= widget
OBJECTS		:= widget$O

.INCLUDE: "../../common.mak"

