new args to tvMetric; it calls changeNumSigFigs
[dyninst.git] / visiClients / tableVisi / make.module.tmpl
1 #
2 # $Log: make.module.tmpl,v $
3 # Revision 1.3  1995/12/16 00:25:59  tamches
4 # removed VPATH to ../../barChart
5 #
6 # Revision 1.2  1995/11/29 00:42:28  tamches
7 # added pdLogo.C
8 #
9 # Revision 1.1  1995/11/04 00:41:38  tamches
10 # First version of new table visi
11 #
12 #
13
14 TARGET        = tableVisi
15
16 SRCS         += ../src/tableVisi.C \
17                 ../src/tvMetric.C \
18                 ../src/tvFocus.C \
19                 ../src/tvCell.C \
20                 ../../../paradyn/src/UIthread/minmax.C \
21                 ../../../paradyn/src/UIthread/tkTools.C \
22                 ../../../paradyn/src/UIthread/pdLogo.C \
23                 ../src/dg2.C \
24                 ../src/tableVisiTcl.C \
25                 ../src/main.C \
26                 ../src/templates.C
27
28 VPATH           += ../src:../../../paradyn/src/UIthread
29
30 IFLAGS          += -I../../../util/h \
31                    -I../../../paradyn/src/UIthread
32
33 TCL2C           = tcl2c
34 TCL2C_GEN_SRCS  = tcl2c.C
35 TCL_SRCS        = $(wildcard ../tcl/*.tcl)
36 #TCL_SRCS       = 
37 SRCS            += $(TCL2C_GEN_SRCS)
38
39 LIBS         += -lvisi -lpdutil 
40 SYSLIBS      += -ltk -ltcl -lX11 -lm
41
42 all:    $(TARGET)
43
44 $(TCL2C_GEN_SRCS): $(TCL_SRCS)
45         $(TCL2C) $^ > $@