2 # Common makefile template for visi library. This file is not
3 # intended to be a useful Makefile in isolation; instead, it should be
4 # included from within an architecture-specific Makefile.
6 # $Log: make.module.tmpl,v $
7 # Revision 1.6 1995/11/12 23:28:55 newhall
10 # Revision 1.5 1995/04/07 15:08:13 jcargill
11 # Moved setting of INSTANTIATE_TEMPLATES down into arch-specific Makefiles,
12 # since it must be set before make.config is read.
14 # Revision 1.4 1995/04/05 20:24:05 jcargill
15 # Removed CXXFLAGS brokenness; added INSTANTIATE_TEMPLATES instead
17 # Revision 1.3 1995/02/26 01:59:20 newhall
18 # added phase interface functions
20 # Revision 1.2 1995/02/16 09:29:13 markc
21 # Added support to generate template code
23 # Revision 1.1 1995/01/30 18:12:01 jcargill
24 # Major build system reorganization
32 SRCS += ../src/templates.C \
34 ../src/visualization.C
36 IGEN_GEN_SRCS = visi.xdr.SRVR.C \
44 templates.o: ../src/templates.C
45 $(CXX) $(TFLAGS) -c ../src/templates.C