2 # Common makefile template for tclVisi. This file is not intended to
3 # be a useful Makefile in isolation; instead, it should be included
4 # from within an architecture-specific Makefile.
6 # $Log: make.module.tmpl,v $
7 # Revision 1.6 1995/07/06 16:06:10 newhall
10 # Revision 1.5 1995/07/06 01:55:23 newhall
11 # update for Tcl-7.4, Tk-4.0
13 # Revision 1.4 1995/03/20 19:37:03 jcargill
14 # Fixed uses of libutil that were missed in the renaming.
16 # Revision 1.3 1995/02/26 02:01:57 newhall
17 # added callback functions for new visiLib phase info.
19 # Revision 1.2 1995/01/30 21:23:03 jcargill
20 # Removed BLT from the LIBS list; no longer used
22 # Revision 1.1 1995/01/30 18:12:20 jcargill
23 # Major build system reorganization
29 SRCS += ../src/tclVisi.C \
33 LIBS += -lvisi -lhist -lpdutil
34 SYSLIBS += -ltk -ltcl -lXaw -lXext -lXmu -lXt -lX11 -lm
39 templates.o: ../src/templates.C
40 $(CXX) $(TFLAGS) -c ../src/templates.C