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.3 1995/02/26 01:59:20 newhall
8 # added phase interface functions
10 # Revision 1.2 1995/02/16 09:29:13 markc
11 # Added support to generate template code
13 # Revision 1.1 1995/01/30 18:12:01 jcargill
14 # Major build system reorganization
22 SRCS += ../src/templates.C \
25 ../src/visualization.C
27 IGEN_GEN_SRCS = visi.xdr.SRVR.C \
35 templates.o: ../src/templates.C
36 $(CXX) $(TFLAGS) -c ../src/templates.C
39 TFLAGS += $(USEFULWARNINGS)
40 CXXFLAGS = $(TFLAGS) $(ALL_INLINE_DEFINES)