2 # $Log: make.module.tmpl,v $
3 # Revision 1.3 1995/12/16 00:25:59 tamches
4 # removed VPATH to ../../barChart
6 # Revision 1.2 1995/11/29 00:42:28 tamches
9 # Revision 1.1 1995/11/04 00:41:38 tamches
10 # First version of new table visi
16 SRCS += ../src/tableVisi.C \
20 ../../../paradyn/src/UIthread/minmax.C \
21 ../../../paradyn/src/UIthread/tkTools.C \
22 ../../../paradyn/src/UIthread/pdLogo.C \
24 ../src/tableVisiTcl.C \
28 VPATH += ../src:../../../paradyn/src/UIthread
30 IFLAGS += -I../../../util/h \
31 -I../../../paradyn/src/UIthread
34 TCL2C_GEN_SRCS = tcl2c.C
35 TCL_SRCS = $(wildcard ../tcl/*.tcl)
37 SRCS += $(TCL2C_GEN_SRCS)
39 LIBS += -lvisi -lpdutil
40 SYSLIBS += -ltk -ltcl -lX11 -lm
44 $(TCL2C_GEN_SRCS): $(TCL_SRCS)