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.5 1995/04/07 15:08:13 jcargill
8 # Moved setting of INSTANTIATE_TEMPLATES down into arch-specific Makefiles,
9 # since it must be set before make.config is read.
11 # Revision 1.4 1995/04/05 20:24:05 jcargill
12 # Removed CXXFLAGS brokenness; added INSTANTIATE_TEMPLATES instead
14 # Revision 1.3 1995/02/26 01:59:20 newhall
15 # added phase interface functions
17 # Revision 1.2 1995/02/16 09:29:13 markc
18 # Added support to generate template code
20 # Revision 1.1 1995/01/30 18:12:01 jcargill
21 # Major build system reorganization
29 SRCS += ../src/templates.C \
32 ../src/visualization.C
34 IGEN_GEN_SRCS = visi.xdr.SRVR.C \
42 templates.o: ../src/templates.C
43 $(CXX) $(TFLAGS) -c ../src/templates.C