############################################
# dstool - tclwinlib makefile            #
############################################

include ${DSTOOL}/site_specific/lib_incl.mk
############################################
# Modify the following segment only.       #
############################################
LIBRARY = tclwinlib.a

SOURCES_A = \
	tclwin.c \
	tclwin_hnd.c  \
	tclwin_cui.c \
	tcl_go.c

DEPS_A = \
	tclwin_ui.h \
	$(DSTOOL)/src/include/pm.h

SOURCES_B =

DEPS_B = 

TEST_PROGRAM = 

TEST_SOURCES = 

TEST_DEPS =

##############################################
# The following line should not be modified  #
##############################################

include ${DSTOOL}/site_specific/win_targetsA.mk

