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.4 1995/04/05 20:24:05 jcargill
8 # Removed CXXFLAGS brokenness; added INSTANTIATE_TEMPLATES instead
10 # Revision 1.3 1995/02/26 01:59:20 newhall
11 # added phase interface functions
13 # Revision 1.2 1995/02/16 09:29:13 markc
14 # Added support to generate template code
16 # Revision 1.1 1995/01/30 18:12:01 jcargill
17 # Major build system reorganization
21 INSTANTIATE_TEMPLATES = true
27 SRCS += ../src/templates.C \
30 ../src/visualization.C
32 IGEN_GEN_SRCS = visi.xdr.SRVR.C \
40 templates.o: ../src/templates.C
41 $(CXX) $(TFLAGS) -c ../src/templates.C