2 # $Log: make.module.tmpl,v $
3 # Revision 1.2 1995/11/29 00:42:28 tamches
6 # Revision 1.1 1995/11/04 00:41:38 tamches
7 # First version of new table visi
13 SRCS += ../src/tableVisi.C \
17 ../../../paradyn/src/UIthread/minmax.C \
18 ../../../paradyn/src/UIthread/tkTools.C \
19 ../../../paradyn/src/UIthread/pdLogo.C \
21 ../src/tableVisiTcl.C \
25 VPATH += ../src:../../../paradyn/src/UIthread:../../barchart
27 IFLAGS += -I../../../util/h \
28 -I../../../paradyn/src/UIthread
31 TCL2C_GEN_SRCS = tcl2c.C
32 TCL_SRCS = $(wildcard ../tcl/*.tcl)
34 SRCS += $(TCL2C_GEN_SRCS)
36 LIBS += -lvisi -lpdutil
37 SYSLIBS += -ltk -ltcl -lX11 -lm
41 $(TCL2C_GEN_SRCS): $(TCL_SRCS)