# This Makefile builds the Ada/Tcl required Ada/Tcl interface
# packages and the Tcl Ada SHell program, tash.

PROGRAMS = tash twash

include ../Makefile.common

twash := LINK_SWITCHES = $(TK_LIB) $(X11_LIB) $(TCL_LIB) -lm
