############################################
# dstool - GENERIC LIBRARY makefile        #
############################################

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

SOURCES_A = \
	tcl.c \
	tcl_go.c \
	tcl_install.c \
	init_tcl.c

DEPS_A = $(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/targetsA.mk

